AMSA-UNet: An Asymmetric Multiple Scales U-net Based on Self-attention for Deblurring
Yingying Wang
TL;DR
This work tackles spatial information loss and limited long-range modeling in single-scale U-Nets for image deblurring by introducing AMSA-UNet, an asymmetric multi-scale U-Net with self-attention in the decoder and FFT-based speedups. The architecture fuses multi-scale features through AFF, leverages a DFFN with a learnable quantization matrix $W$ in both encoder and decoder paths, and employs a frequency-domain self-attention solver (FSAS) to reduce complexity from $O(n^2)$-style computations. The method demonstrates superior PSNR/SSIM and faster inference on GoPro and Kohler datasets, outperforming eight baselines and showing strong generalization. Overall, AMSA-UNet achieves high deblurring accuracy with reduced computational demands, making it suitable for practical, real-time applications in diverse blurred imagery where long-range dependencies matter.
Abstract
The traditional ingle-scale U-Net often leads to the loss of spatial information during deblurring, which affects the deblurring accracy. Additionally, due to the convolutional method's limitation in capturing long-range dependencies, the quality of the recovered image is degraded. To address the above problems, an asymmetric multiple scales U-net based on self-attention (AMSA-UNet) is proposed to improve the accuracy and computational complexity. By introducing a multiple-scales U shape architecture, the network can focus on blurry regions at the global level and better recover image details at the local level. In order to overcome the limitations of traditional convolutional methods in capturing the long-range dependencies of information, a self-attention mechanism is introduced into the decoder part of the backbone network, which significantly increases the model's receptive field, enabling it to pay more attention to semantic information of the image, thereby producing more accurate and visually pleasing deblurred images. What's more, a frequency domain-based computation method was introduced to reduces the computation amount. The experimental results demonstrate that the proposed method exhibits significant improvements in both accuracy and speed compared to eight excellent methods
