paper-with-me

홈 › Papers

Training Private Models That Know What They Don't Know

2023-05-28 · Stephan Rabanser, Anvith Thudi, Abhradeep Thakurta, Krishnamurthy Dvijotham, Nicolas Papernot

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 randomness into the learning process. In this work, we conduct a thorough empirical investigation of selective classifiers -- that can abstain when they are unsure -- under a differential privacy constraint. We find that several popular selective prediction approaches are ineffective in a differentially private setting as they increase the risk of privacy leakage. At the same time, we identify that a recent approach that only uses checkpoints produced by an off-the-shelf private learning algorithm stands out as particularly suitable under DP. Further, we show that differential privacy does not just harm utility but also degrades selective classification performance. To analyze this effect across privacy levels, we propose a novel evaluation mechanism which isolate selective prediction performance across model utility levels. Our experimental results show that recovering the performance level attainable by non-private models is possible but comes at a considerable coverage cost as the privacy budget decreases.

📄 PDF Abstract BibTeX arXiv:2305.18393

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Training Private Models That Know What They Don’t Know

2023-09-21 · NeurIPS 2023 11

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: protect…

Tell Me Why: Incentivizing Explanations

2025-02-19 · Siddarth Srinivasan, Ezra Karger, Michiel Bakker, YiLing Chen

Common sense suggests that when individuals explain why they believe something, we can arrive at more accurate conclusions than when they simply state what they believe. Yet, there is no known mechanism that provides inc…

Common Sense Reasoning

Group knowledge and individual introspection

2023-05-15 · Michele Crescenzi

We study distributed knowledge, which is what privately informed agents come to know by communicating freely with one another and sharing everything they know. Knowledge is not necessarily partitional: agents may be boun…

Continual Learning and Private Unlearning

2022-03-24 · Bo Liu, Qiang Liu, Peter Stone

As intelligent agents become autonomous over longer periods of time, they may eventually become lifelong counterparts to specific people. If so, it may be common for a user to want the agent to master a task temporarily …

Continual Learning

Knowledge Augmentation in Federation: Rethinking What Collaborative Learning Can Bring Back to Decentralized Data

2025-03-05 · Wentai Wu, Ligang He, Saiqin Long, Ahmed M. Abdelmoniem 외

Data, as an observable form of knowledge, has become one of the most important factors of production for the development of Artificial Intelligence (AI). Meanwhile, increasing legislation and regulations on private and p…

FairnessFederated LearningPrivacy Preserving