paper-with-me

Papers

On Learning from Label Proportions

2014-02-24 · Felix X. Yu, Krzysztof Choromanski, Sanjiv Kumar, Tony Jebara, Shih-Fu Chang

Learning from Label Proportions (LLP) is a learning setting, where the training data is provided in groups, or "bags", and only the proportion of each class in each bag is known. The task is to learn a model to predict the class labels of the individual instances. LLP has broad applications in political science, marketing, healthcare, and computer vision. This work answers the fundamental question, when and why LLP is possible, by introducing a general framework, Empirical Proportion Risk Minimization (EPRM). EPRM learns an instance label classifier to match the given label proportions on the training data. Our result is based on a two-step analysis. First, we provide a VC bound on the generalization error of the bag proportions. We show that the bag sample complexity is only mildly sensitive to the bag size. Second, we show that under some mild assumptions, good bag proportion prediction guarantees good instance label prediction. The results together provide a formal guarantee that the individual labels can indeed be learned in the LLP setting. We discuss applications of the analysis, including justification of LLP algorithms, learning with population proportions, and a paradigm for learning algorithms with privacy guarantees. We also demonstrate the feasibility of LLP based on a case study in real-world setting: predicting income based on census data.

📄 PDF Abstract BibTeX arXiv:1402.5902

Code (1)

felixyu/pSVM 공식 구현

Tasks

Marketing

Similar Papers 제목 키워드 기반

Learning from Partial Label Proportions for Whole Slide Image Segmentation

2024-05-15 · Shinnosuke Matsuo, Daiki Suehiro, Seiichi Uchida, Hiroaki Ito 외

In this paper, we address the segmentation of tumor subtypes in whole slide images (WSI) by utilizing incomplete label proportions. Specifically, we utilize `partial' label proportions, which give the proportions among t…

DiagnosticImage SegmentationMultiple Instance LearningSemantic Segmentation+2

Deep multi-class learning from label proportions

2019-05-30 · Gabriel Dulac-Arnold, Neil Zeghidour, Marco Cuturi, Lucas Beyer 외

We propose a learning algorithm capable of learning from label proportions instead of direct data labels. In this scenario, our data are arranged into various bags of a certain size, and only the proportions of each labe…

Binary ClassificationGeneral Classificationimage-classificationImage Classification

A Label Proportions Estimation Technique for Adversarial Domain Adaptation in Text Classification

2020-03-16 · Zhuohao Chen, Singla Karan, David C. Atkins, Zac E. Imel 외

Many text classification tasks are domain-dependent, and various domain adaptation approaches have been proposed to predict unlabeled data in a new domain. Domain-adversarial neural networks (DANN) and their variants hav…

ClassificationDomain AdaptationGeneral Classificationtext-classification+2

Theoretical Proportion Label Perturbation for Learning from Label Proportions in Large Bags

2024-08-26 · Shunsuke Kubo, Shinnosuke Matsuo, Daiki Suehiro, Kazuhiro Terada 외

Learning from label proportions (LLP) is a kind of weakly supervised learning that trains an instance-level classifier from label proportions of bags, which consist of sets of instances without using instance labels. A c…

GPUWeakly-supervised Learning

Generative and Discriminative Learning with Unknown Labeling Bias

2008-12-01 · NeurIPS 2008 12 · Steven J. Phillips, Miroslav Dudík

We apply robust Bayesian decision theory to improve both generative and discriminative learners under bias in class proportions in labeled training data, when the true class proportions are unknown. For the generative ca…