Weaknesses
I have a couple major concerns for this paper:
1. There are many existing ways of efficiently approximating the model performance and reduce retraining cost in deep active learning. For example, Selection via proxy [1] shows using a smaller proxy model can be an effective alternative. Along that line, LabelBench [2] shows in one can simply retrain the last layer during selection to obtain the same performance in the end. In another line of research [3-5], the authors leverage NTK approximations to efficiently compute the look-ahead strategy. Yet another line of research, [6-7] uses warm start/continual learning approach to combat the retraining cost of neural networks in active learning. This paper does not compare or even mention any of these literature.
2. The Bayesian approximation approach has been applied in adjacent fields such as data selection [8]. The novelty of the approach is debatable.
[1] Coleman, Cody, Christopher Yeh, Stephen Mussmann, Baharan Mirzasoleiman, Peter Bailis, Percy Liang, Jure Leskovec, and Matei Zaharia. "Selection via proxy: Efficient data selection for deep learning." arXiv preprint arXiv:1906.11829 (2019).
[2] Zhang, J., Chen, Y., Canal, G., Das, A. M., Bhatt, G., Mussmann, S., ... & Nowak, R. D. (2024). LabelBench: A Comprehensive Framework for Benchmarking Adaptive Label-Efficient Learning. Journal of Data-centric Machine Learning Research.
[3] Mohamadi, M. A., Bae, W., & Sutherland, D. J. (2022). Making look-ahead active learning strategies feasible with neural tangent kernels. Advances in Neural Information Processing Systems, 35, 12542-12553.
[4] Wang, H., Huang, W., Wu, Z., Tong, H., Margenot, A. J., & He, J. (2022). Deep active learning by leveraging training dynamics. Advances in Neural Information Processing Systems, 35, 25171-25184.
[5] Wen, Z., Pizarro, O., & Williams, S. (2023). NTKCPL: Active Learning on Top of Self-Supervised Model by Estimating True Coverage. arXiv preprint arXiv:2306.04099.
[6] Ash, J., & Adams, R. P. (2020). On warm-starting neural network training. Advances in neural information processing systems, 33, 3884-3894.
[7] Das, A., Bhatt, G., Bhalerao, M., Gao, V., Yang, R., & Bilmes, J. (2023). Accelerating batch active learning using continual learning techniques. arXiv preprint arXiv:2305.06408.
[8] Deng, Z., Cui, P., & Zhu, J. (2023). Towards accelerated model training via bayesian data selection. Advances in Neural Information Processing Systems, 36, 8513-8527.