paper-with-me

Papers

A Selective Homomorphic Encryption Approach for Faster Privacy-Preserving Federated Learning

2025-01-22 · Abdulkadir Korkmaz, Praveen Rao

Federated learning (FL) has come forward as a critical approach for privacy-preserving machine learning in healthcare, allowing collaborative model training across decentralized medical datasets without exchanging clients' data. However, current security implementations for these systems face a fundamental trade-off: rigorous cryptographic protections like fully homomorphic encryption (FHE) impose prohibitive computational overhead, while lightweight alternatives risk vulnerable data leakage through model updates. To address this issue, we present FAS (Fast and Secure Federated Learning), a novel approach that strategically combines selective homomorphic encryption, differential privacy, and bitwise scrambling to achieve robust security without compromising practical usability. Our approach eliminates the need for model pretraining phases while dynamically protecting high-risk model parameters through layered encryption and obfuscation. We implemented FAS using the Flower framework and evaluated it on a cluster of eleven physical machines. Our approach was up to 90\% faster than applying FHE on the model weights. In addition, we eliminated the computational overhead that is required by competitors such as FedML-HE and MaskCrypt. Our approach was up to 1.5$\times$ faster than the competitors while achieving comparable security results. Experimental evaluations on medical imaging datasets confirm that FAS maintains similar security results to conventional FHE against gradient inversion attacks while preserving diagnostic model accuracy. These results position FAS as a practical solution for latency-sensitive healthcare applications where both privacy preservation and computational efficiency are requirements.

📄 PDF Abstract BibTeX arXiv:2501.12911

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDiagnosticFederated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

HETAL: Efficient Privacy-preserving Transfer Learning with Homomorphic Encryption

2024-03-21 · Seewoo Lee, Garam Lee, Jung Woo Kim, Junbum Shin 외

Transfer learning is a de facto standard method for efficiently training machine learning models for data-scarce problems by adding and fine-tuning new classification layers to a model pre-trained on large datasets. Alth…

Privacy PreservingTransfer Learning

Privacy-Preserving Visual Learning Using Doubly Permuted Homomorphic Encryption

2017-04-07 · ICCV 2017 10 · Ryo Yonetani, Vishnu Naresh Boddeti, Kris M. Kitani, Yoichi Sato

We propose a privacy-preserving framework for learning visual classifiers by leveraging distributed private image data. This framework is designed to aggregate multiple classifiers updated locally using private data and …

Privacy Preserving

SenseCrypt: Sensitivity-guided Selective Homomorphic Encryption for Joint Federated Learning in Cross-Device Scenarios

2025-08-06 · Borui Li, Li Yan, Junhao Han, Jianmin Liu 외 arxiv

Homomorphic Encryption (HE) prevails in securing Federated Learning (FL), but suffers from high overhead and adaptation cost. Selective HE methods, which partially encrypt model parameters by a global mask, are expected …

Federated Learning

Privacy-Preserving 3-Layer Neural Network Training

2023-08-18 · John Chiang

In this manuscript, we consider the problem of privacy-preserving training of neural networks in the mere homomorphic encryption setting. We combine several exsiting techniques available, extend some of them, and finally…

Privacy Preservingregression

FedML-HE: An Efficient Homomorphic-Encryption-Based Privacy-Preserving Federated Learning System

2023-03-20 · Weizhao Jin, Yuhang Yao, Shanshan Han, Jiajun Gu 외

Federated Learning trains machine learning models on distributed devices by aggregating local model updates instead of local data. However, privacy concerns arise as the aggregated local models on the server may reveal s…

Federated LearningPrivacy Preserving