paper-with-me

홈 › Papers

Denoising Task Routing for Diffusion Models

2023-10-11 · Byeongjun Park, Sangmin Woo, Hyojun Go, Jin-Young Kim, Changick Kim

Diffusion models generate highly realistic images by learning a multi-step denoising process, naturally embodying the principles of multi-task learning (MTL). Despite the inherent connection between diffusion models and MTL, there remains an unexplored area in designing neural architectures that explicitly incorporate MTL into the framework of diffusion models. In this paper, we present Denoising Task Routing (DTR), a simple add-on strategy for existing diffusion model architectures to establish distinct information pathways for individual tasks within a single architecture by selectively activating subsets of channels in the model. What makes DTR particularly compelling is its seamless integration of prior knowledge of denoising tasks into the framework: (1) Task Affinity: DTR activates similar channels for tasks at adjacent timesteps and shifts activated channels as sliding windows through timesteps, capitalizing on the inherent strong affinity between tasks at adjacent timesteps. (2) Task Weights: During the early stages (higher timesteps) of the denoising process, DTR assigns a greater number of task-specific channels, leveraging the insight that diffusion models prioritize reconstructing global structure and perceptually rich contents in earlier stages, and focus on simple noise removal in later stages. Our experiments reveal that DTR not only consistently boosts diffusion models' performance across different evaluation protocols without adding extra parameters but also accelerates training convergence. Finally, we show the complementarity between our architectural approach and existing MTL optimization techniques, providing a more complete view of MTL in the context of diffusion training. Significantly, by leveraging this complementarity, we attain matched performance of DiT-XL using the smaller DiT-L with a reduction in training iterations from 7M to 2M.

📄 PDF Abstract BibTeX arXiv:2310.07138

Code (2)

byeongjun-park/DTR 공식 구현 pytorch
gohyojun15/ANT_diffusion pytorch

Tasks

DenoisingMulti-Task Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Switch Diffusion Transformer: Synergizing Denoising Tasks with Sparse Mixture-of-Experts

2024-03-14 · Byeongjun Park, Hyojun Go, Jin-Young Kim, Sangmin Woo 외

Diffusion models have achieved remarkable success across a range of generative tasks. Recent efforts to enhance diffusion model architectures have reimagined them as a form of multi-task learning, where each task corresp…

DenoisingMixture-of-ExpertsMulti-Task Learning

Expert-Data Alignment Governs Generation Quality in Decentralized Diffusion Models

2026-02-02 · Marcos Villagra, Bidhan Roy, Raihan Seraj, Zhiying Jiang arxiv

Decentralized Diffusion Models (DDMs) route denoising through experts trained independently on disjoint data clusters, which can strongly disagree in their predictions. What governs the quality of generations in such sys…

Focusing on What Matters: Saliency-Harnessing Accurate Routing for Diffusion MoE

2026-06-25 · Haoyou Deng, Keyu Yan, Chaojie Mao, Xiang Wang 외 arxiv

Mixture-of-Experts (MoE) architectures have emerged as a powerful paradigm for scaling diffusion models in visual generation. Recent advancements have focused on adaptively allocating computational resources across diver…

FeRA: Frequency-Energy Constrained Routing for Effective Diffusion Adaptation Fine-Tuning

2025-11-22 · Bo Yin, Xiaobin Hu, Xingyu Zhou, Yu He 외 arxiv

Diffusion models have achieved remarkable success in generative modeling, yet how to effectively adapt large pretrained models to new tasks remains challenging. We revisit the reconstruction behavior of diffusion models …

EndoIR: Degradation-Agnostic All-in-One Endoscopic Image Restoration via Noise-Aware Routing Diffusion

2025-11-08 · Tong Chen, Xinyu Ma, Long Bai, Wenyang Wang 외 arxiv

Endoscopic images often suffer from diverse and co-occurring degradations such as low lighting, smoke, and bleeding, which obscure critical clinical details. Existing restoration methods are typically task-specific and o…

Image Restoration