paper-with-me

홈 › Papers

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

2024-03-14 · Byeongjun Park, Hyojun Go, Jin-Young Kim, Sangmin Woo, Seokil Ham, Changick Kim

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 corresponds to a denoising task at a specific noise level. While these efforts have focused on parameter isolation and task routing, they fall short of capturing detailed inter-task relationships and risk losing semantic information, respectively. In response, we introduce Switch Diffusion Transformer (Switch-DiT), which establishes inter-task relationships between conflicting tasks without compromising semantic information. To achieve this, we employ a sparse mixture-of-experts within each transformer block to utilize semantic information and facilitate handling conflicts in tasks through parameter isolation. Additionally, we propose a diffusion prior loss, encouraging similar tasks to share their denoising paths while isolating conflicting ones. Through these, each transformer block contains a shared expert across all tasks, where the common and task-specific denoising paths enable the diffusion model to construct its beneficial way of synergizing denoising tasks. Extensive experiments validate the effectiveness of our approach in improving both image quality and convergence rate, and further analysis demonstrates that Switch-DiT constructs tailored denoising paths across various generation scenarios.

📄 PDF Abstract BibTeX arXiv:2403.09176

Code (2)

byeongjun-park/Switch-DiT 공식 구현 pytorch
byeongjun-park/SteerX pytorch

Tasks

DenoisingMixture-of-ExpertsMulti-Task Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

DiT as Real-Time Rerenderer: Streaming Video Stylization with Autoregressive Diffusion Transformer

2026-04-15 · Hengye Lyu, Zisu Li, Yue Hong, Yueting Weng 외 arxiv

Recent advances in video generation models has significantly accelerated video generation and related downstream tasks. Among these, video stylization holds important research value in areas such as immersive application…

Video Generation

Denoising Reuse: Exploiting Inter-frame Motion Consistency for Efficient Video Latent Generation

2024-09-19 · Chenyu Wang, Shuo Yan, Yixuan Chen, Yujiang Wang 외

Video generation using diffusion-based models is constrained by high computational costs due to the frame-wise iterative diffusion process. This work presents a Diffusion Reuse MOtion (Dr. Mo) network to accelerate laten…

DenoisingVideo Generation

Breaking the Likelihood-Quality Trade-off in Diffusion Models by Merging Pretrained Experts

2025-11-24 · Yasin Esfandiari, Stefan Bauer, Sebastian U. Stich, Andrea Dittadi arxiv

Diffusion models for image generation often exhibit a trade-off between perceptual sample quality and data likelihood: training objectives emphasizing high-noise denoising steps yield realistic images but poor likelihood…

Image Generation

Estimating Probability Densities with Transformer and Denoising Diffusion

2024-07-22 · Henry W. Leung, Jo Bovy, Joshua S. Speagle

Transformers are often the go-to architecture to build foundation models that ingest a large amount of training data. But these models do not estimate the probability density distribution when trained on regression probl…

DenoisingDensity Estimation

Transformer-based Learned Image Compression for Joint Decoding and Denoising

2024-02-20 · Yi-Hsin Chen, Kuan-Wei Ho, Shiau-Rung Tsai, Guan-Hsun Lin 외

This work introduces a Transformer-based image compression system. It has the flexibility to switch between the standard image reconstruction and the denoising reconstruction from a single compressed bitstream. Instead o…

DecoderDenoisingImage CompressionImage Reconstruction