CVFeb 6, 2018

Orthogonally Regularized Deep Networks For Image Super-resolution

arXiv:1802.02018v11 citations
Originality Incremental advance
AI Analysis

This work addresses super-resolution for image processing applications, offering an incremental improvement by adapting transform basis to training data.

The authors tackled the problem of single image super-resolution by proposing a network that learns the mapping in the Discrete Cosine Transform domain, resulting in faster inference and more efficient solutions compared to spatial domain methods.

Deep learning methods, in particular trained Convolutional Neural Networks (CNNs) have recently been shown to produce compelling state-of-the-art results for single image Super-Resolution (SR). Invariably, a CNN is learned to map the low resolution (LR) image to its corresponding high resolution (HR) version in the spatial domain. Aiming for faster inference and more efficient solutions than solving the SR problem in the spatial domain, we propose a novel network structure for learning the SR mapping function in an image transform domain, specifically the Discrete Cosine Transform (DCT). As a first contribution, we show that DCT can be integrated into the network structure as a Convolutional DCT (CDCT) layer. We further extend the network to allow the CDCT layer to become trainable (i.e. optimizable). Because this layer represents an image transform, we enforce pairwise orthogonality constraints on the individual basis functions/filters. This Orthogonally Regularized Deep SR network (ORDSR) simplifies the SR task by taking advantage of image transform domain while adapting the design of transform basis to the training image set.

Foundations

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

Your Notes