paper-with-me

홈 › Papers

Learning Privately with Labeled and Unlabeled Examples

2014-07-10 · Amos Beimel, Kobbi Nissim, Uri Stemmer

A private learner is an algorithm that given a sample of labeled individual examples outputs a generalizing hypothesis while preserving the privacy of each individual. In 2008, Kasiviswanathan et al. (FOCS 2008) gave a generic construction of private learners, in which the sample complexity is (generally) higher than what is needed for non-private learners. This gap in the sample complexity was then further studied in several followup papers, showing that (at least in some cases) this gap is unavoidable. Moreover, those papers considered ways to overcome the gap, by relaxing either the privacy or the learning guarantees of the learner. We suggest an alternative approach, inspired by the (non-private) models of semi-supervised learning and active-learning, where the focus is on the sample complexity of labeled examples whereas unlabeled examples are of a significantly lower cost. We consider private semi-supervised learners that operate on a random sample, where only a (hopefully small) portion of this sample is labeled. The learners have no control over which of the sample elements are labeled. Our main result is that the labeled sample complexity of private learners is characterized by the VC dimension. We present two generic constructions of private semi-supervised learners. The first construction is of learners where the labeled sample complexity is proportional to the VC dimension of the concept class, however, the unlabeled sample complexity of the algorithm is as big as the representation length of domain elements. Our second construction presents a new technique for decreasing the labeled sample complexity of a given private learner, while roughly maintaining its unlabeled sample complexity. In addition, we show that in some settings the labeled sample complexity does not depend on the privacy parameters of the learner.

📄 PDF Abstract BibTeX arXiv:1407.2662

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Differentially-Private Bayes Consistency

2022-12-08 · Olivier Bousquet, Haim Kaplan, Aryeh Kontorovich, Yishay Mansour 외

We construct a universally Bayes consistent learning rule that satisfies differential privacy (DP). We first handle the setting of binary classification and then extend our rule to the more general setting of density est…

Binary ClassificationDensity Estimation

OpenMix: Reviving Known Knowledge for Discovering Novel Visual Categories in An Open World

2020-04-12 · CVPR 2021 1 · Zhun Zhong, Linchao Zhu, Zhiming Luo, Shaozi Li 외

In this paper, we tackle the problem of discovering new classes in unlabeled visual data given labeled data from disjoint classes. Existing methods typically first pre-train a model with labeled data, and then identify n…

ClusteringNovel Class Discovery

Dash: Semi-Supervised Learning with Dynamic Thresholding

2021-09-01 · Yi Xu, Lei Shang, Jinxing Ye, Qi Qian 외

While semi-supervised learning (SSL) has received tremendous attentions in many machine learning tasks due to its successful use of unlabeled data, existing SSL algorithms use either all unlabeled examples or the unlabel…

Semi-Supervised Image Classification

Meta-Learning for Semi-Supervised Few-Shot Classification

2018-03-02 · ICLR 2018 1 · Mengye Ren, Eleni Triantafillou, Sachin Ravi, Jake Snell 외

In few-shot classification, we are interested in learning algorithms that train a classifier from only a handful of labeled examples. Recent progress in few-shot classification has featured meta-learning, in which a para…

General ClassificationMeta-Learning

Semantic-Oriented Unlabeled Priming for Large-Scale Language Models

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Due to the high costs associated with finetuning large language models, various recent works propose to adapt them to specific tasks without any parameter updates through in-context learning. Unfortunately, for in-contex…

In-Context Learning