paper-with-me

Papers

3D Visibility-aware Generalizable Neural Radiance Fields for Interacting Hands

2024-01-02 · Xuan Huang, Hanhui Li, Zejun Yang, Zhisheng Wang, Xiaodan Liang

Neural radiance fields (NeRFs) are promising 3D representations for scenes, objects, and humans. However, most existing methods require multi-view inputs and per-scene training, which limits their real-life applications. Moreover, current methods focus on single-subject cases, leaving scenes of interacting hands that involve severe inter-hand occlusions and challenging view variations remain unsolved. To tackle these issues, this paper proposes a generalizable visibility-aware NeRF (VA-NeRF) framework for interacting hands. Specifically, given an image of interacting hands as input, our VA-NeRF first obtains a mesh-based representation of hands and extracts their corresponding geometric and textural features. Subsequently, a feature fusion module that exploits the visibility of query points and mesh vertices is introduced to adaptively merge features of both hands, enabling the recovery of features in unseen areas. Additionally, our VA-NeRF is optimized together with a novel discriminator within an adversarial learning paradigm. In contrast to conventional discriminators that predict a single real/fake label for the synthesized image, the proposed discriminator generates a pixel-wise visibility map, providing fine-grained supervision for unseen areas and encouraging the VA-NeRF to improve the visual quality of synthesized images. Experiments on the Interhand2.6M dataset demonstrate that our proposed VA-NeRF outperforms conventional NeRFs significantly. Project Page: \url{https://github.com/XuanHuang0/VANeRF}.

📄 PDF Abstract BibTeX arXiv:2401.00979

Code (1)

xuanhuang0/vanerf 공식 구현 pytorch

Tasks

NeRF

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

GWRF: A Generalizable Wireless Radiance Field for Wireless Signal Propagation Modeling

2025-02-08 · Kang Yang, Yuning Chen, Wan Du

We present Generalizable Wireless Radiance Fields (GWRF), a framework for modeling wireless signal propagation at arbitrary 3D transmitter and receiver positions. Unlike previous methods that adapt vanilla Neural Radianc…

NeRF

Generalizable NGP-SR: Generalizable Neural Radiance Fields Super-Resolution via Neural Graph Primitives

2026-03-20 · Wanqi Yuan, Omkar Sharad Mayekar, Connor Pennington, Nianyi Li arxiv

Neural Radiance Fields (NeRF) achieve photorealistic novel view synthesis but become costly when high-resolution (HR) rendering is required, as HR outputs demand dense sampling and higher-capacity models. Moreover, naive…

Novel View Synthesis

MVSNeRF: Fast Generalizable Radiance Field Reconstruction from Multi-View Stereo

2021-03-29 · ICCV 2021 10 · Anpei Chen, Zexiang Xu, Fuqiang Zhao, Xiaoshuai Zhang 외

We present MVSNeRF, a novel neural rendering approach that can efficiently reconstruct neural radiance fields for view synthesis. Unlike prior works on neural radiance fields that consider per-scene optimization on dense…

NeRFNeural Rendering

Neural Rays for Occlusion-aware Image-based Rendering

2021-07-28 · CVPR 2022 1 · YuAn Liu, Sida Peng, Lingjie Liu, Qianqian 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 …

Neural RenderingNovel View SynthesisStereo Matching

ExtraNeRF: Visibility-Aware View Extrapolation of Neural Radiance Fields with Diffusion Models

2024-06-10 · CVPR 2024 1 · Meng-Li Shih, Wei-Chiu Ma, Aleksander Holynski, Forrester Cole 외

We propose ExtraNeRF, a novel method for extrapolating the range of views handled by a Neural Radiance Field (NeRF). Our main idea is to leverage NeRFs to model scene-specific, fine-grained details, while capitalizing on…

NeRF