Member-only story
Private Machine Learning in PyTorch with Crypten
The framework streamlines the use of secure multiparty computations in ML research.
I recently started an AI-focused educational newsletter, that already has over 150,000 subscribers. TheSequence is a no-BS (meaning no hype, no news etc) ML-oriented newsletter that takes 5 minutes to read. The goal is to keep you up to date with machine learning projects, research papers and concepts. Please give it a try by subscribing below:
In the last few years, security and privacy have become one of the hottest topics in machine learning(ML). Amonng the techniques in the private ML space, security multiparty computation(sMPC) has become a favorite of the ML community.
In computer science theory, sMPC is often seen as a solution to the famous Yao’s Millionaires’ Problem introduced in the 1980s by computer scientist Andrew Yao. The problem describes a setting in which multiple millionaires would like to knowing which of them is richer without disclosing their actual wealth. The millionaire’s problem is…