SAM-Deblur: Let Segment Anything Boost Image Deblurring
Siwei Li, Mingxuan Liu, Yating Zhang, Shu Chen, Haoxiang Li, Zifei Dou, and Hong Chen

TL;DR
SAM-Deblur introduces a novel framework that leverages the Segment Anything Model to incorporate structural priors into image deblurring, significantly improving performance on multiple datasets.
Contribution
The paper presents the first integration of SAM into deblurring, proposing a mask dropout training method and a Mask Average Pooling unit to enhance deblurring models with structural priors.
Findings
Improved PSNR on RealBlurJ, ReloBlur, and REDS datasets.
Effective incorporation of SAM priors enhances deblurring quality.
The MAP unit is a versatile plug-and-play component.
Abstract
Image deblurring is a critical task in the field of image restoration, aiming to eliminate blurring artifacts. However, the challenge of addressing non-uniform blurring leads to an ill-posed problem, which limits the generalization performance of existing deblurring models. To solve the problem, we propose a framework SAM-Deblur, integrating prior knowledge from the Segment Anything Model (SAM) into the deblurring task for the first time. In particular, SAM-Deblur is divided into three stages. First, we preprocess the blurred images, obtain segment masks via SAM, and propose a mask dropout method for training to enhance model robustness. Then, to fully leverage the structural priors generated by SAM, we propose a Mask Average Pooling (MAP) unit specifically designed to average SAM-generated segmented areas, serving as a plug-and-play component which can be seamlessly integrated into…
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 and Signal Denoising Methods · Image Processing Techniques and Applications
MethodsSegment Anything Model · Average Pooling · Dropout
