CVMar 9, 2025

One-Step Diffusion Model for Image Motion-Deblurring

arXiv:2503.06537v18 citationsh-index: 21Has Code
Originality Incremental advance
AI Analysis

This addresses the practical limitations of slow inference in diffusion-based deblurring methods, which is a problem for real-time applications, though it is incremental as it builds on existing diffusion models.

The paper tackles the problem of single-image motion deblurring by proposing a one-step diffusion model (OSDD) that reduces denoising to a single step, achieving strong performance on full and no-reference metrics while significantly improving inference efficiency.

Currently, methods for single-image deblurring based on CNNs and transformers have demonstrated promising performance. However, these methods often suffer from perceptual limitations, poor generalization ability, and struggle with heavy or complex blur. While diffusion-based methods can partially address these shortcomings, their multi-step denoising process limits their practical usage. In this paper, we conduct an in-depth exploration of diffusion models in deblurring and propose a one-step diffusion model for deblurring (OSDD), a novel framework that reduces the denoising process to a single step, significantly improving inference efficiency while maintaining high fidelity. To tackle fidelity loss in diffusion models, we introduce an enhanced variational autoencoder (eVAE), which improves structural restoration. Additionally, we construct a high-quality synthetic deblurring dataset to mitigate perceptual collapse and design a dynamic dual-adapter (DDA) to enhance perceptual quality while preserving fidelity. Extensive experiments demonstrate that our method achieves strong performance on both full and no-reference metrics. Our code and pre-trained model will be publicly available at https://github.com/xyLiu339/OSDD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes