CRAIDec 22, 2023

MEAOD: Model Extraction Attack against Object Detectors

arXiv:2312.14677v14 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses a security threat to MLaaS platforms by focusing on object detection models, which are widely used but previously understudied for such attacks.

The paper tackles model extraction attacks on object detection models, proposing MEAOD which uses active learning and annotation updates to achieve over 70% extraction performance with a 10k query budget.

The widespread use of deep learning technology across various industries has made deep neural network models highly valuable and, as a result, attractive targets for potential attackers. Model extraction attacks, particularly query-based model extraction attacks, allow attackers to replicate a substitute model with comparable functionality to the victim model and present a significant threat to the confidentiality and security of MLaaS platforms. While many studies have explored threats of model extraction attacks against classification models in recent years, object detection models, which are more frequently used in real-world scenarios, have received less attention. In this paper, we investigate the challenges and feasibility of query-based model extraction attacks against object detection models and propose an effective attack method called MEAOD. It selects samples from the attacker-possessed dataset to construct an efficient query dataset using active learning and enhances the categories with insufficient objects. We additionally improve the extraction effectiveness by updating the annotations of the query dataset. According to our gray-box and black-box scenarios experiments, we achieve an extraction performance of over 70% under the given condition of a 10k query budget.

Foundations

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

Your Notes