Data Augmentation
Data augmentation involves techniques used for increasing the amount of data, based on different modifications, to expand the amount of examples in the original dataset. Data augmentation not only helps to grow the dataset but it also increases the diversity of the dataset. When training machine learning models, data augmentation acts as a regularizer and helps to avoid overfitting.
Data augmentation techniques have been found useful in domains like NLP and computer vision. In computer vision, transformations like cropping, flipping, and rotation are used. In NLP, data augmentation techniques can include swapping, deletion, random insertion, among others.
Further readings:
- A Survey of Data Augmentation Approaches for NLP
- A survey on Image Data Augmentation for Deep Learning
( Image credit: Albumentations )
Papers
Showing 1–10 of 8378 papers
Benchmark Results
| # | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| 1 | DeiT-B (+MixPro) | Accuracy (%) | 82.9 | — | Unverified |
| 2 | ResNet-200 (DeepAA) | Accuracy (%) | 81.32 | — | Unverified |
| 3 | DeiT-S (+MixPro) | Accuracy (%) | 81.3 | — | Unverified |
| 4 | ResNet-200 (Fast AA) | Accuracy (%) | 80.6 | — | Unverified |
| 5 | ResNet-200 (UA) | Accuracy (%) | 80.4 | — | Unverified |
| 6 | ResNet-200 (AA) | Accuracy (%) | 80 | — | Unverified |
| 7 | ResNet-50 (DeepAA) | Accuracy (%) | 78.3 | — | Unverified |
| 8 | ResNet-50 (TA wide) | Accuracy (%) | 78.07 | — | Unverified |
| 9 | ResNet-50 (LoRot-E) | Accuracy (%) | 77.72 | — | Unverified |
| 10 | ResNet-50 (LoRot-I) | Accuracy (%) | 77.71 | — | Unverified |
| # | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| 1 | WideResNet-40-2 (Faster AA) | Percentage error | 3.7 | — | Unverified |
| 2 | Shake-Shake (26 2×32d) (Faster AA) | Percentage error | 2.7 | — | Unverified |
| 3 | WideResNet-28-10 (Faster AA) | Percentage error | 2.6 | — | Unverified |
| 4 | Shake-Shake (26 2×112d) (Faster AA) | Percentage error | 2 | — | Unverified |
| 5 | Shake-Shake (26 2×96d) (Faster AA) | Percentage error | 2 | — | Unverified |