Unlearning with Asymmetric Sources: Improved Unlearning-Utility Trade-off with Public Data
Abstract
Lay Summary
AI systems must comply with several privacy regulations, among them the right to be forgotten, as mandated by the European Union's AI Act and Canada's Artificial Intelligence and Data Act (AIDA). This right allows any user to request the removal of the influence of their personal data from a trained AI system, but retraining the system from scratch for each such request is computationally prohibitive and cannot scale to the volume of requests encountered in modern deployments. A popular approach to enforcing forgetting of individual data points is Langevin Unlearning (Chien et al., 2024), which fine-tunes the model on the remaining data while injecting noise. This approach guarantees that unlearning quality improves with noise magnitude, but at the cost of model performance. Previous analyses have assumed that any data point may be subject to an unlearning request. We consider a setting in which a portion of the data will never be subject to such requests, namely publicly available, open-source data. We show how the presence of such data improves unlearning efficiency without requiring additional noise, and quantify how performance may degrade when public and private data differ significantly in nature. Our work motivates the inclusion of publicly available data when training large-scale AI systems, showing that it improves the efficiency of unlearning algorithms while limiting performance degradation.