Really Unlearned? Verifying Machine Unlearning via Influential Sample Pairs
Heng Xu, Tianqing Zhu, Lefeng Zhang, Wanlei Zhou
TL;DR
This paper addresses the problem of verifying machine unlearning in MLaaS, where unlearning requests may be bypassed by adversarial providers. It introduces IndirectVerify, a formal verification scheme that uses influential sample pairs consisting of trigger samples and a reaction sample, leveraging a gradient-matching objective to create perturbations that indirectly affect the reaction sample's loss. The authors provide theoretical analyses based on influence functions and demonstrate robustness against known bypass strategies, along with comprehensive experiments across multiple models and datasets showing effective verification with minimal impact on model utility. The approach offers a practical, attack-resilient mechanism for accountable unlearning in outsourced ML settings, with implications for privacy compliance and consumer trust.
Abstract
Machine unlearning enables pre-trained models to eliminate the effects of partial training samples. Previous research has mainly focused on proposing efficient unlearning strategies. However, the verification of machine unlearning, or in other words, how to guarantee that a sample has been successfully unlearned, has been overlooked for a long time. Existing verification schemes typically rely on machine learning attack techniques, such as backdoor or membership inference attacks. As these techniques are not formally designed for verification, they are easily bypassed when an untrustworthy MLaaS undergoes rapid fine-tuning to merely meet the verification conditions, rather than executing real unlearning. In this paper, we propose a formal verification scheme, IndirectVerify, to determine whether unlearning requests have been successfully executed. We design influential sample pairs: one referred to as trigger samples and the other as reaction samples. Users send unlearning requests regarding trigger samples and use reaction samples to verify if the unlearning operation has been successfully carried out. We propose a perturbation-based scheme to generate those influential sample pairs. The objective is to perturb only a small fraction of trigger samples, leading to the reclassification of reaction samples. This indirect influence will be used for our verification purposes. In contrast to existing schemes that employ the same samples for all processes, our scheme, IndirectVerify, provides enhanced robustness, making it less susceptible to bypassing processes.
