paper-with-me

홈 › Papers

GaussianImage: 1000 FPS Image Representation and Compression by 2D Gaussian Splatting

2024-03-13 · Xinjie Zhang, Xingtong Ge, Tongda Xu, Dailan He, Yan Wang, Hongwei Qin, Guo Lu, Jing Geng, Jun Zhang

Implicit neural representations (INRs) recently achieved great success in image representation and compression, offering high visual quality and fast rendering speeds with 10-1000 FPS, assuming sufficient GPU resources are available. However, this requirement often hinders their use on low-end devices with limited memory. In response, we propose a groundbreaking paradigm of image representation and compression by 2D Gaussian Splatting, named GaussianImage. We first introduce 2D Gaussian to represent the image, where each Gaussian has 8 parameters including position, covariance and color. Subsequently, we unveil a novel rendering algorithm based on accumulated summation. Remarkably, our method with a minimum of 3$\times$ lower GPU memory usage and 5$\times$ faster fitting time not only rivals INRs (e.g., WIRE, I-NGP) in representation performance, but also delivers a faster rendering speed of 1500-2000 FPS regardless of parameter size. Furthermore, we integrate existing vector quantization technique to build an image codec. Experimental results demonstrate that our codec attains rate-distortion performance comparable to compression-based INRs such as COIN and COIN++, while facilitating decoding speeds of approximately 2000 FPS. Additionally, preliminary proof of concept shows that our codec surpasses COIN and COIN++ in performance when using partial bits-back coding. Code is available at https://github.com/Xinjie-Q/GaussianImage.

📄 PDF Abstract BibTeX arXiv:2403.08551

Code (1)

xinjie-q/gaussianimage 공식 구현 pytorch

Tasks

GPUQuantization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

GaussianImage++: Boosted Image Representation and Compression with 2D Gaussian Splatting

2025-12-22 · Tiantian Li, Xinjie Zhang, Xingtong Ge, Tongda Xu 외 arxiv

Implicit neural representations (INRs) have achieved remarkable success in image representation and compression, but they require substantial training time and memory. Meanwhile, recent 2D Gaussian Splatting (GS) methods…

LL-GaussianImage: Efficient Image Representation for Zero-shot Low-Light Enhancement with 2D Gaussian Splatting

2026-01-22 · Yuhan Chen, Wenxuan Yu, Guofa Li, Yijun Xu 외 arxiv

2D Gaussian Splatting (2DGS) is an emerging explicit scene representation method with significant potential for image compression due to high fidelity and high compression ratios. However, existing low-light enhancement …

Image Compression

Dehaze-GaussianImage: Zero-Shot Dehazing via Efficient 2D Gaussian Splatting Representation

2026-06-15 · Yuhan Chen, Wenxuan Yu, Guofa Li, Kunyang Huang 외 arxiv

Existing single image dehazing methods are often constrained by computational redundancy in pixel-level optimization and the lack of physical interpretability in implicit neural networks. These limitations hinder the bal…

Single Image DehazingZero-Shot Learning

MiraGe: Editable 2D Images using Gaussian Splatting

2024-10-02 · Joanna Waczyńska, Tomasz Szczepanik, Piotr Borycki, Sławomir Tadeja 외

Implicit Neural Representations (INRs) approximate discrete data through continuous functions and are commonly used for encoding 2D images. Traditional image-based INRs employ neural networks to map pixel coordinates to …

HPC: Hierarchical Point-based Latent Representation for Streaming Dynamic Gaussian Splatting Compression

2026-01-31 · Yangzhi Ma, Bojun Liu, Wenting Liao, Dong Liu 외 arxiv

While dynamic Gaussian Splatting has driven significant advances in free-viewpoint video, maintaining its rendering quality with a small memory footprint for efficient streaming transmission still presents an ongoing cha…