paper-with-me

Papers

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 to acquire in real-world problems. Choosing useful data samples to label while minimizing the cost of labeling is crucial to maintain efficiency in the training process. When confronted with multiple labelers with different expertise and respective labeling costs, deciding which labeler to choose is nontrivial. In this paper, we consider a novel weak and strong labeler problem inspired by humans natural ability for labeling, in the presence of data streams with noisy labels and constrained by a limited budget. We propose an on-line active learning algorithm that consists of four steps: filtering, adding diversity, informative sample selection, and labeler selection. We aim to filter out the suspicious noisy samples and spend the budget on the diverse informative data using strong and weak labelers in a cost-effective manner. We derive a decision function that measures the information gain by combining the informativeness of individual samples and model confidence. We evaluate our proposed algorithm on the well-known image classification datasets CIFAR10 and CIFAR100 with up to 60% noise. Experiments show that by intelligently deciding which labeler to query, our algorithm maintains the same accuracy compared to the case of having only one of the labelers available while spending less of the budget.

📄 PDF Abstract BibTeX arXiv:2010.14149

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learningimage-classificationImage ClassificationInformativeness

Similar Papers 제목 키워드 기반

Anomaly Detection in Hierarchical Data Streams under Unknown Models

2017-09-11 · Sattar Vakili, Qing Zhao, Chang Liu, Chen-Nee Chuah

We consider the problem of detecting a few targets among a large number of hierarchical data streams. The data streams are modeled as random processes with unknown and potentially heavy-tailed distributions. The objectiv…

Active LearningAnomaly DetectionGeneral Classification

Active Canny: Edge Detection and Recovery with Open Active Contour Models

2016-09-12 · Muhammet Bastan, S. Saqib Bukhari, Thomas M. Breuel

We introduce an edge detection and recovery framework based on open active contour models (snakelets). This is motivated by the noisy or broken edges output by standard edge detection algorithms, like Canny. The idea is …

Edge Detection

IPIBench: Evaluating Interactive Proactive Intelligence of MLLMs under Continuous Streams

2026-05-26 · Jinzhao Li, Yinuo Chen, Wenxuan Song, Yijia Lei 외 arxiv

Recent multimodal large language models (MLLMs) achieve strong performance on reactive question answering, but real-world streaming assistants require proactive reasoning over continuous visual inputs. Existing benchmark…

Question Answering

Style-Aware Blending and Prototype-Based Cross-Contrast Consistency for Semi-Supervised Medical Image Segmentation

2025-07-28 · Chaowei Chen, Xiang Zhang, Honglie Guo, Shunfang Wang arxiv

Weak-strong consistency learning strategies are widely employed in semi-supervised medical image segmentation to train models by leveraging limited labeled data and enforcing weak-to-strong consistency. However, existing…

Semi-supervised Medical Image Segmentation

Active Learning from Weak and Strong Labelers

2015-10-09 · NeurIPS 2015 12 · Chicheng Zhang, Kamalika Chaudhuri

An active learner is given a hypothesis class, a large set of unlabeled examples and the ability to interactively query labels to an oracle of a subset of these examples; the goal of the learner is to learn a hypothesis …

Active Learning