Decoupled Residual Denoising Diffusion Models for Unified and Data Efficient Image-to-Image Translation

TL;DR

Decoupled Residual Denoising Diffusion (DRDD) introduces a two-stage process—stochastic noise diffusion for domain harmonization and deterministic residual diffusion for semantic mapping—achieving unified, data-efficient image-to-image translation with superior performance.

cs.CV 🔴 Advanced 2026-05-31 3 citations 68 views
Ziyue Lin Jiahe Hou Hongyu Xia Xinrui Xie Feifei Wang Yuyin Zhou Wei Wang Jiawei Liu Liangqiong Qu
diffusion models image-to-image translation data efficiency model decoupling deep learning

Key Findings

Methodology

The proposed DRDD framework decomposes the traditional single diffusion process into two sequential, independent stages: first, a stochastic noise diffusion stage that injects Gaussian noise to promote domain alignment and manifold lifting; second, a deterministic residual diffusion stage that models the core semantic mapping within a fixed-noise domain. During training, the noise diffusion stage leverages abundant unpaired target domain images, while the residual diffusion stage relies on limited paired data to learn residual mappings. This decoupling preserves domain harmonization effects throughout the reverse process, simplifying the learning of a unified mapping across diverse tasks. The model demonstrates broad compatibility with mainstream diffusion algorithms such as DDPM, DDIM, and SDE, and is validated through extensive theoretical analysis and empirical experiments showing improved robustness and data efficiency.

Key Results

  • On the All-in-One-5 and CDD-11 benchmarks, DRDD achieves an average SSIM of 0.916, surpassing previous state-of-the-art methods by approximately 0.02, with LPIPS reduced to 0.073 and FID scores indicating superior perceptual quality. In complex scenarios with multiple degradation types, DRDD maintains high fidelity and detail preservation.
  • Under limited paired data conditions, DRDD maintains competitive performance across tasks like super-resolution, denoising, and deblurring, confirming its high data efficiency. The model only trains residual networks on limited target images yet generalizes effectively to unseen data.
  • Ablation studies confirm the role of Gaussian noise as a domain harmonizer, with optimal noise levels maximizing feature overlap across domains. Compatibility tests show DRDD’s adaptability across various diffusion frameworks, broadening its practical applicability.

Significance

This work addresses key limitations in existing diffusion-based image translation models by introducing a decoupled process that maintains domain alignment and semantic fidelity simultaneously. It significantly enhances the ability to perform multi-task and multi-domain translation with limited data, which is crucial for real-world applications where annotated paired datasets are scarce. Theoretically, it provides new insights into the role of noise in diffusion models, revealing its potential as a domain harmonizer. Practically, it offers a scalable, flexible framework that can be integrated into existing diffusion pipelines, paving the way for more robust, data-efficient, and versatile image translation systems in industry and research.

Technical Contribution

The core technical innovation lies in the explicit decoupling of the diffusion process into a stochastic noise diffusion stage and a deterministic residual diffusion stage. This separation ensures that domain alignment effects induced by noise are preserved during semantic mapping, which is not possible in traditional coupled diffusion models. The authors derive a mathematical proof that Gaussian noise reduces the KL divergence between feature distributions across domains, formalizing the domain harmonization effect. The residual diffusion network is trained solely on limited paired data to predict residuals, while the denoising network learns to remove Gaussian noise, enabling efficient training and inference. Compatibility with multiple diffusion algorithms and extensive theoretical guarantees further distinguish this approach from prior work.

Novelty

This research is the first to systematically leverage Gaussian noise as a domain harmonizer within a decoupled diffusion framework for unified image translation. Unlike previous methods that perform joint noise and residual removal, DRDD performs residual removal within a fixed-noise domain before noise removal, maintaining domain alignment throughout the process. This innovative decoupling approach not only simplifies learning but also enhances data efficiency and robustness, representing a significant departure from existing coupled diffusion models. The theoretical validation of noise as a domain harmonizer adds a new dimension to the understanding of diffusion processes.

Limitations

  • The effectiveness of the domain harmonization via noise relies on careful tuning of noise levels; extreme noise may diminish the domain alignment effect, leading to degraded performance.
  • The model's computational complexity remains high, especially for high-resolution images or real-time applications, due to multiple diffusion steps and network components.
  • Current experiments focus primarily on static images; extending the framework to videos or 3D data involves additional challenges such as temporal consistency and increased computational load.

Future Work

Future research will explore adaptive noise scheduling strategies to optimize domain harmonization dynamically. Extending the decoupling paradigm to video and 3D data is a promising direction, potentially enabling real-time applications. Incorporating self-supervised learning techniques could further reduce data requirements. Additionally, integrating this framework with emerging neural architecture search methods may yield more efficient models. Practical deployment in industries like medical imaging, autonomous driving, and remote sensing will be a key focus, alongside efforts to reduce computational costs and improve inference speed.

AI Executive Summary

Diffusion models have revolutionized generative modeling, achieving unprecedented quality and diversity in image synthesis. However, their application to multi-task, multi-domain image translation has been hampered by intrinsic limitations. Traditional diffusion approaches rely on a single, coupled reverse process that simultaneously removes noise and residuals, often leading to the erosion of domain-specific features and limiting generalization.

This paper introduces a novel framework called Decoupled Residual Denoising Diffusion (DRDD), which fundamentally rethinks the diffusion process. The key insight is that Gaussian noise, beyond its conventional role, acts as a domain harmonizer—reducing the distribution gap between disparate domains. Building on this, DRDD decouples the diffusion process into two sequential stages: a stochastic noise diffusion that promotes domain alignment, and a deterministic residual diffusion that models the core semantic mapping within a fixed-noise domain.

The first stage involves injecting controlled Gaussian noise into target images, effectively pulling feature representations from different domains closer together. This process is trained solely on abundant unpaired target images, greatly improving data efficiency. The second stage then learns the residual mapping from source to target within this noise-augmented domain, using limited paired data. During inference, the model first removes residuals in the noisy domain, preserving the domain alignment, then denoises to produce the final clean image.

Extensive experiments demonstrate that DRDD outperforms existing state-of-the-art methods across multiple benchmarks, including All-in-One-5 and CDD-11 datasets. It achieves higher SSIM scores, lower LPIPS, and better FID metrics, especially in scenarios with limited paired data. The model's robustness extends to single-task translation, multi-task restoration, and cross-domain scenarios, confirming its versatility.

The core contribution of this work is the theoretical and empirical validation of noise as a domain harmonizer, coupled with a practical decoupling mechanism that simplifies learning and enhances data efficiency. This paradigm shift opens new avenues for scalable, multi-task diffusion-based image translation, with promising implications for real-world applications in medical imaging, remote sensing, and autonomous systems. Despite some limitations in extreme noise conditions and computational demands, the framework sets a new benchmark for future research in unified, data-efficient diffusion models.

Deep Analysis

Background

Over the past few years, diffusion models such as DDPM and DDIM have established themselves as powerful generative frameworks, surpassing GANs in image quality and diversity. These models operate by gradually corrupting data with Gaussian noise and then learning to reverse this process, effectively modeling the data distribution. Their success has led to widespread adoption in image synthesis, restoration, and translation tasks. Notable works like SR3, WeatherDiff, and IR-SDE have extended diffusion frameworks to specific applications like super-resolution, weather simulation, and denoising. However, most existing methods focus on single-task scenarios, with limited exploration of multi-task or multi-domain translation. Challenges such as domain gaps, limited paired data, and the erosion of domain-specific features during reverse diffusion remain unresolved. Researchers have attempted to incorporate conditioning, residual prediction, and multi-modal inputs, but these solutions often involve complex training and limited generalization. The need for a unified, data-efficient approach that can handle diverse tasks across multiple domains has driven recent innovations, including the current work’s focus on decoupling diffusion processes.

Core Problem

Despite the impressive progress, current diffusion-based I2I translation methods face significant challenges. The coupled reverse process tends to diminish domain-specific features as noise and residuals are removed simultaneously, leading to poor generalization across tasks and domains. Additionally, reliance on large-scale paired datasets limits applicability in real-world scenarios where such data are scarce. The difficulty of maintaining semantic consistency while achieving domain alignment further complicates model design. Existing methods struggle to balance the preservation of structural details with the flexibility to adapt to multiple tasks, resulting in suboptimal performance, especially under limited data conditions. Addressing these issues requires a paradigm shift that decouples domain alignment from semantic mapping, enabling more robust and data-efficient translation.

Innovation

The paper’s primary innovation is the explicit decoupling of the diffusion process into two stages: a stochastic noise diffusion that acts as a domain harmonizer, and a deterministic residual diffusion that models semantic mapping within a fixed-noise domain. This approach ensures that the domain alignment effects induced by noise are preserved during the core mapping process, which is not possible in traditional coupled models. The authors provide a rigorous mathematical proof that Gaussian noise reduces the KL divergence between feature distributions across domains, formalizing the domain harmonization effect. During training, the noise diffusion stage leverages abundant unpaired target images, while the residual diffusion network learns residual mappings from limited paired data. The reverse process is similarly decoupled, first removing residuals within the noisy domain, then denoising to produce high-fidelity images. This design simplifies learning, enhances robustness, and broadens applicability across various diffusion algorithms.

Methodology

  • �� The forward process begins with a target image, which undergoes stochastic Gaussian noise injection at each step, controlled by a schedule βt, producing a noise-carrying target image. • The noise diffusion stage is trained on large unpaired target images, optimizing a residual network to predict residuals and a denoising network to estimate noise, using mean squared error losses. • The output of the noise diffusion stage serves as input to the residual diffusion stage, which models the target-to-source mapping by injecting residuals scaled by αt, learned from limited paired data. • During training, residual networks are trained to predict residuals Ires = Iin - I0, minimizing the residual prediction loss, while the denoising network minimizes the noise prediction loss. • The reverse process involves first removing residuals within the fixed-noise domain, then denoising to generate the final image, with each step guided by trained networks. • The entire pipeline is optimized via a combination of residual and noise loss functions, enabling efficient learning with limited paired data and abundant unpaired target images.

Experiments

The experimental setup includes multiple datasets such as All-in-One-5, CDD-11, and MNMD, covering tasks like image restoration, super-resolution, and multi-domain denoising. The models are trained using Adam optimizer with specific learning rates, and evaluated with metrics including SSIM, LPIPS, and FID. Baselines include DDPM, DDIM, IR-SDE, and recent diffusion models. Ablation studies assess the impact of noise levels, decoupling strategies, and network architectures. The experiments demonstrate that DRDD outperforms existing methods in both quantitative metrics and qualitative visual quality, especially under limited data conditions. Cross-task and cross-domain evaluations confirm its robustness and generalization. Additional tests verify the compatibility of DRDD with various diffusion algorithms and the effect of different noise schedules, providing comprehensive insights into its operational dynamics.

Results

Quantitative results show that DRDD achieves an average SSIM of 0.916 across multiple restoration tasks, surpassing previous methods by approximately 0.02. LPIPS scores are reduced to 0.073, indicating better perceptual quality, while FID scores are consistently lower, reflecting improved realism. In scenarios with limited paired data, DRDD maintains high performance, demonstrating superior data efficiency. Ablation experiments confirm that the noise as a domain harmonizer significantly improves feature alignment, with optimal noise levels identified through grid search. Compatibility tests reveal that DRDD can be integrated with various diffusion frameworks without performance loss. Visual comparisons illustrate clearer details, fewer artifacts, and more consistent domain translation, validating the effectiveness of the decoupling strategy.

Applications

The proposed DRDD framework is highly applicable to real-world tasks such as medical image enhancement, remote sensing data correction, and autonomous vehicle perception, where collecting large paired datasets is challenging. Its ability to perform multiple restoration and translation tasks within a single model reduces deployment complexity and resource requirements. The model’s data efficiency makes it suitable for scenarios with scarce annotations, enabling broader adoption in industry. Additionally, the framework can be extended to multi-modal data, including videos and 3D models, with further research. Its robustness and flexibility open avenues for developing versatile AI systems capable of handling diverse image processing challenges in healthcare, security, and environmental monitoring.

Limitations & Outlook

Despite its advantages, DRDD faces limitations such as sensitivity to noise level tuning, which affects domain harmonization effectiveness. High noise levels may diminish feature alignment, leading to degraded translation quality. The computational cost remains significant due to multiple diffusion steps, posing challenges for real-time applications. The current focus on static images limits its immediate applicability to dynamic data like videos, where temporal consistency must be addressed. Moreover, the model's performance under extremely large domain gaps or highly complex scenes requires further validation. Future work should aim to optimize efficiency, extend to multi-modal data, and improve robustness under diverse conditions.

Plain Language Accessible to non-experts

想象你在一家工厂里工作,工厂里有很多不同的生产线,每条生产线负责制造不同的产品。有时候,为了让不同的生产线都能用同一套机器,工厂会先用一种特殊的调节方法,把所有机器调到一个共同的起点,让它们的工作状态变得更接近。这样,无论生产什么产品,机器都能更好地理解彼此的差异,减少误差。

在这个工厂里,有一种神奇的调节方法,就是在开始工作前,先在机器上加入一些“随机的调味料”,让它们变得更灵活、更容易调整。这个调味料就像是给机器加了一点“魔法粉”,让不同的机器之间的差距变小,更容易协调合作。

接下来,工厂会用一种特别的“学习机器”,让它学会如何从调味料中找到正确的操作方式。这个学习机器会在“调味料”状态下,学习如何把不同的产品变成目标产品。等到学习完成后,它会逐步去掉“调味料”,让机器恢复到正常状态,但此时已经学会了如何制造目标产品了。

这个方法的巧妙之处在于,先用“调味料”让所有机器变得更协调,然后再专注于学习具体的制造方法。这样,不管工厂要生产什么样的产品,只要用这个方法,都能更快、更好地完成任务。它就像是给工厂装上了一个聪明的调节系统,让不同的生产线都能顺利合作,生产出高质量的产品。

Abstract

We propose Decoupled Residual Denoising Diffusion models (DRDD) for unified and data-efficient image-to-image (I2I) translation. While diffusion models have advanced I2I translation in terms of quality and diversity, we uncover a previously under-explored property in diffusion models. Crucially, beyond its conventional role of manifold lifting (i.e., moving data off low-dimensional manifolds), injecting Gaussian noise facilitates domain harmonization by implicitly aligning feature distributions across domains, a property particularly advantageous for unified I2I translation. However, existing diffusion models prematurely erode this harmonization effect, as noise and residuals are simultaneously removed in a single coupled diffusion process. To address this, DRDD decouples the diffusion process into two sequential and independent diffusion stages: (1) a stochastic noise diffusion for domain harmonization and manifold lifting, and (2) a deterministic residual diffusion that learns the core semantic mapping entirely within the fixed-noise domain. This decoupling preserves harmonization and manifold lifting effects throughout the transformation, substantially simplifying the learning of unified mappings across diverse tasks and domains. Notably, the noise diffusion stage is trained exclusively on abundant, unpaired target-domain images, greatly improving data efficiency. Comprehensive theoretical and empirical analysis demonstrates that DRDD is broadly compatible with mainstream diffusion models and consistently delivers robust, unified I2I translation, even under limited paired data. Our code is available at https://github.com/HKU-HealthAI/DRDD.

cs.CV

References (20)

Waterloo Exploration Database: New Challenges for Image Quality Assessment Models

Kede Ma, Zhengfang Duanmu, Q. Wu et al.

2017 844 citations ⭐ Influential

Vision-Language Gradient Descent-driven All-in-One Deep Unfolding Networks

Haijin Zeng, Xiangming Wang, Yongyong Chen et al.

2025 42 citations ⭐ Influential View Analysis →

OneRestore: A Universal Restoration Framework for Composite Degradation

Yu Guo, Yuan Gao, Yuxu Lu et al.

2024 139 citations ⭐ Influential View Analysis →

Denoising Diffusion Implicit Models

Jiaming Song, Chenlin Meng, S. Ermon

2020 13371 citations ⭐ Influential View Analysis →

Denoising Diffusion Probabilistic Models

Jonathan Ho, Ajay Jain, P. Abbeel

2020 34742 citations ⭐ Influential View Analysis →

Pattern Recognition and Machine Learning

Radford M. Neal

2006 41322 citations ⭐ Influential

Selective Hourglass Mapping for Universal Image Restoration Based on Diffusion Model

Dian Zheng, Xiao-Ming Wu, Shuzhou Yang et al.

2024 124 citations ⭐ Influential View Analysis →

Contour Detection and Hierarchical Image Segmentation

Pablo Arbeláez, M. Maire, Charless C. Fowlkes et al.

2011 5856 citations ⭐ Influential

Diffusion Models Beat GANs on Image Synthesis

Prafulla Dhariwal, Alex Nichol

2021 12896 citations ⭐ Influential View Analysis →

Inversion by Direct Iteration: An Alternative to Denoising Diffusion for Image Restoration

M. Delbracio, P. Milanfar

2023 209 citations ⭐ Influential View Analysis →

Image Restoration with Mean-Reverting Stochastic Differential Equations

Ziwei Luo, F. Gustafsson, Zheng Zhao et al.

2023 331 citations ⭐ Influential View Analysis →

Progressive Growing of GANs for Improved Quality, Stability, and Variation

Tero Karras, Timo Aila, S. Laine et al.

2017 8753 citations ⭐ Influential View Analysis →

InstructIR: High-Quality Image Restoration Following Human Instructions

Marcos V. Conde, Gregor Geigle, R. Timofte

2024 221 citations ⭐ Influential View Analysis →

A Style-Based Generator Architecture for Generative Adversarial Networks

Tero Karras, S. Laine, Timo Aila

2018 13489 citations View Analysis →

Gated-GAN: Adversarial Gated Networks for Multi-Collection Style Transfer

Xinyuan Chen, Chang Xu, Xiaokang Yang et al.

2019 133 citations View Analysis →

GANs Trained by a Two Time-Scale Update Rule Converge to a Local Nash Equilibrium

M. Heusel, Hubert Ramsauer, Thomas Unterthiner et al.

2017 19542 citations

Attentive Generative Adversarial Network for Raindrop Removal from A Single Image

Rui Qian, R. Tan, Wenhan Yang et al.

2017 829 citations View Analysis →

Deep Retinex Decomposition for Low-Light Enhancement

Chen Wei, Wenjing Wang, Wenhan Yang et al.

2018 2763 citations View Analysis →

A High-Quality Denoising Dataset for Smartphone Cameras

A. Abdelhamed, Stephen Lin, M. S. Brown

2018 1014 citations

Single image super-resolution from transformed self-exemplars

Jia-Bin Huang, Abhishek Singh, N. Ahuja

2015 3464 citations

Cited By (3)

Diffusion Based Unpaired Data Learning for Inverse Problems

PixRestore: Unified Image Restoration via Pixel Diffusion Transformer

A Unified Backbone--Expert Framework with Relation-Token and Residual--Classifier Interfaces for Automatic Modulation Recognition