paper-with-me

Papers

Class-Balanced Active Learning for Image Classification

2021-10-09 · Javad Zolfaghari Bengar, Joost Van de Weijer, Laura Lopez Fuentes, Bogdan Raducanu

Active learning aims to reduce the labeling effort that is required to train algorithms by learning an acquisition function selecting the most relevant data for which a label should be requested from a large unlabeled data pool. Active learning is generally studied on balanced datasets where an equal amount of images per class is available. However, real-world datasets suffer from severe imbalanced classes, the so called long-tail distribution. We argue that this further complicates the active learning process, since the imbalanced data pool can result in suboptimal classifiers. To address this problem in the context of active learning, we proposed a general optimization framework that explicitly takes class-balancing into account. Results on three datasets showed that the method is general (it can be combined with most existing active learning algorithms) and can be effectively applied to boost the performance of both informative and representative-based active learning methods. In addition, we showed that also on balanced datasets our method generally results in a performance gain.

📄 PDF Abstract BibTeX arXiv:2110.04543

Code (1)

javadzb/class-balanced-al 공식 구현 pytorch

Tasks

Active LearningClassificationimage-classificationImage Classification

Similar 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 …

Active LearningClassificationimage-classificationImage Classification+2

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

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

Towards Balanced Active Learning for Multimodal Classification

2023-06-14 · Meng Shen, Yizheng Huang, Jianxiong Yin, Heqing Zou 외

Training multimodal networks requires a vast amount of data due to their larger parameter space compared to unimodal networks. Active learning is a widely used technique for reducing data annotation costs by selecting on…

Active LearningClassificationMultimodal Deep Learning

Imbalanced multi-label classification using multi-task learning with extractive summarization

2019-03-16 · John Brandt

Extractive summarization and imbalanced multi-label classification often require vast amounts of training data to avoid overfitting. In situations where training data is expensive to generate, leveraging information betw…

ClassificationExtractive SummarizationGeneral ClassificationMulti-Label Classification+3