CVDec 29, 2025

Contour Information Aware 2D Gaussian Splatting for Image Representation

arXiv:2512.23255v1h-index: 2
Originality Incremental advance
AI Analysis

This is an incremental improvement for computer vision applications requiring efficient image compression with preserved edge details.

The paper tackled the problem of blurry boundaries in 2D Gaussian Splatting for image representation by incorporating object segmentation priors to prevent cross-boundary blending, achieving higher reconstruction quality around edges, especially with very few Gaussians.

Image representation is a fundamental task in computer vision. Recently, Gaussian Splatting has emerged as an efficient representation framework, and its extension to 2D image representation enables lightweight, yet expressive modeling of visual content. While recent 2D Gaussian Splatting (2DGS) approaches provide compact storage and real-time decoding, they often produce blurry or indistinct boundaries when the number of Gaussians is small due to the lack of contour awareness. In this work, we propose a Contour Information-Aware 2D Gaussian Splatting framework that incorporates object segmentation priors into Gaussian-based image representation. By constraining each Gaussian to a specific segmentation region during rasterization, our method prevents cross-boundary blending and preserves edge structures under high compression. We also introduce a warm-up scheme to stabilize training and improve convergence. Experiments on synthetic color charts and the DAVIS dataset demonstrate that our approach achieves higher reconstruction quality around object edges compared to existing 2DGS methods. The improvement is particularly evident in scenarios with very few Gaussians, while our method still maintains fast rendering and low memory usage.

Foundations

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

Your Notes