FMix
FMix is a data augmentation technique used in training deep learning models, particularly for image classification. It blends two training samples by applying a randomly generated mixing mask, producing smooth, irregular regions of overlap rather than sharp cuts. The goal is to encourage the model to rely on distributed evidence and to improve generalization, while reducing artifacts that can arise from other mixing methods.
Mask generation and mixing process: A random field is constructed in Fourier space and filtered to emphasize
Relation to other methods and usage: FMix is one of several mix-based augmentation strategies that build on