DreamClear: High-Capacity Real-World Image Restoration with Privacy-Safe Dataset Curation

Image restoration (IR) in real-world scenarios presents significant challenges due to the lack of high-capacity models and comprehensive datasets. To tackle these issues, we present a dual strategy: GenIR, an innovative data curation pipeline, and DreamClear, a cutting-edge Diffusion Transformer (DiT)-based image restoration model. GenIR, our pioneering contribution, is a dual-prompt learning pipeline that overcomes the limitations of existing datasets, which typically comprise only a few thousand images and thus offer limited generalizability for larger models. GenIR streamlines the process into three stages: image-text pair construction, dual-prompt based fine-tuning, and data generation&filtering. This approach circumvents the laborious data crawling process, ensuring copyright compliance and providing a cost-effective, privacy-safe solution for IR dataset construction. The result is a large-scale dataset of one million high-quality images. Our second contribution, DreamClear, is a DiT-based image restoration model. It utilizes the generative priors of text-to-image (T2I) diffusion models and the robust perceptual capabilities of multi-modal large language models (MLLMs) to achieve photorealistic restoration. To boost the model's adaptability to diverse real-world degradations, we introduce the Mixture of Adaptive Modulator (MoAM). It employs token-wise degradation priors to dynamically integrate various restoration experts, thereby expanding the range of degradations the model can address. Our exhaustive experiments confirm DreamClear's superior performance, underlining the efficacy of our dual strategy for real-world image restoration. Code and pre-trained models are available at: https://github.com/shallowdream204/DreamClear.

Paper

References (96)

Scroll for more · 38 remaining

Similar papers

Peer review

Reviewer bAzb5/10 · confidence 4/52024-07-07

Summary

This paper introduces a dual strategy for real-world image restoration: GenIR and DreamClear. GenIR, a novel data curation pipeline, addresses dataset limitations by creating a large-scale dataset of one million high-quality 2K images. DreamClear, a Diffusion Transformer-based model, utilizes generative priors from text-to-image diffusion models and multi-modal large language models for photorealistic restorations. It also incorporates the Mixture of Adaptive Modulator (MoAM) to handle various real-world degradations. Extensive experiments confirm DreamClear's superior performance, demonstrating the effectiveness of this approach.

Strengths

1.The writing and structure of the paper are clear and well-organized, making it easy to follow the authors' arguments and methodologies. 2.The authors' introduction of a privacy-safe dataset curation pipeline is significant. This is especially crucial in the era of large models, where data privacy and security are paramount concerns. 3.The experimental results convincingly demonstrate the potential of the proposed method, highlighting its effectiveness and applicability in real-world image restoration scenarios.

Weaknesses

1.The quality assessment of the newly constructed dataset is lacking, both quantitatively and qualitatively. Given the goal of real-world image restoration, I am concerned about whether the current pipeline effectively advances this objective. The authors need to include a discussion on this matter. 2.In the ablation studies, the authors should provide a detailed discussion on the interaction between the dual branches. The motivation for this design choice requires further explanation. 3.Real-world degradations are complex and intertwined. The authors should compare their approach with SUPIR using more challenging examples to better demonstrate the robustness and applicability of their method.

Questions

See the above weaknesses part.

Rating

5

Confidence

4

Soundness

3

Presentation

3

Contribution

3

Limitations

The authors have discussed the relevant limitations.

Reviewer FDew5/10 · confidence 4/52024-07-13

Summary

The paper introduces a dual strategy to tackle the challenges of image restoration (IR) datasets and the development of high-capacity models for image restoration. This strategy comprises: GenIR: An innovative data curation pipeline designed to bypass the laborious data crawling process, providing a privacy-safe solution for IR dataset construction. The authors generated a large-scale dataset of one million high-quality images. DreamClear: A Diffusion Transformer (DiT)-based image restoration model utilizing generative priors from text-to-image (T2I) diffusion models and the perceptual capabilities of multi-modal large language models (MLLMs) to achieve photorealistic restorations.

Strengths

