Curated by real people who actually test AI tools.
AI Glossary

Data Augmentation

April 15, 2026

Data Augmentation is expanding a dataset by creating modified copies of existing examples to improve model robustness.

Data Augmentation

Data Augmentation is a technique that artificially expands a training dataset by creating modified copies of existing data, helping models learn better when real data is limited.

What it means in plain English

Sometimes you do not have enough data to train a robust model. Data augmentation creates more by transforming what you already have — for images, that might mean rotating, flipping, cropping, or adjusting the brightness of each picture. Each variation is a slightly different example, teaching the model to recognise things under more conditions and reducing overfitting, all without collecting new data.

It is especially common and effective in computer vision.

A simple example

To train an image classifier with only a few hundred photos of cats, you augment the set by creating rotated, flipped, and brightness-adjusted versions — turning hundreds of images into thousands and helping the model recognise cats from any angle.

Why it matters

Data augmentation squeezes more value out of limited data and builds models that generalise better to real-world variation. It is a practical, widely used way to improve performance without the cost of gathering more data.

Frequently asked questions

What is data augmentation?

It is expanding a training dataset by creating modified copies of existing data — for images, that might mean rotating, flipping, or cropping — to give the model more variety to learn from.

Why use data augmentation?

It helps models generalise better and reduces overfitting, especially when real labelled data is limited, by exposing the model to more variation without collecting new data.

Frequently Asked Questions

It is expanding a training dataset by creating modified copies of existing data — for images, that might mean rotating, flipping, or cropping — to give the model more variety to learn from.

It helps models generalise better and reduces overfitting, especially when real labelled data is limited, by exposing the model to more variation without collecting new data.

0 tools selected
Recommended Top AI Products for Home & Office Shop on Amazon
As an Amazon Associate, we earn from qualifying purchases.