Paper Overview
Field: Computer Vision (CV) Authors: Dengyang Jiang, Mengmeng Wang, Harry Yang Published: 2026-07-04 arXiv: 2507.00477
English Abstract (from the paper)
Representation alignment has become an effective way to accelerate diffusion transformer training and improve generation quality. Recent self-alignment methods, such as SRA and Self-Flow, further remove the dependency on external pretrained encoders by constructing alignment within the diffusion model itself. However, the mechanism behind the improvement from SRA to Self-Flow, dual-time scheduling, remains under-examined: Self-Flow attributes its gain to interactions between tokens at different noise levels, where cleaner tokens help infer noisier ones. In this work, we revisit this explanation and ask whether the gain instead comes from data augmentation along the noise dimension.
Key Points
- Motivation: The mechanism behind SRA → Self-Flow improvement (dual-time scheduling) was under-examined; the paper questions whether cross-noise-level token interaction is the true source of the gains.
- Method: To disentangle the factors, the authors introduce Attention Separation, which preserves the same dual-timestep input while blocking attention between tokens assigned to different noise levels.
- Surprising finding: Removing the cross-noise-level interaction does not hurt performance and may even improve it — suggesting the improvement from SRA to Self-Flow mainly comes from data augmentation, not self-supervision via token interaction.
- Augmentation effect: Attention Separation itself expands training data by splitting a single image into multiple effective training parts.
- Result: Combining self-representation alignment with dual-timestep inputs and Attention Separation augmentation, the authors demonstrate the design's effectiveness on ImageNet.
*Auto-collected on 2026-07-04*