paper-with-me

홈 › Papers

Protecting Confidentiality, Privacy and Integrity in Collaborative Learning

2024-12-11 · Dong Chen, Alice Dethise, Istemi Ekin Akkus, Ivica Rimac, Klaus Satzke, Antti Koskela, Marco Canini, Wei Wang, Ruichuan Chen

A collaboration between dataset owners and model owners is needed to facilitate effective machine learning (ML) training. During this collaboration, however, dataset owners and model owners want to protect the confidentiality of their respective assets (i.e., datasets, models and training code), with the dataset owners also caring about the privacy of individual users whose data is in their datasets. Existing solutions either provide limited confidentiality for models and training code, or suffer from privacy issues due to collusion. We present Citadel++, a collaborative ML training system designed to simultaneously protect the confidentiality of datasets, models and training code as well as the privacy of individual users. Citadel++ enhances differential privacy mechanisms to safeguard the privacy of individual user data while maintaining model utility. By employing Virtual Machine-level Trusted Execution Environments (TEEs) as well as the improved sandboxing and integrity mechanisms through OS-level techniques, Citadel++ effectively preserves the confidentiality of datasets, models and training code, and enforces our privacy mechanisms even when the models and training code have been maliciously designed. Our experiments show that Citadel++ provides model utility and performance while adhering to the confidentiality and privacy requirements of dataset owners and model owners, outperforming the state-of-the-art privacy-preserving training systems by up to 543x on CPU and 113x on GPU TEEs.

📄 PDF Abstract BibTeX arXiv:2412.08534

Code (0)

등록된 구현이 없습니다.

Tasks

CPUGPUPrivacy Preserving

Similar Papers 제목 키워드 기반

On the Security and Privacy of Federated Learning: A Survey with Attacks, Defenses, Frameworks, Applications, and Future Directions

2025-08-19 · Daniel M. Jimenez-Gutierrez, Yelizaveta Falkouskaya, Jose L. Hernandez-Ramos, Aris Anagnostopoulos 외 arxiv

Federated Learning (FL) is an emerging distributed machine learning paradigm enabling multiple clients to train a global model collaboratively without sharing their raw data. While FL enhances data privacy by design, it …

Federated Learning

Privacy-Preserving Heterogeneous Federated Learning for Sensitive Healthcare Data

2024-06-15 · Yukai Xu, Jingfeng Zhang, Yujie Gu

In the realm of healthcare where decentralized facilities are prevalent, machine learning faces two major challenges concerning the protection of data and models. The data-level challenge concerns the data privacy leakag…

Federated LearningPrivacy Preserving

Citadel: Protecting Data Privacy and Model Confidentiality for Collaborative Learning with SGX

2021-05-04 · Chengliang Zhang, Junzhe Xia, Baichen Yang, Huancheng Puyang 외

With the advancement of machine learning (ML) and its growing awareness, many organizations who own data but not ML expertise (data owner) would like to pool their data and collaborate with those who have expertise but n…

Federated Learning

State-of-the-Art Approaches to Enhancing Privacy Preservation of Machine Learning Datasets: A Survey

2024-02-25 · Chaoyu Zhang, Shaoyu Li

This paper examines the evolving landscape of machine learning (ML) and its profound impact across various sectors, with a special focus on the emerging field of Privacy-preserving Machine Learning (PPML). As ML applicat…

AttributePrivacy Preserving

FedDP: Privacy-preserving method based on federated learning for histopathology image segmentation

2024-11-07 · Liangrui Pan, Mao Huang, Lian Wang, Pinle Qin 외

Hematoxylin and Eosin (H&E) staining of whole slide images (WSIs) is considered the gold standard for pathologists and medical practitioners for tumor diagnosis, surgical planning, and post-operative assessment. With the…

Federated LearningImage SegmentationPrivacy PreservingSemantic Segmentation+1