Fusion: Efficient and Secure Inference Resilient to Malicious Servers
Caiqin Dong, Jian Weng, Jia-Nan Liu, Yue Zhang, Yao Tong, Anjia Yang,, Yudan Cheng, and Shun Hu

TL;DR
Fusion provides a fast, secure inference method that verifies model accuracy and prevents malicious server deviations without heavy cryptography, enabling scalable, privacy-preserving machine learning inference.
Contribution
It introduces Fusion, a novel approach that ensures server honesty and model accuracy verification in secure inference without relying on expensive cryptographic techniques.
Findings
Fusion is 48.06× faster than existing malicious secure inference protocols.
Fusion reduces communication by 30.90× compared to prior methods.
It enables ImageNet-scale inference with ResNet50 in under 9 minutes.
Abstract
In secure machine learning inference, most of the schemes assume that the server is semi-honest (honestly following the protocol but attempting to infer additional information). However, the server may be malicious (e.g., using a low-quality model or deviating from the protocol) in the real world. Although a few studies have considered a malicious server that deviates from the protocol, they ignore the verification of model accuracy (where the malicious server uses a low-quality model) meanwhile preserving the privacy of both the server's model and the client's inputs. To address these issues, we propose \textit{Fusion}, where the client mixes the public samples (which have known query results) with their own samples to be queried as the inputs of multi-party computation to jointly perform the secure inference. Since a server that uses a low-quality model or deviates from the protocol…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Privacy-Preserving Technologies in Data · Cryptography and Data Security
