Privacy-Preserving Collaborative Learning through Feature Extraction
Alireza Sarmadi, Hao Fu, Prashanth Krishnamurthy, Siddharth Garg, and, Farshad Khorrami

TL;DR
This paper introduces a privacy-preserving collaborative learning framework using feature extraction methods, comparing shared and local extractors with a baseline, balancing privacy, accuracy, and computational cost.
Contribution
It proposes and evaluates two novel feature extraction-based methods for privacy-preserving collaborative learning, demonstrating their trade-offs with a baseline approach.
Findings
LTFE offers the highest privacy protection.
CTFE and LTFE achieve the best model accuracy.
SFE has the lowest computational cost.
Abstract
We propose a framework in which multiple entities collaborate to build a machine learning model while preserving privacy of their data. The approach utilizes feature embeddings from shared/per-entity feature extractors transforming data into a feature space for cooperation between entities. We propose two specific methods and compare them with a baseline method. In Shared Feature Extractor (SFE) Learning, the entities use a shared feature extractor to compute feature embeddings of samples. In Locally Trained Feature Extractor (LTFE) Learning, each entity uses a separate feature extractor and models are trained using concatenated features from all entities. As a baseline, in Cooperatively Trained Feature Extractor (CTFE) Learning, the entities train models by sharing raw data. Secure multi-party algorithms are utilized to train models without revealing data or features in plain text. We…
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
TopicsPrivacy-Preserving Technologies in Data · Imbalanced Data Classification Techniques
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
