paper-with-me

Papers

GaussianObject: High-Quality 3D Object Reconstruction from Four Views with Gaussian Splatting

2024-02-15 · Chen Yang, Sikuang Li, Jiemin Fang, Ruofan Liang, Lingxi Xie, Xiaopeng Zhang, Wei Shen, Qi Tian

Reconstructing and rendering 3D objects from highly sparse views is of critical importance for promoting applications of 3D vision techniques and improving user experience. However, images from sparse views only contain very limited 3D information, leading to two significant challenges: 1) Difficulty in building multi-view consistency as images for matching are too few; 2) Partially omitted or highly compressed object information as view coverage is insufficient. To tackle these challenges, we propose GaussianObject, a framework to represent and render the 3D object with Gaussian splatting that achieves high rendering quality with only 4 input images. We first introduce techniques of visual hull and floater elimination, which explicitly inject structure priors into the initial optimization process to help build multi-view consistency, yielding a coarse 3D Gaussian representation. Then we construct a Gaussian repair model based on diffusion models to supplement the omitted object information, where Gaussians are further refined. We design a self-generating strategy to obtain image pairs for training the repair model. We further design a COLMAP-free variant, where pre-given accurate camera poses are not required, which achieves competitive quality and facilitates wider applications. GaussianObject is evaluated on several challenging datasets, including MipNeRF360, OmniObject3D, OpenIllumination, and our-collected unposed images, achieving superior performance from only four views and significantly outperforming previous SOTA methods. Our demo is available at https://gaussianobject.github.io/, and the code has been released at https://github.com/GaussianObject/GaussianObject.

📄 PDF Abstract BibTeX arXiv:2402.10259

Code (2)

GaussianObject/GaussianObject 공식 구현 jax
chensjtu/gaussianobject 공식 구현 jax

Tasks

3D Object ReconstructionNeural RenderingObjectObject Reconstruction

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

VisDom: Sparse Novel View Synthesis with Visible Domain Constraint

2026-06-18 · Mariia Gladkova*, Tarun Yenamandra*, Edmond Boyer, Robert Maier 외 arxiv

Sparse novel view synthesis (NVS) remains challenging due to the ambiguity of recovering 3D geometry from few input views. While NeRF- and Gaussian Splatting (GS)-based methods perform well with dense supervision, they o…

Novel View Synthesis

OmniObject3D: Large-Vocabulary 3D Object Dataset for Realistic Perception, Reconstruction and Generation

2023-01-18 · CVPR 2023 1 · Tong Wu, Jiarui Zhang, Xiao Fu, Yuxin Wang 외

Recent advances in modeling 3D objects mostly rely on synthetic datasets due to the lack of large-scale realscanned 3D databases. To facilitate the development of 3D perception, reconstruction, and generation in the real…

Novel View SynthesisObjectSurface Reconstruction

Single-pass Object-adaptive Data Undersampling and Reconstruction for MRI

2021-11-17 · Zhishen Huang, Saiprasad Ravishankar

There is much recent interest in techniques to accelerate the data acquisition process in MRI by acquiring limited measurements. Often sophisticated reconstruction algorithms are deployed to maintain high image quality i…

Image ReconstructionObject

FOF: Learning Fourier Occupancy Field for Monocular Real-time Human Reconstruction

2022-06-05 · Qiao Feng, Yebin Liu, Yu-Kun Lai, Jingyu Yang 외

The advent of deep learning has led to significant progress in monocular human reconstruction. However, existing representations, such as parametric models, voxel grids, meshes and implicit neural representations, have d…

3D Human Reconstruction

Differentiable probabilistic models of scientific imaging with the Fourier slice theorem

2019-06-18 · Karen Ullrich, Rianne van den Berg, Marcus Brubaker, David Fleet 외

Scientific imaging techniques such as optical and electron microscopy and computed tomography (CT) scanning are used to study the 3D structure of an object through 2D observations. These observations are related to the o…

3D ReconstructionComputational EfficiencyComputed Tomography (CT)Object+1