← Glossary · Training and Tuning

CutMix

Technique

Fact-checked May 20, 2026

Also called: cut mix

CutMix is a data augmentation technique that helps train more robust image classification models by blending parts of two different images.

Imagine you have two pictures, say one of a cat and one of a dog. CutMix works by taking a patch from one image (like the cat's head) and pasting it onto the other image (the dog's body). The label for this new mixed image is also a blend of the original labels, proportional to how much of each image is present.

This technique helps teach a computer vision model to recognize objects even when they appear in unusual contexts or are partially obscured. It encourages the model to look at more than just the dominant features of an image, making it less likely to overfit to specific training examples and improving its generalization ability on new, unseen data.

CutMix is often used in conjunction with other data augmentation methods to further enhance model performance, especially in tasks like image classification and object detection. It helps create a richer and more diverse training dataset without needing to collect entirely new images.

Learn AI in 5 minutes a day.

Daily Deck explains terms like CutMix as part of a free seven-card daily brief. No jargon. No fluff.

Start free