← Search

Nicolas Papernot

51 accepted papers

2026

Efficient Public Verification of Private ML via Regularization

ICML 2026poster

Training with differential privacy (DP) guarantees dataset members that they cannot be identified by users of the released model. However, those data providers, and, in general, the public, lack methods to efficiently verify that models trained on their data satisfy DP guarantees. The amount of comp…

Cited by 0SourceScholar
2026

OptiFluence: Principled Design of Privacy Canaries

ICML 2026poster

Privacy auditing has emerged as a practical tool for empirically estimating training data leakage in machine learning models, in contrast to the provable but often overly pessimistic bounds provided by differential privacy analysis. A common strategy is to use membership inference attacks to detect …

Cited by 0SourceScholar
2026

Private Rate-Constrained Optimization with Applications to Fair Learning

ICLR 2026poster

Many problems in trustworthy ML can be expressed as constraints on prediction rates across subpopulations, including group fairness constraints (demographic parity, equalized odds, etc.). In this work, we study such constrained minimization problems under differential privacy (DP). Standard DP optim…

Cited by 0SourceScholar
2025

Breach By A Thousand Leaks: Unsafe Information Leakage in 'Safe' AI Responses

ICLR 2025poster

Vulnerability of Frontier language models to misuse has prompted the development of safety measures like filters and alignment training seeking to ensure safety through robustness to adversarially crafted prompts. We assert that robustness is fundamentally insufficient for ensuring safety goals due…

Cited by 2SourcePDFScholar
2025

Confidential Guardian: Cryptographically Prohibiting the Abuse of Model Abstention

ICML 2025poster

Cautious predictions—where a machine learning model abstains when uncertain—are crucial for limiting harmful errors in safety-critical applications. In this work, we identify a novel threat: a dishonest institution can exploit these mechanisms to discriminate or unjustly deny services under the guis…

2025

Fast Exact Unlearning for In-Context Learning Data for LLMs

ICML 2025poster

Modern machine learning models are expensive to train, and there is a growing concern about the challenge of retroactively removing specific training data. Achieving exact unlearning in deep learning pipelines—producing models as if certain data had never been included in training—remains an open pr…

Cited by 0SourcePDFScholar
2025

Language Models May Verbatim Complete Text They Were Not Explicitly Trained On

ICML 2025spotlight

An important question today is whether a given text was used to train a large language model (LLM). A completion test is often employed: check if the LLM completes a sufficiently complex text. This, however, requires a ground-truth definition of membership; most commonly, it is defined as a member b…

Cited by 0SourcePDFScholar
2025

Leveraging Per-Instance Privacy for Machine Unlearning

ICML 2025poster

We present a principled, per-instance approach to quantifying the difficulty of unlearning via fine-tuning. We begin by sharpening an analysis of noisy gradient descent for unlearning (Chien et al., 2024), obtaining a better utility–unlearning trade-off by replacing worst-case privacy loss bounds wi…

Cited by 0SourcePDFScholar
2025

Machine Unlearning Doesn't Do What You Think: Lessons for Generative AI Policy and Research

NeurIPS 2025oral

"Machine unlearning" is a popular proposed solution for mitigating the existence of content in an AI model that is problematic for legal or moral reasons, including privacy, copyright, safety, and more. For example, unlearning is often invoked as a solution for removing the effects of specific infor…

Cited by 0SourceScholar
2025

Suitability Filter: A Statistical Framework for Classifier Evaluation in Real-World Deployment Settings

ICML 2025oral

Deploying machine learning models in safety-critical domains poses a key challenge: ensuring reliable model performance on downstream user data without access to ground truth labels for direct validation. We propose the _suitability filter_, a novel framework designed to detect performance deteriora…

Cited by 0SourcePDFScholar
2025

Tighter Privacy Auditing of DP-SGD in the Hidden State Threat Model

ICLR 2025poster

Machine learning models can be trained with formal privacy guarantees via differentially private optimizers such as DP-SGD. In this work, we focus on a threat model where the adversary has access only to the final model, with no visibility into intermediate updates. In the literature, this ``hidden…

Cited by 12SourcePDFScholar
2024

Auditing Private Prediction

ICML 2024poster

Differential privacy (DP) offers a theoretical upper bound on the potential privacy leakage of an algorithm, while empirical auditing establishes a practical lower bound. Auditing techniques exist for DP training algorithms. However machine learning can also be made private at inference. We propose…

Cited by 4SourcePDFScholar
2024

Confidential-DPproof: Confidential Proof of Differentially Private Training

ICLR 2024spotlight

Post hoc privacy auditing techniques can be used to test the privacy guarantees of a model, but come with several limitations: (i) they can only establish lower bounds on the privacy loss, (ii) the intermediate model updates and some data must be shared with the auditor to get a better approximation…

Cited by 5SourcePDFScholar
2024

LLM Dataset Inference: Did you train on my dataset?

NeurIPS 2024poster

The proliferation of large language models (LLMs) in the real world has come with a rise in copyright cases against companies for training their models on unlicensed data from the internet. Recent works have presented methods to identify if individual text sequences were members of the model's train…

2024

Memorization in Self-Supervised Learning Improves Downstream Generalization

ICLR 2024poster

Self-supervised learning (SSL) has recently received significant attention due to its ability to train high-performance encoders purely on unlabeled data---often scraped from the internet. This data can still be sensitive and empirical evidence suggests that SSL encoders memorize private information…

2024

Position: Fundamental Limitations of LLM Censorship Necessitate New Approaches

ICML 2024poster

Large language models (LLMs) have exhibited impressive capabilities in comprehending complex instructions. However, their blind adherence to provided instructions has led to concerns regarding risks of malicious use. Existing defence mechanisms, such as model fine-tuning or output censorship methods…

Cited by 2SourcePDFScholar
2024

Temporal-Difference Learning Using Distributed Error Signals

NeurIPS 2024poster

A computational problem in biological reward-based learning is how credit assignment is performed in the nucleus accumbens (NAc). Much research suggests that NAc dopamine encodes temporal-difference (TD) errors for learning value predictions. However, dopamine is synchronously distributed in regiona…

2024

The Fundamental Limits of Least-Privilege Learning

ICML 2024poster

The promise of least-privilege learning – to find feature representations that are useful for a learning task but prevent inference of any sensitive information unrelated to this task – is highly appealing. However, so far this concept has only been stated informally. It thus remains an open questio…

Cited by 1SourcePDFScholar
2023

Architectural Backdoors in Neural Networks

CVPR 2023poster

Machine learning is vulnerable to adversarial manipulation. Previous literature has demonstrated that at the training stage attackers can manipulate data (Gu et al.) and data sampling procedures (Shumailov et al.) to control model behaviour. A common attack goal is to plant backdoors i.e. force the…

Cited by 23SourcePDFScholar
2023

Confidential-PROFITT: Confidential PROof of FaIr Training of Trees

ICLR 2023top-5%

Post hoc auditing of model fairness suffers from potential drawbacks: (1) auditing may be highly sensitive to the test samples chosen; (2) the model and/or its training data may need to be shared with an auditor thereby breaking confidentiality. We address these issues by instead providing a certifi…

Cited by 22SourcePDFScholar
2023

Flocks of Stochastic Parrots: Differentially Private Prompt Learning for Large Language Models

NeurIPS 2023poster

Large language models (LLMs) are excellent in-context learners. However, the sensitivity of data contained in prompts raises privacy concerns. Our work first shows that these concerns are valid: we instantiate a simple but highly effective membership inference attack against the data used to prompt…

Cited by 86SourcePDFScholar
2023

Have it your way: Individualized Privacy Assignment for DP-SGD

NeurIPS 2023poster

When training a machine learning model with differential privacy, one sets a privacy budget. This uniform budget represents an overall maximal privacy violation that any user is willing to face by contributing their data to the training set. We argue that this approach is limited because different u…

Cited by 19SourcePDFScholar
2023

Measuring Forgetting of Memorized Training Examples

ICLR 2023poster

Machine learning models exhibit two seemingly contradictory phenomena: training data memorization and various forms of forgetting. In memorization, models overfit specific training examples and become susceptible to privacy attacks. In forgetting, examples which appeared early in training are forgot…

Cited by 112SourcePDFScholar
2023

Robust and Actively Secure Serverless Collaborative Learning

NeurIPS 2023poster

