Papers › Revisiting Image Deblurring with an Efficient ConvNet

Revisiting Image Deblurring with an Efficient ConvNet

4 Feb 2023arXiv:2302.02234archive 2025-07-28

Lingyan Ruan, Mojtaba Bemana, Hans-Peter Seidel, Karol Myszkowski, Bin Chen

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 bearing less computational costs. Our key design is an efficient CNN block dubbed LaKD, equipped with a large kernel depth-wise convolution and spatial-channel mixing structure, attaining comparable or larger ERF than Transformers but with a smaller parameter scale. Specifically, we achieve +0.17dB / +0.43dB PSNR over the state-of-the-art Restormer on defocus / motion deblurring benchmark datasets with 32% fewer parameters and 39% fewer MACs. Extensive experiments demonstrate the superior performance of our network and the effectiveness of each module. Furthermore, we propose a compact and intuitive ERFMeter metric that quantitatively characterizes ERF, and shows a high correlation to the network performance. We hope this work can inspire the research community to further explore the pros and cons of CNN and Transformer architectures beyond image deblurring tasks.

PaperPDFCode

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

Code

lingyanruan/lakdnet officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

AttributeDeblurringImage DeblurringImage Defocus Deblurring

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Deblurring HIDE (trained on GOPRO) LaKDNet PSNR (sRGB) 31.58 #10 of 26 Archive leaderboard report
Deblurring HIDE (trained on GOPRO) LaKDNet Params (M) 37.5 #10 of 26 Archive leaderboard report
Deblurring HIDE (trained on GOPRO) LaKDNet SSIM (sRGB) 0.946 #10 of 26 Archive leaderboard report
Deblurring RealBlur-R (trained on GoPro) LaKDNet PSNR (sRGB) 36.08 #7 of 19 Archive leaderboard report
Deblurring RealBlur-R (trained on GoPro) LaKDNet SSIM (sRGB) 0.955 #7 of 19 Archive leaderboard report
Image Deblurring GoPro LAKDNet PSNR 33.72 #17 of 55 Archive leaderboard report
Image Deblurring GoPro LAKDNet Params (M) 37.5 #17 of 55 Archive leaderboard report
Image Deblurring GoPro LAKDNet SSIM 0.967 #17 of 55 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEConvolutionDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections