Regularized Partial Gradients for Label Noise Robustness

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Machine learning models face challenges during training due to noisy datasets and exploding gradients, which inhibit successful learning and degrade model performance, with conventional gradient clipping techniques failing to address label noise effectively.

Innovation Solution

The system generates regularized partial gradients of losses computed using an objective function composed of a base loss and a link function, specifically regularizing the partial gradient of the base loss while preserving the intactness of the link function's gradient, to mitigate the impact of label noise and exploding gradients.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Stability of the object's composition

If conventional gradient clipping techniques are used to address exploding gradients, then gradient stability is improved, but robustness against label noise deteriorates

Engineering Contradiction:
Improvegradient stabilityVSAvoidrobustness against label noise
Core Design Contradiction:
Stability of the object's compositionVSReliability

Solution Approach 1:

The gradient clipping operation is segmented to apply only to the base loss gradient component, while the link function gradient component remains unclipped. This selective segmentation allows the base loss gradient to be stabilized against exploding gradients while preserving the link function's ability to handle label noise effectively

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different clipping strategies are applied to different components of the gradient. The base loss gradient receives gradient clipping to ensure stability, while the link function gradient maintains its original form to preserve noise robustness. This local differentiation of gradient treatment resolves the contradiction between stability and robustness

Inventive Principle:
Principle #3Local quality

2Productivity

If the norm of the base loss gradient exceeds a threshold and clipping is applied, then gradient magnitude is controlled, but information from the link function gradient is preserved

Engineering Contradiction:
Improvetraining efficiencyVSAvoidlink function gradient information
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The total gradient is segmented into two distinct components: base loss gradient and link function gradient. The clipping operation is applied only to the base loss gradient component, while the link function gradient component is left intact and unmodified, thus preventing information loss while controlling gradient magnitude

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The base loss gradient acts as an intermediary that undergoes clipping to control magnitude, while the link function gradient is preserved as a separate entity. This intermediary approach allows gradient magnitude control without sacrificing the informational content of the link function gradient

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS11676033B1Training machine learning models to be robust against label noise
Publication Date: 2023.06.13 GOOGLE LLC
  • US11676033B1 patent drawing
  • US11676033B1 patent drawing
  • US11676033B1 patent drawing

AI summary

A method for training a machine learning model, e.g., a neural network, using a regularization scheme is disclosed. The method includes generating regularized partial gradients of losses computed using an objective function for training the machine learning model.