Adaptive Label Smoothing for Calibrated Image Classification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing deep learning models suffer from overconfidence issues, where prediction probabilities exceed actual accuracy, and conventional label smoothing methods fail to account for unique image features, affecting classification ability.

Innovation Solution

Implement a confidence calibration method using learnable margin parameters that adapt label smoothing based on image classification difficulty levels, applying different margins for varying image features to maintain accurate prediction probabilities.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If label smoothing is applied to alleviate overconfidence, then prediction probability distribution is smoothed, but discriminative ability of the model deteriorates

Engineering Contradiction:
Improveconfidence calibrationVSAvoidclassification accuracy
Core Design Contradiction:
ReliabilityVSManufacturing precision

Solution Approach 1:

The patent applies different label smoothing rates to different classes based on their confidence levels. High-confidence predictions receive stronger smoothing (higher label smoothing rate) to reduce overconfidence, while low-confidence predictions receive weaker smoothing (lower label smoothing rate) to preserve discriminative ability. This local differentiation resolves the contradiction by adapting the smoothing strength to the specific prediction context.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent dynamically adjusts the label smoothing rate during training based on the model's current confidence levels. The smoothing rate is not fixed but evolves as the model learns, increasing for overconfident predictions and maintaining lower values for uncertain predictions. This dynamic adaptation allows the system to maintain discriminative ability while progressively calibrating confidence.

Inventive Principle:
Principle #15Dynamics

2Ease of manufacture

If a fixed margin is applied in label smoothing, then implementation is simple, but unique features of images are not reflected

Engineering Contradiction:
Improveimplementation simplicityVSAvoidimage feature adaptation
Core Design Contradiction:
Ease of manufactureVSAdaptability or versatility

Solution Approach 1:

The patent replaces the fixed margin with class-specific margins that are learned during training. Each class has its own margin value that adapts to the characteristics of images belonging to that class. This allows the system to reflect unique features of different image classes while maintaining a relatively simple implementation through parameter learning rather than complex processing.

Inventive Principle:
Principle #3Local quality

3Reliability

If prediction probability is increased for correct classes, then classification confidence is high, but overconfidence problem occurs

Engineering Contradiction:
Improveprediction confidenceVSAvoidaccuracy-probability matching
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent applies label smoothing as a preliminary counter-action during training to prevent overconfidence from developing. By intentionally reducing the probability assigned to correct classes through the loss function, the model learns to output more calibrated probabilities that better reflect actual accuracy. This preventive approach addresses the overconfidence problem before it manifests in deployment.

Inventive Principle:
Principle #9Preliminary anti-action

Data Source

PatentUS12633096B2Apparatus and method for confidence calibration based on adaptive label smoothing
Publication Date: 2026.05.19 UI (UNIVERSITY IND FOUNDATION) YONSEI UNIVERSITY
  • US12633096B2 patent drawing
  • US12633096B2 patent drawing
  • US12633096B2 patent drawing

AI summary

Provided is an operation method of a computing device for providing a confidence calibration function based on label smoothing. The operation method includes inputting image data to be classified into an image classification model, outputting logit output values and prediction probability values of the image data by the image classification model, and outputting a label smoothing loss function by the image classification model by using learnable margin parameters or a label smoothing weighting based on an image classification difficulty level or all.