SIGNAL//DESK
AI securitysrc: MITRE ATLAS

Invert AI Model

Inverting an AI model is like playing a game of '20 Questions' with a computer to figure out exactly what pictures or documents it studied. By asking the AI how sure it is about certain answers, a hacker can work backward to uncover the private information hidden in the data the AI was originally taught on.

Model inversion is a security vulnerability where an attacker uses an inference API to reconstruct training data. By repeatedly querying the model and analyzing the returned confidence scores, an adversary can perform optimization techniques to reverse-engineer sensitive input features or private records that were included in the model's training set.

Model inversion refers to a class of privacy attacks where an adversary exploits the leakage of information through confidence scores or probability distributions provided by an inference API. By treating the model as a differentiable function, the attacker performs gradient-based optimization or membership inference to reconstruct training samples, effectively mapping the model's output space back to the input feature space to recover sensitive, non-public training data.


← all terms