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

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

15 Feb 2024arXiv:2402.10259archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2402.10259")

Code

Syntology Ran 7 of 11 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: official repository: 11 samples from 2 repositories, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

GaussianObject/GaussianObject officialmentioned in papermentioned on GitHubjax report
chensjtu/gaussianobject officialmentioned in papermentioned on GitHubjax report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 7 ran; 1 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · fixture could not drive it
4ran
4unverified

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_log_to_norm GaussianObject/GaussianObject/mast3r/losses.py official repository ran fingerprinted no licence file found · pointer only · f3fd659d5f95c771 · report
batch_projection chensjtu/gaussianobject/visual_hull.py official repository ran · fixture could not drive it no licence file found · pointer only · a673c40fbe4e0587 · report
fov2focal chensjtu/gaussianobject/visual_hull.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 85342d2483112eb6 · report
get_similarities GaussianObject/GaussianObject/mast3r/losses.py official repository ran fingerprinted no licence file found · pointer only · 6e6b3f8c6d2c3d69 · report
load_statistics_info GaussianObject/GaussianObject/dataset_lora.py official repository ran no licence file found · pointer only · 9c4099e8c285bb34 · report
points2homopoints chensjtu/gaussianobject/visual_hull.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · eeec85946a481520 · report
qvec2rvec GaussianObject/GaussianObject/pred_poses.py official repository ran fingerprinted no licence file found · pointer only · e2a5b00a511b5119 · report
get_state_dict GaussianObject/GaussianObject/cldm/model.py official repository unverified no licence file found · pointer only · cfc17707f35e7ec4 · report
load_model GaussianObject/GaussianObject/mast3r/model.py official repository unverified no licence file found · pointer only · 1e3f140b86bb9a08 · report
load_state_dict GaussianObject/GaussianObject/cldm/model.py official repository unverified no licence file found · pointer only · df733a879693145d · report
prepare_output_and_logger GaussianObject/GaussianObject/leave_one_out_stage1.py official repository unverified no licence file found · pointer only · 5b1fcb50d8a9ca48 · report

Tasks

3D Object ReconstructionNeural RenderingObjectObject Reconstruction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections