Background Recalibration Loss for Missing Annotation Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate 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

VSEngineering 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

Engineering Contradiction:
Improvehandling diverse object classesVSAvoidtraining accuracy
Core Design Contradiction:
Adaptability or versatilityVSReliability

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.

Inventive Principle:
Principle #24Intermediary (Mediator)

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

Engineering Contradiction:
Improverobustness to missing labelsVSAvoiddetection speed
Core Design Contradiction:
ReliabilityVSProductivity

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.

Inventive Principle:
Principle #13The other way round (Inversion)

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

Engineering Contradiction:
Improveerror propagation toleranceVSAvoidhandling extreme missing label cases
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

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.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS12266156B2System and method for solving missing annotation object detection
Publication Date: 2025.04.01 CARNEGIE MELLON UNIV
  • US12266156B2 patent drawing
  • US12266156B2 patent drawing

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.