Fast 2DGS: Efficient Image Representation with Deep Gaussian Prior
This work addresses the need for efficient, interpretable, and editable image representations in generative models, offering an incremental improvement for deployment in industry applications.
The paper tackles the slow convergence and computational complexity of high-quality 2D Gaussian Splatting for image representation by introducing Fast-2DGS, which uses a Deep Gaussian Prior and attribute regression network to achieve high-quality reconstruction in a single forward pass with minimal fine-tuning, significantly reducing computational cost while maintaining visual quality.
As generative models become increasingly capable of producing high-fidelity visual content, the demand for efficient, interpretable, and editable image representations has grown substantially. Recent advances in 2D Gaussian Splatting (2DGS) have emerged as a promising solution, offering explicit control, high interpretability, and real-time rendering capabilities (>1000 FPS). However, high-quality 2DGS typically requires post-optimization. Existing methods adopt random or heuristics (e.g., gradient maps), which are often insensitive to image complexity and lead to slow convergence (>10s). More recent approaches introduce learnable networks to predict initial Gaussian configurations, but at the cost of increased computational and architectural complexity. To bridge this gap, we present Fast-2DGS, a lightweight framework for efficient Gaussian image representation. Specifically, we introduce Deep Gaussian Prior, implemented as a conditional network to capture the spatial distribution of Gaussian primitives under different complexities. In addition, we propose an attribute regression network to predict dense Gaussian properties. Experiments demonstrate that this disentangled architecture achieves high-quality reconstruction in a single forward pass, followed by minimal fine-tuning. More importantly, our approach significantly reduces computational cost without compromising visual quality, bringing 2DGS closer to industry-ready deployment.