IVCVLGMay 9, 2021

Differentiable Neural Architecture Search for Extremely Lightweight Image Super-Resolution

arXiv:2105.03939v228 citations
Originality Highly original
AI Analysis

This addresses the need for efficient and flexible SISR models for applications requiring low computational resources, though it is incremental as it builds on existing NAS methods.

The paper tackles the problem of high computational cost in single image super-resolution (SISR) by proposing a differentiable neural architecture search (NAS) approach to design lightweight models, achieving state-of-the-art performance with 68G Multi-Adds for ×2 and 18G Multi-Adds for ×4 SR tasks.

Single Image Super-Resolution (SISR) tasks have achieved significant performance with deep neural networks. However, the large number of parameters in CNN-based met-hods for SISR tasks require heavy computations. Although several efficient SISR models have been recently proposed, most are handcrafted and thus lack flexibility. In this work, we propose a novel differentiable Neural Architecture Search (NAS) approach on both the cell-level and network-level to search for lightweight SISR models. Specifically, the cell-level search space is designed based on an information distillation mechanism, focusing on the combinations of lightweight operations and aiming to build a more lightweight and accurate SR structure. The network-level search space is designed to consider the feature connections among the cells and aims to find which information flow benefits the cell most to boost the performance. Unlike the existing Reinforcement Learning (RL) or Evolutionary Algorithm (EA) based NAS methods for SISR tasks, our search pipeline is fully differentiable, and the lightweight SISR models can be efficiently searched on both the cell-level and network-level jointly on a single GPU. Experiments show that our methods can achieve state-of-the-art performance on the benchmark datasets in terms of PSNR, SSIM, and model complexity with merely 68G Multi-Adds for $\times 2$ and 18G Multi-Adds for $\times 4$ SR tasks.

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