Revisiting Image Deblurring with an Efficient ConvNet
Lingyan Ruan, Mojtaba Bemana, Hans-peter Seidel, Karol Myszkowski, Bin, Chen

TL;DR
This paper introduces a lightweight CNN architecture with a large effective receptive field that rivals or surpasses Transformer-based models in image deblurring, achieving better performance with fewer parameters and computational costs.
Contribution
The authors propose LaKD, an efficient CNN block with large kernels and spatial-channel mixing, providing a large ERF and competitive deblurring performance compared to Transformers.
Findings
Achieves +0.17dB / +0.43dB PSNR over Restormer on deblurring benchmarks.
Uses 32% fewer parameters and 39% fewer MACs than state-of-the-art models.
Introduces ERFMeter, a metric correlating ERF size with network performance.
Abstract
Image deblurring aims to recover the latent sharp image from its blurry counterpart and has a wide range of applications in computer vision. The Convolution Neural Networks (CNNs) have performed well in this domain for many years, and until recently an alternative network architecture, namely Transformer, has demonstrated even stronger performance. One can attribute its superiority to the multi-head self-attention (MHSA) mechanism, which offers a larger receptive field and better input content adaptability than CNNs. However, as MHSA demands high computational costs that grow quadratically with respect to the input resolution, it becomes impractical for high-resolution image deblurring tasks. In this work, we propose a unified lightweight CNN network that features a large effective receptive field (ERF) and demonstrates comparable or even better performance than Transformers while…
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
TopicsAdvanced Image Processing Techniques · Image Processing Techniques and Applications · Image and Signal Denoising Methods
MethodsAttention Is All You Need · Dense Connections · Linear Layer · Layer Normalization · Multi-Head Attention · Position-Wise Feed-Forward Layer · Absolute Position Encodings · Convolution · Byte Pair Encoding · Label Smoothing
