paper-with-me

Papers

Differentially Private Meta-Learning

2019-09-12 · ICLR 2020 1 · Jeffrey Li, Mikhail Khodak, Sebastian Caldas, Ameet Talwalkar

Parameter-transfer is a well-known and versatile approach for meta-learning, with applications including few-shot learning, federated learning, and reinforcement learning. However, parameter-transfer algorithms often require sharing models that have been trained on the samples from specific tasks, thus leaving the task-owners susceptible to breaches of privacy. We conduct the first formal study of privacy in this setting and formalize the notion of task-global differential privacy as a practical relaxation of more commonly studied threat models. We then propose a new differentially private algorithm for gradient-based parameter transfer that not only satisfies this privacy requirement but also retains provable transfer learning guarantees in convex settings. Empirically, we apply our analysis to the problems of federated learning with personalization and few-shot classification, showing that allowing the relaxation to task-global privacy from the more commonly studied notion of local privacy leads to dramatically increased performance in recurrent neural language modeling and image classification.

📄 PDF Abstract BibTeX arXiv:1909.05830

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningFew-Shot LearningGeneral Classificationimage-classificationImage ClassificationLanguage ModelingLanguage ModellingMeta-LearningReinforcement LearningTransfer Learning

Similar Papers 제목 키워드 기반

Solar Photovoltaic Systems Metadata Inference and Differentially Private Publication

2023-04-07 · Nikhil Ravi, Anna Scaglione, Julieta Giraldez, Parth Pradhan 외

Stakeholders in electricity delivery infrastructure are amassing data about their system demand, use, and operations. Still, they are reluctant to share them, as even sharing aggregated or anonymized electric grid data r…

Bayesian Optimization

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

MAPLE: Metadata Augmented Private Language Evolution

2026-02-26 · Eli Chien, Yuzheng Hu, Ryan McKenna, Shanshan Wu 외 arxiv

While differentially private (DP) fine-tuning of large language models (LLMs) is a powerful tool, it is often computationally prohibitive or infeasible when state-of-the-art models are only accessible via proprietary API…

Text Generation

Differentially Private Fine-tuning of Language Models

2021-10-13 · ICLR 2022 4 · Da Yu, Saurabh Naik, Arturs Backurs, Sivakanth Gopi 외

We give simpler, sparser, and faster algorithms for differentially private fine-tuning of large-scale pre-trained language models, which achieve the state-of-the-art privacy versus utility tradeoffs on many standard NLP …

Text Generation

Privacy-Computation trade-offs in Private Repetition and Metaselection

2024-10-22 · Kunal Talwar

A Private Repetition algorithm takes as input a differentially private algorithm with constant success probability and boosts it to one that succeeds with high probability. These algorithms are closely related to private…