Difflare: Removing Image Lens Flare with Latent Diffusion Model
Tianwen Zhou, Qihao Duan, Zitong Yu
TL;DR
Difflare tackles lens flare removal, a challenging local image degradation, by leveraging pre-trained latent diffusion priors through latent-space fine-tuning. It introduces a Structural Guidance Injection Module (SGIM) to inject multi-scale structural cues and an Adaptive Feature Fusion Module (AFFM) guided by a Luminance Gradient Prior (LGP) to preserve flare-free regions. The method achieves strong fidelity and perceptual quality on real-world flare data, outperforming prior approaches while reducing training costs by operating in latent space. This approach demonstrates the value of latent-diffusion priors for local degradation tasks and suggests broader applicability to related image restoration problems.
Abstract
The recovery of high-quality images from images corrupted by lens flare presents a significant challenge in low-level vision. Contemporary deep learning methods frequently entail training a lens flare removing model from scratch. However, these methods, despite their noticeable success, fail to utilize the generative prior learned by pre-trained models, resulting in unsatisfactory performance in lens flare removal. Furthermore, there are only few works considering the physical priors relevant to flare removal. To address these issues, we introduce Difflare, a novel approach designed for lens flare removal. To leverage the generative prior learned by Pre-Trained Diffusion Models (PTDM), we introduce a trainable Structural Guidance Injection Module (SGIM) aimed at guiding the restoration process with PTDM. Towards more efficient training, we employ Difflare in the latent space. To address information loss resulting from latent compression and the stochastic sampling process of PTDM, we introduce an Adaptive Feature Fusion Module (AFFM), which incorporates the Luminance Gradient Prior (LGP) of lens flare to dynamically regulate feature extraction. Extensive experiments demonstrate that our proposed Difflare achieves state-of-the-art performance in real-world lens flare removal, restoring images corrupted by flare with improved fidelity and perceptual quality. The codes will be released soon.
