TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Methods/Random Erasing

Random Erasing

Computer VisionIntroduced 200019 papers
Source Paper

Description

Random Erasing is a data augmentation method for training the convolutional neural network (CNN), which 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. Random Erasing is complementary to commonly used data augmentation techniques such as random cropping and flipping, and can be implemented in various vision tasks, such as image classification, object detection, semantic segmentation.

In the Albumentations library, there is a generalization of RandomErasing called CoarseDropout, which allows masking an arbitrary number of regions of rectangular shape.

It could be applied to images, segmentation masks, and key points.

Documentation for CoarseDropout

Papers Using This Method

Data Augmentation Through Random Style Replacement2025-04-14Learning to Learn Transferable Generative Attack for Person Re-Identification2024-09-06Defending against Model Inversion Attacks via Random Erasing2024-09-02Overcoming Uncertain Incompleteness for Robust Multimodal Sequential Diagnosis Prediction via Curriculum Data Erasing Guided Knowledge Distillation2024-07-28Enhancing Tree Type Detection in Forest Fire Risk Assessment: Multi-Stage Approach and Color Encoding with Forest Fire Risk Evaluation Framework for UAV Imagery2024-07-27Attention-Guided Erasing: A Novel Augmentation Method for Enhancing Downstream Breast Density Classification2024-01-08Exploring Data Augmentations on Self-/Semi-/Fully- Supervised Pre-trained Models2023-10-28Fine-Grained Sports, Yoga, and Dance Postures Recognition: A Benchmark Analysis2023-08-01Masking meets Supervision: A Strong Learning Alliance2023-06-20Learning to Disentangle Scenes for Person Re-identification2021-11-10Benchmarks for Corruption Invariant Person Re-identification2021-11-01Piecing and Chipping: An effective solution for the information-erasing view generation in Self-supervised Learning2021-09-29Plot2API: Recommending Graphic API from Plot via Semantic Parsing Guided Neural Network2021-04-02Improved Meta-Learning Training for Speaker Verification2021-03-29Channel Augmented Joint Learning for Visible-Infrared Recognition2021-01-01Distance-Based Anomaly Detection for Industrial Surfaces Using Triplet Networks2020-11-09Point Adversarial Self Mining: A Simple Method for Facial Expression Recognition2020-08-26Data Augmentation for Skin Lesion Analysis2018-09-05Random Erasing Data Augmentation2017-08-16