CRLGMar 31, 2023

A Generative Framework for Low-Cost Result Validation of Machine Learning-as-a-Service Inference

arXiv:2304.00083v41 citationsh-index: 27
Originality Highly original
AI Analysis

This addresses the need for low-cost, real-time validation of outsourced ML tasks in sensitive domains, offering a practical solution where existing methods are too computationally heavy.

The paper tackles the problem of real-time integrity verification for Machine Learning-as-a-Service inference, which is critical in applications like Augmented/Virtual Reality but overlooked in existing research. It proposes Fides, a framework that achieves up to 98% accuracy in attack detection and 94% in re-classification.

The growing popularity of Machine Learning (ML) has led to its deployment in various sensitive domains, which has resulted in significant research focused on ML security and privacy. However, in some applications, such as Augmented/Virtual Reality, integrity verification of the outsourced ML tasks is more critical--a facet that has not received much attention. Existing solutions, such as multi-party computation and proof-based systems, impose significant computation overhead, which makes them unfit for real-time applications. We propose Fides, a novel framework for real-time integrity validation of ML-as-a-Service (MLaaS) inference. Fides features a novel and efficient distillation technique--Greedy Distillation Transfer Learning--that dynamically distills and fine-tunes a space and compute-efficient verification model for verifying the corresponding service model while running inside a trusted execution environment. Fides features a client-side attack detection model that uses statistical analysis and divergence measurements to identify, with a high likelihood, if the service model is under attack. Fides also offers a re-classification functionality that predicts the original class whenever an attack is identified. We devised a generative adversarial network framework for training the attack detection and re-classification models. The evaluation shows that Fides achieves an accuracy of up to 98% for attack detection and 94% for re-classification.

Code Implementations1 repo
Foundations

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

Your Notes