SIGNAL//DESK
AI securitysrc: OWASP LLM Top 10

Model inversion

Model inversion is a privacy breach where someone uses a computer program to 'trick' an AI into revealing the private information, like photos or personal records, that it was originally taught with.

Model inversion is an inference-time attack where an adversary queries a target model to reconstruct sensitive training data samples, effectively exploiting the model's memorization of its training set to compromise data privacy.

Model inversion is a class of reconstruction attacks wherein an adversary leverages black-box or white-box access to a model's output distribution to perform gradient-based or optimization-based inversion, mapping model parameters back to the underlying training data manifold to recover sensitive input features or records.

evolution

  1. 2007 · history
    Initial formalization

    Fredrikson et al. introduced the concept of model inversion attacks against linear classifiers in the context of health informatics.

  2. 2015 · history
    Deep learning vulnerability

    Fredrikson et al. demonstrated that model inversion could effectively reconstruct recognizable human faces from deep neural network outputs.

  3. 2019 · history
    Generative model inversion

    Researchers showed that GANs could be used to perform more sophisticated model inversion attacks, significantly improving the quality of reconstructed data.

  4. 2021 · history
    Large-scale privacy risk

    Studies highlighted that large-scale pre-trained models are susceptible to inversion attacks that extract training data, leading to widespread privacy concerns.


← all terms