TL;DR
This paper introduces pMPL, a privacy-preserving multi-party learning framework with a privileged party, designed to be robust against party dropouts and efficient in hierarchical settings, achieving high accuracy and significant speed improvements.
Contribution
pMPL is the first framework supporting a privileged party in multi-party learning, offering robustness against dropout and efficiency improvements over existing methods.
Findings
pMPL achieves 16x faster linear regression training than TF-encrypted.
pMPL attains around 97% accuracy on MNIST for linear regression.
pMPL effectively tolerates one party dropout during training.
Abstract
In order to perform machine learning among multiple parties while protecting the privacy of raw data, privacy-preserving machine learning based on secure multi-party computation (MPL for short) has been a hot spot in recent. The configuration of MPL usually follows the peer-to-peer architecture, where each party has the same chance to reveal the output result. However, typical business scenarios often follow a hierarchical architecture where a powerful, usually privileged party, leads the tasks of machine learning. Only the privileged party can reveal the final model even if other assistant parties collude with each other. It is even required to avoid the abort of machine learning to ensure the scheduled deadlines and/or save used computing resources when part of assistant parties drop out. Motivated by the above scenarios, we propose pMPL, a robust MPL framework with a privileged…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
