CVJul 2

From SRA to Self-Flow: Data Augmentation or Self-Supervision?

arXiv:2607.025087.7
Predicted impact top 56% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

For researchers working on diffusion model training, this work clarifies the mechanism behind recent self-alignment methods, showing that data augmentation, not token interaction, drives improvement.

The paper investigates whether the improvement from SRA to Self-Flow in diffusion transformer training is due to data augmentation along the noise dimension rather than token interactions. By introducing Attention Separation, which blocks cross-noise-level attention, they show performance is maintained or improved, indicating the gain comes from data augmentation.

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. To disentangle these factors, we introduce Attention Separation, which preserves the same dual-timestep input as Self-Flow while blocking attention between tokens assigned to different noise levels. Surprisingly, removing such interaction does not degrade performance and can even improve it, suggesting that the improvement from SRA to Self-Flow mainly comes from data augmentation. Furthermore,We show that Attention Separation itself provides an augmentation effect by splitting a single image into multiple effective training parts to expand the training data. Based on these observations, we combine self-representation alignment with dual-timestep and attention-separation augmentation, and demonstrate the effectiveness of this design on ImageNet.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes