LinkedIn analytics tracking pixel for AIDOLS AI consulting website performance measurement
Training & Optimization

Data Augmentation

Data augmentation is the set of techniques that synthetically expand a training dataset by applying label-preserving transformations to existing examples — flips, crops, paraphrases, back-translation, mixup — improving generalization without new labels.

Full definition

Image: random crop, flip, rotation, color jitter, RandAugment, Mixup, CutMix. Text: synonym replacement, back-translation, EDA, LLM-paraphrase. Audio: SpecAugment, time-stretch, pitch-shift. Augmentation is one of the cheapest accuracy lifts available — typical gains are 1-5% on top of a baseline. For LLMs, augmentation increasingly means LLM-generated paraphrases or counterfactual edits.

Why it matters

Data augmentation is the standard answer to "we don't have enough labels and can't afford more." It also reduces over-fitting and improves robustness — both of which matter for production reliability and for passing red-team evaluations.

Example

A document-classification model with 3,000 labeled emails uses LLM-paraphrasing to generate 4 variants per email, raising effective dataset size to 15,000 and lifting test F1 by 4 points.

Source & further reading

Primary source: Shorten, Khoshgoftaar — "A survey on Image Data Augmentation for Deep Learning" (Journal of Big Data) (2019).

Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/de/glossary/data-augmentation/.