paper-with-me

홈 › Papers

Exact Federated Continual Unlearning for Ridge Heads on Frozen Foundation Models

2026-03-13 · Yijun Quan, Wentai Wu, Giovanni Montana arxiv

Foundation models are commonly deployed as frozen feature extractors with a small trainable head to adapt to private, user-generated data in federated settings. The ``right to be forgotten'' requires removing the influence of specific samples or users from the trained model on demand. Existing federated unlearning methods target general deep models and rely on approximate reconstruction or selective retraining, making exactness costly or elusive. We study this problem in a practically relevant but under-explored regime: a frozen foundation model with a ridge-regression head. The exact optimum depends on the data only through two additive sufficient statistics, which we turn into a communication protocol supporting an arbitrary stream of add and delete requests via fixed-size messages. The server maintains a head that is, in exact arithmetic, pointwise identical to centralized retraining after every request. We provide deterministic retrain-equivalence guarantees, order and partition invariance, two server-side variants, and a Bayesian certificate of zero KL divergence. Experiments on four benchmarks confirm the guarantees: both variants match centralized ridge retraining to within $10^{-9}$ relative Frobenius error and complete each request at orders-of-magnitude lower cost than federated retraining baselines.

📄 PDF Abstract BibTeX arXiv:2603.12977

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ACU: Analytic Continual Unlearning for Efficient and Exact Forgetting with Privacy Preservation

2025-05-18 · Jianheng Tang, Huiping Zhuang, Di Fang, Jiaxu Li 외

The development of artificial intelligence demands that models incrementally update knowledge by Continual Learning (CL) to adapt to open-world environments. To meet privacy and security requirements, Continual Unlearnin…

Continual Learning

Communication Efficient and Provable Federated Unlearning

2024-01-19 · Youming Tao, Cheng-Long Wang, Miao Pan, Dongxiao Yu 외

We study federated unlearning, a novel problem to eliminate the impact of specific clients or data points on the global model learned via federated learning (FL). This problem is driven by the right to be forgotten and t…

Federated Learning

Federated Unlearning via Active Forgetting

2023-07-07 · Yuyuan Li, Chaochao Chen, Xiaolin Zheng, Jiaming Zhang

The increasing concerns regarding the privacy of machine learning models have catalyzed the exploration of machine unlearning, i.e., a process that removes the influence of training data on machine learning models. This …

Federated LearningIncremental LearningMachine Unlearning

FedUHB: Accelerating Federated Unlearning via Polyak Heavy Ball Method

2024-11-17 · Yu Jiang, Chee Wei Tan, Kwok-Yan Lam

Federated learning facilitates collaborative machine learning, enabling multiple participants to collectively develop a shared model while preserving the privacy of individual data. The growing importance of the "right t…

Federated Learning

ICU-Bench:Benchmarking Continual Unlearning in Multimodal Large Language Models

2026-05-07 · Yuhang Wang, Wenjie Mei, Junkai Zhang, Guangyu He 외 arxiv

Although Multimodal Large Language Models (MLLMs) have achieved remarkable progress across many domains, their training on large-scale multimodal datasets raises serious privacy concerns, making effective machine unlearn…