paper-with-me

홈 › Papers

ColNeRF: Collaboration for Generalizable Sparse Input Neural Radiance Field

2023-12-14 · Zhangkai Ni, Peiqi Yang, Wenhan Yang, Hanli Wang, Lin Ma, Sam Kwong

Neural Radiance Fields (NeRF) have demonstrated impressive potential in synthesizing novel views from dense input, however, their effectiveness is challenged when dealing with sparse input. Existing approaches that incorporate additional depth or semantic supervision can alleviate this issue to an extent. However, the process of supervision collection is not only costly but also potentially inaccurate, leading to poor performance and generalization ability in diverse scenarios. In our work, we introduce a novel model: the Collaborative Neural Radiance Fields (ColNeRF) designed to work with sparse input. The collaboration in ColNeRF includes both the cooperation between sparse input images and the cooperation between the output of the neural radiation field. Through this, we construct a novel collaborative module that aligns information from various views and meanwhile imposes self-supervised constraints to ensure multi-view consistency in both geometry and appearance. A Collaborative Cross-View Volume Integration module (CCVI) is proposed to capture complex occlusions and implicitly infer the spatial location of objects. Moreover, we introduce self-supervision of target rays projected in multiple directions to ensure geometric and color consistency in adjacent regions. Benefiting from the collaboration at the input and output ends, ColNeRF is capable of capturing richer and more generalized scene representation, thereby facilitating higher-quality results of the novel view synthesis. Extensive experiments demonstrate that ColNeRF outperforms state-of-the-art sparse input generalizable NeRF methods. Furthermore, our approach exhibits superiority in fine-tuning towards adapting to new scenes, achieving competitive performance compared to per-scene optimized NeRF-based methods while significantly reducing computational costs. Our code is available at: https://github.com/eezkni/ColNeRF.

📄 PDF Abstract BibTeX arXiv:2312.09095

Code (1)

eezkni/colnerf 공식 구현 pytorch

Tasks

NeRFNovel View Synthesis

Similar Papers 제목 키워드 기반

GeoTransfer : Generalizable Few-Shot Multi-View Reconstruction via Transfer Learning

2024-08-27 · Shubhendu Jena, Franck Multon, Adnane Boukhayma

This paper presents a novel approach for sparse 3D reconstruction by leveraging the expressive power of Neural Radiance Fields (NeRFs) and fast transfer of their features to learn accurate occupancy fields. Existing 3D r…

3D ReconstructionNeRFSurface ReconstructionTransfer Learning

SmileSplat: Generalizable Gaussian Splats for Unconstrained Sparse Images

2024-11-27 · Yanyan Li, Yixin Fang, Federico Tombari, Gim Hee Lee

Sparse Multi-view Images can be Learned to predict explicit radiance fields via Generalizable Gaussian Splatting approaches, which can achieve wider application prospects in real-life when ground-truth camera parameters …

DecoderNovel View Synthesis

FWD: Real-time Novel View Synthesis with Forward Warping and Depth

2022-06-16 · CVPR 2022 1 · Ang Cao, Chris Rockwell, Justin Johnson

Novel view synthesis (NVS) is a challenging task requiring systems to generate photorealistic images of scenes from new viewpoints, where both quality and speed are important for applications. Previous image-based render…

NeRFNovel View Synthesis

Taming Uncertainty in Sparse-view Generalizable NeRF via Indirect Diffusion Guidance

2024-02-02 · Yaokun Li, Chao Gou, Guang Tan

Neural Radiance Fields (NeRF) have demonstrated effectiveness in synthesizing novel views. However, their reliance on dense inputs and scene-specific optimization has limited their broader applicability. Generalizable Ne…

NeRF

Efficient Depth-Guided Urban View Synthesis

2024-07-17 · Sheng Miao, Jiaxin Huang, Dongfeng Bai, Weichao Qiu 외

Recent advances in implicit scene representation enable high-fidelity street view novel view synthesis. However, existing methods optimize a neural radiance field for each scene, relying heavily on dense training images …

Novel View Synthesis