IVCVOct 13, 2024

HASN: Hybrid Attention Separable Network for Efficient Image Super-resolution

arXiv:2410.09844v14 citationsh-index: 3Has CodeVis Comput
Originality Incremental advance
AI Analysis

This is an incremental improvement for efficient image super-resolution, addressing hardware limitations in real-world applications.

The paper tackles the problem of reducing computational cost and model size in lightweight single image super-resolution by proposing a Hybrid Attention Separable Network (HASN) that uses depthwise separable convolutions and hybrid attention blocks, achieving smaller model size and reduced complexity without performance loss.

Recently, lightweight methods for single image super-resolution (SISR) have gained significant popularity and achieved impressive performance due to limited hardware resources. These methods demonstrate that adopting residual feature distillation is an effective way to enhance performance. However, we find that using residual connections after each block increases the model's storage and computational cost. Therefore, to simplify the network structure and learn higher-level features and relationships between features, we use depthwise separable convolutions, fully connected layers, and activation functions as the basic feature extraction modules. This significantly reduces computational load and the number of parameters while maintaining strong feature extraction capabilities. To further enhance model performance, we propose the Hybrid Attention Separable Block (HASB), which combines channel attention and spatial attention, thus making use of their complementary advantages. Additionally, we use depthwise separable convolutions instead of standard convolutions, significantly reducing the computational load and the number of parameters while maintaining strong feature extraction capabilities. During the training phase, we also adopt a warm-start retraining strategy to exploit the potential of the model further. Extensive experiments demonstrate the effectiveness of our approach. Our method achieves a smaller model size and reduced computational complexity without compromising performance. Code can be available at https://github.com/nathan66666/HASN.git

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