ST-CoNAL: Consistency-Based Acquisition Criterion Using Temporal Self-Ensemble for Active Learning
Jae Soon Baik, In Young Yoon, Jun Won Choi

TL;DR
This paper introduces ST-CoNAL, an active learning method that uses a temporal self-ensemble and consistency measure between student and teacher models to select informative samples, improving data efficiency in image classification.
Contribution
It proposes a novel acquisition criterion based on temporal self-ensemble generated by SGD, incorporating model uncertainty for active learning.
Findings
Outperforms existing acquisition methods on multiple datasets
Demonstrates robustness and effectiveness of the proposed approach
Achieves significantly better performance in image classification tasks
Abstract
Modern deep learning has achieved great success in various fields. However, it requires the labeling of huge amounts of data, which is expensive and labor-intensive. Active learning (AL), which identifies the most informative samples to be labeled, is becoming increasingly important to maximize the efficiency of the training process. The existing AL methods mostly use only a single final fixed model for acquiring the samples to be labeled. This strategy may not be good enough in that the structural uncertainty of a model for given training data is not considered to acquire the samples. In this study, we propose a novel acquisition criterion based on temporal self-ensemble generated by conventional stochastic gradient descent (SGD) optimization. These self-ensemble models are obtained by capturing the intermediate network weights obtained through SGD iterations. Our acquisition function…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Machine Learning and Data Classification · Image Processing Techniques and Applications
MethodsStochastic Gradient Descent
