Papers › GSFixer: Improving 3D Gaussian Splatting with Reference-Guided Video Diffusion Priors

GSFixer: Improving 3D Gaussian Splatting with Reference-Guided Video Diffusion Priors

13 Aug 2025ICMLarXiv:2508.09667added by Syntology

Xingyilang Yin, Qi Zhang, Jiahao Chang, Ying Feng, Qingnan Fan, Xi Yang, Chi-Man Pun, Huaqi Zhang, Xiaodong Cun

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Reconstructing 3D scenes using 3D Gaussian Splatting (3DGS) from sparse views is an ill-posed problem due to insufficient information, often resulting in noticeable artifacts. While recent approaches have sought to leverage generative priors to complete information for under-constrained regions, they struggle to generate content that remains consistent with input observations. To address this challenge, we propose GSFixer, a novel framework designed to improve the quality of 3DGS representations reconstructed from sparse inputs. The core of our approach is the reference-guided video restoration model, built upon a DiT-based video diffusion model trained on paired artifact 3DGS renders and clean frames with additional reference-based conditions. Considering the input sparse views as references, our model integrates both 2D semantic features and 3D geometric features of reference views extracted from the visual geometry foundation model, enhancing the semantic coherence and 3D consistency when fixing artifact novel views. Furthermore, considering the lack of suitable benchmarks for 3DGS artifact restoration evaluation, we present DL3DV-Res which contains artifact frames rendered using low-quality 3DGS. Extensive experiments demonstrate our GSFixer outperforms current state-of-the-art methods in 3DGS artifact restoration and sparse-view 3D reconstruction. Project page: https://github.com/GVCLab/GSFixer.

PaperPDFCode Syntology ran

In Syntology 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="2508.09667")

Code

Syntology Ran 6 of 17 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

GVCLab/GSFixer found in paper text by Syntology report

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

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

1ran · honoured contract
2ran · our draft was wrong
1ran · fixture could not drive it
2ran
11unverified

Licence: 17 of the 17 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 GVCLab/GSFixer. “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.

gaussian GVCLab/GSFixer/Reconstruction/gsfixer/cogvideo/loss_utils.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · c56b7ef16f309a45 · report
get_obj_from_str GVCLab/GSFixer/Reconstruction/gsfixer/extrapolation/extrapolator.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 221b2d116fdf1032 · report
get_resize_crop_region_for_grid GVCLab/GSFixer/Reconstruction/gsfixer/cogvideo/pipeline_cogvideox_video2video_control.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 734fd43f6aaef115 · report
l1_loss GVCLab/GSFixer/Reconstruction/gsfixer/cogvideo/loss_utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · ac0e42d6fbcfbbe6 · report
l2_loss GVCLab/GSFixer/Reconstruction/gsfixer/cogvideo/loss_utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 8c3b0f873ba11813 · report
retrieve_timesteps GVCLab/GSFixer/Reconstruction/gsfixer/cogvideo/pipeline_cogvideox_video2video_control.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 22b1f260da28f6a5 · report
align_depth GVCLab/GSFixer/Reconstruction/gsfixer/extrapolation/point_addition.py found in paper text by Syntology unverified no licence file found · pointer only · 856d3533188475cf · report
extrinsic_to_colmap_format GVCLab/GSFixer/Reconstruction/gsfixer/vggt/vggt_to_colmap.py found in paper text by Syntology unverified no licence file found · pointer only · dda3130fb04f453b · report
get_unreliable_map GVCLab/GSFixer/Reconstruction/gsfixer/extrapolation/point_addition.py found in paper text by Syntology unverified no licence file found · pointer only · c852093f52330f6e · report
handle_uploads GVCLab/GSFixer/Reconstruction/gsfixer/vggt/demo_gradio.py found in paper text by Syntology unverified no licence file found · pointer only · 90faf066275c6e56 · report
instantiate_from_config GVCLab/GSFixer/Reconstruction/gsfixer/extrapolation/extrapolator.py found in paper text by Syntology unverified no licence file found · pointer only · ef52d142b2c30ac2 · report
mse GVCLab/GSFixer/Reconstruction/gsfixer/cogvideo/image_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 6e14e874e7f40344 · report
psnr GVCLab/GSFixer/Reconstruction/gsfixer/cogvideo/image_utils.py found in paper text by Syntology unverified no licence file found · pointer only · c10ce69ac48a8f3b · report
reshape_tensor GVCLab/GSFixer/Reconstruction/gsfixer/cogvideo/crosstransformer3d.py found in paper text by Syntology unverified no licence file found · pointer only · ec8fb9bf4690eb41 · report
retrieve_latents GVCLab/GSFixer/Reconstruction/gsfixer/cogvideo/pipeline_cogvideox_video2video_control.py found in paper text by Syntology unverified no licence file found · pointer only · 8262566e1ed7239a · report
transform_points GVCLab/GSFixer/Reconstruction/gsfixer/vggt/visual_util.py found in paper text by Syntology unverified no licence file found · pointer only · 6c42619d40da80fa · report
update_gallery_on_upload GVCLab/GSFixer/Reconstruction/gsfixer/vggt/demo_gradio.py found in paper text by Syntology unverified no licence file found · pointer only · ddd701a4d3381dd1 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2508.09667, was issued in August 2025, after that date, so the archive has no leaderboard rows for it.

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