CRLGSep 21, 2024

Efficient and Effective Model Extraction

arXiv:2409.14122v24 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses a security threat for MLaaS providers by demonstrating a highly efficient extraction method, though it is incremental as it builds on existing extraction techniques.

The paper tackles the inefficiency of model extraction attacks on MLaaS APIs by proposing the E3 algorithm, which achieves over 50% higher accuracy on CIFAR-10 with only 0.005 times the query budget and less than 0.2 times the runtime compared to prior methods.

Model extraction aims to create a functionally similar copy from a machine learning as a service (MLaaS) API with minimal overhead, typically for illicit profit or as a precursor to further attacks, posing a significant threat to the MLaaS ecosystem. However, recent studies have shown that model extraction is highly inefficient, particularly when the target task distribution is unavailable. In such cases, even substantially increasing the attack budget fails to produce a sufficiently similar replica, reducing the adversary's motivation to pursue extraction attacks. In this paper, we revisit the elementary design choices throughout the extraction lifecycle. We propose an embarrassingly simple yet dramatically effective algorithm, Efficient and Effective Model Extraction (E3), focusing on both query preparation and training routine. E3 achieves superior generalization compared to state-of-the-art methods while minimizing computational costs. For instance, with only 0.005 times the query budget and less than 0.2 times the runtime, E3 outperforms classical generative model based data-free model extraction by an absolute accuracy improvement of over 50% on CIFAR-10. Our findings underscore the persistent threat posed by model extraction and suggest that it could serve as a valuable benchmarking algorithm for future security evaluations.

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