Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Random Erasing Data Augmentation

About

In this paper, we introduce Random Erasing, a new data augmentation method for training the convolutional neural network (CNN). In training, Random Erasing randomly selects a rectangle region in an image and erases its pixels with random values. In this process, training images with various levels of occlusion are generated, which reduces the risk of over-fitting and makes the model robust to occlusion. Random Erasing is parameter learning free, easy to implement, and can be integrated with most of the CNN-based recognition models. Albeit simple, Random Erasing is complementary to commonly used data augmentation techniques such as random cropping and flipping, and yields consistent improvement over strong baselines in image classification, object detection and person re-identification. Code is available at: https://github.com/zhunzhong07/Random-Erasing.

Zhun Zhong, Liang Zheng, Guoliang Kang, Shaozi Li, Yi Yang• 2017

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)--
3518
Image ClassificationCIFAR-10 (test)
Accuracy96.92
3381
Person Re-IdentificationMarket1501 (test)
Rank-1 Accuracy89.13
1264
Person Re-IdentificationDuke MTMC-reID (test)
Rank-184.02
1018
Person Re-IdentificationMarket 1501
mAP83.9
999
Object DetectionPASCAL VOC 2007 (test)
mAP76.2
821
Person Re-IdentificationDukeMTMC-reID
Rank-1 Acc84
648
Image ClassificationFashion MNIST (test)
Accuracy96.35
568
Image ClassificationSVHN (test)--
362
Image ClassificationSTL-10 (test)
Accuracy53.31
357
Showing 10 of 37 rows

Other info

Code

Follow for update