paper-with-me

홈 › Papers

DIRECT: Deep Active Learning under Imbalance and Label Noise

2023-12-14 · Shyam Nuggehalli, Jifan Zhang, Lalit Jain, Robert Nowak

Class imbalance is a prevalent issue in real world machine learning applications, often leading to poor performance in rare and minority classes. With an abundance of wild unlabeled data, active learning is perhaps the most effective technique in solving the problem at its root -- collecting a more balanced and informative set of labeled examples during annotation. Label noise is another common issue in data annotation jobs, which is especially challenging for active learning methods. In this work, we conduct the first study of active learning under both class imbalance and label noise. We propose a novel algorithm that robustly identifies the class separation threshold and annotates the most uncertain examples that are closest from it. Through a novel reduction to one-dimensional active learning, our algorithm DIRECT is able to leverage the classic active learning literature to address issues such as batch labeling and tolerance towards label noise. We present extensive experiments on imbalanced datasets with and without label noise. Our results demonstrate that DIRECT can save more than 60% of the annotation budget compared to state-of-art active learning algorithms and more than 80% of annotation budget compared to random sampling.

📄 PDF Abstract BibTeX arXiv:2312.09196

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Active Learning with Foundation Model Priors: Efficient Learning under Class Imbalance

2026-05-30 · Jiancheng Zhang, Meiqing Li, Qi Zhang, Yinglun Zhu arxiv

Real-world datasets across image and text domains are often characterized by skewed class distributions and noisy annotations, which jointly degrade model performance, particularly on minority classes. Among existing sol…

Active Learning

Active Label Refinement for Robust Training of Imbalanced Medical Image Classification Tasks in the Presence of High Label Noise

2024-07-08 · Bidur Khanal, Tianhong Dai, Binod Bhattarai, Cristian Linte

The robustness of supervised deep learning-based medical image classification is significantly undermined by label noise. Although several methods have been proposed to enhance classification performance in the presence …

Active LearningClassificationimage-classificationImage Classification+2

When Imbalance Comes Twice: Active Learning under Simulated Class Imbalance and Label Shift in Binary Semantic Segmentation

2026-01-08 · Julien Combes, Alexandre Derville, Jean-François Coeurjolly arxiv

The aim of Active Learning is to select the most informative samples from an unlabelled set of data. This is useful in cases where the amount of data is large and labelling is expensive, such as in machine vision or medi…

Semantic SegmentationActive Learning

A Second-Order Approach to Learning with Instance-Dependent Label Noise

2020-12-22 · CVPR 2021 1 · Zhaowei Zhu, Tongliang Liu, Yang Liu

The presence of label noise often misleads the training of deep neural networks. Departing from the recent literature which largely assumes the label noise rate is only determined by the true label class, the errors in h…

Image ClassificationImage Classification with Label Noise

When Noisy Labels Meet Class Imbalance on Graphs: A Graph Augmentation Method with LLM and Pseudo Label

2025-07-24 · Riting Xia, Rucong Wang, Yulin Liu, Anchen Li 외 arxiv

Class-imbalanced graph node classification is a practical yet underexplored research problem. Although recent studies have attempted to address this issue, they typically assume clean and reliable labels when processing …

Node Classification