paper-with-me

Papers

Can Membership Inferencing be Refuted?

2023-03-07 · Zhifeng Kong, Amrita Roy Chowdhury, Kamalika Chaudhuri

Membership inference (MI) attack is currently the most popular test for measuring privacy leakage in machine learning models. Given a machine learning model, a data point and some auxiliary information, the goal of an MI attack is to determine whether the data point was used to train the model. In this work, we study the reliability of membership inference attacks in practice. Specifically, we show that a model owner can plausibly refute the result of a membership inference test on a data point $x$ by constructing a proof of repudiation that proves that the model was trained without $x$. We design efficient algorithms to construct proofs of repudiation for all data points of the training dataset. Our empirical evaluation demonstrates the practical feasibility of our algorithm by constructing proofs of repudiation for popular machine learning models on MNIST and CIFAR-10. Consequently, our results call for a re-evaluation of the implications of membership inference attacks in practice.

📄 PDF Abstract BibTeX arXiv:2303.03648

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Efficient Inferencing of Compressed Deep Neural Networks

2017-11-01 · Dharma Teja Vooturi, Saurabh Goyal, Anamitra R. Choudhury, Yogish Sabharwal 외

Large number of weights in deep neural networks makes the models difficult to be deployed in low memory environments such as, mobile phones, IOT edge devices as well as "inferencing as a service" environments on cloud. P…

Quantization

RTNeural: Fast Neural Inferencing for Real-Time Systems

2021-06-06 · Jatin Chowdhury

RTNeural is a neural inferencing library written in C++. RTNeural is designed to be used in systems with hard real-time constraints, with additional emphasis on speed, flexibility, size, and convenience. The motivation a…

TAPAS at SemEval-2021 Task 9: Reasoning over tables with intermediate pre-training

2021-04-02 · SEMEVAL 2021 · Thomas Müller, Julian Martin Eisenschlos, Syrine Krichene

We present the TAPAS contribution to the Shared Task on Statement Verification and Evidence Finding with Tables (SemEval 2021 Task 9, Wang et al. (2021)). SEM TAB FACT Task A is a classification task of recognizing if a …

Binary Classification

Learnability can be undecidable

2019-01-01 · Nature Machine Intelligence 2019 1 · Shai Ben-David, Pavel Hrubeš, Shay Moran, Amir Shpilka 외

The mathematical foundations of machine learning play a key role in the development of the field. They improve our understanding and provide tools for designing new learning paradigms. The advantages of mathematics, howe…

BIG-bench Machine LearningPAC learning

Ceci n'est pas une pipe: AI systems as semantic abstractions

2026-07-10 · Jade Alglave, Patrick Cousot arxiv

An AI system's output is not the fact or world state it appears to describe, but rather an engineered representation. We propose a semantic framework to describe AI systems, to be able to examine the correctness of such …