NeuralGS: Bridging Neural Fields and 3D Gaussian Splatting for Compact 3D Representations
Zhenyu Tang, Chaoran Feng, Xinhua Cheng, Wangbo Yu, Junwu Zhang, Yuan Liu, Xiaoxiao Long, Wenping Wang, Li Yuan
TL;DR
NeuralGS tackles the storage bottleneck of 3D Gaussian Splatting by encoding Gaussian attributes with a set of cluster-specific tiny MLPs, guided by Gaussian global importance. It adopts an importance-weighted fitting, attribute-based clustering, and a frequency-aware fine-tuning regime to preserve rendering quality while achieving substantial compression. The approach yields up to ~117× size reductions with competitive PSNR/SSIM/LPIPS and faster rendering compared to prior methods, and supports progressive, JPEG-like loading for streaming scenarios. This combination of neural-field encoding and efficient cluster-based fitting offers a practical route to compact, real-time 3D representations suitable for large-scale scenes.
Abstract
3D Gaussian Splatting (3DGS) achieves impressive quality and rendering speed, but with millions of 3D Gaussians and significant storage and transmission costs. In this paper, we aim to develop a simple yet effective method called NeuralGS that compresses the original 3DGS into a compact representation. Our observation is that neural fields like NeRF can represent complex 3D scenes with Multi-Layer Perceptron (MLP) neural networks using only a few megabytes. Thus, NeuralGS effectively adopts the neural field representation to encode the attributes of 3D Gaussians with MLPs, only requiring a small storage size even for a large-scale scene. To achieve this, we adopt a clustering strategy and fit the Gaussians within each cluster using different tiny MLPs, based on importance scores of Gaussians as fitting weights. We experiment on multiple datasets, achieving a 91-times average model size reduction without harming the visual quality.
