Abstract
With an increasing emphasis on user data control and privacy regulations, such as the General Data Protection Regulation (GDPR), machine unlearning (MU) has emerged as a crucial mechanism for managing data in AI systems. MU enables models to remove the influence of specific user data upon request. This problem becomes more complex in collaborative settings such as Federated Learning (FL), where data remains distributed across multiple clients, giving rise to Federated Unlearning (FU). In large-scale deployments, particularly those supported by cloud infrastructure, retraining models to satisfy data deletion requests can be computationally expensive, energy-intensive, and disruptive to ongoing services. This highlights the importance of having effective methods to unlearn outdated practices that can hinder the growth of a system and compromise data privacy awareness. We propose PRUNE-FL (Privacy-preserving Retention-focused Unlearning with Neuro-Evolution in Federated Learning), a framework that uses relevance-guided pruning and evolutionary optimization to delete the influence of the targeted data. PRUNE-FL is different from methods that rely on retraining or coarse parameter updates because it focuses on finding and changing the parameters that are most closely related to the data that needs to be forgotten. The approach is based on a synaptic relevance scoring system to figure out how each model parameter relates to certain client or class-level data. This makes it easier to find parameters that are connected to the target data. Then, the unlearning task is set up as a multi-objective problem to find a balance between the overall performance and the forgetting of unnecessary information. Finally, a genetic algorithm is used to implement an evolutionary pruning strategy. It seeks the optimal pruning settings that operate within the constraints of federated learning. Thus, PRUNE-FL helps in unlearning specific data without having to retrain the whole system. Tests on the CIFAR-10 dataset in both IID (Independent and Identically Distributed) and non-IID settings show that PRUNE-FL has higher accuracy. It also effectively removes the influence of the targeted data. The results also show it to be strong against bad patterns like backdoor triggers. Overall, PRUNE-FL enhances privacy by selectively unlearning the data and using fewer resources in federated environments.
Similar content being viewed by others
Abbreviations
- wi:
-
I-th model parameter (or weight)
- Du:
-
Dataset to be unlearned
- L(x,y):
-
Loss function
- Si:
-
Synaptic relevance score
- m:
-
Binary pruning mask
- λ:
-
Trade-off coefficient between retention and forgetting
Funding
Open access funding provided by Manipal University Jaipur. The authors confirm that no funding has been used for conducting this study.
Author information
Authors and Affiliations
Corresponding authors
Ethics declarations
Competing interests
The authors declare no competing interests.
Ethical approval
Not Applicable.
Additional information
Publisher’s note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License, which permits any non-commercial use, sharing, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if you modified the licensed material. You do not have permission under this licence to share adapted material derived from this article or parts of it. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
About this article
Cite this article
Bansal, H., Unhelkar, B., Saini, D.K.J.B. et al. Resource-efficient federated machine unlearning via evolutionary synaptic pruning for cloud-based distributed learning systems. Sci Rep (2026). https://doi.org/10.1038/s41598-026-51460-8
Received:
Accepted:
Published:
DOI: https://doi.org/10.1038/s41598-026-51460-8


