CVNov 29, 2018

MAMNet: Multi-path Adaptive Modulation Network for Image Super-Resolution

arXiv:1811.12043v252 citations
Originality Incremental advance
AI Analysis

This work addresses the issue of large model sizes and limited representational capability in image super-resolution for applications requiring efficient high-quality upscaling, though it appears incremental as it builds on existing CNN-based SR methods.

The paper tackles the problem of non-adaptive convolution operations in single image super-resolution (SR) by proposing MAMNet, a multi-path adaptive modulation network that uses a lightweight block to adaptively modulate features, resulting in outperforming most state-of-the-art methods with fewer parameters.

In recent years, single image super-resolution (SR) methods based on deep convolutional neural networks (CNNs) have made significant progress. However, due to the non-adaptive nature of the convolution operation, they cannot adapt to various characteristics of images, which limits their representational capability and, consequently, results in unnecessarily large model sizes. To address this issue, we propose a novel multi-path adaptive modulation network (MAMNet). Specifically, we propose a multi-path adaptive modulation block (MAMB), which is a lightweight yet effective residual block that adaptively modulates residual feature responses by fully exploiting their information via three paths. The three paths model three types of information suitable for SR: 1) channel-specific information (CSI) using global variance pooling, 2) inter-channel dependencies (ICD) based on the CSI, 3) and channel-specific spatial dependencies (CSD) via depth-wise convolution. We demonstrate that the proposed MAMB is effective and parameter-efficient for image SR than other feature modulation methods. In addition, experimental results show that our MAMNet outperforms most of the state-of-the-art methods with a relatively small number of parameters.

Code Implementations3 repos
Foundations

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

Your Notes