CVAIFeb 13, 2025

Large Images are Gaussians: High-Quality Large Image Representation with Levels of 2D Gaussian Splatting

arXiv:2502.09039v124 citationsh-index: 13Has CodeAAAI
Originality Highly original
AI Analysis

This work addresses the problem of efficient and high-quality large image representation for computer vision applications, particularly for those requiring rapid rendering capabilities.

The authors tackled the challenge of fitting large images with 2D Gaussian Splatting, achieving high-quality image representation through two distinct modifications. They successfully represented large images as Gaussian points, demonstrating efficacy across various types of images.

While Implicit Neural Representations (INRs) have demonstrated significant success in image representation, they are often hindered by large training memory and slow decoding speed. Recently, Gaussian Splatting (GS) has emerged as a promising solution in 3D reconstruction due to its high-quality novel view synthesis and rapid rendering capabilities, positioning it as a valuable tool for a broad spectrum of applications. In particular, a GS-based representation, 2DGS, has shown potential for image fitting. In our work, we present \textbf{L}arge \textbf{I}mages are \textbf{G}aussians (\textbf{LIG}), which delves deeper into the application of 2DGS for image representations, addressing the challenge of fitting large images with 2DGS in the situation of numerous Gaussian points, through two distinct modifications: 1) we adopt a variant of representation and optimization strategy, facilitating the fitting of a large number of Gaussian points; 2) we propose a Level-of-Gaussian approach for reconstructing both coarse low-frequency initialization and fine high-frequency details. Consequently, we successfully represent large images as Gaussian points and achieve high-quality large image representation, demonstrating its efficacy across various types of large images. Code is available at {\href{https://github.com/HKU-MedAI/LIG}{https://github.com/HKU-MedAI/LIG}}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes