TL;DR
HASN introduces a lightweight, efficient image super-resolution network that combines hybrid attention mechanisms with depthwise separable convolutions, achieving high performance with fewer parameters and lower computational costs.
Contribution
The paper proposes the Hybrid Attention Separable Block (HASB) and a warm-start retraining strategy to improve super-resolution efficiency and effectiveness.
Findings
Achieves high super-resolution performance with fewer parameters.
Reduces computational complexity compared to existing methods.
Maintains strong feature extraction capabilities with lightweight design.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax · Attention Is All You Need
