Cutout is an image augmentation and regularization technique that randomly masks out square regions of input during training. and can be used to improve the robustness and overall performance of convolutional neural networks. The main motivation for cutout comes from the problem of object occlusion, which is commonly encountered in many computer vision tasks, such as object recognition, tracking, or human pose estimation. By generating new images which simulate occluded examples, we not only better prepare the model for encounters with occlusions in the real world, but the model also learns to take more of the image context into consideration when making decisions
Source: Improved Regularization of Convolutional Neural Networks with CutoutPaper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Image Classification | 22 | 18.18% |
Object Detection | 7 | 5.79% |
General Classification | 6 | 4.96% |
Domain Generalization | 4 | 3.31% |
Image Augmentation | 4 | 3.31% |
Diversity | 3 | 2.48% |
Object | 3 | 2.48% |
Semantic Segmentation | 3 | 2.48% |
Reinforcement Learning | 3 | 2.48% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |