Differentially Private Active Learning: Balancing Effective Data Selection and Privacy
Kristian Schwethelm, Johannes Kaiser, Jonas Kuntzer, Mehmet Yigitsoy, Daniel Rueckert, Georgios Kaissis
TL;DR
This paper tackles the challenge of combining active learning with differential privacy in standard pool-based learning by introducing differentially private active learning (DP-AL). The core innovation is Step Amplification, which rebalances the DP budget across training phases to maximize data utilization, paired with a joint privacy accounting framework for DP-SGD and selection. Empirical results on vision and NLP tasks show that DP-AL with uncertainty-based acquisition can outperform random DP-SGD under privacy constraints, though gains are dataset- and budget-dependent, and some acquisition strategies remain impractical under strict DP. Overall, DP-AL offers a meaningful, if constrained, path to reducing labeling costs in privacy-sensitive domains, highlighting necessary trade-offs between privacy, data selection accuracy, and model performance, and pointing to extensions to other DP-training paradigms.
Abstract
Active learning (AL) is a widely used technique for optimizing data labeling in machine learning by iteratively selecting, labeling, and training on the most informative data. However, its integration with formal privacy-preserving methods, particularly differential privacy (DP), remains largely underexplored. While some works have explored differentially private AL for specialized scenarios like online learning, the fundamental challenge of combining AL with DP in standard learning settings has remained unaddressed, severely limiting AL's applicability in privacy-sensitive domains. This work addresses this gap by introducing differentially private active learning (DP-AL) for standard learning settings. We demonstrate that naively integrating DP-SGD training into AL presents substantial challenges in privacy budget allocation and data utilization. To overcome these challenges, we propose step amplification, which leverages individual sampling probabilities in batch creation to maximize data point participation in training steps, thus optimizing data utilization. Additionally, we investigate the effectiveness of various acquisition functions for data selection under privacy constraints, revealing that many commonly used functions become impractical. Our experiments on vision and natural language processing tasks show that DP-AL can improve performance for specific datasets and model architectures. However, our findings also highlight the limitations of AL in privacy-constrained environments, emphasizing the trade-offs between privacy, model accuracy, and data selection accuracy.
