paper-with-me

Papers

Two-stage Training for Learning from Label Proportions

2021-05-22 · Jiabin Liu, Bo wang, Xin Shen, Zhiquan Qi, Yingjie Tian

Learning from label proportions (LLP) aims at learning an instance-level classifier with label proportions in grouped training data. Existing deep learning based LLP methods utilize end-to-end pipelines to obtain the proportional loss with Kullback-Leibler divergence between the bag-level prior and posterior class distributions. However, the unconstrained optimization on this objective can hardly reach a solution in accordance with the given proportions. Besides, concerning the probabilistic classifier, this strategy unavoidably results in high-entropy conditional class distributions at the instance level. These issues further degrade the performance of the instance-level classification. In this paper, we regard these problems as noisy pseudo labeling, and instead impose the strict proportion consistency on the classifier with a constrained optimization as a continuous training stage for existing LLP classifiers. In addition, we introduce the mixup strategy and symmetric crossentropy to further reduce the label noise. Our framework is model-agnostic, and demonstrates compelling performance improvement in extensive experiments, when incorporated into other deep LLP models as a post-hoc phase.

📄 PDF Abstract BibTeX arXiv:2105.10635

Code (0)

등록된 구현이 없습니다.

Tasks

Vocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

OT-LLP: Optimal Transport for Learning from Label Proportions

2021-01-01 · Jiabin Liu, Hanyuan Hang, Bo wang, Xin Shen 외

Learning from label proportions (LLP), where the training data are arranged in form of groups with only label proportions provided instead of the exact labels, is an important weakly supervised learning paradigm in machi…

Weakly-supervised Learning

Semantic Segmentation for Histopathology using Learned Regularization based on Global Proportions

2026-04-27 · Yangping Li, Thomas Pinetz, Michael Hölzel, Marieta Toma 외 arxiv

In pathology, the spatial distribution and proportions of tissue types are key indicators of disease progression, and are more readily available than fine-grained annotations. However, these assessments are rarely mapped…

Semantic Segmentation

On Learning from Label Proportions

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

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 t…

Marketing

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…

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