paper-with-me

Papers

Neural Rays for Occlusion-aware Image-based Rendering

2021-07-28 · CVPR 2022 1 · YuAn Liu, Sida Peng, Lingjie Liu, Qianqian Wang, Peng Wang, Christian Theobalt, Xiaowei Zhou, Wenping Wang

We present a new neural representation, called Neural Ray (NeuRay), for the novel view synthesis task. Recent works construct radiance fields from image features of input views to render novel view images, which enables the generalization to new scenes. However, due to occlusions, a 3D point may be invisible to some input views. On such a 3D point, these generalization methods will include inconsistent image features from invisible views, which interfere with the radiance field construction. To solve this problem, we predict the visibility of 3D points to input views within our NeuRay representation. This visibility enables the radiance field construction to focus on visible image features, which significantly improves its rendering quality. Meanwhile, a novel consistency loss is proposed to refine the visibility in NeuRay when finetuning on a specific scene. Experiments demonstrate that our approach achieves state-of-the-art performance on the novel view synthesis task when generalizing to unseen scenes and outperforms per-scene optimization methods after finetuning.

📄 PDF Abstract BibTeX arXiv:2107.13421

Code (1)

liuyuan-pal/NeuRay 공식 구현 pytorch

Tasks

Neural RenderingNovel View SynthesisStereo Matching

Similar Papers 제목 키워드 기반

Cross-Ray Neural Radiance Fields for Novel-view Synthesis from Unconstrained Image Collections

2023-07-16 · ICCV 2023 1 · Yifan Yang, Shuhai Zhang, Zixiong Huang, Yubing Zhang 외

Neural Radiance Fields (NeRF) is a revolutionary approach for rendering scenes by sampling a single ray per pixel and it has demonstrated impressive capabilities in novel-view synthesis from static scene images. However,…

NeRFNovel View Synthesis

Fast Edge-Aware Occlusion Detection in the Context of Multispectral Camera Arrays

2024-08-26 · Frank Sippel, Jürgen Seiler, André Kaup

Multispectral imaging is very beneficial in diverse applications, like healthcare and agriculture, since it can capture absorption bands of molecules in different spectral areas. A promising approach for multispectral sn…

Disparity EstimationImage RegistrationSSIM

NeTO:Neural Reconstruction of Transparent Objects with Self-Occlusion Aware Refraction-Tracing

2023-03-20 · ICCV 2023 1 · Zongcheng Li, Xiaoxiao Long, Yusen Wang, Tuo Cao 외

We present a novel method, called NeTO, for capturing 3D geometry of solid transparent objects from 2D images via volume rendering. Reconstructing transparent objects is a very challenging task, which is ill-suited for g…

3D geometryTransparent objects

OccluGaussian: Occlusion-Aware Gaussian Splatting for Large Scene Reconstruction and Rendering

2025-03-20 · Shiyong Liu, Xiao Tang, Zhihao LI, Yingfan He 외

In large-scale scene reconstruction using 3D Gaussian splatting, it is common to partition the scene into multiple smaller regions and reconstruct them individually. However, existing division methods are occlusion-agnos…

Proxy-GS: Unified Occlusion Priors for Training and Inference in Structured 3D Gaussian Splatting

2025-09-29 · Yuanyuan Gao, Yuning Gong, Yifei Liu, Li Jingfeng 외 arxiv

3D Gaussian Splatting (3DGS) has emerged as an efficient approach for achieving photorealistic rendering. Recent MLP-based variants further improve visual fidelity but introduce substantial decoding overhead during rende…