paper-with-me

Papers

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 is randomly selected with equal probability when constructing mini-batches. However, the intrinsic class imbalance in multi-label data may bias the model towards majority labels, since samples relevant to minority labels may be underrepresented in each mini-batch. Meanwhile, during the training process, we observe that instances associated with minority labels tend to induce greater losses. Existing heuristic batch selection methods, such as priority selection of samples with high contribution to the objective function, i.e., samples with high loss, have been proven to accelerate convergence while reducing the loss and test error in single-label data. However, batch selection methods have not yet been applied and validated in multi-label data. In this study, we introduce a simple yet effective adaptive batch selection algorithm tailored to multi-label deep learning models. It adaptively selects each batch by prioritizing hard samples related to minority labels. A variant of our method also takes informative label correlations into consideration. Comprehensive experiments combining five multi-label deep learning models on thirteen benchmark datasets show that our method converges faster and performs better than random batch selection.

📄 PDF Abstract BibTeX arXiv:2403.18192

Code (0)

등록된 구현이 없습니다.

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

Adaptive Sample Selection for Robust Learning under Label Noise

2021-06-29 · Deep Patel, P. S. Sastry

Deep Neural Networks (DNNs) have been shown to be susceptible to memorization or overfitting in the presence of noisily-labelled data. For the problem of robust learning under such noisy data, several algorithms have bee…

Image ClassificationImage Classification with Label NoiseMemorization

Ada-Boundary: Accelerating the DNN Training via Adaptive Boundary Batch Selection

2019-05-01 · ICLR 2019 5 · Hwanjun Song, Sundong Kim, Minseok Kim, Jae-Gil Lee

Neural networks can converge faster with help from a smarter batch selection strategy. In this regard, we propose Ada-Boundary, a novel adaptive-batch selection algorithm that constructs an effective mini-batch according…

Carpe Diem, Seize the Samples Uncertain "At the Moment" for Adaptive Batch Selection

2019-11-19 · Hwanjun Song, Minseok Kim, Sundong Kim, Jae-Gil Lee

The accuracy of deep neural networks is significantly affected by how well mini-batches are constructed during the training step. In this paper, we propose a novel adaptive batch selection algorithm called Recency Bias t…

A Planning Framework for Adaptive Labeling

2025-02-10 · Daksh Mittal, Yuanzhe Ma, Shalmali Joshi, Hongseok Namkoong

Ground truth labels/outcomes are critical for advancing scientific and engineering applications, e.g., evaluating the treatment effect of an intervention or performance of a predictive model. Since randomly sampling inpu…

Uncertainty Quantification