PM-Loss / README.md
dc-walker's picture
Update README.md
9c5ff3a verified
---
license: mit
---
<p align="center">
<img src="https://aim-uofa.github.io/PMLoss/assets/favicon.svg" alt="Logo" style="width: 70px; height: 70px; margin-right: 20px; margin-bottom: -30px;">
<h1 align="center">Revisiting Depth Representations for Feed-Forward 3D Gaussian Splatting</h1>
<p align="center">
<a href="https://github.com/dc-walker">Duochao Shi*</a>
.
<a href="https://lhmd.top">Weijie Wang*</a>
<a href="https://donydchen.github.io">Donny Y. Chen</a>
<a href="https://steve-zeyu-zhang.github.io">Zeyu Zhang</a>
<a href="https://jwbian.net/">Jia-Wang Bian</a>
<a href="https://bohanzhuang.github.io">Bohan Zhuang</a>
<a href="https://cshen.github.io/">Chunhua Shen</a>
</p>
<h3 align="center"><a href="https://arxiv.org/abs/2506.05327">Paper</a> | <a href="https://aim-uofa.github.io/PMLoss/">Project Page</a> | <a href="https://github.com/aim-uofa/PM-Loss/">Code</a> </h3>
<div align="center"></div>
</p>
<p align="center">
<a href="">
<img src="https://aim-uofa.github.io/PMLoss/assets/teaser.png" alt="Logo" width="100%">
</a>
</p>
<p align="center">
We introduce <strong>PM-Loss</strong>, a novel regularization loss based on a learned pointmap for feed-forward 3DGS, leading to more coherent 3D geometry and better rendering.
</p>
## Citation
If you find our work useful for your research, please consider citing us:
```bibtex
@article{shi2025pmloss,
title={Revisiting Depth Representations for Feed-Forward 3D Gaussian Splatting},
author={Shi, Duochao and Wang, Weijie and Chen, Donny Y. and Zhang, Zeyu and Bian, Jiawang and Zhuang, Bohan and Shen, Chunhua},
journal={arXiv preprint arXiv:2506.05327},
year={2025}
}
```
## Contact
If you have any questions, please create an issue on this repository or contact at
dcshi@zju.edu.cn
## Acknowledgements
This project is developed with several fantastic repos: [VGGT](https://github.com/facebookresearch/vggt), [MVSplat](https://github.com/donydchen/mvsplat) and [DepthSplat](https://github.com/cvg/depthsplat). We thank the original authors for their excellent work.