CVROOct 23, 2022

Single Image Super-Resolution via a Dual Interactive Implicit Neural Network

arXiv:2210.12593v135 citationsh-index: 13
Originality Incremental advance
AI Analysis

This method addresses the problem of flexible super-resolution for image processing applications, offering an incremental improvement over existing techniques.

The paper tackles single image super-resolution at arbitrary scales by introducing a dual interactive implicit neural network that decouples content and positional features, achieving competitive results on benchmark datasets.

In this paper, we introduce a novel implicit neural network for the task of single image super-resolution at arbitrary scale factors. To do this, we represent an image as a decoding function that maps locations in the image along with their associated features to their reciprocal pixel attributes. Since the pixel locations are continuous in this representation, our method can refer to any location in an image of varying resolution. To retrieve an image of a particular resolution, we apply a decoding function to a grid of locations each of which refers to the center of a pixel in the output image. In contrast to other techniques, our dual interactive neural network decouples content and positional features. As a result, we obtain a fully implicit representation of the image that solves the super-resolution problem at (real-valued) elective scales using a single model. We demonstrate the efficacy and flexibility of our approach against the state of the art on publicly available benchmark datasets.

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