Self-Classifier Training with Uniform-Prior Image Augmentations

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing unsupervised classification methods, such as contrastive learning models, often yield sub-optimal results due to misalignment between pretext tasks and downstream tasks, and require pre-training, pseudo-labelling, or external clustering, which are inefficient and not scalable.

Innovation Solution

A self-classifier neural network is trained using different augmented views of images to minimize cross-entropy with a uniform prior, allowing for end-to-end learning of representations and cluster assignments without pre-training or pseudo-labels, using a single-stage approach that incorporates a uniform prior to avoid degenerate solutions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If contrastive learning models are used for unsupervised classification, then representations can be learned without labels, but the objective of pretext tasks is not aligned with downstream tasks, yielding sub-optimal results

Engineering Contradiction:
Improveclassification accuracyVSAvoidalignment between pretext task and downstream task
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

Instead of using contrastive learning to maximize similarity between augmentations of the same image, this patent inverts the approach by minimizing cross-entropy between augmented views while asserting a uniform prior on class predictions. This reversal of the objective function aligns the pretext task with downstream classification goals, eliminating the need for separate adaptation steps.

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

Solution Approach 2:

The patent changes the optimization parameter from similarity maximization (contrastive learning) to cross-entropy minimization with uniform prior. This parameter change transforms the learning objective to directly optimize for classification performance, achieving state-of-the-art results without misalignment issues.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If pre-training, pseudo-labelling, or external clustering is used in unsupervised classification, then classification can be performed without labels, but the process becomes inefficient and not scalable

Engineering Contradiction:
Improveunsupervised classification capabilityVSAvoidtraining efficiency and scalability
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

This patent extracts and removes the unnecessary intermediate steps of pre-training, pseudo-labelling, and external clustering from the unsupervised classification pipeline. By directly optimizing cross-entropy with uniform prior on the final classification task, it achieves label-free classification without the computational overhead and scalability limitations of these intermediate procedures.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The model performs self-supervised learning by asserting a uniform prior on its own class predictions and minimizing cross-entropy between augmented views. This self-service mechanism eliminates the need for external clustering algorithms or pseudo-labeling procedures, making the process efficient and scalable to large datasets like ImageNet.

Inventive Principle:
Principle #25Self-service

3Device complexity

If standard cross-entropy minimization is used without uniform prior, then training can be simplified, but degenerate solutions occur where all samples are assigned to the same class

Engineering Contradiction:
Improvetraining complexityVSAvoidclassification diversity
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The uniform prior assertion acts as a preliminary anti-action against the tendency toward degenerate solutions. By constraining the model to predict a uniform distribution across classes during training, it prevents the collapse to single-class predictions while maintaining training simplicity. This constraint is removed at inference time, allowing the model to learn meaningful class distinctions.

Inventive Principle:
Principle #9Preliminary anti-action

Data Source

PatentUS12361294B2Training self-classifier using image augmentations and uniform prior
Publication Date: 2025.07.15 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US12361294B2 patent drawing
  • US12361294B2 patent drawing
  • US12361294B2 patent drawing

AI summary

An example system includes a processor to receive image samples for training. The processor can generate different augmented views of each of the image samples. The processor can then train a self-classifier neural network using the different augmented views to minimize a cross entropy of the different augmented views in which a uniform prior is asserted on class predictions.