paper-with-me

홈 › Papers

MaskAlign: Token-Subset Representation Alignment for Efficient Diffusion Training

2026-06-07 · Lianyu Pang, Tianlin Pan, Cheng Da, Changqian Yu, Huan Yang, Kun Gai, Song Guo, Wenhan Luo arxiv

Representation alignment with pretrained vision models has recently shown strong potential for accelerating diffusion transformer training. By aligning intermediate diffusion features with clean-image representations from self-supervised vision encoders, existing methods improve convergence and generation quality. However, such alignment also introduces a non-trivial constraint: diffusion models operate on noisy inputs whose usable information varies across timesteps, while the reference features are extracted from clean images. In this paper, we revisit this mismatch from a token-level perspective. We find that, under full-token representation alignment, tokens with large alignment-gradient norms exhibit a stable spatial preference, suggesting that the alignment objective does not affect all tokens uniformly and may encourage the model to rely on the complete set of clean-image tokens. To address this issue, we propose MaskAlign, a token-subset representation alignment method that applies alignment to randomly sampled token subsets during training. By exposing the model to different token subsets across iterations, MaskAlign reduces the dependence of representation alignment on the complete token set and encourages alignment behavior that is more stable under token-subset perturbations. To mitigate the information loss caused by directly dropping tokens, we further introduce a lightweight pre-mask token mixing block that shares information across tokens before masking.

📄 PDF Abstract BibTeX arXiv:2606.08788

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stare at What You See: Masked Image Modeling without Reconstruction

2022-11-16 · CVPR 2023 1 · Hongwei Xue, Peng Gao, Hongyang Li, Yu Qiao 외

Masked Autoencoders (MAE) have been prevailing paradigms for large-scale vision representation pre-training. By reconstructing masked image patches from a small portion of visible image regions, MAE forces the model to i…

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…

Variable-Length Tokenization via Learnable Global Merging for Diffusion Transformers

2026-06-18 · Dong Hoon Lee, Seunghoon Hong arxiv

Latent Diffusion Models (LDMs) have become dominant in visual synthesis, but their quality-compute trade-off is largely constrained by the tokenizer's fixed compression ratio. Variable-length tokenizers (VLTs) promise ad…

VFM-VAE: Vision Foundation Models Can Be Good Tokenizers for Latent Diffusion Models

2025-10-21 · Tianci Bi, Xiaoyi Zhang, Yan Lu, Nanning Zheng arxiv

The performance of Latent Diffusion Models (LDMs) is critically dependent on the quality of their visual tokenizers. While recent works have explored incorporating Vision Foundation Models (VFMs) into the tokenizers trai…

Representation Learning

DyLLM: Efficient Diffusion LLM Inference via Saliency-based Token Selection and Partial Attention

2026-03-09 · Younjoo Lee, Seungkyun Dan, Junghoo Lee, Jaiyoung Park 외 arxiv

Masked diffusion language models enable parallel token decoding, providing a promising alternative to the sequential nature of autoregressive generation. However, their iterative denoising process remains computationally…