paper-with-me

홈 › Papers

Fed-FBD: Federated Functional Block Diversification for Isolation, Privacy, and Surgical Unlearning

2026-06-10 · Weijie Chen, Alan B. McMillan arxiv

Federated learning (FL) enables collaborative model training without sharing raw patient data, but standard approaches such as FedAvg treat each client as a black box and provide no mechanism for isolating an adversarial contributor, auditing per-client influence, or honoring a departed participant's right to be forgotten. We present Fed-FBD (Federated Functional Block Diversification), a modular federated architecture that decomposes a ResNet backbone into six functional blocks (the stem, four residual groups, and the classification head) and maintains a warehouse of N color variants, each assembled from independently tracked and contributor-stamped blocks. Fed-FBD provides three capabilities absent in FedAvg: (i) architecturally guaranteed block-level isolation, so that an adversarial or mislabelled client cannot contaminate the clean colous; (ii) privacy-by-design, where membership inference advantage is already indistinguishable from chance before any privacy mechanism is applied; and (iii) surgical machine unlearning of a departed participant's contribution at sub-second cost and without retraining. Experiments on six MedMNIST-2D datasets, PathMNIST at 224x224, and CIFAR-10 show that Fed-FBD trades a modest 0.3%-3.1% IID accuracy gap on the adequately sized datasets for these guarantees, remains within 0.8%-4.0% of FedAvg at Dirichlet alpha=1.0 on three of four datasets, and confines all six adversarial attacks we study to the poisoned client's own blocks with at most +/-0.01 AUC drift on the clean colors.

📄 PDF Abstract BibTeX arXiv:2606.12679

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Enhancing Scalability and Reliability in Semi-Decentralized Federated Learning With Blockchain: Trust Penalization and Asynchronous Functionality

2023-10-30 · Ajay Kumar Shrestha, Faijan Ahamad Khan, Mohammed Afaan Shaikh, Amir Jaberzadeh 외

The paper presents an innovative approach to address the challenges of scalability and reliability in Distributed Federated Learning by leveraging the integration of blockchain technology. The paper focuses on enhancing …

Federated Learning

Feature Diversification and Adaptation for Federated Domain Generalization

2024-07-11 · Seunghan Yang, Seokeon Choi, Hyunsin Park, Sungha Choi 외

Federated learning, a distributed learning paradigm, utilizes multiple clients to build a robust global model. In real-world applications, local clients often operate within their limited domains, leading to a `domain sh…

Domain GeneralizationFederated Learning

Federated Isolation Forest for Efficient Anomaly Detection on Edge IoT Systems

2025-06-05 · Pavle Vasiljevic, Milica Matic, Miroslav Popovic

Recently, federated learning frameworks such as Python TestBed for Federated Learning Algorithms and MicroPython TestBed for Federated Learning Algorithms have emerged to tackle user privacy concerns and efficiency in em…

Anomaly DetectionFederated Learning

A Survey on Blockchain-Based Federated Learning and Data Privacy

2023-06-29 · Bipin Chhetri, Saroj Gopali, Rukayat Olapojoye, Samin Dehbash 외

Federated learning is a decentralized machine learning paradigm that allows multiple clients to collaborate by leveraging local computational power and the models transmission. This method reduces the costs and privacy c…

Federated LearningPrivacy PreservingSurvey

Privacy and Fairness in Federated Learning: on the Perspective of Trade-off

2023-06-25 · Huiqiang Chen, Tianqing Zhu, Tao Zhang, Wanlei Zhou 외

Federated learning (FL) has been a hot topic in recent years. Ever since it was introduced, researchers have endeavored to devise FL systems that protect privacy or ensure fair results, with most research focusing on one…

FairnessFederated Learning