Cutout
2000년 도입 · 논문 64편에서 사용
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
출처: Improved Regularization of Convolutional Neural Networks with Cutout
소개 논문: Improved Regularization of Convolutional Neural Networks with Cutout
Image Data Augmentation · Computer Vision