paper-with-me

Papers

Batch Selection for Multi-Label Classification Guided by Uncertainty and Dynamic Label Correlations

2024-12-21 · Ao Zhou, Bin Liu, Jin Wang, Grigorios Tsoumakas

The accuracy of deep neural networks is significantly influenced by the effectiveness of mini-batch construction during training. In single-label scenarios, such as binary and multi-class classification tasks, it has been demonstrated that batch selection algorithms preferring samples with higher uncertainty achieve better performance than difficulty-based methods. Although there are two batch selection methods tailored for multi-label data, none of them leverage important uncertainty information. Adapting the concept of uncertainty to multi-label data is not a trivial task, since there are two issues that should be tackled. First, traditional variance or entropy-based uncertainty measures ignore fluctuations of predictions within sliding windows and the importance of the current model state. Second, existing multi-label methods do not explicitly exploit the label correlations, particularly the uncertainty-based label correlations that evolve during the training process. In this paper, we propose an uncertainty-based multi-label batch selection algorithm. It assesses uncertainty for each label by considering differences between successive predictions and the confidence of current outputs, and further leverages dynamic uncertainty-based label correlations to emphasize instances whose uncertainty is synergistically expressed across multiple labels. Empirical studies demonstrate the effectiveness of our method in improving the performance and accelerating the convergence of various multi-label deep learning models.

📄 PDF Abstract BibTeX arXiv:2412.16521

Code (1)

CquptZA/Uncertainty_Batch 공식 구현 pytorch

Tasks

Multi-class ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

D2ACE: Multi-Label Batch Selection Guided by Dual Dynamics and Adaptive Correlation Enhancement

2026-05-10 · Bin Liu, Haoyu Peng, Zhijia Wei, Jiajing Zhang 외 arxiv

Batch selection is crucial for improving both training efficiency and predictive performance in deep multi-label classification (MLC). Existing batch selection methods typically rely on a single metric to assess instance…

Multi-Label Classification

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

Labeled TrustSet Guided: Batch Active Learning with Reinforcement Learning

2026-04-14 · Guofeng Cui, Yang Liu, Pichao Wang, Hankai Hsu 외 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 Di…

Reinforcement LearningImage ClassificationActive Learning

A-SFS: Semi-supervised Feature Selection based on Multi-task Self-supervision

2022-07-19 · Zhifeng Qiu, Wanxin Zeng, Dahua Liao, Ning Gui

Feature selection is an important process in machine learning. It builds an interpretable and robust model by selecting the features that contribute the most to the prediction target. However, most mature feature selecti…

feature selectionSelf-Supervised Learning

Multi-Label Adaptive Batch Selection by Highlighting Hard and Imbalanced Samples

2024-03-27 · Ao Zhou, Bin Liu, Jin Wang, Grigorios Tsoumakas

Deep neural network models have demonstrated their effectiveness in classifying multi-label data from various domains. Typically, they employ a training mode that combines mini-batches with optimizers, where each sample …