paper-with-me

Papers

Combining Self-labeling with Selective Sampling

2023-01-11 · Jędrzej Kozal, Michał Woźniak

Since data is the fuel that drives machine learning models, and access to labeled data is generally expensive, semi-supervised methods are constantly popular. They enable the acquisition of large datasets without the need for too many expert labels. This work combines self-labeling techniques with active learning in a selective sampling scenario. We propose a new method that builds an ensemble classifier. Based on an evaluation of the inconsistency of the decisions of the individual base classifiers for a given observation, a decision is made on whether to request a new label or use the self-labeling. In preliminary studies, we show that naive application of self-labeling can harm performance by introducing bias towards selected classes and consequently lead to skewed class distribution. Hence, we also propose mechanisms to reduce this phenomenon. Experimental evaluation shows that the proposed method matches current selective sampling methods or achieves better results.

📄 PDF Abstract BibTeX arXiv:2301.04420

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

On Principal Curve-Based Classifiers and Similarity-Based Selective Sampling in Time-Series

2022-04-10 · Aref Hakimzadeh, Koorush Ziarati, Mohammad Taheri

Considering the concept of time-dilation, there exist some major issues with recurrent neural Architectures. Any variation in time spans between input data points causes performance attenuation in recurrent neural networ…

Time SeriesTime Series Analysis

Self-Adapter at SemEval-2021 Task 10: Entropy-based Pseudo-Labeler for Source-free Domain Adaptation

2021-08-01 · SEMEVAL 2021 · Sangwon Yoon, Yanghoon Kim, Kyomin Jung

Source-free domain adaptation is an emerging line of work in deep learning research since it is closely related to the real-world environment. We study the domain adaption in the sequence labeling problem where the model…

Domain AdaptationSentenceSource-Free Domain Adaptation

MedSelect: Selective Labeling for Medical Image Classification Combining Meta-Learning with Deep Reinforcement Learning

2021-03-26 · Akshay Smit, Damir Vrabac, Yujie He, Andrew Y. Ng 외

We propose a selective learning method using meta-learning and deep reinforcement learning for medical image interpretation in the setting of limited labeling resources. Our method, MedSelect, consists of a trainable dee…

Deep Reinforcement LearningGeneral Classificationimage-classificationImage Classification+3

Pseudo-label Based Domain Adaptation for Zero-Shot Text Steganalysis

2024-06-01 · Yufei Luo, Zhen Yang, Ru Zhang, Jianyi Liu

Currently, most methods for text steganalysis are based on deep neural networks (DNNs). However, in real-life scenarios, obtaining a sufficient amount of labeled stego-text for correctly training networks using a large n…

Domain AdaptationPseudo LabelSteganalysis

Cold PAWS: Unsupervised class discovery and addressing the cold-start problem for semi-supervised learning

2023-05-17 · Evelyn J. Mannix, Howard D. Bondell

In many machine learning applications, labeling datasets can be an arduous and time-consuming task. Although research has shown that semi-supervised learning techniques can achieve high accuracy with very few labels with…

Self-Supervised Learning