Deep Learning Classification Training With Soft Overlap Labels

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional binary labelling in deep learning for object detection and classification leads to inefficiencies and inaccuracies in determining internal adjustable parameters, resulting in reduced precision and accuracy during the training process.

Innovation Solution

Implementing a soft labelling technique that assigns probability values between 0 and 1 based on the overlap area between detection and ground-truth bounding boxes, allowing for a weighted sum of softmax probabilities and proper back-propagation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If binary labelling is used for classification, then the training process is simple and fast, but the precision and accuracy of determining internal adjustable parameters deteriorates

Engineering Contradiction:
Improvetraining speedVSAvoidparameter determination precision
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent changes the parameter of label values from binary (0 or 1) to continuous probability values (0 to 1). This allows the classification labels to represent degrees of membership rather than absolute categories, enabling more precise gradient computation and parameter updates during back-propagation while maintaining training efficiency through the same network architecture and loss function framework.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent introduces dynamic label assignment where labels are not fixed binary values but are computed as probability values based on overlap areas between detection boxes and ground truth. This dynamic approach allows the training process to adaptively adjust label values according to the degree of match, improving parameter determination precision without requiring a complete redesign of the training pipeline.

Inventive Principle:
Principle #15Dynamics

2Measurement precision

If soft labelling with probability values is implemented, then the accuracy of determining internal adjustable parameters is improved, but the complexity of the training process increases

Engineering Contradiction:
Improveparameter determination precisionVSAvoidtraining process complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system performs self-service by automatically computing soft labels through overlap area calculations between detection boxes and ground truth boxes. This eliminates the need for manual label assignment or complex external annotation tools, as the system generates its own training labels based on geometric relationships, thereby improving precision without proportionally increasing operational complexity.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The overlap area calculation serves as an intermediary mechanism that bridges the gap between simple binary classification and complex precise parameter determination. By introducing this intermediate geometric measurement, the system achieves accurate soft label generation through a relatively simple area-based computation rather than requiring complex probabilistic models or additional processing stages.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Use of energy by moving object

If binary classification labels are used, then the training process is computationally efficient, but the detection accuracy and reduction of missed detections deteriorates

Engineering Contradiction:
Improvecomputational efficiencyVSAvoiddetection accuracy
Core Design Contradiction:
Use of energy by moving objectVSReliability

Solution Approach 1:

The patent changes the label parameter from binary to continuous probability values, allowing the model to learn nuanced boundaries between classes. This enables more accurate detection by representing partial overlaps and ambiguous cases with intermediate probability values rather than forcing binary decisions, thereby improving detection accuracy while maintaining computational efficiency through the same forward-propagation and back-propagation framework.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12468940B2System and method for training deep learning classification networks
Publication Date: 2025.11.11 SAMSUNG ELECTRONICS CO LTD
  • US12468940B2 patent drawing
  • US12468940B2 patent drawing
  • US12468940B2 patent drawing

AI summary

Methods and apparatuses for deep learning training are provided which include receiving a candidate unit for classification. The candidate unit including an intersection area between a ground-truth bounding box and a detection box. The candidate unit is classified by assigning a label that is a probability value that a given feature is observed in the intersection area. Deep learning training is performed using the assigned label of the classified candidate unit.