pith. sign in

arxiv: 2606.24113 · v2 · pith:7NEQS6TDnew · submitted 2026-06-23 · 💻 cs.LG

FedUP: One-Shot Federated Unlearning via Centroid-Guided Plug-in Filters

Pith reviewed 2026-06-26 00:50 UTC · model grok-4.3

classification 💻 cs.LG
keywords federated unlearningmachine unlearningfederated learningdifferential privacypluggable filtersone-shot unlearning
0
0 comments X

The pith

FedUP performs one-shot federated unlearning by training pluggable filters on DP-protected class centroids at the server.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper introduces FedUP to address the trade-off in federated unlearning between losing non-target knowledge and high latency from multi-round interactions. It freezes the original model and trains lightweight filters using differentially private class centroid samples to act as a knowledge funnel that screens target data. This approach enables unlearning in a single shot without client communication or retraining, while allowing easy reversal by removing the filters. Experiments on image and text tasks show it maintains performance on non-target data better than previous methods.

Core claim

FedUP is a one-shot federated unlearning framework that utilizes lightweight pluggable filters trained at the server side on differentially private protected class centroid samples, freezing the original model parameters to screen out target data while preserving performance on non-target data, bypassing multi-round communication and complex retraining.

What carries the argument

Lightweight pluggable filters that act as a knowledge funnel, trained on DP-protected class centroid samples.

If this is right

  • Reduces unlearning latency from minutes to seconds.
  • Provides inherent reversibility by simply removing the filters to restore forgotten knowledge.
  • Achieves superior unlearning precision and efficiency on image and text tasks.
  • Minimizes non-target knowledge loss compared to existing methods.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The method could extend to other decentralized learning scenarios requiring data removal.
  • Server-side filter training might reduce client-side computational burden in privacy-sensitive applications.
  • Further tests could check if the centroid approach scales to very large models or datasets with many classes.

Load-bearing premise

That training lightweight pluggable filters on DP-protected class centroid samples is sufficient to screen out target data while preserving original model performance on non-target data.

What would settle it

Demonstrating that the pluggable filters do not sufficiently remove the influence of the target data from the model's outputs on held-out examples, or that they degrade performance on non-target data more than claimed.

Figures

Figures reproduced from arXiv: 2606.24113 by Feihong Nan, Ji Wang, Pan Wang, Quan Wen, Weidong Bao, Xiongtao Zhang, Zhengyi Zhong.

Figure 1
Figure 1. Figure 1: FedEraser, a representative server-side method, shows no [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Lightweight plug-in filters. Contributions. The main contributions are as follows: • We design FedUP, a one-shot FU framework utiliz￾ing DP-protected class centroids, mitigating non-target knowledge loss and reducing unlearning request latency from minutes to seconds. • We propose a reversible unlearning mechanism via lightweight pluggable filters without altering original model parameters while ensuring r… view at source ↗
Figure 3
Figure 3. Figure 3: FedUP follows a structured workflow: it begins with fed [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Non-target knowledge loss of methods. Unlearning Response Time. As shown in [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Ablation of loss functions. 4 8 16 32 64 Dataset Dimension R-A M R-A M R-A M R-A M R-A M MNIST 0.98 16 0.99 32 0.99 64 0.99 128 0.99 256 CIFAR10 0.55 16 0.58 32 0.58 64 0.60 128 0.59 256 CIFAR10-T 0.43 16 0.47 32 0.46 64 0.51 128 0.46 256 AG News 0.89 4 0.90 8 0.90 16 0.91 32 0.90 64 CIFAR100 0.06 16 0.18 32 0.24 64 0.25 128 0.23 256 [PITH_FULL_IMAGE:figures/full_fig_p007_5.png] view at source ↗
read the original abstract

Federated unlearning (FU) is critical for complying with legal mandates like the right to be forgotten in decentralized systems, yet current methods face a persistent dilemma between non-target knowledge loss and high request latency. To resolve these issues, we propose FedUP, a one-shot federated unlearning framework utilizing lightweight pluggable filters that act as a "knowledge funnel" to screen out target data while preserving original model performance. By freezing original model parameters and training filters at the server side using differentially private (DP)-protected class centroid samples, FedUP bypasses the need for multi-round client-server communication and complex retraining, reducing unlearning latency from minutes to mere seconds. Additionally, the framework's pluggable architecture ensures inherent reversibility, enabling the seamless restoration of forgotten knowledge by simply removing the filters. Extensive experiments on diverse image and text tasks demonstrate that FedUP effectively reduces non-target knowledge loss and achieves superior unlearning precision and efficiency across various scenarios. Code is available at: https://github.com/suows/FedUP-code.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

1 major / 0 minor

Summary. The manuscript proposes FedUP, a one-shot federated unlearning framework that freezes the original model parameters and trains lightweight pluggable filters at the server using differentially private class centroid samples. These filters act as a knowledge funnel to screen out the influence of target data, eliminating the need for multi-round client-server communication and complex retraining. The approach claims to reduce unlearning latency from minutes to seconds while preserving non-target performance, with inherent reversibility by removing the filters. Experiments on image and text tasks are reported to demonstrate reduced non-target knowledge loss and superior unlearning precision and efficiency.

Significance. If the central claim holds, FedUP would represent a meaningful advance in practical federated unlearning by achieving one-shot operation and reversibility with minimal communication overhead. The availability of reproducible code at https://github.com/suows/FedUP-code is a positive contribution that supports verification.

major comments (1)
  1. [Abstract and method description] The core technical assumption—that filters trained exclusively on DP-protected class centroid samples (first-moment statistics per class) are sufficient to isolate and remove the influence of specific target instances without collateral effects on non-target data sharing the same class labels—is not supported by any derivation or information-theoretic argument in the manuscript. This is load-bearing for the preservation guarantee and unlearning precision claims, as centroids discard higher-order moments and client-level heterogeneity.

Simulated Author's Rebuttal

1 responses · 0 unresolved

We thank the referee for their insightful comments on the theoretical underpinnings of FedUP. We provide a point-by-point response below.

read point-by-point responses
  1. Referee: [Abstract and method description] The core technical assumption—that filters trained exclusively on DP-protected class centroid samples (first-moment statistics per class) are sufficient to isolate and remove the influence of specific target instances without collateral effects on non-target data sharing the same class labels—is not supported by any derivation or information-theoretic argument in the manuscript. This is load-bearing for the preservation guarantee and unlearning precision claims, as centroids discard higher-order moments and client-level heterogeneity.

    Authors: We acknowledge the validity of this observation. The manuscript does not include a formal derivation or information-theoretic analysis demonstrating that class centroids are sufficient to isolate target influence without affecting non-target data in the same class. Our approach is primarily empirical, relying on the training of filters on DP-protected centroids to approximate the removal of target knowledge while minimizing impact on shared class representations. To address this, we will revise the manuscript to include a new subsection discussing the assumptions underlying the centroid-based filtering, the implications of using first-moment statistics, and how client heterogeneity is mitigated through the server-side training process. We will also emphasize the empirical results showing reduced non-target knowledge loss compared to baselines. This revision will clarify the heuristic nature of the method without claiming theoretical guarantees. revision: partial

Circularity Check

0 steps flagged

No circularity: empirical method proposal with no self-referential derivations

full rationale

The paper presents FedUP as a practical one-shot unlearning framework that freezes the backbone and trains pluggable filters on DP-protected class centroids at the server. All claims rest on the architectural description and reported experiments rather than any mathematical derivation, fitted parameter renamed as prediction, or load-bearing self-citation chain. No equations appear that reduce a claimed result to its own inputs by construction, and the method is offered as an engineering solution validated empirically on image and text tasks.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Only abstract available; no explicit free parameters, axioms, or invented entities are detailed. The approach implicitly relies on standard differential privacy and federated learning assumptions.

pith-pipeline@v0.9.1-grok · 5731 in / 1163 out tokens · 30300 ms · 2026-06-26T00:50:13.565215+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

41 extracted references · 3 canonical work pages

  1. [1]

    Machine unlearning

    [Bourtouleet al., 2021 ] Lucas Bourtoule, Varun Chan- drasekaran, Christopher A Choquette-Choo, Hengrui Jia, Adelin Travers, Baiwu Zhang, David Lie, and Nicolas Papernot. Machine unlearning. In2021 IEEE symposium on security and privacy (SP), pages 141–159. IEEE,

  2. [2]

    Efficient repair of polluted machine learning systems via causal unlearning

    [Caoet al., 2018 ] Yinzhi Cao, Alexander Fangxiao Yu, An- drew Aday, Eric Stahl, Jon Merwine, and Junfeng Yang. Efficient repair of polluted machine learning systems via causal unlearning. InASIACCS ’18: Proceedings of the 2018 on Asia Conference on Computer and Communica- tions Security,

  3. [3]

    Graph unlearning

    [Chenet al., 2022 ] Min Chen, Zhikun Zhang, Tianhao Wang, Michael Backes, Mathias Humbert, and Yang Zhang. Graph unlearning. InProceedings of the 2022 ACM SIGSAC conference on computer and communica- tions security, pages 499–513,

  4. [4]

    A guide to the califor- nia consumer privacy act of 2018.SSRN Electronic Jour- nal, Dec

    [de la Torre, 2018] Lydia de la Torre. A guide to the califor- nia consumer privacy act of 2018.SSRN Electronic Jour- nal, Dec

  5. [5]

    Enable the right to be forgotten with federated client unlearning in medical imaging

    [Denget al., 2024 ] Zhipeng Deng, Luyang Luo, and Hao Chen. Enable the right to be forgotten with federated client unlearning in medical imaging. InInternational Conference on Medical Image Computing and Computer- Assisted Intervention, pages 240–250. Springer,

  6. [6]

    Eternal sunshine of the spotless net: Selective forgetting in deep networks

    [Golatkaret al., 2020 ] Aditya Golatkar, Alessandro Achille, and Stefano Soatto. Eternal sunshine of the spotless net: Selective forgetting in deep networks. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 9304–9312,

  7. [7]

    Amnesiac machine learning

    [Graveset al., 2021 ] Laura Graves, Vineel Nagisetty, and Vijay Ganesh. Amnesiac machine learning. InProceed- ings of the AAAI Conference on Artificial Intelligence, vol- ume 35, pages 11516–11524,

  8. [8]

    Certified data re- moval from machine learning models.arXiv preprint arXiv:1911.03030,

    [Guoet al., 2019 ] Chuan Guo, Tom Goldstein, Awni Han- nun, and Laurens Van Der Maaten. Certified data re- moval from machine learning models.arXiv preprint arXiv:1911.03030,

  9. [9]

    Adaptive machine unlearning.Advances in Neural Information Processing Systems, 34:16319–16330,

    [Guptaet al., 2021 ] Varun Gupta, Christopher Jung, Seth Neel, Aaron Roth, Saeed Sharifi-Malvajerdi, and Chris Waites. Adaptive machine unlearning.Advances in Neural Information Processing Systems, 34:16319–16330,

  10. [10]

    Federated unlearning: How to efficiently erase a client in fl? Jul

    [Halimiet al., 2022 ] Anisa Halimi, Swanand Kadhe, Ambr- ish Rawat, and Nathalie Baracaldo. Federated unlearning: How to efficiently erase a client in fl? Jul

  11. [11]

    Deep residual learning for image recog- nition

    [Heet al., 2016 ] Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recog- nition. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 770–778,

  12. [12]

    Certified unlearning for federated recommendation.ACM Transactions on Information Systems, 43(2):1–29,

    [Huynhet al., 2025 ] Thanh Trung Huynh, Trong Bang Nguyen, Thanh Toan Nguyen, Phi Le Nguyen, Hongzhi Yin, Quoc Viet Hung Nguyen, and Thanh Tam Nguyen. Certified unlearning for federated recommendation.ACM Transactions on Information Systems, 43(2):1–29,

  13. [13]

    Unveiling and mitigating untargeted poisoning attacks on federated knowledge graph embedding

    [Jianget al., 2026 ] Wenzheng Jiang, Ke Liang, Wenke Huang, Xiongtao Zhang, Zhenxing Xu, Guancheng Wan, Cheston Tan, Flint Xiaofeng Fan, and Ji Wang. Unveiling and mitigating untargeted poisoning attacks on federated knowledge graph embedding. InProceedings of the ACM Web Conference 2026, pages 2569–2580,

  14. [14]

    Tinybert: Distilling bert for natural language under- standing

    [Jiaoet al., 2020 ] Xiaoqi Jiao, Yichun Yin, Lifeng Shang, Xin Jiang, Xiao Chen, Linlin Li, Fang Wang, and Qun Liu. Tinybert: Distilling bert for natural language under- standing. InFindings of the association for computational linguistics: EMNLP 2020, pages 4163–4174,

  15. [15]

    Learning multiple layers of features from tiny im- ages

    [Krizhevskyet al., 2009 ] Alex Krizhevsky, Geoffrey Hinton, et al. Learning multiple layers of features from tiny im- ages

  16. [16]

    Exact un- learning of finetuning data via model merging at scale

    [Kuoet al., 2025 ] Kevin Kuo, Amrith Setlur, Kartik Srini- vas, Aditi Raghunathan, and Virginia Smith. Exact un- learning of finetuning data via model merging at scale. arXiv preprint arXiv:2504.04626,

  17. [17]

    Towards un- bounded machine unlearning.Advances in neural infor- mation processing systems, 36:1957–1987,

    [Kurmanjiet al., 2023 ] Meghdad Kurmanji, Peter Triantafil- lou, Jamie Hayes, and Eleni Triantafillou. Towards un- bounded machine unlearning.Advances in neural infor- mation processing systems, 36:1957–1987,

  18. [18]

    Gradient-based learning ap- plied to document recognition.Proceedings of the IEEE, 86(11):2278–2324,

    [LeCunet al., 2002 ] Yann LeCun, L ´eon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning ap- plied to document recognition.Proceedings of the IEEE, 86(11):2278–2324,

  19. [19]

    Federated learning on non-iid data silos: An experimental study

    [Liet al., 2022 ] Qinbin Li, Yiqun Diao, Quan Chen, and Bingsheng He. Federated learning on non-iid data silos: An experimental study. In2022 IEEE 38th international conference on data engineering (ICDE), pages 965–978. IEEE,

  20. [20]

    Machine unlearning: Taxonomy, metrics, applications, challenges, and prospects.IEEE Transactions on Neural Networks and Learning Systems,

    [Liet al., 2025 ] Na Li, Chunyi Zhou, Yansong Gao, Hui Chen, Zhi Zhang, Boyu Kuang, and Anmin Fu. Machine unlearning: Taxonomy, metrics, applications, challenges, and prospects.IEEE Transactions on Neural Networks and Learning Systems,

  21. [21]

    Federaser: Enabling ef- ficient client-level data removal from federated learning models

    [Liuet al., 2021 ] Gaoyang Liu, Xiaoqiang Ma, Yang Yang, Chen Wang, and Jiangchuan Liu. Federaser: Enabling ef- ficient client-level data removal from federated learning models. In2021 IEEE/ACM 29th International Sympo- sium on Quality of Service (IWQOS), pages 1–10. IEEE,

  22. [22]

    The right to be forgotten in federated learning: An efficient realization with rapid retraining

    [Liuet al., 2022 ] Yi Liu, Lei Xu, Xingliang Yuan, Cong Wang, and Bo Li. The right to be forgotten in federated learning: An efficient realization with rapid retraining. InIEEE INFOCOM 2022-IEEE conference on computer communications, pages 1749–1758. IEEE,

  23. [23]

    A survey on federated unlearning: Challenges, methods, and future directions.ACM Computing Surveys, 57(1):1– 38,

    [Liuet al., 2024 ] Ziyao Liu, Yu Jiang, Jiyuan Shen, Minyi Peng, Kwok-Yan Lam, Xingliang Yuan, and Xiaoning Liu. A survey on federated unlearning: Challenges, methods, and future directions.ACM Computing Surveys, 57(1):1– 38,

  24. [24]

    Learn to forget: Machine un- learning via neuron masking.IEEE Transactions on De- pendable and Secure Computing, 20(4):3194–3207,

    [Maet al., 2022 ] Zhuo Ma, Yang Liu, Ximeng Liu, Jian Liu, Jianfeng Ma, and Kui Ren. Learn to forget: Machine un- learning via neuron masking.IEEE Transactions on De- pendable and Secure Computing, 20(4):3194–3207,

  25. [25]

    Communication-efficient learn- ing of deep networks from decentralized data.arXiv: Learning,arXiv: Learning, Feb

    [McMahanet al., 2016 ] H.Brendan McMahan, Ei- derB Moore, Daniel Ramage, Seth Hampson, and BlaiseAg¨ueray Arcas. Communication-efficient learn- ing of deep networks from decentralized data.arXiv: Learning,arXiv: Learning, Feb

  26. [26]

    Fedunran: On-device federated unlearning via random labels

    [Moraet al., 2024 ] Alessio Mora, Luca Dominici, and Paolo Bellavista. Fedunran: On-device federated unlearning via random labels. In2024 IEEE International Conference on Big Data (BigData), pages 7955–7960. IEEE,

  27. [27]

    A survey of machine unlearning.ACM Transactions on Intelligent Sys- tems and Technology, 16(5):1–46,

    [Nguyenet al., 2025 ] Thanh Tam Nguyen, Thanh Trung Huynh, Zhao Ren, Phi Le Nguyen, Alan Wee-Chung Liew, Hongzhi Yin, and Quoc Viet Hung Nguyen. A survey of machine unlearning.ACM Transactions on Intelligent Sys- tems and Technology, 16(5):1–46,

  28. [28]

    Federated unlearning with gradient descent and conflict mitigation

    [Panet al., 2025 ] Zibin Pan, Zhichao Wang, Chi Li, Kaiyan Zheng, Boqi Wang, Xiaoying Tang, and Junhua Zhao. Federated unlearning with gradient descent and conflict mitigation. InProceedings of the AAAI Conference on Ar- tificial Intelligence, volume 39, pages 19804–19812,

  29. [29]

    Cross-silo prototypical cal- ibration for federated learning with non-iid data

    [Qiet al., 2023 ] Zhuang Qi, Lei Meng, Zitan Chen, Han Hu, Hui Lin, and Xiangxu Meng. Cross-silo prototypical cal- ibration for federated learning with non-iid data. InPro- ceedings of the 31st ACM international conference on mul- timedia, pages 3099–3107,

  30. [30]

    Cross- training with multi-view knowledge fusion for heteroge- nous federated learning.arXiv e-prints, pages arXiv–2405,

    [Qiet al., 2024 ] Zhuang Qi, Lei Meng, Weihao He, Ruohan Zhang, Yu Wang, Xin Qi, and Xiangxu Meng. Cross- training with multi-view knowledge fusion for heteroge- nous federated learning.arXiv e-prints, pages arXiv–2405,

  31. [31]

    Privacy preservation in federated learning: An insightful survey from the gdpr per- spective.Computers & Security, 110:102402,

    [Truonget al., 2021 ] Nguyen Truong, Kai Sun, Siyao Wang, Florian Guitton, and YiKe Guo. Privacy preservation in federated learning: An insightful survey from the gdpr per- spective.Computers & Security, 110:102402,

  32. [32]

    Attention is all you need.Advances in neural information processing systems, 30,

    [Vaswaniet al., 2017 ] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need.Advances in neural information processing systems, 30,

  33. [33]

    Federated unlearning via class-discriminative pruning

    [Wanget al., 2022 ] Junxiao Wang, Song Guo, Xin Xie, and Heng Qi. Federated unlearning via class-discriminative pruning. InProceedings of the ACM web conference 2022, pages 622–632,

  34. [34]

    Bfu: Bayesian federated unlearning with parameter self-sharing

    [Wanget al., 2023b ] Weiqi Wang, Zhiyi Tian, Chenhan Zhang, An Liu, and Shui Yu. Bfu: Bayesian federated unlearning with parameter self-sharing. InProceedings of the 2023 ACM Asia Conference on Computer and Com- munications Security, pages 567–578,

  35. [35]

    Federated learning with dif- ferential privacy: Algorithms and performance analysis

    [Weiet al., 2020 ] Kang Wei, Jun Li, Ming Ding, Chuan Ma, Howard H Yang, Farhad Farokhi, Shi Jin, Tony QS Quek, and H Vincent Poor. Federated learning with dif- ferential privacy: Algorithms and performance analysis. IEEE transactions on information forensics and security, 15:3454–3469,

  36. [36]

    Federated unlearning with knowledge distillation

    [Wuet al., 2022 ] Chen Wu, Sencun Zhu, and Prasenjit Mi- tra. Federated unlearning with knowledge distillation. arXiv preprint arXiv:2201.09441,

  37. [37]

    Exact-fun: an exact and efficient federated unlearning approach

    [Xionget al., 2023 ] Zuobin Xiong, Wei Li, Yingshu Li, and Zhipeng Cai. Exact-fun: an exact and efficient federated unlearning approach. In2023 IEEE International Confer- ence on Data Mining (ICDM), pages 1439–1444. IEEE,

  38. [38]

    Erase then rectify: A training- free parameter editing approach for cost-effective graph unlearning

    [Yanget al., 2025 ] Zhe-Rui Yang, Jindong Han, Chang- Dong Wang, and Hao Liu. Erase then rectify: A training- free parameter editing approach for cost-effective graph unlearning. InProceedings of the AAAI Conference on Ar- tificial Intelligence, volume 39, pages 13044–13051,

  39. [39]

    Character-level convolutional networks for text classification.Advances in neural information processing systems, 28,

    [Zhanget al., 2015 ] Xiang Zhang, Junbo Zhao, and Yann LeCun. Character-level convolutional networks for text classification.Advances in neural information processing systems, 28,

  40. [40]

    [Zhonget al., 2022 ] Zhengyi Zhong, Weidong Bao, Ji Wang, Xiaomin Zhu, and Xiongtao Zhang. Flee: A hierarchical federated learning framework for distributed deep neural network over cloud, edge, and end device.ACM Trans- actions on Intelligent Systems and Technology (TIST), 13(5):1–24,

  41. [41]

    Heterogeneous federated knowledge graph embed- ding learning and unlearning

    [Zhuet al., 2023 ] Xiangrong Zhu, Guangyao Li, and Wei Hu. Heterogeneous federated knowledge graph embed- ding learning and unlearning. InProceedings of the ACM web conference 2023, pages 2444–2454, 2023