paper-with-me

홈 › Papers

ABG: A Multi-Party Mixed Protocol Framework for Privacy-Preserving Cooperative Learning

2022-02-07 · Hao Wang, Zhi Li, Chunpeng Ge, Willy Susilo

Cooperative learning, that enables two or more data owners to jointly train a model, has been widely adopted to solve the problem of insufficient training data in machine learning. Nowadays, there is an urgent need for institutions and organizations to train a model cooperatively while keeping each other's data privately. To address the issue of privacy-preserving in collaborative learning, secure outsourced computation and federated learning are two typical methods. Nevertheless, there are many drawbacks for these two methods when they are leveraged in cooperative learning. For secure outsourced computation, semi-honest servers need to be introduced. Once the outsourced servers collude or perform other active attacks, the privacy of data will be disclosed. For federated learning, it is difficult to apply to the scenarios where vertically partitioned data are distributed over multiple parties. In this work, we propose a multi-party mixed protocol framework, ABG$^n$, which effectively implements arbitrary conversion between Arithmetic sharing (A), Boolean sharing (B) and Garbled-Circuits sharing (G) for $n$-party scenarios. Based on ABG$^n$, we design a privacy-preserving multi-party cooperative learning system, which allows different data owners to cooperate in machine learning in terms of data security and privacy-preserving. Additionally, we design specific privacy-preserving computation protocols for some typical machine learning methods such as logistic regression and neural networks. Compared with previous work, the proposed method has a wider scope of application and does not need to rely on additional servers. Finally, we evaluate the performance of ABG$^n$ on the local setting and on the public cloud setting. The experiments indicate that ABG$^n$ has excellent performance, especially in the network environment with low latency.

📄 PDF Abstract BibTeX arXiv:2202.02928

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningFederated LearningPrivacy Preserving

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Secure and Privacy-Preserving Vertical Federated Learning

2026-04-15 · Shan Jin, Sai Rahul Rachuri, Yizhen Wang, Anderson C. A. Nascimento 외 arxiv

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 feder…

Federated Learning

Multiparty Differential Privacy via Aggregation of Locally Trained Classifiers

2010-12-01 · NeurIPS 2010 12 · Manas Pathak, Shantanu Rane, Bhiksha Raj

As increasing amounts of sensitive personal information finds its way into data repositories, it is important to develop analysis mechanisms that can derive aggregate information from these repositories without revealing…

Privacy Preserving

Cascade: Token-Sharded Private LLM Inference

2025-07-07 · Rahul Thomas, Louai Zahran, Erica Choi, Akilesh Potti 외 arxiv

As LLMs continue to increase in parameter size, the computational resources required to run them are available to fewer parties. Therefore, third-party inference services -- where LLMs are hosted by third parties with si…

Frequency Estimation Under Multiparty Differential Privacy: One-shot and Streaming

2021-04-05 · Ziyue Huang, Yuan Qiu, Ke Yi, Graham Cormode

We study the fundamental problem of frequency estimation under both privacy and communication constraints, where the data is distributed among $k$ parties. We consider two application scenarios: (1) one-shot, where the d…

Trident: Efficient 4PC Framework for Privacy Preserving Machine Learning

2019-12-05 · Harsh Chaudhari, Rahul Rachuri, Ajith Suresh

Machine learning has started to be deployed in fields such as healthcare and finance, which propelled the need for and growth of privacy-preserving machine learning (PPML). We propose an actively secure four-party protoc…

BenchmarkingBIG-bench Machine LearningPrivacy Preservingregression