Adaptive Identification of Blurred Regions for Accurate Image Deblurring
Hu Gao, Depeng Dang
TL;DR
This work addresses image deblurring when blur severity varies across regions by introducing AIBNet, which adaptively identifies blurred regions in both spatial and frequency domains. The decoder-centric design employs SFDHBlock (featuring SFEM and SCA) to emphasize blurred areas and suppress non-blurred information, along with HFSBlock for selective high-frequency feature retention, all powered by a frozen pre-trained encoder. A progressive training strategy trains sub-decoders sequentially to reduce memory demands, while a composite loss balances pixel, edge, and frequency-domain cues. Empirically, AIBNet achieves state-of-the-art performance on synthetic (GoPro) and real-world (RealBlur) datasets and demonstrates strong generalization and resource-efficiency through ablations and scalability analyses.
Abstract
Image deblurring aims to restore high-quality images from blurred ones. While existing deblurring methods have made significant progress, most overlook the fact that the degradation degree varies across different regions. In this paper, we propose AIBNet, a network that adaptively identifies the blurred regions, enabling differential restoration of these regions. Specifically, we design a spatial feature differential handling block (SFDHBlock), with the core being the spatial domain feature enhancement module (SFEM). Through the feature difference operation, SFEM not only helps the model focus on the key information in the blurred regions but also eliminates the interference of implicit noise. Additionally, based on the fact that the difference between sharp and blurred images primarily lies in the high-frequency components, we propose a high-frequency feature selection block (HFSBlock). The HFSBlock first uses learnable filters to extract high-frequency features and then selectively retains the most important ones. To fully leverage the decoder's potential, we use a pre-trained model as the encoder and incorporate the above modules only in the decoder. Finally, to alleviate the resource burden during training, we introduce a progressive training strategy. Extensive experiments demonstrate that our AIBNet achieves superior performance in image deblurring.
