CRAIDCApr 15

Secure and Privacy-Preserving Vertical Federated Learning

arXiv:2604.1347462.8h-index: 5
AI Analysis

It addresses the privacy concerns in vertical federated learning for scenarios where features are split across clients and labels are not shared, offering a practical solution with reduced overhead.

The paper proposes a privacy-preserving framework for vertical federated learning that uses secure multiparty computation and differential privacy to protect both input and output privacy, reducing computation and communication overhead compared to naive MPC-based solutions.

We propose a novel end-to-end privacy-preserving framework, instantiated by three efficient protocols for different deployment scenarios, covering both input and output privacy, for the vertically split scenario in federated learning (FL), where features are split across clients and labels are not shared by all parties. We do so by distributing the role of the aggregator in FL into multiple servers and having them run secure multiparty computation (MPC) protocols to perform model and feature aggregation and apply differential privacy (DP) to the final released model. While a naive solution would have the clients delegating the entirety of training to run in MPC between the servers, our optimized solution, which supports purely global and also global-local models updates with privacy-preserving, drastically reduces the amount of computation and communication performed using multiparty computation. The experimental results also show the effectiveness of our protocols.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes