IVCVLGMar 4, 2022

Adaptive Cross-Layer Attention for Image Restoration

arXiv:2203.03619v34 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in non-local attention for image restoration, offering incremental improvements in efficiency and performance for researchers and practitioners in computer vision.

The paper tackled the problem of missing correlations between features in different layers for image restoration by proposing an Adaptive Cross-Layer Attention (ACLA) module, which dynamically aggregates information across layers and adaptively selects keys and insertion locations, achieving compelling performance across multiple tasks like super-resolution and denoising.

Non-local attention module has been proven to be crucial for image restoration. Conventional non-local attention processes features of each layer separately, so it risks missing correlation between features among different layers. To address this problem, we aim to design attention modules that aggregate information from different layers. Instead of finding correlated key pixels within the same layer, each query pixel is encouraged to attend to key pixels at multiple previous layers of the network. In order to efficiently embed such attention design into neural network backbones, we propose a novel Adaptive Cross-Layer Attention (ACLA) module. Two adaptive designs are proposed for ACLA: (1) adaptively selecting the keys for non-local attention at each layer; (2) automatically searching for the insertion locations for ACLA modules. By these two adaptive designs, ACLA dynamically selects a flexible number of keys to be aggregated for non-local attention at previous layer while maintaining a compact neural network with compelling performance. Extensive experiments on image restoration tasks, including single image super-resolution, image denoising, image demosaicing, and image compression artifacts reduction, validate the effectiveness and efficiency of ACLA. The code of ACLA is available at \url{https://github.com/SDL-ASU/ACLA}.

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