LGMay 6, 2025

Revisiting Model Inversion Evaluation: From Misleading Standards to Reliable Privacy Assessment

arXiv:2505.03519v42 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This work addresses a critical reliability issue in privacy assessment for machine learning models, revealing that many state-of-the-art MI methods have overestimated attack success, which is incremental but important for accurate privacy evaluation.

The paper identifies that the standard evaluation framework for Model Inversion (MI) attacks produces false positives due to Type-I adversarial examples, leading to inflated privacy leakage estimates, and introduces a new MLLM-based framework that reduces false positives and reveals actual privacy leakage is lower than previously believed, with empirical results showing consistently high false positive rates across 27 MI attack setups.

Model Inversion (MI) attacks aim to reconstruct information from private training data by exploiting access to machine learning models T. To evaluate such attacks, the standard evaluation framework relies on an evaluation model E, trained under the same task design as T. This framework has become the de facto standard for assessing progress in MI research, used across nearly all recent MI studies without question. In this paper, we present the first in-depth study of this evaluation framework. In particular, we identify a critical issue of this standard framework: Type-I adversarial examples. These are reconstructions that do not capture the visual features of private training data, yet are still deemed successful by T and ultimately transferable to E. Such false positives undermine the reliability of the standard MI evaluation framework. To address this issue, we introduce a new MI evaluation framework that replaces the evaluation model E with advanced Multimodal Large Language Models (MLLMs). By leveraging their general-purpose visual understanding, our MLLM-based framework does not depend on training of shared task design as in T, thus reducing Type-I transferability and providing more faithful assessments of reconstruction success. Using our MLLM-based evaluation framework, we reevaluate 27 diverse MI attack setups and empirically reveal consistently high false positive rates under the standard evaluation framework. Importantly, we demonstrate that many state-of-the-art (SOTA) MI methods report inflated attack accuracy, indicating that actual privacy leakage is significantly lower than previously believed. By uncovering this critical issue and proposing a robust solution, our work enables a reassessment of progress in MI research and sets a new standard for reliable and robust evaluation. Code can be found in https://github.com/hosytuyen/MI-Eval-MLLM

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes