AI Attack Mitigation Using FGSM Counterattack on Perturbed Inputs

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing AI/ML systems are vulnerable to imperceptible data perturbations that cause misclassification, and current defense mechanisms are inefficient, resource-intensive, and often decrease accuracy when multiple strategies are combined.

Innovation Solution

Implement a counterattack strategy, such as the Fast Gradient Sign Method (FGSM), to mitigate attacks by further perturbing the data, increasing the loss on incorrect labels, thereby correcting misclassifications, without knowing the nature of the attack.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional defense mechanisms are applied to protect AI/ML systems from attacks, then system security is improved, but computational resources are consumed and accuracy decreases

Engineering Contradiction:
Improvesystem securityVSAvoidcomputational resources
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The system applies a counterattack (FGSM) as a preliminary action before the actual inference, proactively neutralizing potential attacks by perturbing the input data in a controlled manner. This prevents the need for resource-intensive traditional defense mechanisms during inference, thus improving security while conserving computational resources.

Inventive Principle:
Principle #9Preliminary anti-action

Solution Approach 2:

The counterattack is performed in advance of the inference process, preparing the data by removing attack effects before they can impact the model. This preliminary action eliminates the need for multiple layered defenses during inference, reducing computational overhead while maintaining security.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If multiple defense strategies are combined to enhance security, then system protection is improved, but complexity increases and accuracy decreases

Engineering Contradiction:
Improvesystem protectionVSAvoiddefense strategy complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

Instead of combining multiple traditional defense strategies, the system employs a single counterattack mechanism (FGSM) that proactively neutralizes attacks. This simplifies the defense architecture while maintaining or improving security effectiveness, avoiding the complexity and accuracy degradation associated with multiple layered defenses.

Inventive Principle:
Principle #9Preliminary anti-action

3Difficulty of detecting and measuring

If data is perturbed to detect attacks, then attack detection capability is improved, but false positives increase and accuracy decreases

Engineering Contradiction:
Improveattack detection capabilityVSAvoidclassification accuracy
Core Design Contradiction:
Difficulty of detecting and measuringVSMeasurement precision

Solution Approach 1:

Instead of perturbing data to detect attacks (which causes false positives), the system inverts the approach by applying a counterattack to remove attack effects. This inversion transforms the problem from detection to correction, eliminating false positives while maintaining accurate classification.

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

Solution Approach 2:

The system converts the harmful effect of perturbations into a beneficial counterattack mechanism. By applying FGSM in reverse (as a counterattack rather than detection tool), the same perturbation technique that causes false positives in detection is transformed into a tool that removes attack effects, improving accuracy while maintaining detection capability.

Inventive Principle:
Principle #22Blessing in disguise (Convert harm into benefit)

Data Source

PatentUS20250373650A1Attack Mitigation for Artificial Intelligence and Machine Learning Systems
Publication Date: 2025.12.04 STYRK INC
  • US20250373650A1 patent drawing
  • US20250373650A1 patent drawing
  • US20250373650A1 patent drawing

AI summary

Systems and methods for performing attack mitigation in one or more artificial intelligence (AI)-based systems are disclosed. One aspect includes receiving data to be analyzed by an AI system. The data may be perturbed by an attack. A counterattack on the data may be performed as a part of an attack mitigation. In one aspect, the counterattack comprises further perturbing the data.