paper-with-me

홈 › Papers

RiT: Vanilla Diffusion Transformers Suffice in Representation Space

2026-05-21 · Le Zhang, Ning Mang, Aishwarya Agrawal arxiv

Flow matching with $x$-prediction -- regressing the clean data point rather than the ambient velocity -- is known to exploit low-dimensional manifold structure effectively in pixel space \cite{li2025back}. We ask whether a pretrained representation space, while containing a low-dimensional data manifold of comparable intrinsic dimensionality, offers a distribution more favorable for flow-matching learning. Comparing pixel, SD-VAE, and DINOv2 features along four geometric axes, we find that pixel and DINOv2 share nearly identical intrinsic dimensionalities (both $\hat{d}\!\approx\!33$) yet DINOv2 exhibits $7.3\times$ higher effective rank, $35\times$ better covariance conditioning, $11.5\times$ lower excess kurtosis, and $1.7\times$ lower on-manifold interpolation error; SD-VAE latents are consistently intermediate, indicating that the advantage stems from representation-learning objectives rather than mere compression. These statistical properties render the flow-matching regression well-conditioned and remove the need for the specialized prediction heads or Riemannian transport used by prior DINOv2 diffusion methods. We propose the \emph{Representation Image Transformer} (RiT): a vanilla Diffusion Transformer trained by $x$-prediction on frozen DINOv2 features, augmented only by a dimension-aware noise schedule and joint \texttt{[CLS]}-patch modeling. On ImageNet $256{\times}256$, RiT attains FID 1.45 without guidance and 1.14 with classifier-free guidance, outperforming DiT$^\text{DH}$-XL with $19\%$ fewer parameters (676M vs.\ 839M). The resulting ODE is efficiently solvable at coarse discretizations: with classifier-free guidance, $5$ Heun steps already reach FID 2.0 and $10$ steps reach 1.25, without distillation or consistency training. Code at https://github.com/lezhang7/RiT.

📄 PDF Abstract BibTeX arXiv:2605.21981

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scaling Diffusion Transformers Efficiently via $μ$P

2025-05-21 · Chenyu Zheng, Xinyu Zhang, Rongzhen Wang, Wei Huang 외

Diffusion Transformers have emerged as the foundation for vision generative models, but their scalability is limited by the high cost of hyperparameter (HP) tuning at large scales. Recently, Maximal Update Parametrizatio…

Image GenerationText to Image GenerationText-to-Image Generation

REPA-E: Unlocking VAE for End-to-End Tuning of Latent Diffusion Transformers

2025-04-15 · Xingjian Leng, Jaskirat Singh, Yunzhong Hou, Zhenchang Xing 외

In this paper we tackle a fundamental question: "Can we train latent diffusion models together with the variational auto-encoder (VAE) tokenizer in an end-to-end manner?" Traditional deep-learning wisdom dictates that en…

Image Generation

REPA-E: Unlocking VAE for End-to-End Tuning with Latent Diffusion Transformers

2025-04-14 · Xingjian Leng, Jaskirat Singh, Yunzhong Hou, Zhenchang Xing 외

In this paper we tackle a fundamental question: "Can we train latent diffusion models together with the variational auto-encoder (VAE) tokenizer in an end-to-end manner?" Traditional deep-learning wisdom dictates that en…

SRA 2: Variational Autoencoder Self-Representation Alignment for Efficient Diffusion Training

2026-01-25 · Mengmeng Wang, Dengyang Jiang, Liuzhuozheng Li, Yucheng Lin 외 arxiv

Denoising-based diffusion transformers, despite their strong generation performance, suffer from inefficient training convergence. Existing methods addressing this issue, such as REPA (relying on external representation …

Pulling The REINS: Training-Free Safety Alignment of Video Diffusion Models via Representation Steering

2026-06-15 · Rohit Kundu, Arindam Dutta, Sarosij Bose, Athula Balachandran 외 arxiv

Open-weight video diffusion models can generate photorealistic unsafe content, from violence to misinformation, yet existing defenses either require expensive safety fine-tuning that degrades general capability, or apply…

Video Generation