Collaborative machine learning (ML) is widely used to enable institutions to learn better models from distributed data. While collaborative approaches to learning intuitively protect user data, they remain vulnerable to either the server, the clients, or both, deviating from the protocol. Indeed, be…

Cited by 4SourcePDFScholar
2023

Training Private Models That Know What They Don’t Know

NeurIPS 2023poster

Training reliable deep learning models which avoid making overconfident but incorrect predictions is a longstanding challenge. This challenge is further exacerbated when learning has to be differentially private: protection provided to sensitive data comes at the price of injecting additional random…

Cited by 5SourcePDFScholar
2022

A Zest of LIME: Towards Architecture-Independent Model Distances

ICLR 2022poster

Definitions of the distance between two machine learning models either characterize the similarity of the models' predictions or of their weights. While similarity of weights is attractive because it implies similarity of predictions in the limit, it suffers from being inapplicable to comparing mode…

Cited by 26SourcePDFScholar
2022

Dataset Inference for Self-Supervised Models

NeurIPS 2022accept

Self-supervised models are increasingly prevalent in machine learning (ML) since they reduce the need for expensively labeled data. Because of their versatility in downstream applications, they are increasingly used as a service exposed via public APIs. At the same time, these encoder models are par…

Cited by 36SourcePDFScholar
2022

In Differential Privacy, There is Truth: on Vote-Histogram Leakage in Ensemble Private Learning

NeurIPS 2022accept

When learning from sensitive data, care must be taken to ensure that training algorithms address privacy concerns. The canonical Private Aggregation of Teacher Ensembles, or PATE, computes output labels by aggregating the predictions of a (possibly distributed) collection of teacher models via a vot…

Cited by 6SourcePDFScholar
2022

Increasing the Cost of Model Extraction with Calibrated Proof of Work

ICLR 2022spotlight

In model extraction attacks, adversaries can steal a machine learning model exposed via a public API by repeatedly querying it and adjusting their own model based on obtained predictions. To prevent model stealing, existing defenses focus on detecting malicious queries, truncating, or distorting out…

Cited by 35SourcePDFScholar
2022

Is Fairness Only Metric Deep? Evaluating and Addressing Subgroup Gaps in Deep Metric Learning

ICLR 2022poster

Deep metric learning (DML) enables learning with less supervision through its emphasis on the similarity structure of representations. There has been much work on improving generalization of DML in settings like zero-shot retrieval, but little is known about its implications for fairness. In this p…

Cited by 17SourcePDFScholar
2022

On the Difficulty of Defending Self-Supervised Learning against Model Extraction

ICML 2022spotlight

Self-Supervised Learning (SSL) is an increasingly popular ML paradigm that trains models to transform complex inputs into representations without relying on explicit labels. These representations encode similarity structures that enable efficient learning of multiple downstream tasks. Recently, ML-a…

2022

On the Limitations of Stochastic Pre-processing Defenses

NeurIPS 2022accept

Defending against adversarial examples remains an open problem. A common belief is that randomness at inference increases the cost of finding adversarial inputs. An example of such a defense is to apply a random transformation to inputs prior to feeding them to the model. In this paper, we empirical…

2022

The Privacy Onion Effect: Memorization is Relative

NeurIPS 2022accept

Machine learning models trained on private datasets have been shown to leak their private data. Recent work has found that the average data point is rarely leaked---it is often the outlier samples that are subject to memorization and, consequently, leakage. We demonstrate and analyze an Onion Effect…

Cited by 122SourcePDFScholar
2022

Washing The Unwashable : On The (Im)possibility of Fairwashing Detection

NeurIPS 2022accept

The use of black-box models (e.g., deep neural networks) in high-stakes decision-making systems, whose internal logic is complex, raises the need for providing explanations about their decisions. Model explanation techniques mitigate this problem by generating an interpretable and high-fidelity surr…

2021

CaPC Learning: Confidential and Private Collaborative Learning

ICLR 2021poster

Machine learning benefits from large training datasets, which may not always be possible to collect by any single entity, especially when using privacy-sensitive data. In many contexts, such as healthcare and finance, separate parties may wish to collaborate and learn from each other's data but are…

2021

Dataset Inference: Ownership Resolution in Machine Learning

ICLR 2021spotlight

With increasingly more data and computation involved in their training, machine learning models constitute valuable intellectual property. This has spurred interest in model stealing, which is made more practical by advances in learning with partial, little, or no supervision. Existing defenses foc…

