Background Recalibration Loss for Missing Annotation Detection
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Generic object detection using machine learning models faces challenges with data annotation quality, particularly when a large dataset has many unlabeled objects, leading to incorrect supervision signals and confusion during training.
Innovation Solution
The implementation of a Background Recalibration Loss (BRL) system, which automatically recalibrates loss signals using a pre-defined IoU threshold and input image, to improve the robustness of single-stage detectors and correct error signals.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Adaptability or versatility
If a large dataset with many unlabeled objects is used for training, then the model can handle diverse object classes, but incorrect supervision signals from missing annotations confuse the model during training
Solution Approach 1:
The patent introduces an intermediary mechanism (sampling strategy with dynamic positive/negative example selection) that mediates between the large diverse dataset and the model training process. This intermediary filters and selects appropriate training examples, preventing incorrect supervision signals from overwhelming the learning process while still utilizing the diversity of the large dataset.
2Reliability
If two-stage detectors are used to address missing annotations, then the model becomes more robust to missing labels, but the detection speed decreases and the system becomes more complex
Solution Approach 1:
The patent inverts the conventional two-stage approach by applying sampling strategies traditionally used in two-stage detectors to a one-stage detector framework. This inversion allows the model to achieve robustness to missing labels without sacrificing the speed advantage of one-stage detectors, effectively getting the benefits of both approaches in opposite directions.
3Reliability
If random sampling is used in two-stage detectors to handle missing annotations, then the model is less affected by limited propagation of errors, but the solution reaches its limits in extreme cases of missing labels
Solution Approach 1:
The patent applies dynamic sampling strategies that adaptively adjust the selection of positive and negative examples based on the specific characteristics of each training iteration and the detected missing annotation patterns. This dynamic approach allows the model to handle extreme cases of missing labels by flexibly adjusting its sampling behavior rather than relying on fixed random sampling.
Data Source
AI summary
Disclosed herein is a system and method for improving the accuracy of an object detector when trained with a dataset having a significant number of missing annotations. The method uses a novel Background Recalibration Loss (BRL) which adjusts the gradient direction according to its own activation to reduce the adverse effect of error signals by replacing the negative branch of the focal loss with a mirror of the positive branch when the activation is below a confusion threshold.

