IVCVJan 12, 2025

Generalized and Efficient 2D Gaussian Splatting for Arbitrary-scale Super-Resolution

arXiv:2501.06838v518 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This addresses the need for efficient and high-quality image upscaling for applications like computer vision and graphics, though it is an incremental improvement over existing Gaussian splatting techniques.

The paper tackles the problem of arbitrary-scale super-resolution (ASR) by proposing GSASR, a method that uses 2D Gaussian splatting to overcome the computational inefficiency and limited representation of implicit neural representations, achieving state-of-the-art results with improved speed and quality.

Implicit Neural Representations (INR) have been successfully employed for Arbitrary-scale Super-Resolution (ASR). However, INR-based models need to query the multi-layer perceptron module numerous times and render a pixel in each query, resulting in insufficient representation capability and low computational efficiency. Recently, Gaussian Splatting (GS) has shown its advantages over INR in both visual quality and rendering speed in 3D tasks, which motivates us to explore whether GS can be employed for the ASR task. However, directly applying GS to ASR is exceptionally challenging because the original GS is an optimization-based method through overfitting each single scene, while in ASR we aim to learn a single model that can generalize to different images and scaling factors. We overcome these challenges by developing two novel techniques. Firstly, to generalize GS for ASR, we elaborately design an architecture to predict the corresponding image-conditioned Gaussians of the input low-resolution image in a feed-forward manner. Each Gaussian can fit the shape and direction of an area of complex textures, showing powerful representation capability. Secondly, we implement an efficient differentiable 2D GPU/CUDA-based scale-aware rasterization to render super-resolved images by sampling discrete RGB values from the predicted continuous Gaussians. Via end-to-end training, our optimized network, namely GSASR, can perform ASR for any image and unseen scaling factors. Extensive experiments validate the effectiveness of our proposed method. The code and models are available at https://github.com/ChrisDud0257/GSASR.

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