paper-with-me

홈 › Papers

Losses over Labels: Weakly Supervised Learning via Direct Loss Construction

2022-12-13 · Dylan Sam, J. Zico Kolter

Owing to the prohibitive costs of generating large amounts of labeled data, programmatic weak supervision is a growing paradigm within machine learning. In this setting, users design heuristics that provide noisy labels for subsets of the data. These weak labels are combined (typically via a graphical model) to form pseudolabels, which are then used to train a downstream model. In this work, we question a foundational premise of the typical weakly supervised learning pipeline: given that the heuristic provides all ``label" information, why do we need to generate pseudolabels at all? Instead, we propose to directly transform the heuristics themselves into corresponding loss functions that penalize differences between our model and the heuristic. By constructing losses directly from the heuristics, we can incorporate more information than is used in the standard weakly supervised pipeline, such as how the heuristics make their decisions, which explicitly informs feature selection during training. We call our method Losses over Labels (LoL) as it creates losses directly from heuristics without going through the intermediate step of a label. We show that LoL improves upon existing weak supervision methods on several benchmark text and image classification tasks and further demonstrate that incorporating gradient information leads to better performance on almost every task.

📄 PDF Abstract BibTeX arXiv:2212.06921

Code (1)

dsam99/lol 공식 구현 pytorch

Tasks

feature selectionimage-classificationImage ClassificationWeakly-supervised Learning

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Theoretical Guarantees of Deep Embedding Losses Under Label Noise

2018-12-06 · Nam Le, Jean-Marc Odobez

Collecting labeled data to train deep neural networks is costly and even impractical for many tasks. Thus, research effort has been focused in automatically curated datasets or unsupervised and weakly supervised learning…

TripletWeakly-supervised Learning

Loss factorization, weakly supervised learning and label noise robustness

2016-02-08 · Giorgio Patrini, Frank Nielsen, Richard Nock, Marcello Carioni

We prove that the empirical risk of most well-known loss functions factors into a linear term aggregating all labels with a term that is label free, and can further be expressed by sums of the loss. This holds true even …

Generalization BoundsWeakly-supervised Learning

Soft Self-labeling and Potts Relaxations for Weakly-Supervised Segmentation

2025-07-02 · Zhongwen Zhang, Yuri Boykov arxiv

We consider weakly supervised segmentation where only a fraction of pixels have ground truth labels (scribbles) and focus on a self-labeling approach optimizing relaxations of the standard unsupervised CRF/Potts loss on …

Soft Self-labeling and Potts Relaxations for Weakly-supervised Segmentation

2025-01-01 · CVPR 2025 1 · Zhongwen Zhang, Yuri Boykov

We consider weakly supervised segmentation where only a fraction of pixels have ground truth labels (scribbles) and focus on a self-labeling approach optimizing relaxations of the standard unsupervised CRF/Potts loss…

Weakly supervised segmentation

Learning Temporal Co-Attention Models for Unsupervised Video Action Localization

2020-06-01 · CVPR 2020 6 · Guoqiang Gong, Xinghan Wang, Yadong Mu, Qi Tian

Temporal action localization (TAL) in untrimmed videos recently receives tremendous research enthusiasm. To our best knowledge, this is the first attempt in the literature to explore this task under an unsupervised setti…

Action LocalizationClusteringTemporal Action LocalizationTriplet