Share your thoughts, 1 month free Claude Pro on usSee more
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-IdentificationMarket 1501
mAP83.9
1071
Person Re-IdentificationDuke MTMC-reID (test)
Rank-184.02
1018
Object DetectionPASCAL VOC 2007 (test)
mAP76.2
844
Person Re-IdentificationDukeMTMC-reID
Rank-1 Acc84
654
Image ClassificationFashion MNIST (test)
Accuracy96.35
592
Image ClassificationSVHN (test)--
401
Person Re-IdentificationMarket-1501 (test)
Rank-194.8
397
Showing 10 of 40 rows

Other info

Code

Follow for update