paper-with-me

Papers

Private Truly-Everlasting Robust-Prediction

2024-01-09 · Uri Stemmer

Private Everlasting Prediction (PEP), recently introduced by Naor et al. [2023], is a model for differentially private learning in which the learner never publicly releases a hypothesis. Instead, it provides black-box access to a "prediction oracle" that can predict the labels of an endless stream of unlabeled examples drawn from the underlying distribution. Importantly, PEP provides privacy both for the initial training set and for the endless stream of classification queries. We present two conceptual modifications to the definition of PEP, as well as new constructions exhibiting significant improvements over prior work. Specifically, (1) Robustness: PEP only guarantees accuracy provided that all the classification queries are drawn from the correct underlying distribution. A few out-of-distribution queries might break the validity of the prediction oracle for future queries, even for future queries which are sampled from the correct distribution. We incorporate robustness against such poisoning attacks into the definition of PEP, and show how to obtain it. (2) Dependence of the privacy parameter $\delta$ in the time horizon: We present a relaxed privacy definition, suitable for PEP, that allows us to disconnect the privacy parameter $\delta$ from the number of total time steps $T$. This allows us to obtain algorithms for PEP whose sample complexity is independent from $T$, thereby making them "truly everlasting". This is in contrast to prior work where the sample complexity grows with $polylog(T)$. (3) New constructions: Prior constructions for PEP exhibit sample complexity that is quadratic in the VC dimension of the target class. We present new constructions of PEP for axis-aligned rectangles and for decision-stumps that exhibit sample complexity linear in the dimension (instead of quadratic). We show that our constructions satisfy very strong robustness properties.

📄 PDF Abstract BibTeX arXiv:2401.04311

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Private Everlasting Prediction

2023-05-16 · NeurIPS 2023 11

A private learner is trained on a sample of labeled points and generates a hypothesis that can be used for predicting the labels of newly sampled points while protecting the privacy of the training set [Kasiviswannathan …

Prediction

Tuning Language Models by Proxy

2024-01-16 · Alisa Liu, Xiaochuang Han, Yizhong Wang, Yulia Tsvetkov 외

Despite the general capabilities of large pretrained language models, they consistently benefit from further adaptation to better achieve desired behaviors. However, tuning these models has become increasingly resource-i…

Domain AdaptationMathQuestion AnsweringTruthfulQA

The Conundrum of Trustworthy Research on Attacking Personally Identifiable Information Removal Techniques

2026-03-09 · Sebastian Ochs, Ivan Habernal arxiv

Removing personally identifiable information (PII) from texts is necessary to comply with various data protection regulations and to enable data sharing without compromising privacy. However, recent works show that docum…

Open LLMs are Necessary for Current Private Adaptations and Outperform their Closed Alternatives

2024-11-02 · Vincent Hanke, Tom Blanchard, Franziska Boenisch, Iyiola Emmanuel Olatunji 외

While open Large Language Models (LLMs) have made significant progress, they still fall short of matching the performance of their closed, proprietary counterparts, making the latter attractive even for the use on highly…

Privacy Preserving

ASPEST: Bridging the Gap Between Active Learning and Selective Prediction

2023-04-07 · Jiefeng Chen, Jinsung Yoon, Sayna Ebrahimi, Sercan Arik 외

Selective prediction aims to learn a reliable model that abstains from making predictions when uncertain. These predictions can then be deferred to humans for further evaluation. As an everlasting challenge for machine l…

Active LearningPrediction