paper-with-me

Papers

Generative Occupancy Fields for 3D Surface-Aware Image Synthesis

2021-11-01 · NeurIPS 2021 12 · Xudong Xu, Xingang Pan, Dahua Lin, Bo Dai

The advent of generative radiance fields has significantly promoted the development of 3D-aware image synthesis. The cumulative rendering process in radiance fields makes training these generative models much easier since gradients are distributed over the entire volume, but leads to diffused object surfaces. In the meantime, compared to radiance fields occupancy representations could inherently ensure deterministic surfaces. However, if we directly apply occupancy representations to generative models, during training they will only receive sparse gradients located on object surfaces and eventually suffer from the convergence problem. In this paper, we propose Generative Occupancy Fields (GOF), a novel model based on generative radiance fields that can learn compact object surfaces without impeding its training convergence. The key insight of GOF is a dedicated transition from the cumulative rendering in radiance fields to rendering with only the surface points as the learned surface gets more and more accurate. In this way, GOF combines the merits of two representations in a unified framework. In practice, the training-time transition of start from radiance fields and march to occupancy representations is achieved in GOF by gradually shrinking the sampling region in its rendering process from the entire volume to a minimal neighboring region around the surface. Through comprehensive experiments on multiple datasets, we demonstrate that GOF can synthesize high-quality images with 3D consistency and simultaneously learn compact and smooth object surfaces. Code, models, and demo videos are available at https://sheldontsui.github.io/projects/GOF

📄 PDF Abstract BibTeX arXiv:2111.00969

Code (1)

sheldontsui/gof_neurips2021 공식 구현 pytorch

Tasks

3D-Aware Image SynthesisImage GenerationObject

Similar Papers 제목 키워드 기반

Representing 3D Shapes with Probabilistic Directed Distance Fields

2021-12-10 · CVPR 2022 1 · Tristan Aumentado-Armstrong, Stavros Tsogkas, Sven Dickinson, Allan Jepson

Differentiable rendering is an essential operation in modern vision, allowing inverse graphics approaches to 3D understanding to be utilized in modern machine learning frameworks. Explicit shape representations (voxels, …

3D Reconstruction

RangeUDF: Semantic Surface Reconstruction from 3D Point Clouds

2022-04-19 · Bing Wang, Zhengdi Yu, Bo Yang, Jie Qin 외

We present RangeUDF, a new implicit representation based framework to recover the geometry and semantics of continuous 3D scene surfaces from point clouds. Unlike occupancy fields or signed distance fields which can only…

Semantic SegmentationSurface Reconstruction

Monocular Reconstruction of Neural Tactile Fields

2026-02-13 · Pavan Mantripragada, Siddhanth Deshmukh, Eadom Dessalene, Manas Desai 외 arxiv

Robots operating in the real world must plan through environments that deform, yield, and reconfigure under contact, requiring interaction-aware 3D representations that extend beyond static geometric occupancy. To addres…

3D Reconstruction

SA-ConvONet: Sign-Agnostic Optimization of Convolutional Occupancy Networks

2021-05-08 · ICCV 2021 10 · Jiapeng Tang, Jiabao Lei, Dan Xu, Feiying Ma 외

Surface reconstruction from point clouds is a fundamental problem in the computer vision and graphics community. Recent state-of-the-arts solve this problem by individually optimizing each local implicit field during inf…

Surface Reconstruction

Neural Surface Reconstruction and Rendering for LiDAR-Visual Systems

2024-09-09 · Jianheng Liu, Chunran Zheng, Yunfei Wan, Bowen Wang 외

This paper presents a unified surface reconstruction and rendering framework for LiDAR-visual systems, integrating Neural Radiance Fields (NeRF) and Neural Distance Fields (NDF) to recover both appearance and structural …

NeRFSurface Reconstruction