2021

Label-Only Membership Inference Attacks

ICML 2021spotlight

Membership inference is one of the simplest privacy threats faced by machine learning models that are trained on private sensitive data. In this attack, an adversary infers whether a particular point was used to train the model, or not, by observing the model’s predictions. Whereas current attack me…

2021

Manipulating SGD with Data Ordering Attacks

NeurIPS 2021poster

Machine learning is vulnerable to a wide variety of attacks. It is now well understood that by changing the underlying data distribution, an adversary can poison the model trained with it or introduce backdoors. In this paper we present a novel class of training-time attacks that require no changes…

Cited by 102SourcePDFScholar
2021

Markpainting: Adversarial Machine Learning meets Inpainting

ICML 2021spotlight

Inpainting is a learned interpolation technique that is based on generative modeling and used to populate masked or missing pieces in an image; it has wide applications in picture editing and retouching. Recently, inpainting started being used for watermark removal, raising concerns. In this paper w…

2021

Tempered Sigmoid Activations for Deep Learning with Differential Privacy

AAAI 2021technical

Because learning sometimes involves sensitive data, machine learning algorithms have been extended to offer differential privacy for training data. In practice, this has been mostly an afterthought, with privacy-preserving models obtained by re-running training with a different optimizer, but using…

Cited by 203SourcePDFScholar
2020

Fundamental Tradeoffs between Invariance and Sensitivity to Adversarial Perturbations

ICML 2020poster

Adversarial examples are malicious inputs crafted to induce misclassification. Commonly studied \emph{sensitivity-based} adversarial examples introduce semantically-small changes to an input that result in a different model prediction. This paper studies a complementary failure mode, \emph{invarianc…

2020

Thieves on Sesame Street! Model Extraction of BERT-based APIs

ICLR 2020poster

We study the problem of model extraction in natural language processing, in which an adversary with only query access to a victim model attempts to reconstruct a local copy of that model. Assuming that both the adversary and victim model fine-tune a large pretrained language model such as BERT (Devl…

Cited by 235SourcecodeScholar
2019

Analyzing and Improving Representations with the Soft Nearest Neighbor Loss

ICML 2019oral

We explore and expand the Soft Nearest Neighbor Loss to measure the entanglement of class manifolds in representation space: i.e., how close pairs of points from the same class are relative to pairs of points from different classes. We demonstrate several use cases of the loss. As an analytical tool…

Cited by 190SourcePDFScholar
2019

MixMatch: A Holistic Approach to Semi-Supervised Learning

NeurIPS 2019poster

Semi-supervised learning has proven to be a powerful paradigm for leveraging unlabeled data to mitigate the reliance on large labeled datasets. In this work, we unify the current dominant approaches for semi-supervised learning to produce a new algorithm, MixMatch, that guesses low-entropy labels fo…

2018

Adversarial Examples that Fool both Computer Vision and Time-Limited Humans

NeurIPS 2018poster

Machine learning models are vulnerable to adversarial examples: small changes to images can cause computer vision models to make mistakes such as identifying a school bus as an ostrich. However, it is still an open question whether humans are prone to similar mistakes. Here, we address this question…

Cited by 327SourcePDFScholar
2018

Ensemble Adversarial Training: Attacks and Defenses

ICLR 2018poster

Adversarial examples are perturbed inputs designed to fool machine learning models. Adversarial training injects such examples into training data to increase robustness. To scale this technique to large datasets, perturbations are crafted using fast single-step methods that maximize a linear approxi…

Cited by 3557SourcePDFScholar
2018

Scalable Private Learning with PATE

ICLR 2018poster

The rapid adoption of machine learning has increased concerns about the privacy implications of machine learning models trained on sensitive data, such as medical records or other personal information. To address those concerns, one promising approach is Private Aggregation of Teacher Ensembles, or…

2017

Semi-supervised Knowledge Transfer for Deep Learning from Private Training Data

ICLR 2017oral

Some machine learning applications involve training data that is sensitive, such as the medical histories of patients in a clinical trial. A model may inadvertently and implicitly store some of its training data; careful analysis of the model may therefore reveal sensitive information. To address t…

Cited by 1306SourcecodeScholar