paper-with-me

홈 › Papers

DiverseDiT: Towards Diverse Representation Learning in Diffusion Transformers

2026-03-04 · Mengping Yang, Zhiyu Tan, Binglei Li, Xiaomeng Yang, Hesen Chen, Hao Li arxiv

Recent breakthroughs in Diffusion Transformers (DiTs) have revolutionized the field of visual synthesis due to their superior scalability. To facilitate DiTs' capability of capturing meaningful internal representations, recent works such as REPA incorporate external pretrained encoders for representation alignment. However, the underlying mechanisms governing representation learning within DiTs are not well understood. To this end, we first systematically investigate the representation dynamics of DiTs. Through analyzing the evolution and influence of internal representations under various settings, we reveal that representation diversity across blocks is a crucial factor for effective learning. Based on this key insight, we propose DiverseDiT, a novel framework that explicitly promotes representation diversity. DiverseDiT incorporates long residual connections to diversify input representations across blocks and a representation diversity loss to encourage blocks to learn distinct features. Extensive experiments on ImageNet 256x256 and 512x512 demonstrate that our DiverseDiT yields consistent performance gains and convergence acceleration when applied to different backbones with various sizes, even when tested on the challenging one-step generation setting. Furthermore, we show that DiverseDiT is complementary to existing representation learning techniques, leading to further performance gains. Our work provides valuable insights into the representation learning dynamics of DiTs and offers a practical approach for enhancing their performance.

📄 PDF Abstract BibTeX arXiv:2603.04239

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

DiverseDiT++: Quantifying, Analyzing, and Promoting Representation Diversity in Diffusion Transformers

2026-08-04 · Binglei Li, Mengping Yang, Zhiyu Tan, Xiaomeng Yang 외 arxiv

Recent advances in Diffusion Transformers (DiTs) have enabled remarkable progress in visual synthesis, benefiting from their superior scalability. To facilitate DiTs' capability of capturing meaningful internal represent…

Representation Learning

Algebraic Language Models for Inverse Design of Metamaterials via Diffusion Transformers

2025-07-21 · Li Zheng, Siddhant Kumar, Dennis M. Kochmann arxiv

Generative machine learning models have revolutionized material discovery by capturing complex structure-property relationships, yet extending these approaches to the inverse design of three-dimensional metamaterials rem…

SmoothCache: A Universal Inference Acceleration Technique for Diffusion Transformers

2024-11-15 · Joseph Liu, Joshua Geddes, Ziyu Guo, Haomiao Jiang 외

Diffusion Transformers (DiT) have emerged as powerful generative models for various tasks, including image, video, and speech synthesis. However, their inference process remains computationally expensive due to the repea…

Image GenerationSpeech Synthesis

Let Features Decide Their Own Solvers: Hybrid Feature Caching for Diffusion Transformers

2025-10-05 · Shikang Zheng, Guantao Chen, Qinming Zhou, Yuqi Lin 외 arxiv

Diffusion Transformers offer state-of-the-art fidelity in image and video synthesis, but their iterative sampling process remains a major bottleneck due to the high cost of transformer forward passes at each timestep. To…

TIMBA: Time series Imputation with Bi-directional Mamba Blocks and Diffusion models

2024-10-08 · Javier Solís-García, Belén Vega-Márquez, Juan A. Nepomuceno, Isabel A. Nepomuceno-Chamorro

The problem of imputing multivariate time series spans a wide range of fields, from clinical healthcare to multi-sensor systems. Initially, Recurrent Neural Networks (RNNs) were employed for this task; however, their err…

ImputationMambaMissing ValuesState Space Models+1