Unsupervised Raindrop Removal from a Single Image using Conditional Diffusion Models
Lhuqita Fazry, Valentino Vito
TL;DR
The paper tackles raindrop removal from a single image by introducing DropWiper, a two-stage framework that first generates pseudo raindrop masks and then reconstructs the occluded background with a conditional diffusion model. It leverages residual-based masking and a synthetic raindrop detector trained via a refraction model on Cityscapes to guide diffusion-based inpainting, evaluated on the Raindrop dataset and Cityscapes. Results show that residual masks provide more reliable guidance than the detector due to domain shift, while the DDPM-based background reconstruction yields plausible restorations when masks are accurate. This work demonstrates the viability of diffusion models for single-image raindrop removal and underscores the need for better mask quality and domain adaptation.
Abstract
Raindrop removal is a challenging task in image processing. Removing raindrops while relying solely on a single image further increases the difficulty of the task. Common approaches include the detection of raindrop regions in the image, followed by performing a background restoration process conditioned on those regions. While various methods can be applied for the detection step, the most common architecture used for background restoration is the Generative Adversarial Network (GAN). Recent advances in the use of diffusion models have led to state-of-the-art image inpainting techniques. In this paper, we introduce a novel technique for raindrop removal from a single image using diffusion-based image inpainting.
