Description
Some object detection datasets contain an overwhelming number of easy examples and a small number of hard examples. Automatic selection of these hard examples can make training more effective and efficient. OHEM, or Online Hard Example Mining, is a bootstrapping technique that modifies SGD to sample from examples in a non-uniform way depending on the current loss of each example under consideration. The method takes advantage of detection-specific problem structure in which each SGD mini-batch consists of only one or two images, but thousands of candidate examples. The candidate examples are subsampled according to a distribution that favors diverse, high loss instances.
Papers Using This Method
MoMBS: Mixed-order minibatch sampling enhances model training from diverse-quality images2025-05-24A systematic study of the foreground-background imbalance problem in deep learning for object detection2023-06-28Prime Sample Attention in Object Detection2019-04-09ThunderNet: Towards Real-time Generic Object Detection2019-03-28Deep Extreme Cut: From Extreme Points to Object Segmentation2017-11-24S-OHEM: Stratified Online Hard Example Mining for Object Detection2017-05-05Improving Object Detection with Region Similarity Learning2017-03-01Training Region-based Object Detectors with Online Hard Example Mining2016-04-12