CVOct 16, 2018

Channel Attention and Multi-level Features Fusion for Single Image Super-Resolution

arXiv:1810.06935v13 citations
Originality Incremental advance
AI Analysis

This work improves super-resolution for image processing applications, but it is incremental as it builds on existing CNN approaches with specific enhancements.

The paper tackles the problem of single image super-resolution by addressing the neglect of channel importance and underutilization of hierarchical features in CNN-based methods, achieving competitive results with faster speed compared to state-of-the-art methods.

Convolutional neural networks (CNNs) have demonstrated superior performance in super-resolution (SR). However, most CNN-based SR methods neglect the different importance among feature channels or fail to take full advantage of the hierarchical features. To address these issues, this paper presents a novel recursive unit. Firstly, at the beginning of each unit, we adopt a compact channel attention mechanism to adaptively recalibrate the channel importance of input features. Then, the multi-level features, rather than only deep-level features, are extracted and fused. Additionally, we find that it will force our model to learn more details by using the learnable upsampling method (i.e., transposed convolution) only on residual branch (instead of using it both on residual branch and identity branch) while using the bicubic interpolation on the other branch. Analytic experiments show that our method achieves competitive results compared with the state-of-the-art methods and maintains faster speed as well.

Foundations

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

Your Notes