arXiv:2508.19927cs.CVcs.AI2025-08被引 1

用小波分解提升图像超分辨率,更高效且保留细节。

WaveHiT-SR: Hierarchical Wavelet Network for Efficient Image Super-Resolution

  • 引入分层小波变换,动态捕捉多尺度特征。
  • 参数减少30%以上,速度提升2倍,性能不降。
  • 适合追求高效图像重建的视觉算法开发者。

Transformer 在图像超分辨率(SR)任务中表现出色,但其窗口自注意力机制的二次计算复杂度导致只能使用固定小窗口,限制了感受野。本文提出一种新方法:将小波变换嵌入分层Transformer框架,命名为WaveHiT-SR。首先,采用自适应分层窗口替代静态小窗口,可跨层级捕获特征,显著增强长距离依赖建模能力。其次,利用小波变换将图像分解为多个频段,使网络同时关注全局与局部特征,并保持结构细节。通过分层逐步重构高分辨率图像,有效降低计算复杂度而不损失性能。多级分解策略使网络在低频成分中捕捉精细信息,同时增强高频纹理。大量实验验证了该方法的有效性与高效性。改进后的SwinIR-Light、SwinIR-NG和SRFormer-Light版本达到前沿性能,在参数量、FLOPs和推理速度上均有显著优化。

原文摘要 · Abstract (English)

Transformers have demonstrated promising performance in computer vision tasks, including image super-resolution (SR). The quadratic computational complexity of window self-attention mechanisms in many transformer-based SR methods forces the use of small, fixed windows, limiting the receptive field. In this paper, we propose a new approach by embedding the wavelet transform within a hierarchical transformer framework, called (WaveHiT-SR). First, using adaptive hierarchical windows instead of static small windows allows to capture features across different levels and greatly improve the ability to model long-range dependencies. Secondly, the proposed model utilizes wavelet transforms to decompose images into multiple frequency subbands, allowing the network to focus on both global and local features while preserving structural details. By progressively reconstructing high-resolution images through hierarchical processing, the network reduces computational complexity without sacrificing performance. The multi-level decomposition strategy enables the network to capture fine-grained information in lowfrequency components while enhancing high-frequency textures. Through extensive experimentation, we confirm the effectiveness and efficiency of our WaveHiT-SR. Our refined versions of SwinIR-Light, SwinIR-NG, and SRFormer-Light deliver cutting-edge SR results, achieving higher efficiency with fewer parameters, lower FLOPs, and faster speeds.

图像超分辨率小波变换Transformer

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。