paper-with-me

홈 › Papers

Canary in a Coalmine: Better Membership Inference with Ensembled Adversarial Queries

2022-10-19 · Yuxin Wen, Arpit Bansal, Hamid Kazemi, Eitan Borgnia, Micah Goldblum, Jonas Geiping, Tom Goldstein

As industrial applications are increasingly automated by machine learning models, enforcing personal data ownership and intellectual property rights requires tracing training data back to their rightful owners. Membership inference algorithms approach this problem by using statistical techniques to discern whether a target sample was included in a model's training set. However, existing methods only utilize the unaltered target sample or simple augmentations of the target to compute statistics. Such a sparse sampling of the model's behavior carries little information, leading to poor inference capabilities. In this work, we use adversarial tools to directly optimize for queries that are discriminative and diverse. Our improvements achieve significantly more accurate membership inference than existing methods, especially in offline scenarios and in the low false-positive regime which is critical in legal settings. Code is available at https://github.com/YuxinWenRick/canary-in-a-coalmine.

📄 PDF Abstract BibTeX arXiv:2210.10750

Code (1)

yuxinwenrick/canary-in-a-coalmine 공식 구현 pytorch

Similar Papers 제목 키워드 기반

A Note On Interpreting Canary Exposure

2023-05-31 · Matthew Jagielski

Canary exposure, introduced in Carlini et al. is frequently used to empirically evaluate, or audit, the privacy of machine learning model training. The goal of this note is to provide some intuition on how to interpret c…

Optimizing Canaries for Privacy Auditing with Metagradient Descent

2025-07-21 · Matteo Boglioni, Terrance Liu, Andrew Ilyas, Zhiwei Steven Wu arxiv

In this work we study black-box privacy auditing, where the goal is to lower bound the privacy parameter of a differentially private learning algorithm using only the algorithm's outputs (i.e., final trained model). For …

Image Classification

Membership Inference Attacks Cannot Prove that a Model Was Trained On Your Data

2024-09-29 · Jie Zhang, Debeshee Das, Gautam Kamath, Florian Tramèr

We consider the problem of a training data proof, where a data creator or owner wants to demonstrate to a third party that some machine learning model was trained on their data. Training data proofs play a key role in re…

Detectability in Diversity: Improved Canary Crafting for Privacy Auditing in One Run

2026-05-26 · Mathieu Dagréou, Aurélien Bellet arxiv

Privacy auditing aims to empirically assess privacy leakage in machine learning models using membership inference attacks (MIAs), and to derive lower bounds on differential privacy (DP) parameters. Recent one-run auditin…

Bilevel Optimization

Dataset Protection via Watermarked Canaries in Retrieval-Augmented LLMs

2025-02-15 · Yepeng Liu, Xuandong Zhao, Dawn Song, Yuheng Bu

Retrieval-Augmented Generation (RAG) has become an effective method for enhancing large language models (LLMs) with up-to-date knowledge. However, it poses a significant risk of IP infringement, as IP datasets may be inc…

RAGRetrievalRetrieval-augmented Generation