3DGS Diet


Detailed information about the project can be found in the project page above!


Project Overview

🥗 3DGS Diet

3D Gaussian Splatting memory optimization project was conducted.

DBSCAN Clustering was applied to reduce the number of Gaussians.

Training progress was monitored using wandb, and rendering results were visualized.

Self-driving Project

Result

The experiment results show that rendering performance (SSIM, PSNR, LPIPS) remains largely unchanged, while the number of Gaussians decreased by approximately 200,000.

Model Application PointDensification Stop PointSSIMPSNRLPIPS# Gaussian
3DGS15,0000.875624.4490.15061,072,083
DBSCAN_1400015,0000.876224.6290.15001,064,677
DBSCAN_2400025,0000.865124.0810.1626867,287

Rendering Visualization

Clustering applied at: 24,000 / Densification stopped at: 25,000

visualization


After conducting this project, we further experimented and wrote the paper Developing a Model for Improving 3D Gaussian Splatting Performance Based on DBSCAN.




GitHub 3DGS_Diet