LGCVOct 13, 2022

CUF: Continuous Upsampling Filters

DeepMind
arXiv:2210.06965v211 citationsh-index: 45
Originality Incremental advance
AI Analysis

This addresses computational efficiency problems for image processing researchers and practitioners, representing an incremental improvement over existing super-resolution architectures.

The paper tackles the problem of inefficient arbitrary-scale image super-resolution by parameterizing upsampling kernels as neural fields, achieving a 40-fold parameter reduction and 2x-10x efficiency improvement over competing methods while maintaining performance.

Neural fields have rapidly been adopted for representing 3D signals, but their application to more classical 2D image-processing has been relatively limited. In this paper, we consider one of the most important operations in image processing: upsampling. In deep learning, learnable upsampling layers have extensively been used for single image super-resolution. We propose to parameterize upsampling kernels as neural fields. This parameterization leads to a compact architecture that obtains a 40-fold reduction in the number of parameters when compared with competing arbitrary-scale super-resolution architectures. When upsampling images of size 256x256 we show that our architecture is 2x-10x more efficient than competing arbitrary-scale super-resolution architectures, and more efficient than sub-pixel convolutions when instantiated to a single-scale model. In the general setting, these gains grow polynomially with the square of the target scale. We validate our method on standard benchmarks showing such efficiency gains can be achieved without sacrifices in super-resolution performance.

Foundations

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

Your Notes