paper-with-me

홈 › Papers

MedHE: Communication-Efficient Privacy-Preserving Federated Learning with Adaptive Gradient Sparsification for Healthcare

2025-11-12 · Farjana Yesmin arxiv

Healthcare federated learning requires strong privacy guarantees while maintaining computational efficiency across resource-constrained medical institutions. This paper presents MedHE, a novel framework combining adaptive gradient sparsification with CKKS homomorphic encryption to enable privacy-preserving collaborative learning on sensitive medical data. Our approach introduces a dynamic threshold mechanism with error compensation for top-k gradient selection, achieving 97.5 percent communication reduction while preserving model utility. We provide formal security analysis under Ring Learning with Errors assumptions and demonstrate differential privacy guarantees with epsilon less than or equal to 1.0. Statistical testing across 5 independent trials shows MedHE achieves 89.5 percent plus or minus 0.8 percent accuracy, maintaining comparable performance to standard federated learning (p=0.32) while reducing communication from 1277 MB to 32 MB per training round. Comprehensive evaluation demonstrates practical feasibility for real-world medical deployments with HIPAA compliance and scalability to 100 plus institutions.

📄 PDF Abstract BibTeX arXiv:2511.09043

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyFederated Learning

Similar Papers 제목 키워드 기반

Towards Communication Efficient and Fair Federated Personalized Sequential Recommendation

2022-08-23 · Sichun Luo, Yuanzhang Xiao, Yang Liu, Congduan Li 외

Federated recommendations leverage the federated learning (FL) techniques to make privacy-preserving recommendations. Though recent success in the federated recommender system, several vital challenges remain to be addre…

FairnessFederated LearningPrivacy PreservingRecommendation Systems+1

Practical Framework for Privacy-Preserving and Byzantine-robust Federated Learning

2025-12-19 · Baolei Zhang, Minghong Fang, Zhuqing Liu, Biao Yi 외 arxiv

Federated Learning (FL) allows multiple clients to collaboratively train a model without sharing their private data. However, FL is vulnerable to Byzantine attacks, where adversaries manipulate client models to compromis…

Dimensionality ReductionFederated Learning

AdaFedFR: Federated Face Recognition with Adaptive Inter-Class Representation Learning

2024-05-22 · Di Qiu, Xinyang Lin, Kaiye Wang, Xiangxiang Chu 외

With the growing attention on data privacy and communication security in face recognition applications, federated learning has been introduced to learn a face recognition model with decentralized datasets in a privacy-pr…

Face ModelFace RecognitionFederated LearningPrivacy Preserving+1

AdeptHEQ-FL: Adaptive Homomorphic Encryption for Federated Learning of Hybrid Classical-Quantum Models with Dynamic Layer Sparing

2025-07-09 · Md Abrar Jahin, Taufikur Rahman Fuad, M. F. Mridha, Nafiz Fahad 외 arxiv

Federated Learning (FL) faces inherent challenges in balancing model performance, privacy preservation, and communication efficiency, especially in non-IID decentralized environments. Recent approaches either sacrifice f…

Federated Learning

Preconditioned Federated Learning

2023-09-20 · Zeyi Tao, Jindi Wu, Qun Li

Federated Learning (FL) is a distributed machine learning approach that enables model training in communication efficient and privacy-preserving manner. The standard optimization method in FL is Federated Averaging (FedA…

Federated LearningPrivacy Preserving