What is: Mixup?
| Source | mixup: Beyond Empirical Risk Minimization |
| Year | 2000 |
| Data Source | CC BY-SA - https://paperswithcode.com |
Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels: , a synthetic training example is generated as:
where is independently sampled for each augmented example.
