paper-with-me

Papers

Labeled TrustSet Guided: Batch Active Learning with Reinforcement Learning

2026-04-14 · Guofeng Cui, Yang Liu, Pichao Wang, Hankai Hsu, Xiaohang Sun, Xiang Hao, Zhu Liu arxiv

Batch active learning (BAL) is a crucial technique for reducing labeling costs and improving data efficiency in training large-scale deep learning models. Traditional BAL methods often rely on metrics like Mahalanobis Distance to balance uncertainty and diversity when selecting data for annotation. However, these methods predominantly focus on the distribution of unlabeled data and fail to leverage feedback from labeled data or the model's performance. To address these limitations, we introduce TrustSet, a novel approach that selects the most informative data from the labeled dataset, ensuring a balanced class distribution to mitigate the long-tail problem. Unlike CoreSet, which focuses on maintaining the overall data distribution, TrustSet optimizes the model's performance by pruning redundant data and using label information to refine the selection process. To extend the benefits of TrustSet to the unlabeled pool, we propose a reinforcement learning (RL)-based sampling policy that approximates the selection of high-quality TrustSet candidates from the unlabeled data. Combining TrustSet and RL, we introduce the Batch Reinforcement Active Learning with TrustSet (BRAL-T) framework. BRAL-T achieves state-of-the-art results across 10 image classification benchmarks and 2 active fine-tuning tasks, demonstrating its effectiveness and efficiency in various domains.

📄 PDF Abstract BibTeX arXiv:2604.12303

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningImage ClassificationActive Learning

Similar Papers 제목 키워드 기반

Performance-guided Reinforced Active Learning for Object Detection

2026-01-22 · Zhixuan Liang, Xingyu Zeng, Rui Zhao, Ping Luo arxiv

Active learning (AL) strategies aim to train high-performance models with minimal labeling efforts, only selecting the most informative instances for annotation. Current approaches to evaluating data informativeness pred…

Active Object DetectionReinforcement LearningActive Learning

Aligning Data Selection with Performance: Performance-driven Reinforcement Learning for Active Learning in Object Detection

2023-10-12 · Zhixuan Liang, Xingyu Zeng, Rui Zhao, Ping Luo

Active learning strategies aim to train high-performance models with minimal labeled data by selecting the most informative instances for labeling. However, existing methods for assessing data informativeness often fail …

Active LearningActive Object DetectionInformativenessNavigate+5

Discriminative Batch Mode Active Learning

2007-12-01 · NeurIPS 2007 12 · Yuhong Guo, Dale Schuurmans

Active learning sequentially selects unlabeled instances to label with the goal of reducing the effort needed to learn a good classifier. Most previous studies in active learning have focused on selecting one unlabeled i…

Active Learning

Data Shapley Valuation for Efficient Batch Active Learning

2021-04-16 · Amirata Ghorbani, James Zou, Andre Esteva

Annotating the right set of data amongst all available data points is a key challenge in many machine learning applications. Batch active learning is a popular approach to address this, in which batches of unlabeled data…

Active Learning

Batch Active Learning via Coordinated Matching

2012-06-27 · Javad Azimi, Alan Fern, Xiaoli Zhang-Fern, Glencora Borradaile 외

Most prior work on active learning of classifiers has focused on sequentially selecting one unlabeled example at a time to be labeled in order to reduce the overall labeling effort. In many scenarios, however, it is desi…

Active LearningCombinatorial Optimization