wangys16 / FreeSplat

Official implementation of NeurIPS 2024 paper: "FreeSplat: Generalizable 3D Gaussian Splatting Towards Free-View Synthesis of Indoor Scenes"
67 stars 1 forks source link

Consulting for the use of PTF #8

Open DavidYan2001 opened 1 day ago

DavidYan2001 commented 1 day ago

Dear authors,

Thans for your nice work!

When I read the paper, I am curious about one module--the PTF module. In my understanding, the most important thing for PTF is to decrease gaussian redundancy. In the ablation study of the paper, from row 1 and row 3, it can be observed that PTF can also obviously increase the reconstruction accracy. Why is that, is there any key point that PTF is important for the reconstruction quality?

Appreciate it if you can help with this! Thanks!

wangys16 commented 21 hours ago

Thank you for your interest in our work! Basically, the primal propose of PTF module is to reduce GS redundancy while meantaining resolution when given long sequence of inputs. The reason why PTF can also improve reconstruction quality, we analysis is that it conducts a point-level post fusion between multi views with extra learnable parameters. Besides, its design is inspired by TSDF Fusion where the gaussians unprojected from slightly erroneous depth maps can be "pulled" towards the accumulated regions which have been observed by multiple times because those gaussians have gained larger weights through PTF.