Chiron: Privacy-preserving Machine Learning as a Service
Tyler Hunt, Congzheng Song, Reza Shokri, Vitaly Shmatikov, and Emmett, Witchel

TL;DR
Chiron is a system that enables privacy-preserving machine learning as a service by concealing training data and model details using SGX enclaves and sandboxing, while maintaining practical training performance and accuracy.
Contribution
Chiron introduces a novel approach combining SGX enclaves and sandboxing to protect data and model confidentiality in ML-as-a-service platforms.
Findings
Achieves practical training performance on deep learning models.
Maintains high accuracy on CIFAR and ImageNet benchmarks.
Effectively conceals training data and model details from service operators.
Abstract
Major cloud operators offer machine learning (ML) as a service, enabling customers who have the data but not ML expertise or infrastructure to train predictive models on this data. Existing ML-as-a-service platforms require users to reveal all training data to the service operator. We design, implement, and evaluate Chiron, a system for privacy-preserving machine learning as a service. First, Chiron conceals the training data from the service operator. Second, in keeping with how many existing ML-as-a-service platforms work, Chiron reveals neither the training algorithm nor the model structure to the user, providing only black-box access to the trained model. Chiron is implemented using SGX enclaves, but SGX alone does not achieve the dual goals of data privacy and model confidentiality. Chiron runs the standard ML training toolchain (including the popular Theano framework and C…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Security and Verification in Computing · Privacy-Preserving Technologies in Data
