paper-with-me

홈 › Papers

Auditing Black-Box Prediction Models for Data Minimization Compliance

2021-12-01 · NeurIPS 2021 12 · Bashir Rastegarpanah, Krishna Gummadi, Mark Crovella

In this paper, we focus on auditing black-box prediction models for compliance with the GDPR’s data minimization principle. This principle restricts prediction models to use the minimal information that is necessary for performing the task at hand. Given the challenge of the black-box setting, our key idea is to check if each of the prediction model’s input features is individually necessary by assigning it some constant value (i.e., applying a simple imputation) across all prediction instances, and measuring the extent to which the model outcomes would change. We introduce a metric for data minimization that is based on model instability under simple imputations. We extend the applicability of this metric from a finite sample model to a distributional setting by introducing a probabilistic data minimization guarantee, which we derive using a Bayesian approach. Furthermore, we address the auditing problem under a constraint on the number of queries to the prediction system. We formulate the problem of allocating a budget of system queries to feasible simple imputations (for investigating model instability) as a multi-armed bandit framework with probabilistic success metrics. We define two bandit problems for providing a probabilistic data minimization guarantee at a given confidence level: a decision problem given a data minimization level, and a measurement problem given a fixed query budget. We design efficient algorithms for these auditing problems using novel exploration strategies that expand classical bandit strategies. Our experiments with real-world prediction systems show that our auditing algorithms significantly outperform simpler benchmarks in both measurement and decision problems.

📄 PDF Abstract BibTeX

Code (1)

rastegarpanah/data-minimization-auditor 공식 구현

Tasks

ImputationPrediction

Similar Papers 제목 키워드 기반

From Transparency to Accountability and Back: A Discussion of Access and Evidence in AI Auditing

2024-10-07 · Sarah H. Cen, Rohan Alur

Artificial intelligence (AI) is increasingly intervening in our lives, raising widespread concern about its unintended and undeclared side effects. These developments have brought attention to the problem of AI auditing:…

Synthetic Artifact Auditing: Tracing LLM-Generated Synthetic Data Usage in Downstream Applications

2025-02-02 · Yixin Wu, Ziqing Yang, Yun Shen, Michael Backes 외

Large language models (LLMs) have facilitated the generation of high-quality, cost-effective synthetic data for developing downstream models and conducting statistical analyses in various domains. However, the increased …

Data Visualizationtext-classificationText ClassificationText Summarization

Hide in Plain Sight: Clean-Label Backdoor for Auditing Membership Inference

2024-11-24 · Depeng Chen, Hao Chen, Hulin Jin, Jie Cui 외

Membership inference attacks (MIAs) are critical tools for assessing privacy risks and ensuring compliance with regulations like the General Data Protection Regulation (GDPR). However, their potential for auditing unauth…

Visualizing token importance for black-box language models

2025-12-12 · Paulius Rauba, Qiyao Wei, Mihaela van der Schaar arxiv

We consider the problem of auditing black-box large language models (LLMs) to ensure they behave reliably when deployed in production settings, particularly in high-stakes domains such as legal, medical, and regulatory c…

Governing AI Forgetting: Auditing for Machine Unlearning Compliance

2026-02-16 · Qinqi Lin, Ningning Ding, Lingjie Duan, Jianwei Huang arxiv

Despite legal mandates for the right to be forgotten, AI operators routinely fail to comply with data deletion requests. While machine unlearning (MU) provides a technical solution to remove personal data's influence fro…