Papers › LightGaussian: Unbounded 3D Gaussian Compression with 15x Reduction and 200+ FPS

LightGaussian: Unbounded 3D Gaussian Compression with 15x Reduction and 200+ FPS

28 Nov 2023arXiv:2311.17245archive 2025-07-28

Zhiwen Fan, Kevin Wang, Kairun Wen, Zehao Zhu, Dejia Xu, Zhangyang Wang

Recent advances in real-time neural rendering using point-based techniques have enabled broader adoption of 3D representations. However, foundational approaches like 3D Gaussian Splatting impose substantial storage overhead, as Structure-from-Motion (SfM) points can grow to millions, often requiring gigabyte-level disk space for a single unbounded scene. This growth presents scalability challenges and hinders splatting efficiency. To address this, we introduce LightGaussian, a method for transforming 3D Gaussians into a more compact format. Inspired by Network Pruning, LightGaussian identifies Gaussians with minimal global significance on scene reconstruction, and applies a pruning and recovery process to reduce redundancy while preserving visual quality. Knowledge distillation and pseudo-view augmentation then transfer spherical harmonic coefficients to a lower degree, yielding compact representations. Gaussian Vector Quantization, based on each Gaussian's global significance, further lowers bitwidth with minimal accuracy loss. LightGaussian achieves an average 15x compression rate while boosting FPS from 144 to 237 within the 3D-GS framework, enabling efficient complex scene representation on the Mip-NeRF 360 and Tank & Temple datasets. The proposed Gaussian pruning approach is also adaptable to other 3D representations (e.g., Scaffold-GS), demonstrating strong generalization capabilities.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2311.17245")

Code

Syntology Ran 17 of 22 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 2 ran · honoured contract; 10 ran · our draft was wrong; 4 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 22 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

VITA-Group/LightGaussian officialmentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 17 ran; 2 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
10ran · our draft was wrong
4ran · fixture could not drive it
1ran
5unverified

Licence: 22 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from VITA-Group/LightGaussian. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

CosineSimCodebook VITA-Group/LightGaussian/vectree/vectree.py official repository ran licence not identified · pointer only · b39d64ccdbec91d0 · report
all_gather_sizes VITA-Group/LightGaussian/vectree/vectree.py official repository ran · our draft was wrong licence not identified · pointer only · 67e40a826956b6af · report
batched_bincount VITA-Group/LightGaussian/vectree/vectree.py official repository ran · our draft was wrong licence not identified · pointer only · 6ad4cbc6ce3c3fee · report
batched_embedding VITA-Group/LightGaussian/vectree/vectree.py official repository ran · fixture could not drive it licence not identified · pointer only · afa25690f89377ee · report
batched_sample_vectors VITA-Group/LightGaussian/vectree/vectree.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · e5404aeba14bc959 · report
bin2dec VITA-Group/LightGaussian/vectree/vectree.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 40526951193cc64d · report
dec2bin VITA-Group/LightGaussian/vectree/vectree.py official repository ran · our draft was wrong licence not identified · pointer only · ffe765a42e1ef688 · report
gumbel_noise VITA-Group/LightGaussian/vectree/vectree.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 5eaac03d3e73f0db · report
gumbel_sample VITA-Group/LightGaussian/vectree/vectree.py official repository ran · fixture could not drive it licence not identified · pointer only · 06047730822c3b0d · report
kmeans VITA-Group/LightGaussian/vectree/vectree.py official repository ran · our draft was wrong licence not identified · pointer only · 633917102614101e · report
load_vqgaussian VITA-Group/LightGaussian/vectree/vectree.py official repository ran · honoured contract licence not identified · pointer only · 87729a4756294a61 · report
log VITA-Group/LightGaussian/vectree/vectree.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 0a7e4f0159ab841a · report
orthogonal_loss_fn VITA-Group/LightGaussian/vectree/vectree.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 3d7ca9943761910a · report
read_ply_data VITA-Group/LightGaussian/vectree/vectree.py official repository ran · honoured contract licence not identified · pointer only · c53d19e40df070b4 · report
sample_multinomial VITA-Group/LightGaussian/vectree/vectree.py official repository ran · our draft was wrong licence not identified · pointer only · be04cc927762a6e4 · report
sample_vectors VITA-Group/LightGaussian/vectree/vectree.py official repository ran · fixture could not drive it fingerprinted licence not identified · pointer only · 0fb2b35fef53b5da · report
sample_vectors_distributed VITA-Group/LightGaussian/vectree/vectree.py official repository ran · fixture could not drive it licence not identified · pointer only · 6c58c10ecd3f2344 · report
EuclideanCodebook VITA-Group/LightGaussian/vectree/vectree.py official repository unverified licence not identified · pointer only · 6370a5cd0634f900 · report
Quantization VITA-Group/LightGaussian/vectree/vectree.py official repository unverified licence not identified · pointer only · 3e4aaf9361870f33 · report
VectorQuantize VITA-Group/LightGaussian/vectree/vectree.py official repository unverified licence not identified · pointer only · 6ed4efffd52a2938 · report
uniform_init VITA-Group/LightGaussian/vectree/vectree.py official repository unverified licence not identified · pointer only · 8bdc31c7c61111b3 · report
write_ply_data VITA-Group/LightGaussian/vectree/vectree.py official repository unverified licence not identified · pointer only · 1f61a105be5c8959 · report

Tasks

Knowledge DistillationNeRFNetwork PruningNeural RenderingNovel View SynthesisQuantizationTransfer Learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Novel View Synthesis Mip-NeRF 360 LightGaussian LPIPS 0.21 #3 of 14 Archive leaderboard report
Novel View Synthesis Mip-NeRF 360 LightGaussian PSNR 28.45 #3 of 14 Archive leaderboard report
Novel View Synthesis Mip-NeRF 360 LightGaussian SSIM 0.857 #3 of 14 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Knowledge DistillationPruning

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections