Skip to content

fangli333/SC-4DGS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Self-Calibrating 4D Novel View Synthesis from Monocular Videos Using Gaussian Splatting (SC-4DGS)

Fang Li · Hao Zhang · Narendra Ahuja
University of Illinois Urbana-Champaign

Paper PDF

Gaussian Splatting (GS) has significantly elevated scene reconstruction efficiency and novel view synthesis (NVS) accuracy compared to Neural Radiance Fields (NeRF), particularly for dynamic scenes. However, current 4D NVS methods, whether based on GS or NeRF, primarily rely on camera parameters provided by COLMAP and even utilize sparse point clouds generated by COLMAP for initialization, which lack accuracy as well are time-consuming. This sometimes results in poor dynamic scene representation, especially in scenes with large object movements, or extreme camera conditions e.g. small translations combined with large rotations. Some studies simultaneously optimize the estimation of camera parameters and scenes, supervised by additional information like depth, optical flow, etc. obtained from off-the-shelf models. Using this unverified information as ground truth can reduce robustness and accuracy, which does frequently occur for long monocular videos (with e.g. > hundreds of frames). We propose a novel approach that learns a high-fidelity 4D GS scene representation with self-calibration of camera parameters. It includes the extraction of 2D point features that robustly represent 3D structure, and their use for subsequent joint optimization of camera parameters and 3D structure towards overall 4D scene optimization. We demonstrate the accuracy and time efficiency of our method through extensive quantitative and qualitative experimental results on several standard benchmarks. The results show significant improvements over state-of-the-art methods for 4D novel view synthesis.

News

  • [TODO] Code for SC-4DGS is coming soon.
  • [2024.6.4] Paper released.

Citing

If you find our work useful, please consider citing:

@article{li2024self,
  title={Self-Calibrating 4D Novel View Synthesis from Monocular Videos Using Gaussian Splatting},
  author={Li, Fang and Zhang, Hao and Ahuja, Narendra},
  journal={arXiv preprint arXiv:2406.01042},
  year={2024}
}

About

The offical code repository for SC-4DGS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published