Table of Contents
Fetching ...

RobPI: Robust Private Inference against Malicious Client

Jiaqi Xue, Mengxin Zheng, Qian Lou

TL;DR

RobPI is proposed and implemented, a robust and resilient private inference protocol that withstands malicious clients and integrates a distinctive cryptographic protocol that bolsters security by weaving encryption-compatible noise into the logits and features of private inference, thereby efficiently warding off malicious-client attacks.

Abstract

The increased deployment of machine learning inference in various applications has sparked privacy concerns. In response, private inference (PI) protocols have been created to allow parties to perform inference without revealing their sensitive data. Despite recent advances in the efficiency of PI, most current methods assume a semi-honest threat model where the data owner is honest and adheres to the protocol. However, in reality, data owners can have different motivations and act in unpredictable ways, making this assumption unrealistic. To demonstrate how a malicious client can compromise the semi-honest model, we first designed an inference manipulation attack against a range of state-of-the-art private inference protocols. This attack allows a malicious client to modify the model output with 3x to 8x fewer queries than current black-box attacks. Motivated by the attacks, we proposed and implemented RobPI, a robust and resilient private inference protocol that withstands malicious clients. RobPI integrates a distinctive cryptographic protocol that bolsters security by weaving encryption-compatible noise into the logits and features of private inference, thereby efficiently warding off malicious-client attacks. Our extensive experiments on various neural networks and datasets show that RobPI achieves ~91.9% attack success rate reduction and increases more than 10x the number of queries required by malicious-client attacks.

RobPI: Robust Private Inference against Malicious Client

TL;DR

RobPI is proposed and implemented, a robust and resilient private inference protocol that withstands malicious clients and integrates a distinctive cryptographic protocol that bolsters security by weaving encryption-compatible noise into the logits and features of private inference, thereby efficiently warding off malicious-client attacks.

Abstract

The increased deployment of machine learning inference in various applications has sparked privacy concerns. In response, private inference (PI) protocols have been created to allow parties to perform inference without revealing their sensitive data. Despite recent advances in the efficiency of PI, most current methods assume a semi-honest threat model where the data owner is honest and adheres to the protocol. However, in reality, data owners can have different motivations and act in unpredictable ways, making this assumption unrealistic. To demonstrate how a malicious client can compromise the semi-honest model, we first designed an inference manipulation attack against a range of state-of-the-art private inference protocols. This attack allows a malicious client to modify the model output with 3x to 8x fewer queries than current black-box attacks. Motivated by the attacks, we proposed and implemented RobPI, a robust and resilient private inference protocol that withstands malicious clients. RobPI integrates a distinctive cryptographic protocol that bolsters security by weaving encryption-compatible noise into the logits and features of private inference, thereby efficiently warding off malicious-client attacks. Our extensive experiments on various neural networks and datasets show that RobPI achieves ~91.9% attack success rate reduction and increases more than 10x the number of queries required by malicious-client attacks.
Paper Structure (11 sections, 11 equations, 10 figures, 5 tables, 2 algorithms)

This paper contains 11 sections, 11 equations, 10 figures, 5 tables, 2 algorithms.

Figures (10)

  • Figure 1: Client may be malicious in private inference.
  • Figure 2: (a) PI-Attack use case on the privacy-preserving face recognition system. (b) Our RobPI enables a fast, accurate, and robust PI.
  • Figure 3: PI-Attack workflow.
  • Figure 4: (a) Disturbance success probability S(x, t) for one query. (b) incorrect prediction rate $P(i\neq j)$, which means the probability of misclassification after adding noise on the confidence scores. (c) distribution of the difference between the highest predicted score $M_p^i$ and the second highest predicted score $M_p^j$.
  • Figure 5: Attack success rate (ASR) of different methods.
  • ...and 5 more figures