SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2311.13681 · 2023

Compact 3D Gaussian Representation for Radiance Field

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 7 functions out of this paper's own repositories and ran 5 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
maincold2/Compact-3DGS canonical 5 of 7
FunctionStatusWhere it lives
gaussian Ran maincold2/Compact-3DGS/utils/loss_utils.py
pointer only (licence: NONE) · get_code("c56b7ef16f309a45")
l1_loss Ran maincold2/Compact-3DGS/utils/loss_utils.py
pointer only (licence: NONE) · get_code("ac0e42d6fbcfbbe6")
l2_loss Ran maincold2/Compact-3DGS/utils/loss_utils.py
pointer only (licence: NONE) · get_code("8c3b0f873ba11813")
normalize_activation Ran maincold2/Compact-3DGS/lpipsPyTorch/modules/utils.py
pointer only (licence: NONE) · get_code("1dab900b2adbe38e")
readImages Ran maincold2/Compact-3DGS/metrics.py
pointer only (licence: NONE) · get_code("cdd00787894554b5")
get_network Not yet run maincold2/Compact-3DGS/lpipsPyTorch/modules/networks.py
pointer only (licence: NONE) · get_code("07bd0da29c4dc7bb")
get_state_dict Not yet run maincold2/Compact-3DGS/lpipsPyTorch/modules/utils.py
pointer only (licence: NONE) · get_code("b06f27c08cf5d0ca")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Neural Radiance Fields (NeRFs) have demonstrated remarkable potential in capturing complex 3D scenes with high fidelity. However, one persistent challenge that hinders the widespread adoption of NeRFs is the computational bottleneck due to the volumetric rendering. On the other hand, 3D Gaussian splatting (3DGS) has recently emerged as an alternative representation that leverages a 3D Gaussisan-based representation and adopts the rasterization pipeline to render the images rather than volumetric rendering, achieving very fast rendering speed and promising image quality. However, a significant drawback arises as 3DGS entails a substantial number of 3D Gaussians to maintain the high fidelity of the rendered images, which requires a large amount of memory and storage. To address this critical issue, we place a specific emphasis on two key objectives: reducing the number of Gaussian points without sacrificing performance and compressing the Gaussian attributes, such as view-dependent color and covariance. To this end, we propose a learnable mask strategy that significantly reduces the number of Gaussians while preserving high performance. In addition, we propose a compact but effective representation of view-dependent color by employing a grid-based neural field rather than relying on spherical harmonics. Finally, we learn codebooks to compactly represent the geometric attributes of Gaussian by vector quantization. With model compression techniques such as quantization and entropy coding, we consistently show over 25$\times$ reduced storage and enhanced rendering speed, while maintaining the quality of the scene representation, compared to 3DGS. Our work provides a comprehensive framework for 3D scene representation, achieving high performance, fast training, compactness, and real-time rendering. Our project page is available at https://maincold2.github.io/c3dgs/.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2311.13681")
get_code_for_paper("2311.13681")
have("2311.13681")

Connect an agent — have() is free.