AI Model Poisoning Remediation via Partial Re-Training

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

AI models can become untrustworthy due to poisoned training data, leading to inaccurate inferences and requiring costly re-training, which interrupts inference generation and consumes significant computing resources, energy, and network bandwidth.

Innovation Solution

The system manages AI models by periodically taking snapshots during training, allowing for the restoration of a partially trained untainted model using a subset of the training dataset, and determines whether to remediate poisoned inferences based on their potential impact, reducing the need for full re-training and resource expenditure.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If full re-training of the AI model is performed to remove poisoned data influence, then model reliability is improved, but computing resources, energy consumption, and network bandwidth are significantly consumed

Engineering Contradiction:
Improvemodel reliabilityVSAvoidcomputing resources and energy consumption
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The patent segments the training dataset into portions and identifies poisoned portions separately. Instead of re-training with the entire dataset, only the poisoned portions are removed and re-training proceeds with the clean portions, significantly reducing computational resources while maintaining model reliability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent extracts and removes only the poisoned training data portions from the complete training dataset. This extraction approach allows the system to eliminate the harmful influence of poisoned data without processing or re-training on the entire dataset, thereby conserving computing resources and energy.

Inventive Principle:
Principle #2Taking out (Extraction)

2Reliability

If full re-training of the AI model is performed to remove poisoned data influence, then model reliability is improved, but inference generation is interrupted

Engineering Contradiction:
Improvemodel reliabilityVSAvoidinference generation continuity
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent applies partial action by performing re-training only on the portions of the training dataset that are affected by poisoning, rather than re-training with the complete dataset. This partial re-training approach maintains model reliability while minimizing interruption to inference generation services.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

By segmenting the training process and identifying only the poisoned data portions that require re-training, the system can perform targeted updates without halting inference generation for extended periods, thus maintaining productivity while improving reliability.

Inventive Principle:
Principle #1Segmentation

3Measurement precision

If poisoned inferences are remediated by generating replacement inferences, then inference accuracy is improved, but network bandwidth and computing resources are consumed

Engineering Contradiction:
Improveinference accuracyVSAvoidnetwork bandwidth consumption
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent extracts and identifies only the poisoned inferences that require remediation, rather than regenerating all inferences. By targeting only the affected portion, the system improves inference accuracy while minimizing network bandwidth consumption associated with transmitting replacement inferences.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS20240220662A1System and method for remediating poisoned inferences generated by artificial intelligence models
Publication Date: 2024.07.04 DELL PROD LP
  • US20240220662A1 patent drawing
  • US20240220662A1 patent drawing
  • US20240220662A1 patent drawing

AI summary

Methods and systems for managing artificial intelligence (AI) models are disclosed. Training data used to train an instance of an AI model may be poisoned, thereby generating a poisoned AI model. Inferences generated using the poisoned AI model may be poisoned inferences and poisoned inferences may negatively impact operation of an inference consumer. The potential impact of the poisoned inferences on the inference consumer may be evaluated to determine whether the remediate the poisoned inferences. If the potential impact of the poisoned inferences is considered unacceptable, the poisoned inferences may be remediated by notifying the inference consumer of the poisoned inferences. The poisoned inferences may also be remediated by replacing the poisoned inferences with updated inferences generated using an updated instance of the AI model not trained using the poisoned training data.