Highlight

Random Erasing Data Augmentation

Introduces Random Erasing, a simple CNN data augmentation that randomly masks a rectangular image region to improve robustness to occlusion.

Based on

Random Erasing Data Augmentation

By Zhun Zhong, Liang Zheng, Guoliang Kang et al.AAAI Conference on Artificial Intelligence
Read original article →

The paper introduces Random Erasing, a new data augmentation method for training convolutional neural networks. During training, Random Erasing randomly selects a rectangle region within an image and erases its pixels by replacing them with random values, thereby generating training images that exhibit various levels of occlusion. This process is designed to reduce the risk of overfitting and to make the trained model more robust to occlusion, and the technique is parameter learning free, easy to implement, and can be integrated with most CNN-based recognition models.

Although simple, Random Erasing is complementary to commonly used data augmentation techniques such as random cropping and flipping, and it yields consistent improvement over strong baselines across multiple tasks, including image classification, object detection, and person re-identification. Because it introduces no learnable parameters and is trivial to plug into existing training pipelines, it offers an easy and general way to improve robustness and generalization, and the authors make their code publicly available.

Abstract

The paper introduces Random Erasing, a data augmentation method for training CNNs. During training it randomly selects a rectangular region in an image and replaces its pixels with random values, generating images with varying occlusion levels that reduce overfitting and make models robust to occlusion. The method needs no learned parameters, is easy to implement, and works with most CNN recognition models. Complementary to random cropping and flipping, it yields consistent gains over strong baselines in image classification, object detection, and person re-identification.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

data augmentationconvolutional neural networksimage classificationobject detectionperson re-identificationocclusion robustness
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.

Random Erasing Data Augmentation | Aramai