paper-with-me

Papers

TinyFusion: Diffusion Transformers Learned Shallow

2024-12-02 · CVPR 2025 1 · Gongfan Fang, Kunjun Li, Xinyin Ma, Xinchao Wang

Diffusion Transformers have demonstrated remarkable capabilities in image generation but often come with excessive parameterization, resulting in considerable inference overhead in real-world applications. In this work, we present TinyFusion, a depth pruning method designed to remove redundant layers from diffusion transformers via end-to-end learning. The core principle of our approach is to create a pruned model with high recoverability, allowing it to regain strong performance after fine-tuning. To accomplish this, we introduce a differentiable sampling technique to make pruning learnable, paired with a co-optimized parameter to simulate future fine-tuning. While prior works focus on minimizing loss or error after pruning, our method explicitly models and optimizes the post-fine-tuning performance of pruned models. Experimental results indicate that this learnable paradigm offers substantial benefits for layer pruning of diffusion transformers, surpassing existing importance-based and error-based methods. Additionally, TinyFusion exhibits strong generalization across diverse architectures, such as DiTs, MARs, and SiTs. Experiments with DiT-XL show that TinyFusion can craft a shallow diffusion transformer at less than 7% of the pre-training cost, achieving a 2$\times$ speedup with an FID score of 2.86, outperforming competitors with comparable efficiency. Code is available at https://github.com/VainF/TinyFusion.

📄 PDF Abstract BibTeX arXiv:2412.01199

Code (1)

vainf/tinyfusion 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

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…
Pruning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Self-transcendence: Is External Feature Guidance Indispensable for Accelerating Diffusion Transformer Training?

2026-01-12 · Lingchen Sun, Rongyuan Wu, Zhengqiang Zhang, Ruibin Li 외 arxiv

Recent works such as REPA have shown that guiding diffusion models with external semantic features (e.g., DINO) can significantly accelerate the training of diffusion transformers (DiTs). However, the use of pretrained e…

Text-to-Image Generation

Sprint: Sparse-Dense Residual Fusion for Efficient Diffusion Transformers

2025-10-24 · Dogyun Park, Moayed Haji-Ali, Yanyu Li, Willi Menapace 외 arxiv

Diffusion Transformers (DiTs) deliver state-of-the-art generative performance but their quadratic training cost with sequence length makes large-scale pretraining prohibitively expensive. Token dropping can reduce traini…

Representation Alignment for Just Image Transformers is not Easier than You Think

2026-03-15 · Jaeyo Shin, Jiwook Kim, Hyunjung Shim arxiv

Representation Alignment (REPA) has emerged as a simple way to accelerate Diffusion Transformers training in latent space. At the same time, pixel-space diffusion transformers such as Just image Transformers (JiT) have a…

Using Interleaved Ensemble Unlearning to Keep Backdoors at Bay for Finetuning Vision Transformers

2024-10-01 · Zeyu Michael Li

Vision Transformers (ViTs) have become popular in computer vision tasks. Backdoor attacks, which trigger undesirable behaviours in models during inference, threaten ViTs' performance, particularly in security-sensitive t…

DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism

2021-05-06 · Jinglin Liu, Chengxi Li, Yi Ren, Feiyang Chen 외

Singing voice synthesis (SVS) systems are built to synthesize high-quality and expressive singing voice, in which the acoustic model generates the acoustic features (e.g., mel-spectrogram) given a music score. Previous s…

Generative Adversarial NetworkSinging Voice Synthesistext-to-speechText to Speech+1