LGOct 13, 2022

TiDAL: Learning Training Dynamics for Active Learning

arXiv:2210.06788v325 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient data annotation in machine learning, though it is incremental as it builds on existing uncertainty-based active learning approaches.

The paper tackles the problem of active learning by proposing TiDAL, a method that leverages training dynamics to quantify uncertainties in unlabeled data, achieving better or comparable performance to state-of-the-art methods on benchmark datasets.

Active learning (AL) aims to select the most useful data samples from an unlabeled data pool and annotate them to expand the labeled dataset under a limited budget. Especially, uncertainty-based methods choose the most uncertain samples, which are known to be effective in improving model performance. However, AL literature often overlooks training dynamics (TD), defined as the ever-changing model behavior during optimization via stochastic gradient descent, even though other areas of literature have empirically shown that TD provides important clues for measuring the sample uncertainty. In this paper, we propose a novel AL method, Training Dynamics for Active Learning (TiDAL), which leverages the TD to quantify uncertainties of unlabeled data. Since tracking the TD of all the large-scale unlabeled data is impractical, TiDAL utilizes an additional prediction module that learns the TD of labeled data. To further justify the design of TiDAL, we provide theoretical and empirical evidence to argue the usefulness of leveraging TD for AL. Experimental results show that our TiDAL achieves better or comparable performance on both balanced and imbalanced benchmark datasets compared to state-of-the-art AL methods, which estimate data uncertainty using only static information after model training.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes