Training-Free Neural Active Learning with Initialization-Robustness Guarantees
Apivich Hemachandra, Zhongxiang Dai, Jasraj Singh, See-Kiong Ng and, Bryan Kian Hsiang Low

TL;DR
This paper introduces a training-free active learning criterion called EV-GP that selects data points to train neural networks with both high predictive accuracy and robustness to random initializations, improving efficiency and performance.
Contribution
The paper proposes the EV-GP criterion, a novel, training-free method for neural active learning that guarantees robustness to initialization and enhances generalization.
Findings
EV-GP correlates strongly with robustness and generalization.
EV-GP outperforms baseline methods in limited data and large batch scenarios.
The method is computationally efficient due to no training during data selection.
Abstract
Existing neural active learning algorithms have aimed to optimize the predictive performance of neural networks (NNs) by selecting data for labelling. However, other than a good predictive performance, being robust against random parameter initializations is also a crucial requirement in safety-critical applications. To this end, we introduce our expected variance with Gaussian processes (EV-GP) criterion for neural active learning, which is theoretically guaranteed to select data points which lead to trained NNs with both (a) good predictive performances and (b) initialization robustness. Importantly, our EV-GP criterion is training-free, i.e., it does not require any training of the NN during data selection, which makes it computationally efficient. We empirically demonstrate that our EV-GP criterion is highly correlated with both initialization robustness and generalization…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMachine Learning and Algorithms · Gaussian Processes and Bayesian Inference · Fault Detection and Control Systems
