File size: 2,136 Bytes
215e8e4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9c5ff3a
215e8e4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
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.