matchedDIS
matchedDIS is a machine learning technique used for improving the performance of discriminative models in tasks like object detection. It addresses the challenge of learning from a large number of negative examples, which often dominate datasets and can lead to the model becoming biased towards them. The core idea is to selectively sample or weight the training samples in a way that focuses the model's learning on the most informative negative examples.
The "DIS" in matchedDIS refers to discriminative learning. The "matched" aspect highlights the process of matching
Traditional methods for handling class imbalance in object detection, such as hard negative mining, can be