paper-with-me

홈 › Papers

Partial-Label Regression

2023-06-15 · AAAI 2023 2 · Xin Cheng, Deng-Bao Wang, Lei Feng, Min-Ling Zhang, Bo An

Partial-label learning is a popular weakly supervised learning setting that allows each training example to be annotated with a set of candidate labels. Previous studies on partial-label learning only focused on the classification setting where candidate labels are all discrete, which cannot handle continuous labels with real values. In this paper, we provide the first attempt to investigate partial-label regression, where each training example is annotated with a set of real-valued candidate labels. To solve this problem, we first propose a simple baseline method that takes the average loss incurred by candidate labels as the predictive loss. The drawback of this method lies in that the loss incurred by the true label may be overwhelmed by other false labels. To overcome this drawback, we propose an identification method that takes the least loss incurred by candidate labels as the predictive loss. We further improve it by proposing a progressive identification method to differentiate candidate labels using progressively updated weights for incurred losses. We prove that the latter two methods are model-consistent and provide convergence analyses. Our proposed methods are theoretically grounded and can be compatible with any models, optimizers, and losses. Experiments validate the effectiveness of our proposed methods.

📄 PDF Abstract BibTeX arXiv:2306.08968

Code (1)

JoegameZhou/PLR_Mindspore_zj mindspore

Tasks

Partial Label LearningregressionWeakly-supervised Learning

Similar Papers 제목 키워드 기반

Active Heteroscedastic Regression

2017-08-01 · ICML 2017 8 · Kamalika Chaudhuri, Prateek Jain, Nagarajan Natarajan

An active learner is given a model class $\Theta$, a large sample of unlabeled data drawn from an underlying distribution and access to a labeling oracle that can provide a label for any of the unlabeled instances. …

Active LearningBinary Classificationregression

StruMPL: Multi-task Dense Regression under Disjoint Partial Supervision and MNAR Labels

2026-05-19 · Reza M. Asiyabi, Juan Alberto Molina-Valero, The SEOSAW Partnership, Steven Hancock 외 arxiv

Estimating forest aboveground biomass (AGB) from Earth observation combines two structurally incompatible label sources: spaceborne lidar provides canopy structure at millions of locations but no biomass estimate, and gr…

Label Ranking through Nonparametric Regression

2021-11-04 · Dimitris Fotakis, Alkis Kalavasis, Eleni Psaroudaki

Label Ranking (LR) corresponds to the problem of learning a hypothesis that maps features to rankings over a finite set of labels. We adopt a nonparametric regression approach to LR and obtain theoretical performance gua…

regression

Semi-supervised learning for structured regression on partially observed attributed graphs

2018-03-28 · Jelena Stojanovic, Milos Jovanovic, Djordje Gligorijevic, Zoran Obradovic

Conditional probabilistic graphical models provide a powerful framework for structured regression in spatio-temporal datasets with complex correlation patterns. However, in real-life applications a large fraction of obse…

ImputationMissing LabelsMissing Valuesregression

Linear Regression with Shuffled Labels

2017-05-03 · Abubakar Abid, Ada Poon, James Zou

Is it possible to perform linear regression on datasets whose labels are shuffled with respect to the inputs? We explore this question by proposing several estimators that recover the weights of a noisy linear model from…

regression