The authors made a significant contribution to creating a large and robust image restoration dataset while providing a privacy-safe solution. The authors demonstrated detailed evaluation with recent SOTAs. The restoration model shows good performance across different evaluation metrics. The model is robust enough to handle various degradations such as deblurring and denoising.

Weaknesses

For the created data, the paper claimed they maintained privacy standards to ensure no personal information was embedded in the generated images. However, the author failed to provide clear details on how these were achieved. Hence, it is difficult to establish the robustness and effectiveness of the privacy-preserving measures. Given that the SR model, DreamClear, is an integration of various restoration models and is also built on PixArt, a detailed comparative analysis of the computational complexity between the proposed framework and other existing methods would be beneficial. While DreamClear exhibits good performance in perceptual quality, its performance on traditional metrics like PSNR and SSIM is not as strong. Some grammatical errors are observed on line 96, and incomplete statements on lines 109 and 110 should be corrected.

Questions

Given that a million images were generated, how did the authors verify that none of the images had personal information?

Rating

5

Confidence

4

Soundness

3

Presentation

3

Contribution

4

Limitations

Yes

Reviewer A2Rj5/10 · confidence 5/52024-07-13

Summary

The authors propose GenIR, a privacy-safe automated pipeline that generates a large-scale dataset of one million high-quality images for training of the image restoration (IR) models. Additionally, they introduce DreamClear, a IR model that seamlessly integrates degradation priors into diffusion-based IR models. DreamClear features the novel Mixture of Adaptive Modulator (MoAM), which adapts to diverse real-world degradations. Comprehensive experiments demonstrate its outstanding performance in managing complex real-world situations, marking a substantial progression in IR technology.

Strengths

The authors propose an automated data curation pipeline for image restoration and extensive experiments across both low-level and high-level benchmarks demonstrates the DreamClear’s state-of-the-art performance in handling intricate real-world scenarios.

Weaknesses

1. The overall impact of the generated dataset is not that convincing. Why is the training also performed on DIV2K, FLickr2K, LSDIR and Flickr8K. 2. The overall architecture in terms of contribution is too limited where the concept of mixture of experts modified to mixture of adaptive modulators and the text to image diffusion model have been widely already explored in the field of image restoration. 3. The first ablation study is not highlighting the impact of the proposed dataset. 4. It would be interesting to see the results without dual-based prompt learning if time permits?

Questions

1. Does the Eq. 2 and 3 holds only for the x_lq, does not it hold for x_ref?

Rating

5

Confidence

5

Soundness

2

Presentation

3

Contribution

2

Limitations

Yes, the authors addressed the limitations.

Authorsrebuttal2024-08-13

Thanks for your insightful discussion! We'll add all these discussions in our final paper. The primary motivation for introducing the reference image is to provide guidance using degradation-invariant image features, thereby helping the model achieve more realistic restorations. Therefore, providing the reference image is essential for the proposed DreamClear. As mentioned in previous discussions, both quantitative and qualitative ablation studies verify its effectiveness. For an alternative approach, one possible idea may be to develop a degradation-invariant feature extraction network (e.g., finetune the CLIP image encoder with supervised loss from pairs of LQ/HQ images) that directly extracts clean features to achieve a similar effect. In future work, we intend to explore these potential alternatives to further enhance model performance. Thank you for taking the time to provide your feedback. We hope that we have addressed all of your concerns. If so, we kindly ask if you could reconsider our score. Should you have any further suggestions or require additional improvements, please do not hesitate to let us know.

Reviewer A2Rj2024-08-14

Thank you for your efforts. Though I am stil worried about the training complexity of the proposed model, but considering the efforts of the authors I will upgrade my rating to borderline accept.

Reviewer CpjF4/10 · confidence 5/52024-07-16

Summary

The paper introduces "DreamClear," a high-capacity image restoration model, and "GenIR," an innovative data curation pipeline for image restoration (IR) tasks. DreamClear leverages Diffusion Transformer (DiT) models and generative priors from text-to-image (T2I) diffusion models, combined with multi-modal large language models (MLLMs), to achieve photorealistic restorations. GenIR is a dual-prompt learning pipeline that generates a large-scale dataset of high-quality images while ensuring privacy and copyright compliance. The combination of these strategies enhances the model's ability to handle diverse real-world degradations.

Strengths

1. GenIR provides a novel, privacy-safe method to create large-scale datasets, overcoming the limitations of existing datasets that are often small and not comprehensive. 2. DreamClear integrates generative priors from T2I diffusion models and employs a Mixture of Adaptive Modulator (MoAM) to handle diverse degradation scenarios effectively. 3. The model achieves high perceptual quality in restored images, compared with other methods in various benchmarks.

Weaknesses

1. Complexity in Implementation: The dual-branch structure and the integration of multiple experts for degradation handling add complexity to the model. 2. Some Technical details and more experiments should be provided.

Questions

1. Some technical details are not clear. For example, what kind of loss do you use in this paper? While the paper outlines the steps of the GenIR pipeline, it lacks specific details on parameter settings, such as the hyperparameters used in the generative models, data augmentation methods during training, and strategies for generating negative samples. There is insufficient detail on the criteria and standards used to evaluate and select the generated dataset. 2. One potential issue with the DreamClear approach is the risk of generating artificial textures during the image restoration process. Taking Figure 4 as an example, although the result is clearer, it may produce artifacts because the beak of this bird does not look like this. 3. In Figure 6, as data size increases, performance improves. Is there further improvement for more datasets, e.g., increasing the number of training images to 200000? 4. It would be better to compare the efficiency of different methods, e.g., model size, training/inference time, FLOPs. 5. Some necessary related work should be discussed. There are many diffusion-based image restoration methods, e.g., DDRM, DDNM, DeqIR, etc. It would be better to cite and discuss them.

Rating

4

Confidence

5

Soundness

2

Presentation

2

Contribution

2

Limitations

Please refer to the details above.

Authorsrebuttal2024-08-13

Dear Reviewer CpjF, Thank you very much for recognizing our work: "GenIR provides a novel method" and "DreamClear achieves high perceptual quality". We greatly appreciate the time and effort you dedicated to reviewing our paper. As the deadline for the discussion period approaches and we have yet to receive your feedback, we kindly request that you share any remaining concerns. Please let us know if we can provide any additional information or clarification. Thank you once again for your contributions to the development of our paper. Authors of Submission 8300

Reviewer bAzb2024-08-11

Thank you for the author's response. I maintain my positive score.

Authorsrebuttal2024-08-12

Request for Review of Rebuttal and Clarifications

Dear AC and Reviewers, Thank you for taking the time to review our paper. We are delighted to see that the reviewers recognized the strengths of our work. We are particularly grateful that Reviewer CpjF highlighted the novelty of our method, Reviewer FDew and Reviewer bAzb acknowledged the significant contribution it makes, and Reviewer A2Rj commended its state-of-the-art performance. However, the reviewers also raised some concerns. Reviewer CpjF sought more technical details about GenIR, while Reviewer A2Rj was interested in the overall impact of the generated dataset. We have provided a detailed rebuttal addressing these concerns and kindly ask the reviewers to review our responses when convenient. Thank you once again for your valuable feedback. Sincerely, Authors of Submission 8300

Reviewer FDew2024-08-13

Thank you for the detailed rebuttal. I appreciate the effort the authors have made to address the concerns I raised. However, the computational complexity of this approach continues to be a significant challenge, particularly when considering the need to train the model on new datasets. The fact that training took 7 days on 32 A100 GPUs raises concerns about its practicality in other real-world scenarios, especially in environments with limited resources. Therefore, I am maintaining my initial rating.

Authorsrebuttal2024-08-13

Thank you for acknowledging our work and providing thoughtful feedback on our rebuttal. In the era of "large models," many fields are progressing towards the development of foundational models. Creating these foundational models requires substantial data and computational resources. In this paper, we approach from both data and model perspectives, aiming to expand the capability limits of image restoration models. This exploration is vital for understanding the strengths and limitations of large-model-based approaches within the domain of image restoration. We are optimistic that advancements in model distillation and quantization will significantly enhance our approach by reducing model size while maintaining effectiveness. We greatly appreciate your time and insightful feedback throughout the discussion period. Please feel free to reach out if you have further queries or need additional clarification on our work.

