paper-with-me

홈 › Papers

Secure Vertical Federated Learning Under Unreliable Connectivity

2023-05-26 · Xinchi Qiu, Heng Pan, Wanru Zhao, Yan Gao, Pedro P. B. Gusmao, William F. Shen, Chenyang Ma, Nicholas D. Lane

Most work in privacy-preserving federated learning (FL) has focused on horizontally partitioned datasets where clients hold the same features and train complete client-level models independently. However, individual data points are often scattered across different institutions, known as clients, in vertical FL (VFL) settings. Addressing this category of FL necessitates the exchange of intermediate outputs and gradients among participants, resulting in potential privacy leakage risks and slow convergence rates. Additionally, in many real-world scenarios, VFL training also faces the acute issue of client stragglers and drop-outs, a serious challenge that can significantly hinder the training process but has been largely overlooked in existing studies. In this work, we present vFedSec, a first dropout-tolerant VFL protocol, which can support the most generalized vertical framework. It achieves secure and efficient model training by using an innovative Secure Layer alongside an embedding-padding technique. We provide theoretical proof that our design attains enhanced security while maintaining training performance. Empirical results from extensive experiments also demonstrate vFedSec is robust to client dropout and provides secure training with negligible computation and communication overhead. Compared to widely adopted homomorphic encryption (HE) methods, our approach achieves a remarkable > 690x speedup and reduces communication costs significantly by > 9.6x.

📄 PDF Abstract BibTeX arXiv:2305.16794

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy PreservingVertical Federated Learning

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

SecureBoost+: Large Scale and High-Performance Vertical Federated Gradient Boosting Decision Tree

2021-10-21 · Tao Fan, Weijing Chen, Guoqiang Ma, Yan Kang 외

Gradient boosting decision tree (GBDT) is an ensemble machine learning algorithm, which is widely used in industry, due to its good performance and easy interpretation. Due to the problem of data isolation and the requir…

Federated LearningPrivacy PreservingVertical Federated Learning

Large-Scale Secure XGB for Vertical Federated Learning

2020-05-18 · Wenjing Fang, Derun Zhao, Jin Tan, Chaochao Chen 외

Privacy-preserving machine learning has drawn increasingly attention recently, especially with kinds of privacy regulations come into force. Under such situation, Federated Learning (FL) appears to facilitate privacy-pre…

BIG-bench Machine LearningFederated LearningPrivacy PreservingVertical Federated Learning

An Efficient and Robust System for Vertically Federated Random Forest

2022-01-26 · Houpu Yao, Jiazhou Wang, Peng Dai, Liefeng Bo 외

As there is a growing interest in utilizing data across multiple resources to build better machine learning models, many vertically federated learning algorithms have been proposed to preserve the data privacy of the par…

Federated Learning

Efficient Vertical Federated Learning with Secure Aggregation

2023-05-18 · Xinchi Qiu, Heng Pan, Wanru Zhao, Chenyang Ma 외

The majority of work in privacy-preserving federated learning (FL) has been focusing on horizontally partitioned datasets where clients share the same sets of features and can train complete models independently. However…

Federated LearningFraud DetectionPrivacy PreservingVertical Federated Learning

Quadratic Functional Encryption for Secure Training in Vertical Federated Learning

2023-05-15 · Shuangyi Chen, Anuja Modi, Shweta Agrawal, Ashish Khisti

Vertical federated learning (VFL) enables the collaborative training of machine learning (ML) models in settings where the data is distributed amongst multiple parties who wish to protect the privacy of their individual …

Federated LearningVertical Federated Learning