wuvin
Always take risks!
Toggle navigation
wuvin
主页
实验室的搬砖生活
机器学习
公开的学术内容
公开的其他内容
About Me
归档
标签
友情链接
ZYQN
ihopenot
enigma_aw
hzwer
杨宗翰
CVPR2022 NeRF 相关
2022-07-11 15:23:01
686
0
0
wuvin
* 文章列表来源: https://github.com/amusi/CVPR2022-Papers-with-Code * 以及:https://dellaert.github.io/NeRF22/ # DensePose: Dense Human Pose Estimation In TheWild * 使用如下一套预定义的带有 75+10 个可变参数的模型表示人体。 * ![title](https://leanote.com/api/file/getImage?fileId=62cbd3eeab64410837dab9f5) * 然后造一个带标注数据集: DensePose-CoCo。 * 训练一个网络预测每一块所属的身体部位和对应的UV图中位置。 * ![title](https://leanote.com/api/file/getImage?fileId=62cbd440ab64410837dab9fc) * 再训练一个inPaint 网络把系数的预测值变得稠密 * ![title](https://leanote.com/api/file/getImage?fileId=62cbd485ab64410837dab9ff) # BANMo: Building Animatable 3D Neural Models from Many Casual Videos (CVPR 2022 Oral) * TLDR: 相对于 Nerfies,引入了 DensePose 创造了固定模型,以及使用了骨架系统约束运动变换。 * 从单目视频中重建自由移动的非刚性物体(例如猫) * ![title](https://leanote.com/api/file/getImage?fileId=62cbd03eab64410830db37d0) * (1)利用铰接骨架和混合皮肤的经典可变形形状模型; * (2)适合基于梯度优化的神经辐射场NeRF; * (3)在像素和铰接模型之间产生对应关系的embedding。 * ![title](https://leanote.com/api/file/getImage?fileId=62cbd511ab64410837daba05) * 需要根据目标,通过人工标注大致的身体位置,从而 Finetune 一个 DensePose模型。 * ![title](https://leanote.com/api/file/getImage?fileId=62cbd710ab64410837daba17) * ![title](https://leanote.com/api/file/getImage?fileId=62cbd75fab64410837daba1b) * ![title](https://leanote.com/api/file/getImage?fileId=62cbdc41ab64410837daba4c) * Results: * ![title](https://leanote.com/api/file/getImage?fileId=62cbd154ab64410830db37db) * ![title](https://leanot.com/api/file/getImage?fileId=62cbd7efab64410837daba20) # Mip-NeRF 360: Unbounded Anti-Aliased Neural Radiance Fields (CVPR 2022 Oral) * 拓展 Mip-NeRF 到 Unbounded Scenes. * ![title](https://leanote.com/api/file/getImage?fileId=62cbdeb2ab64410837daba61) * ![title](https://leanote.com/api/file/getImage?fileId=62cbded5ab64410837daba65) * 添加了Online Distillation, fine model 的预测 density 直接教 coarse model. * ![title](https://leanote.com/api/file/getImage?fileId=62cbdf39ab64410830db3865) * ![title](https://leanote.com/api/file/getImage?fileId=62cbdfcdab64410837daba71) # Point-NeRF: Point-based Neural Radiance Fields (CVPR 2022 Oral) * 竟然拿了 Oral,那么之前提的凭借版改进优先级又高了一些。 # NeRF in the Dark: High Dynamic Range View Synthesis from Noisy Raw Images (CVPR 2022 Oral) * 这篇其实早就看过,竟然也是 Oral。 # Urban Radiance Fields * 谷歌的工作。 * 针对街景NeRF 重建。 * 输入为 RGB的街景图+雷达数据, 输出为NeRF。方法上没啥创新。 # Pix2NeRF: Unsupervised Conditional π-GAN for Single Image to Neural Radiance Fields Translation * ![title](https://leanote.com/api/file/getImage?fileId=62cbe46eab64410837dabaae) * ![title](https://leanote.com/api/file/getImage?fileId=62cbe58cab64410837dabab8) * Pi-GAN 套了个 AutoEncoder,确实没啥大的创新。 # HumanNeRF: Free-viewpoint Rendering of Moving People from Monocular Video (CVPR 2022 Oral) * ![title](https://leanote.com/api/file/getImage?fileId=62cbe6ddab64410837dabac9) * ![title](https://leanote.com/api/file/getImage?fileId=62cbe6f7ab64410837dabaca) * ![title](https://leanote.com/api/file/getImage?fileId=62cbeba9ab64410830db38f6) --- # AR-NeRF * 从普通图片数据集中,无监督学习深度估计。 * 本质上没啥创新,pi-GAN早就可以从普通人脸数据集中学习到人脸的立体模型。而且本文自己都说自己是基于pi-GAN的代码实现的。 * ![title](https://leanote.com/api/file/getImage?fileId=62cfe74eab64410837dade07) * 简单而言就是,复现pi-GAN代码,拼接了个NeRF++(但没有实验体现出这个操作的必要性),然后找了个新任务,文章中都没有画模型框架(画出来估计就是pi-GAN)。 # Aug-NeRF * NeRF 做数据增强 *![title](https://leanote.com/api/file/getImage?fileId=62cfe7e5ab64410830db5d5d)(https://leanote.com/api/file/getImage?fileId=62cfe7d9ab64410837dade0f) * ![title](https://leanote.com/api/file/getImage?fileId=62cfe815ab64410837dade12) * NeRF 训练流程加噪音。。。完全没新意, 这也能发? * ![title](https://leanote.com/api/file/getImage?fileId=62cfe852ab64410837dade15) # Deblur-NeRF * 不错的应用,简单的修改,不错的效果。因为运动模糊的图片本质上是多个图片的叠加,所以修改一下NeRF渲染过程就可以解决这个问题。 * ![title](https://leanote.com/api/file/getImage?fileId=62cfe89bab64410837dade19) * ![title](https://leanote.com/api/file/getImage?fileId=62cfe8e1ab64410837dade1d) * ![title](https://leanote.com/api/file/getImage?fileId=62cfe944ab64410830db5d69) # HDR-NeRF * 简单的工作 * ![title](https://leanote.com/api/file/getImage?fileId=62cfe9d0ab64410830db5d6f) # NeRFReN * 把光分为transmitted 和 reflected,处理镜面反射。没啥新意,依旧同上属于把计算图形学的东西搞点进来。 * ![title](https://leanote.com/api/file/getImage?fileId=62cfea43ab64410830db5d75) # Neural Rays for Occlusion-aware Image-based Rendering * MVS 任务,追求高泛化能力,能快速finetune的模型。本文进一步考虑了多视角可见性问题。 * ![title](https://leanote.com/api/file/getImage?fileId=62cfebaaab64410830db5d86) * ![title](https://leanote.com/api/file/getImage?fileId=62cfed60ab64410830db5d99) --- # Ref-NeRF: Structured View-Dependent Appearance for Neural Radiance Fields (Best Student Paper Honorable Mention) **值得一看的文章,显著改善反射质量** * 修改了 NeRF 对于颜色反射部分的建模,使用了更加准确的图形学知识,极为显著地提高了重建质量。 * ![title](https://leanote.com/api/file/getImage?fileId=62d0285aab64410830db5f5d) * ![title](https://leanote.com/api/file/getImage?fileId=62d0286aab64410837dae044) * ![title](https://leanote.com/api/file/getImage?fileId=62d02878ab64410837dae046) # Scene Representation Transformer: Geometry-Free Novel View Synthesis Through Set-Latent Scene Representations * 开源,开数据集(350GB),大力出奇迹(不愧是谷歌的工作) * ![title](https://leanote.com/api/file/getImage?fileId=62d02ac5ab64410837dae059) * 这玩意要多少显卡训得出来??? * ![title](https://leanote.com/api/file/getImage?fileId=62d02b09ab64410830db5f74) * Real-time?!???!? 不过按照下图预先计算出场景表征后,每次只用算Decoder(要这么说,很多MVS也算real-time)。 * Unposed? 实际上文中这是指只输入第一张图的pose,而非完全 unposed(不然问题就是ill-defined)。 * ![title](https://leanote.com/api/file/getImage?fileId=62d02c80ab64410837dae06e) * 优点是确实只要Inference,缺点是质量不高、比较糊,跟MVS比的话缺少实际使用上的优势(MVS也很快,只Inference质量也不低)。而且除开 Unposed的情况,任务其实和 MVS是一样的,但是文章并没有和MVS的方法比较。 # Dense Depth Priors for NeRF * 加个 sfM 添加深度信息,提升few-shot的效果。 * ![title](https://leanote.com/api/file/getImage?fileId=62d030bcab64410837dae095) # Depth-supervised NeRF * 老早就放出来的文章了,效果不错,加了深度图后few-shot质量显著提高。 # InfoNeRF * 使用 ray entropy regularization 增加 few shot 的质量。 * 也是 Few-shot 质量显著不如前两个。 # RegNeRF: Regularizing Neural Radiance Fields for View Synthesis from Sparse Inputs (Oral) * 简单的正则化起到了很好的效果。 * ![title](https://leanote.com/api/file/getImage?fileId=62d0320bab64410830db5fb4) # Ray Priors through Reprojection: Improving Neural Radiance Fields for Novel View Extrapolation * 通过数据增强方式 random ray casting 和统计每个物体表面点被观察的平均方位 ray atlas,提高了NeRF模型处理Out of Distribution 数据的能力。 * OOD+NeRF,解决方案比较有新意。 * ![title](https://leanote.com/api/file/getImage?fileId=62d03522ab64410837dae0b7) * ![title](https://leanote.com/api/file/getImage?fileId=62d03303ab64410837dae0aa) * ![title](https://leanote.com/api/file/getImage?fileId=62d03323ab64410837dae0ab) * ![title](https://leanote.com/api/file/getImage?fileId=62d035a9ab64410837dae0bc) # GeoNeRF: Generalizing NeRF with Geometry Priors * MVS 任务。 * ![title](https://leanote.com/api/file/getImage?fileId=62d0e7a0ab64410837dae69c) # Light Field Neural Rendering (Oral) * 很好地处理了反射以及半透明液体。 * ![title](https://leanote.com/api/file/getImage?fileId=62d0f5feab64410837dae71c) * ![title](https://leanote.com/api/file/getImage?fileId=62d0f623ab64410830db660f) * 使用四维光场作为输入。 * 光场模型: 假设任意一条光线在传播的过程中光强不发生衰减且波长不变。假设了两个不共面的平面(u,v)和(s,t),如果一条光线与这两个平面各有一个交点,则该光线可以用这两个交点唯一表示。 * ![title](https://leanote.com/api/file/getImage?fileId=62d12544ab64410837dae8ab) * 然后文章在此基础上添加了 Epipolar Geometry(对极几何)约束,然后使用Epipolar feature aggregation 和 View feature aggregation。 * ![title](https://leanote.com/api/file/getImage?fileId=62d12736ab64410837dae8c2) # NAN: Noise-Aware NeRFs for Burst-Denoising * 低光去噪,但效果看起来显著不如 nerf in the dark. # NeRFusion: Fusing Radiance Fields for Large-Scale Scene Reconstruction (Oral) * 类似于 SLAM,高效的基于体素特征的增量场景NeRF重建。效果还可以。 * ![title](https://leanote.com/api/file/getImage?fileId=62d0e90dab64410837dae6ac) * ![title](https://leanote.com/api/file/getImage?fileId=62d0e969ab64410837dae6af) # Plenoxels:Radiance Fields without Neural Networks (Oral) * 利用体速加速训练,但是需要极大量的网格数量。 * NeRF without NN 早看过了。 * 同样 Point-NeRF 也是 CVPR22 的 Oral。 # DVGO * 网格数量比上面少一到两个数量级。 * 投在了SIGGRAPH 2022 # EfficientNeRF: Efficient Neural Radiance Fields * 用一个与 Coarse MLP 孪生的密度体素网格加速训练。 * 训练速度上只跟 PlenOctree 比了,应该被 DVGO 吊着打。 # Fourier PlenOctrees for Dynamic Radiance Field Rendering in Real-time(Oral) * 加速视频NeRF的推理速度。 * Demo 质量一般,依旧有提升空间。 # Block-NeRF * 之前也看过了,做城市超大尺寸的。 # HumanNeRF: Efficiently Generated Human Radiance Field from Sparse Inputs * 和前面的另一个 HumanNeRF 撞名字了。 * ![title](https://leanote.com/api/file/getImage?fileId=62d27161ab64410837daf34d) * 方法大同小异,都是人体骨架+NeRFields。效果不如另一篇。 # DoubleField: Bridging the Neural Surface and Radiance Fields for High-fidelity Human Reconstruction and Rendering * 专注人体重建。 * ![title](https://leanote.com/api/file/getImage?fileId=62d27359ab64410837daf35c) * 同时优化了 PIFu的signed distance 和 NeRF。从而得到一个稳定的表面。 # NeuralHOFusion: Neural Volumetric Rendering under Human-object Interactions * ![title](https://leanote.com/api/file/getImage?fileId=62d275ceab64410837daf371) * 输入是多个视角的RGBD的数据,然后实时重建+物体分离。 * ![title](https://leanote.com/api/file/getImage?fileId=62d2761dab64410837daf374) * 但是要求物体有提前的模型。 # Structured Local Radiance Fields for Human Avatar Modeling * **我觉得这个很有意思!** * 相当于把很多小 NeRF 缝在一起,然后解决布料渲染的问题,虽然效果不咋地,但是这个方向商业应用前景不错。 * 作者是清华自动化系的。 * ![title](https://leanote.com/api/file/getImage?fileId=62d27b8bab64410830db7311) * ![title](https://leanote.com/api/file/getImage?fileId=62d27ba4ab64410830db7312) * 可以考虑用这个方法解决头发等难以建模演算的物体! # Surface-Aligned Neural Radiance Fields for Controllable 3D Human Synthesis * 同样是一个结合 Mesh 和 NeRF的。 * ![title](https://leanote.com/api/file/getImage?fileId=62d27d2eab64410830db7322) * ![title](https://leanote.com/api/file/getImage?fileId=62d27d73ab64410837daf3ae) # GRAM: Generative Radiance Manifolds for 3D-Aware Image Generation (Oral) * **生成质量非常高** * ![title](https://leanote.com/api/file/getImage?fileId=62d27e25ab64410837daf3b7) * ![title](https://leanote.com/api/file/getImage?fileId=62d2884fab64410837daf413) * 简而言之,就是把 NeX 的思想借鉴到了 PiGAN。 # EG3D: Efficient Geometry-aware 3D Generative Adversarial Networks * 质量不如上一个,但是强调三维结构以及效率。 * ![title](https://leanote.com/api/file/getImage?fileId=62d28d49ab64410837daf438) # StyleSDF: High-Resolution 3D-Consistent Image and Geometry Generation * 基于SDF做的,质量不太行 * ![title](https://leanote.com/api/file/getImage?fileId=62d28ebbab64410830db73b4) # FENeRF: Face Editing in Neural Radiance Fields * 面部编辑 * ![title](https://leanote.com/api/file/getImage?fileId=62d28d6bab64410830db73a9) * ![title](https://leanote.com/api/file/getImage?fileId=62d28d95ab64410830db73aa) # HeadNeRF: A Real-time NeRF-based Parametric Head Model * ![title](https://leanote.com/api/file/getImage?fileId=62d28dd3ab64410830db73ac) * ![title](https://leanote.com/api/file/getImage?fileId=62d28e04ab64410837daf43f) * 相对有意思的工作,主要贡献应该是造了数据集。 # RigNeRF: Fully Controllable Neural 3D Portraits * ![title](https://leanote.com/api/file/getImage?fileId=62d28ef1ab64410837daf448) * 有点意思的工作,方法中规中矩 * ![title](https://leanote.com/api/file/getImage?fileId=62d2903bab64410837daf454) # CoNeRF: Controllable Neural Radiance Fields * **造了个数据集,做了点有意思的应用** * ![title](https://leanote.com/api/file/getImage?fileId=62d2b515ab64410830db74dd) * ![title](https://leanote.com/api/file/getImage?fileId=62d2b5dbab64410830db74e8) # LOLNeRF: Learn from One Look * Pi-GAN 的输入削弱版,即每个人物有且仅有一个视角的图片。 * **不知道这文章怎么发出来的** * ![title](https://leanote.com/api/file/getImage?fileId=62d2b6feab64410830db74ee) * ![title](https://leanote.com/api/file/getImage?fileId=62d2b88aab64410837daf598) # StylizedNeRF: Consistent 3D Scene Stylization as Stylized NeRF via 2D-3D Mutual Learning * 做了年初我们的某一个想法的简化版,没有做到三维模型的风格化。 * ![title](https://leanote.com/api/file/getImage?fileId=62d2b769ab64410837daf58c) # NICE-SLAM: Neural Implicit Scalable Encoding for SLAM * 也是一个 SLAM + NeRF, 采用了多层网格结构。 * ![title](https://leanote.com/api/file/getImage?fileId=62d2b945ab64410830db74fc) # Clean Implicit 3D Structure from Noisy 2D STEM Images * Implict representation + 冷冻电镜 # Neural 3D Video Synthesis from Multi-view Video(Oral) * NeRF + 多视角视频,能拿 Oral 大概是因为效果好,重建质量高。 * ![title](https://leanote.com/api/file/getImage?fileId=62d2bebbab64410837daf5d1) * ![title](https://leanote.com/api/file/getImage?fileId=62d2bec9ab64410837daf5d3) * ![title](https://leanote.com/api/file/getImage?fileId=62d2bef4ab64410837daf5d6)
上一篇:
ICML2022 NeRF 相关
下一篇:
20220520 paper reading
0
赞
686 人读过
新浪微博
微信
腾讯微博
QQ空间
人人网
提交评论
立即登录
, 发表评论.
没有帐号?
立即注册
0
条评论
More...
文档导航
没有帐号? 立即注册