Towards Unified Image Deblurring using a Mixture-of-Experts Decoder
Daniel Feijoo, Paula Garrido-Mellado, Jaesung Rim, Alvaro Garcia, Marcos V. Conde

TL;DR
This paper presents a novel unified image deblurring method using a mixture-of-experts decoder that adapts to various blur types, achieving comparable performance to specialized models and better generalization to unseen scenarios.
Contribution
Introduces the first all-in-one deblurring approach with a mixture-of-experts decoder that dynamically adapts to diverse blur degradations in an end-to-end framework.
Findings
Achieves performance comparable to dedicated models for specific blur types.
Demonstrates improved generalization to unseen blur scenarios.
Efficiently handles multiple blur types within a single model.
Abstract
Image deblurring, removing blurring artifacts from images, is a fundamental task in computational photography and low-level computer vision. Existing approaches focus on specialized solutions tailored to particular blur types, thus, these solutions lack generalization. This limitation in current methods implies requiring multiple models to cover several blur types, which is not practical in many real scenarios. In this paper, we introduce the first all-in-one deblurring method capable of efficiently restoring images affected by diverse blur degradations, including global motion, local motion, blur in low-light conditions, and defocus blur. We propose a mixture-of-experts (MoE) decoding module, which dynamically routes image features based on the recognized blur degradation, enabling precise and efficient restoration in an end-to-end manner. Our unified approach not only achieves…
Peer Reviews
Decision·ICLR 2026 Conference Withdrawn Submission
1. Comprehensive experiments: The study includes AIO-Blur and OOD testing, task-specific comparisons, ablation studies, and efficiency analyses, offering broad coverage and credible conclusions. 2. Practical significance: DeMoE serves as a unified framework applicable to diverse blur scenarios, reducing the need for multiple specialized models and showing potential for real-world deployment.
1. This article lacks significant innovation, and its multi expert strategy is very common in all-in-one image restoration, only changing the focus of different restoration tasks in all-in-one image restoration to different scenes under the single task of deblurring. 2. Lack of algorithmic overview: Although Figure 3 shows the network architecture, a concise workflow summarizing differences between training and inference stages is missing. 3. Limited router generalization: The router performs
- Network similarity study provides a novel and insightful analysis of the blur types in different deblurring datasets. The conclusion also contributes to the community. - The MoE structure yields an efficient method compared with previous sotas. - The paper is well-written and easy to follow.
- The effect of general deblurring is not satisfactory. In Table 2, DeMoE without manual selection cannot surpass previous methods in both RealDOF and Real-LOLBlur. Meanwhile, the reviewer considers manually selecting experts as a task-specific method, since the type of blur in the input image should be unknown in the unified deblurring scenario. - The MoE router is trained with the ground-truth degradation label. Where does the label come from? - The allocation of the router in the MoE module
1. This paper proposes the first all-in-one deblurring method that can efficiently restore any blurry image. The motivation and contributions are technically sound, and the design of the mixture-of-experts (MoE) decoding module is novel. 2. The subsection “Deblurring Similarity Analysis” effectively introduces the importance of an all-in-one network for deblurring, enabling readers to easily understand the motivation behind the proposed method. 3. The paper is well written and easy to follow.
1. Although the motivation and idea are technically sound, the performance of the proposed DeMoE seems unsatisfactory. As shown in Table 1, the performance of DeMoE$_{k=1}$ works similar to the baseline NAFNet while with two times number of parameters. 2. As the authors propose a new all-in-one model, it would be better to compare the proposed DeMoE with more recent all-in-one methods in Table 1, such as AdaIR [A] (ICLR 2025), MoCE-IR [B] (CVPR 2025), and DFPIR [C] (CVPR 2025). 3. Although th
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Digital Media Forensic Detection · Image and Signal Denoising Methods
