Home Knowledge Base Repeated Augmentation

Repeated Augmentation is an aggressive, counterintuitive data loading strategy specifically developed for training data-hungry Vision Transformers — deliberately violating the sacred Independent and Identically Distributed (IID) assumption of Stochastic Gradient Descent by including multiple differently augmented copies of the exact same source image within a single training mini-batch to force instantaneous invariance learning.

The Standard Data Loading

The Repeated Augmentation Strategy

The IID Paradox

Despite violating the theoretical IID requirement, Repeated Augmentation works empirically because the aggressively stochastic augmentation pipeline ensures that the four copies of the same source image are statistically more different from each other than four randomly sampled but weakly augmented unique images would be.

Repeated Augmentation is instant comparative learning — forcing the student to solve the same exam question written in four completely different fonts simultaneously, guaranteeing that the learned solution is invariant to superficial presentation rather than dependent on a single visual encoding.

repeated augmentationcomputer vision

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.