How does CutMix differ from Mixup?
medium- Cut a rectangular patch from image B and paste it into image A.
- The label is mixed by the area ratio: .
- Unlike Mixup (which blends pixel values everywhere and creates 'ghost' images), CutMix keeps local pixel statistics intact — better for localization tasks and dense prediction.
- Often combined with Mixup in modern vision recipes.