Unsupervised Adversarial Example Generation for Model Robustness

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current studies on adversarial examples focus on supervised learning tasks, relying on ground-truth data labels, limiting their applicability to unsupervised machine learning models, where generating adversarial examples without supervision is necessary to evaluate and enhance robustness.

Innovation Solution

A computer-implemented method using a per-sample mutual information neural estimator to generate unsupervised adversarial examples, which are least similar to the original samples while satisfying adversarial criteria, allowing robustness evaluation and data augmentation for unsupervised machine learning models.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If supervised learning methods are used to generate adversarial examples, then the adversarial examples can be generated with ground-truth labels and targeted objectives, but the method cannot be applied to unsupervised machine learning models

Engineering Contradiction:
Improveapplicability to unsupervised learning modelsVSAvoidcomplexity of generation method
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent extracts and removes the dependency on ground-truth labels and supervised classification objectives from the adversarial example generation process. By formulating the problem purely in terms of loss function evaluation and gradient computation, the method becomes applicable to unsupervised learning models while maintaining the core adversarial generation mechanism.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent creates a universal adversarial example generation framework that can work with both supervised and unsupervised learning models. The method uses a generalizable loss function and gradient-based optimization approach that adapts to different model types, making the generation process multi-functional across various machine learning paradigms.

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Reliability

If small perturbations are added to clean data input, then adversarial examples can be generated to evaluate model robustness, but the model makes erroneous decisions

Engineering Contradiction:
Improvemodel robustness evaluationVSAvoiderroneous predictions
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The patent applies preliminary anti-action by generating adversarial examples that are specifically designed to cause model failures before actual deployment. These pre-generated adversarial examples serve as test cases that reveal model vulnerabilities in advance, allowing developers to improve robustness through adversarial training or model architecture adjustments before the model encounters real-world adversarial inputs.

Inventive Principle:
Principle #9Preliminary anti-action

3Adaptability or versatility

If unsupervised adversarial examples are generated without supervision, then the method can be applied to unsupervised learning models, but additional complexity is introduced in measuring similarity and evaluating adversarial criteria

Engineering Contradiction:
Improveapplicability to unsupervised modelsVSAvoidcomplexity of similarity measurement
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent introduces an intermediary similarity measurement mechanism that bridges the gap between unsupervised adversarial examples and the original clean data. This intermediary component computes similarity metrics (such as feature space distance or reconstruction error) to evaluate whether the generated examples are sufficiently different from originals while maintaining the unsupervised nature of the process.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS12524677B2Generating unsupervised adversarial examples for machine learning
Publication Date: 2026.01.13 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US12524677B2 patent drawing
  • US12524677B2 patent drawing
  • US12524677B2 patent drawing

AI summary

A trained machine learning model and a training dataset used to train the trained machine learning model can be received. Based on the training dataset, unsupervised adversarial examples can be generated. Robustness of the trained machine learning model can be determined using the generated unsupervised adversarial examples. The training dataset can be augmented with the generated unsupervised adversarial examples. The trained machine learning model can be retrained using the augmented training dataset.