CRLGSep 14, 2022

SEEK: model extraction attack against hybrid secure inference protocols

arXiv:2209.06373v12 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses a security vulnerability in privacy-preserving machine learning services, exposing a risk for model owners using hybrid HE/MPC protocols, and is incremental as it builds on prior attacks but targets a new protocol type.

The paper tackles the problem of model extraction attacks against hybrid secure inference protocols, showing that an adversary can extract model parameters with high efficiency and low error, achieving less than 50 queries on average and an error under 0.03% for ResNet-18.

Security concerns about a machine learning model used in a prediction-as-a-service include the privacy of the model, the query and the result. Secure inference solutions based on homomorphic encryption (HE) and/or multiparty computation (MPC) have been developed to protect all the sensitive information. One of the most efficient type of solution utilizes HE for linear layers, and MPC for non-linear layers. However, for such hybrid protocols with semi-honest security, an adversary can malleate the intermediate features in the inference process, and extract model information more effectively than methods against inference service in plaintext. In this paper, we propose SEEK, a general extraction method for hybrid secure inference services outputing only class labels. This method can extract each layer of the target model independently, and is not affected by the depth of the model. For ResNet-18, SEEK can extract a parameter with less than 50 queries on average, with average error less than $0.03\%$.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes