paper-with-me

홈 › Papers

NeRF-DS: Neural Radiance Fields for Dynamic Specular Objects

2023-03-25 · CVPR 2023 1 · Zhiwen Yan, Chen Li, Gim Hee Lee

Dynamic Neural Radiance Field (NeRF) is a powerful algorithm capable of rendering photo-realistic novel view images from a monocular RGB video of a dynamic scene. Although it warps moving points across frames from the observation spaces to a common canonical space for rendering, dynamic NeRF does not model the change of the reflected color during the warping. As a result, this approach often fails drastically on challenging specular objects in motion. We address this limitation by reformulating the neural radiance field function to be conditioned on surface position and orientation in the observation space. This allows the specular surface at different poses to keep the different reflected colors when mapped to the common canonical space. Additionally, we add the mask of moving objects to guide the deformation field. As the specular surface changes color during motion, the mask mitigates the problem of failure to find temporal correspondences with only RGB supervision. We evaluate our model based on the novel view synthesis quality with a self-collected dataset of different moving specular objects in realistic environments. The experimental results demonstrate that our method significantly improves the reconstruction quality of moving specular objects from monocular RGB videos compared to the existing NeRF models. Our code and data are available at the project website https://github.com/JokerYan/NeRF-DS.

📄 PDF Abstract BibTeX arXiv:2303.14435

Code (1)

jokeryan/nerf-ds 공식 구현 jax

Tasks

NeRFNovel View Synthesis

Similar Papers 제목 키워드 기반

NeRF-Casting: Improved View-Dependent Appearance with Consistent Reflections

2024-05-23 · Dor Verbin, Pratul P. Srinivasan, Peter Hedman, Ben Mildenhall 외

Neural Radiance Fields (NeRFs) typically struggle to reconstruct and render highly specular objects, whose appearance varies quickly with changes in viewpoint. Recent works have improved NeRF's ability to render detailed…

NeRF

Dex-NeRF: Using a Neural Radiance Field to Grasp Transparent Objects

2021-10-27 · Jeffrey Ichnowski, Yahav Avigal, Justin Kerr, Ken Goldberg

The ability to grasp and manipulate transparent objects is a major challenge for robots. Existing depth cameras have difficulty detecting, localizing, and inferring the geometry of such objects. We propose using neural r…

NeRFTransparent objects

TraM-NeRF: Tracing Mirror and Near-Perfect Specular Reflections through Neural Radiance Fields

2023-10-16 · Leif Van Holland, Ruben Bliersbach, Jan U. Müller, Patrick Stotko 외

Implicit representations like Neural Radiance Fields (NeRF) showed impressive results for photorealistic rendering of complex scenes with fine details. However, ideal or near-perfectly specular reflecting objects such as…

NeRF

NeRF-MS: Neural Radiance Fields with Multi-Sequence

2023-01-01 · ICCV 2023 1 · Peihao Li, Shaohui Wang, Chen Yang, Bingbing Liu 외

Neural radiance fields (NeRF) achieve impressive performance in novel view synthesis when trained on only single sequence data. However, leveraging multiple sequences captured by different cameras at different times …

NeRFNovel View SynthesisTriplet

ShinyNeRF: Digitizing Anisotropic Appearance in Neural Radiance Fields

2025-12-25 · Albert Barreiro, Roger Marí, Rafael Redondo, Gloria Haro 외 arxiv

Recent advances in digitization technologies have transformed the preservation and dissemination of cultural heritage. In this vein, Neural Radiance Fields (NeRF) have emerged as a leading technology for 3D digitization,…