paper-with-me

Papers

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 of noisy labels, they face some challenges: 1) a struggle with class-imbalanced datasets, leading to the frequent overlooking of minority classes as noisy samples; 2) a singular focus on maximizing performance using noisy datasets, without incorporating experts-in-the-loop for actively cleaning the noisy labels. To mitigate these challenges, we propose a two-phase approach that combines Learning with Noisy Labels (LNL) and active learning. This approach not only improves the robustness of medical image classification in the presence of noisy labels, but also iteratively improves the quality of the dataset by relabeling the important incorrect labels, under a limited annotation budget. Furthermore, we introduce a novel Variance of Gradients approach in LNL phase, which complements the loss-based sample selection by also sampling under-represented samples. Using two imbalanced noisy medical classification datasets, we demonstrate that that our proposed technique is superior to its predecessors at handling class imbalance by not misidentifying clean samples from minority classes as mostly noisy samples.

📄 PDF Abstract BibTeX arXiv:2407.05973

Code (1)

Bidur-Khanal/imbalanced-medical-active-label-cleaning 공식 구현 pytorch

Tasks

Active LearningClassificationimage-classificationImage ClassificationLearning with noisy labelsMedical Image Classification

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Learning Label Refinement and Threshold Adjustment for Imbalanced Semi-Supervised Learning

2024-07-07 · Zeju Li, Ying-Qiu Zheng, Chen Chen, Saad Jbabdi

Semi-supervised learning (SSL) algorithms struggle to perform well when exposed to imbalanced training data. In this scenario, the generated pseudo-labels can exhibit a bias towards the majority class, and models that em…

Pseudo Label

BASIL: Balanced Active Semi-supervised Learning for Class Imbalanced Datasets

2022-03-10 · Suraj Kothawade, Pavan Kumar Reddy, Ganesh Ramakrishnan, Rishabh Iyer

Current semi-supervised learning (SSL) methods assume a balance between the number of data points available for each class in both the labeled and the unlabeled data sets. However, there naturally exists a class imbalanc…

Active Learning

Highly Efficient Representation and Active Learning Framework and Its Application to Imbalanced Medical Image Classification

2021-02-25 · Heng Hao, Hankyu Moon, Sima Didari, Jae Oh Woo 외

We propose a highly data-efficient active learning framework for image classification. Our novel framework combines: (1) unsupervised representation learning of a Convolutional Neural Network and (2) the Gaussian Process…

Active LearningClassificationGeneral Classificationimage-classification+4

Refining Decision Boundaries In Anomaly Detection Using Similarity Search Within the Feature Space

2026-02-02 · Sidahmed Benabderrahmane, Petko Valtchev, James Cheney, Talal Rahwan arxiv

Detecting rare and diverse anomalies in highly imbalanced datasets-such as Advanced Persistent Threats (APTs) in cybersecurity-remains a fundamental challenge for machine learning systems. Active learning offers a promis…

Anomaly DetectionActive Learning

CLINICAL: Targeted Active Learning for Imbalanced Medical Image Classification

2022-10-04 · Suraj Kothawade, Atharv Savarkar, Venkat Iyer, Lakshman Tamil 외

Training deep learning models on medical datasets that perform well for all classes is a challenging task. It is often the case that a suboptimal performance is obtained on some classes due to the natural class imbalance…

Active LearningClassificationimage-classificationImage Classification+1