paper-with-me

홈 › Papers

SepLL: Separating Latent Class Labels from Weak Supervision Noise

2022-10-25 · Andreas Stephan, Vasiliki Kougia, Benjamin Roth

In the weakly supervised learning paradigm, labeling functions automatically assign heuristic, often noisy, labels to data samples. In this work, we provide a method for learning from weak labels by separating two types of complementary information associated with the labeling functions: information related to the target label and information specific to one labeling function only. Both types of information are reflected to different degrees by all labeled instances. In contrast to previous works that aimed at correcting or removing wrongly labeled instances, we learn a branched deep model that uses all data as-is, but splits the labeling function information in the latent space. Specifically, we propose the end-to-end model SepLL which extends a transformer classifier by introducing a latent space for labeling function specific and task-specific information. The learning signal is only given by the labeling functions matches, no pre-processing or label model is required for our method. Notably, the task prediction is made from the latent layer without any direct task signal. Experiments on Wrench text classification tasks show that our model is competitive with the state-of-the-art, and yields a new best average performance.

📄 PDF Abstract BibTeX arXiv:2210.13898

Code (1)

andst/sepll 공식 구현 jax

Tasks

text-classificationText ClassificationWeakly-supervised Learning

Similar Papers 제목 키워드 기반

SepLLM: Accelerate Large Language Models by Compressing One Segment into One Separator

2024-12-16 · Guoxuan Chen, Han Shi, Jiawei Li, Yihang Gao 외

Large Language Models (LLMs) have exhibited exceptional performance across a spectrum of natural language processing tasks. However, their substantial sizes pose considerable challenges, particularly in computational dem…

GSM8KLanguage ModelingLanguage Modelling

Latent Support Measure Machines for Bag-of-Words Data Classification

2014-12-01 · NeurIPS 2014 12 · Yuya Yoshikawa, Tomoharu Iwata, Hiroshi Sawada

In many classification problems, the input is represented as a set of features, e.g., the bag-of-words (BoW) representation of documents. Support vector machines (SVMs) are widely used tools for such classification probl…

ClassificationGeneral Classificationtext-classificationText Classification

Detector Discovery in the Wild: Joint Multiple Instance and Representation Learning

2014-12-02 · CVPR 2015 6 · Judy Hoffman, Deepak Pathak, Trevor Darrell, Kate Saenko

We develop methods for detector learning which exploit joint training over both weak and strong labels and which transfer learned perceptual representations from strongly-labeled auxiliary tasks. Previous methods for wea…

Multiple Instance LearningRepresentation LearningTransfer Learning

Multi-View Video-Based Learning: Leveraging Weak Labels for Frame-Level Perception

2024-03-18 · Vijay John, Yasutomo Kawanishi

For training a video-based action recognition model that accepts multi-view video, annotating frame-level labels is tedious and difficult. However, it is relatively easy to annotate sequence-level labels. This kind of co…

Action Recognition

Weakly supervised clustering: Learning fine-grained signals from coarse labels

2013-10-04 · Stefan Wager, Alexander Blocker, Niall Cardin

Consider a classification problem where we do not have access to labels for individual training examples, but only have average labels over subpopulations. We give practical examples of this setup and show how such a cla…

ClassificationClusteringGeneral Classification