paper-with-me

Papers

QActor: On-line Active Learning for Noisy Labeled Stream Data

2020-01-28 · Taraneh Younesian, Zilong Zhao, Amirmasoud Ghiassi, Robert Birke, Lydia Y. Chen

Noisy labeled data is more a norm than a rarity for self-generated content that is continuously published on the web and social media. Due to privacy concerns and governmental regulations, such a data stream can only be stored and used for learning purposes in a limited duration. To overcome the noise in this on-line scenario we propose QActor which novel combines: the selection of supposedly clean samples via quality models and actively querying an oracle for the most informative true labels. While the former can suffer from low data volumes of on-line scenarios, the latter is constrained by the availability and costs of human experts. QActor swiftly combines the merits of quality models for data filtering and oracle queries for cleaning the most informative data. The objective of QActor is to leverage the stringent oracle budget to robustly maximize the learning accuracy. QActor explores various strategies combining different query allocations and uncertainty measures. A central feature of QActor is to dynamically adjust the query limit according to the learning loss for each data batch. We extensively evaluate different image datasets fed into the classifier that can be standard machine learning (ML) models or deep neural networks (DNN) with noise label ratios ranging between 30% and 80%. Our results show that QActor can nearly match the optimal accuracy achieved using only clean data at the cost of at most an additional 6% of ground truth data from the oracle.

📄 PDF Abstract BibTeX arXiv:2001.10399

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

AutoWS: Automated Weak Supervision Framework for Text Classification

2023-02-07 · Abhinav Bohra, Huy Nguyen, Devashish Khatwani

Creating large, good quality labeled data has become one of the major bottlenecks for developing machine learning applications. Multiple techniques have been developed to either decrease the dependence of labeled data (z…

Active LearningClassificationFew-Shot Learningtext-classification+1

Active Learning for Graphs with Noisy Structures

2024-02-04 · Hongliang Chi, Cong Qi, Suhang Wang, Yao Ma

Graph Neural Networks (GNNs) have seen significant success in tasks such as node classification, largely contingent upon the availability of sufficient labeled nodes. Yet, the excessive cost of labeling large-scale graph…

Active LearningNode Classification

Active Learning for Noisy Data Streams Using Weak and Strong Labelers

2020-10-27 · Taraneh Younesian, Dick Epema, Lydia Y. Chen

Labeling data correctly is an expensive and challenging task in machine learning, especially for on-line data streams. Deep learning models especially require a large number of clean labeled data that is very difficult t…

Active Learningimage-classificationImage ClassificationInformativeness

Active learning for data streams: a survey

2023-02-17 · Davide Cacciarelli, Murat Kulahci

Online active learning is a paradigm in machine learning that aims to select the most informative data points to label from a data stream. The problem of minimizing the cost associated with collecting labeled observation…

Active LearningSurvey

Self-semi-supervised Learning to Learn from NoisyLabeled Data

2020-11-03 · Jiacheng Wang, Yue Ma, Shuang Gao

The remarkable success of today's deep neural networks highly depends on a massive number of correctly labeled data. However, it is rather costly to obtain high-quality human-labeled data, leading to the active research …