Deshadow-Anything: When Segment Anything Model Meets Zero-shot shadow removal

📅 2023-09-21
🏛️ arXiv.org
📈 Citations: 3
Influential: 0
📄 PDF
🤖 AI Summary
To address the zero-shot generalization bottleneck of the Segment Anything Model (SAM) in shadow removal—specifically its inability to distinguish shadows from background without fine-tuning—we propose the first SAM-based zero-shot shadow removal framework. Methodologically, we innovatively incorporate SAM’s segmentation priors into a diffusion model to formulate a conditional denoising process; introduce a Multi-Self-Attention Guidance (MSAG) mechanism to enhance structural awareness; and propose DDPM-AIP, an adaptive input perturbation strategy that accelerates convergence and improves detail fidelity. Evaluated on standard benchmarks, our approach achieves state-of-the-art performance (notably higher PSNR and SSIM), enables plug-and-play zero-shot generalization across diverse scenes without task-specific adaptation, and effectively preserves edge sharpness, fine-grained texture, and semantic structural consistency.
📝 Abstract
Segment Anything (SAM), an advanced universal image segmentation model trained on an expansive visual dataset, has set a new benchmark in image segmentation and computer vision. However, it faced challenges when it came to distinguishing between shadows and their backgrounds. To address this, we developed Deshadow-Anything, considering the generalization of large-scale datasets, and we performed Fine-tuning on large-scale datasets to achieve image shadow removal. The diffusion model can diffuse along the edges and textures of an image, helping to remove shadows while preserving the details of the image. Furthermore, we design Multi-Self-Attention Guidance (MSAG) and adaptive input perturbation (DDPM-AIP) to accelerate the iterative training speed of diffusion. Experiments on shadow removal tasks demonstrate that these methods can effectively improve image restoration performance.
Problem

Research questions and friction points this paper is trying to address.

Segment Anything Model struggles with shadow-background distinction
Deshadow-Anything achieves zero-shot shadow removal through fine-tuning
Novel methods accelerate diffusion training for image restoration
Innovation

Methods, ideas, or system contributions that make the work stand out.

Fine-tuning SAM for shadow removal
Using diffusion model for detail preservation
Introducing MSAG and DDPM-AIP acceleration
🔎 Similar Papers
No similar papers found.