Add model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: diffusers
3
+ pipeline_tag: image-to-video
4
+ ---
5
+
6
+ # GSFixer: Improving 3D Gaussian Splatting with Reference-Guided Video Diffusion Priors
7
+
8
+ GSFixer is a framework designed to improve the quality of 3D Gaussian Splatting (3DGS) representations reconstructed from sparse inputs. It leverages a reference-guided video restoration model built upon a DiT-based video diffusion model (CogVideoX).
9
+
10
+ - **Paper:** [GSFixer: Improving 3D Gaussian Splatting with Reference-Guided Video Diffusion Priors](https://huggingface.co/papers/2508.09667)
11
+ - **GitHub:** [GVCLab/GSFixer](https://github.com/GVCLab/GSFixer)
12
+
13
+ ## Introduction
14
+
15
+ Reconstructing 3D scenes using 3D Gaussian Splatting (3DGS) from sparse views often results in noticeable artifacts due to insufficient information. GSFixer addresses this challenge by using a reference-guided video restoration approach. By integrating both 2D semantic features (from DINOv2) and 3D geometric features (from VGGT) of reference views, the model enhances semantic coherence and 3D consistency when fixing novel views rendered from low-quality 3DGS.
16
+
17
+ ## Citation
18
+
19
+ If you find this work useful, please consider citing:
20
+
21
+ ```bibtex
22
+ @article{yin2025gsfixer,
23
+ title={GSFixer: Improving 3D Gaussian Splatting with Reference-Guided Video Diffusion Priors},
24
+ author={Yin, Xingyilang and Zhang, Qi and Chang, Jiahao and Feng, Ying and Fan, Qingnan and Yang, Xi and Pun, Chi-Man and Zhang, Huaqi and Cun, Xiaodong},
25
+ journal={arXiv preprint arXiv:2508.09667},
26
+ year={2025}
27
+ }
28
+ ```