Apollo: A Posteriori Label-Only Membership Inference Attack Towards Machine Unlearning
Liou Tang, James Joshi, Ashish Kundu
TL;DR
This work tackles privacy risks in Machine Unlearning (MU) by introducing Apollo, a posteriori label-only Membership Inference Attack that operates under a strict black-box threat model using only the unlearned model’s labels. It formalizes Under-Unlearning and Over-Unlearning as artifacts in the unlearning process and leverages shadow models plus adversarial input generation to detect membership without access to the original model or posteriors, differentiating it from prior MU attacks. Empirical results on CIFAR-10, CIFAR-100, and ImageNet across several MU algorithms show that Apollo achieves high inference precision at low false-positive rates, challenging claims of privacy protection from MU. The findings motivate tighter defenses for MU and point to future research needed to balance data deletion guarantees with robust privacy protections, including both online and offline attack variants and comprehensive ablations.
Abstract
Machine Unlearning (MU) aims to update Machine Learning (ML) models following requests to remove training samples and their influences on a trained model efficiently without retraining the original ML model from scratch. While MU itself has been employed to provide privacy protection and regulatory compliance, it can also increase the attack surface of the model. Existing privacy inference attacks towards MU that aim to infer properties of the unlearned set rely on the weaker threat model that assumes the attacker has access to both the unlearned model and the original model, limiting their feasibility toward real-life scenarios. We propose a novel privacy attack, A Posteriori Label-Only Membership Inference Attack towards MU, Apollo, that infers whether a data sample has been unlearned, following a strict threat model where an adversary has access to the label-output of the unlearned model only. We demonstrate that our proposed attack, while requiring less access to the target model compared to previous attacks, can achieve relatively high precision on the membership status of the unlearned samples.