Reviewer A2Rj2024-08-13

Thank you for the detailed response. I highly appreciate the effort made by the authors to address the weaknesses and questions asked. I have still concern in Q2, can you please elaborate in more detail about how the MoAM module helps in achieving robust image restoration and how does the inclusion of a reference image helps to focus upon less on degradation removal. Considering the general response given by the authors, where they mentioned about the training complexity, it is very hard to see the practical implications of the proposed method in real-world applications, so I will change my rating to borderline reject.

Authorsrebuttal2024-08-13

Response to Remaining Concerns (Part 1/2)

Thanks a lot for providing thoughtful feedback on our rebuttal! We address your remaining concerns as described below. **1. About Reference Branch** **[Reply]** As outlined in the paper (Line 187), We employ a lightweight image restoration network (i.e., SwinIR trained with L1 loss) to generate preliminary restored images as reference images. While these images may lack fine details, they are largely free from blur, noise, and JPEG artifacts. Consequently, guided by the reference image, our model can more readily identify degraded content in the low-quality (LQ) image, enabling it to concentrate more effectively on enhancing image details. We also conduct ablations to examine the role of the reference branch. As shown in Table 3, when the reference branch is removed, all metrics on the low-level and high-level benchmarks deteriorate significantly. Figure 7 also shows that the reference branch can significantly enhance the quality of the image. This indicates that the reference branch plays an important role in DreamClear for improving both image quality and semantic information. **2. About MoAM** **[Reply]** The proposed MoAM acts as an interaction module between the LQ branch and the reference branch, aiming to enhance the model's robustness to intricate real-world degradations by explicitly guiding it through the introduction of token-wise degradation priors. It obtains the degradation map through cross-attention between the LQ features and reference features, guiding the dynamic fusion of expert knowledge to modulate LQ features. To validate its effectiveness, we replace MoAM with different interaction modules: * AM: As shown in Table 3, when replacing MoAM with AM, all metrics undergo a substantial decrease. Similarly, Figure 7 demonstrates that this replacement leads to more blurred textures in both the bear and the snow. These findings underscore the importance of the degradation prior guidance in MoAM for steering restoration experts. * Cross-Attention / Zero-Linear: In addition to AM, we also tried other feature interaction modules, including cross-attention and zero-linear. Table 3 shows that their performance is inferior to AM across all metrics. Figure 7 shows that when using zero-linear, the bear's texture becomes blurred and there are semantic errors on its back. When using cross-attention, many artifacts appear, and there are also semantic errors on the bear's nose. Therefore, using AM as the interaction module is more suitable for the IR task to achieve better restoration results.

Reviewer A2Rj2024-08-13

Thank you for your detailed response. I would advise the reviewers to add this content in the main paper to make the things more clear to the audience. But isn't there a better alternative rather than first deploying a lightweight SwinIR to generate reference images? Is it necessary to provide reference image?

Authorsrebuttal2024-08-13

Response to Remaining Concerns (Part 2/2)

**3. About Real-World Applications** **[Reply]** We additionally provide the training computational cost (GPU days) compared with the recent SOTA SUPIR published in CVPR: | | | | | | | :-------: | :------: | :------: | :------: |:------: | | **Methods** | **Params** | **Training Time** | **GPU Days** |**Inference Time** | | SUPIR | 3865.6M | $\approx$ 10 days using 64 A6000 |> 291 A100| 16.36s| | DreamClear | **2283.7M** | **$\approx$ 7 days using 32 A100** | **224 A100** | **15.84s**| Due to the lack of accurate speed comparisons between the A6000 GPU (48GB) and the A100 GPU (80GB), we treat the A6000 GPU as equivalent to the V100 GPU (32GB) for calculations (though the A6000's computational power is clearly superior to the V100). Following the previously published works [1,2], we convert the V100 days to A100 days by assuming a 2.2× speedup of A100 compared to V100. **The results show that our DreamClear method requires at least 70 fewer A100 GPU days compared to SUPIR.** We acknowledge that DreamClear still requires relatively large training costs in the field of low-level vision. However, as we move further into the "large model" era, various fields are advancing towards the development of foundational models, which inherently require vast amounts of data and computational resources. **In this paper, we approach from both data and model perspectives, aiming to expand the capability limits of image restoration models. This exploration is vital for understanding the strengths and limitations of large-model-based approaches within the domain of image restoration.** We are optimistic that advancements in model distillation and quantization will significantly enhance our approach by reducing model size while maintaining effectiveness. **Additionally, our generated dataset offers significant value for real-world applications.** As discussed in the **reply of Q1**, with the same training time for DreamClear (5 days using 32 A100 GPUs), the model trained on our generated dataset achieves better quantitative and qualitative results compared to those trained on existing IR datasets. Besides, as shown in Figure 6, when training lightweight, deployable models like SwinIR, using our generated dataset also results in significant performance improvements compared with using existing IR datasets. The results are as follows (evaluated on LSDIR-Val): |Trainset|LPIPS $\downarrow$|DISTS $\downarrow$|FID $\downarrow$|MANIQA $\uparrow$|MUSIQ $\uparrow$|CLIPIQA $\uparrow$| |:-------:|:------:|:------:|:------:|:------:|:------:|:------:| |DIV2K+Flickr2K|0.4578|0.2435|51.29|0.3691|63.12|0.5647| |Ours Generated (20K images)|**0.3873**|**0.1951**|**42.13**|**0.4502**|**68.83**|**0.6469**| This further underscores the value of the dataset we constructed in this paper for real-world image restoration applications. --- We hope that our response addresses your concerns sincerely. Looking forward to further communication with you! **References** [1] High-Resolution Image Synthesis with Latent Diffusion Models. In CVPR, 2022. [2] PixArt-$\alpha $: Fast Training of Diffusion Transformer for Photorealistic Text-to-Image Synthesis. In ICLR, 2024.

Authorsrebuttal2024-08-14

Thanks for the time and efforts invested by all reviewers and AC

Dear AC and Reviewers, Firstly, we wish to express our profound gratitude for your time, effort, and insightful feedback on our manuscript. We deeply appreciate the recognition our work has received: Reviewer CpjF emphasized the novelty of our method, Reviewer FDew and Reviewer bAzb acknowledged its significant contribution, and Reviewer A2Rj praised its state-of-the-art performance. Throughout the review process, several concerns were raised, primarily related to technical details, efficiency comparisons, and the necessity for additional ablations and comparisons. We have addressed most of these concerns during the rebuttal and discussion stages. A lingering concern pertains to the real-world applicability of our model, given its relatively high training cost. To address this, we highlight three points. **First, we've compared our method to the recent SOTA method SUPIR [CVPR 2024] .** DreamClear is less resource-intensive and needs at least **70 fewer A100 GPU days** than SUPIR. **Second, we emphasize the importance of our dataset and model considering the trend towards large models in fields like NLP and multimodal understanding.** These foundational models inherently need vast data and computational resources. In our paper, we tackle this issue from data and model viewpoints, aiming to push the boundaries of image restoration models. **Lastly, our generated dataset is valuable for real-world applications.** As shown in Figure 6 and our response to Reviewer A2Rj, our high-quality dataset, when compared to existing public datasets, can significantly improve the performance of lightweight models like SwinIR in real-world image restoration. We believe that the dataset and real-world image restoration model proposed in our paper are of significant value to the field of low-level vision and can effectively push forward the progress of the image restoration field in the era of large models. We sincerely appreciate the time and efforts invested by all reviewers and AC in evaluating our work. Best regards, Authors of Submission 8300

Program Chairsdecision2024-09-25

Decision

Accept (poster)

© 2026 NYSGPT2525 LLC