Lethe:Adapter-Augmented Dual-Stream Update for Persistent Knowledge Erasure in Federated Unlearning
Hanwei Tan, Wentai Hu, Ligang He, Yijun Quan
TL;DR
This work tackles federated unlearning by exposing knowledge resurfacing as a key problem when training resumes on remaining data. It introduces Lethe, a adapter-augmented, reshape--rectify--restore pipeline that de-correlates unlearned knowledge from retained knowledge, using dual-stream updates and layer-wise rectification, followed by adapter removal and a brief recovery phase. The authors define Resurfacing Rate ($RR$) and provide first-order theoretical justification linking update correlations to forgetting persistence, supported by extensive experiments across MNIST, CIFAR-10, and Tiny-ImageNet that show near-zero resurfacing in most cases. Lethe consistently outperforms baselines in terms of forgetting persistence and efficiency, offering a practical solution for persistent FU in real-world federated deployments with sample-, class-, and client-level targets.
Abstract
Federated unlearning (FU) aims to erase designated client-level, class-level, or sample-level knowledge from a global model. Existing studies commonly assume that the collaboration ends up with the unlearning operation, overlooking the follow-up situation where the federated training continues over the remaining data.We identify a critical failure mode, termed Knowledge resurfacing, by revealing that continued training can re-activate unlearned knowledge and cause the removed influence to resurface in the global model. To address this, we propose Lethe, a novel federated unlearning method that de-correlates knowledge to be unlearned from knowledge to be retained, ensuring persistent erasure during continued training.Lethe follows a Reshape--Rectify--Restore pipeline: a temporary adapter is first trained with gradient ascent on the unlearning data to obtain magnified updates, which is then used as corrective signals to diverge layer-wise rectification on the remaining updates in two streams. Finally, the adapter is removed and a short recovery stage is performed on the retained data. Our experiments show that Lethe supports unlearning in the federated system at all levels in a unified manner and maintains superior persistence (Resurfacing Rate <1% in most cases) even after numerous rounds of follow-up training.
