paper-with-me

Papers

Privacy-Preserving Federated Learning from Partial Decryption Verifiable Threshold Multi-Client Functional Encryption

2025-11-17 · Minjie Wang, Jinguang Han, Weizhi Meng arxiv

In federated learning, multiple parties can cooperate to train the model without directly exchanging their own private data, but the gradient leakage problem still threatens the privacy security and model integrity. Although the existing scheme uses threshold cryptography to mitigate the inference attack, it can not guarantee the verifiability of the aggregation results, making the system vulnerable to the threat of poisoning attack. We construct a partial decryption verifiable threshold multi client function encryption scheme, and apply it to Federated learning to implement the federated learning verifiable threshold security aggregation protocol (VTSAFL). VTSAFL empowers clients to verify aggregation results, concurrently minimizing both computational and communication overhead. The size of the functional key and partial decryption results of the scheme are constant, which provides efficiency guarantee for large-scale deployment. The experimental results on MNIST dataset show that vtsafl can achieve the same accuracy as the existing scheme, while reducing the total training time by more than 40%, and reducing the communication overhead by up to 50%. This efficiency is critical for overcoming the resource constraints inherent in Internet of Things (IoT) devices.

📄 PDF Abstract BibTeX arXiv:2511.12936

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

B^2SFL: A Bi-level Blockchained Architecture for Secure Federated Learning-based Traffic Prediction

2023-10-23 · Hao Guo, Collin Meese, Wanxin Li, Chien-Chung Shen 외

Federated Learning (FL) is a privacy-preserving machine learning (ML) technology that enables collaborative training and learning of a global ML model based on aggregating distributed local model updates. However, securi…

Federated LearningPredictionPrivacy PreservingTraffic Prediction

Privacy-Preserving Federated Learning via Homomorphic Adversarial Networks

2024-12-02 · Wenhan Dong, Chao Lin, Xinlei He, Xinyi Huang 외

Privacy-preserving federated learning (PPFL) aims to train a global model for multiple clients while maintaining their data privacy. However, current PPFL protocols exhibit one or more of the following insufficiencies: c…

Federated LearningPrivacy Preserving

Privacy-Enhanced Zero-Order Federated Learning via xMK-CKKS over Wireless Channels

2026-05-28 · Anthony Ayli, Khalil Harris, Jihad Fahs, Mohamad Assaad arxiv

Homomorphic encryption (HE) enables privacy-preserving aggregation in federated learning (FL) by allowing the server to operate on encrypted data without decryption. Existing HE-over-the-air (OTA) methods mainly rely on …

Federated Learning

Efficient and Verifiable Privacy-Preserving Convolutional Computation for CNN Inference with Untrusted Clouds

2025-08-18 · Jinyu Lu, Xinrong Sun, Yunting Tao, Tong Ji 외 arxiv

The widespread adoption of convolutional neural networks (CNNs) in resource-constrained scenarios has driven the development of Machine Learning as a Service (MLaaS) system. However, this approach is susceptible to priva…

Privacy-Preserving Federated Learning against Malicious Clients Based on Verifiable Functional Encryption

2025-06-15 · Nina Cai, Jinguang Han

Federated learning is a promising distributed learning paradigm that enables collaborative model training without exposing local client data, thereby protect data privacy. However, it also brings new threats and challeng…

Federated LearningPrivacy Preserving