paper-with-me

홈 › Papers

CaBaGe: Data-Free Model Extraction using ClAss BAlanced Generator Ensemble

2024-09-16 · Jonathan Rosenthal, Shanchao Liang, Kevin Zhang, Lin Tan

Machine Learning as a Service (MLaaS) is often provided as a pay-per-query, black-box system to clients. Such a black-box approach not only hinders open replication, validation, and interpretation of model results, but also makes it harder for white-hat researchers to identify vulnerabilities in the MLaaS systems. Model extraction is a promising technique to address these challenges by reverse-engineering black-box models. Since training data is typically unavailable for MLaaS models, this paper focuses on the realistic version of it: data-free model extraction. We propose a data-free model extraction approach, CaBaGe, to achieve higher model extraction accuracy with a small number of queries. Our innovations include (1) a novel experience replay for focusing on difficult training samples; (2) an ensemble of generators for steadily producing diverse synthetic data; and (3) a selective filtering process for querying the victim model with harder, more balanced samples. In addition, we create a more realistic setting, for the first time, where the attacker has no knowledge of the number of classes in the victim training data, and create a solution to learn the number of classes on the fly. Our evaluation shows that CaBaGe outperforms existing techniques on seven datasets -- MNIST, FMNIST, SVHN, CIFAR-10, CIFAR-100, ImageNet-subset, and Tiny ImageNet -- with an accuracy improvement of the extracted models by up to 43.13%. Furthermore, the number of queries required to extract a clone model matching the final accuracy of prior work is reduced by up to 75.7%.

📄 PDF Abstract BibTeX arXiv:2409.10643

Code (0)

등록된 구현이 없습니다.

Tasks

Model extraction

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

A Novel Use of Discrete Wavelet Transform Features in the Prediction of Epileptic Seizures from EEG Data

2021-01-31 · Cyrille Feudjio, Victoire Djimna Noyum, Younous Perieukeu Mofendjou, Rockefeller 외

This paper demonstrates the predictive superiority of discrete wavelet transform (DWT) over previously used methods of feature extraction in the diagnosis of epileptic seizures from EEG data. Classification accuracy, spe…

EEGElectroencephalogram (EEG)General ClassificationSpecificity

Neurochaos Feature Transformation and Classification for Imbalanced Learning

2022-04-20 · Deeksha Sethi, Nithin Nagaraj, Harikrishnan N B

Learning from limited and imbalanced data is a challenging problem in the Artificial Intelligence community. Real-time scenarios demand decision-making from rare events wherein the data are typically imbalanced. These si…

ClassificationDecision MakingFraud DetectionMedical Diagnosis

Balance-Oriented Focal Loss with Linear Scheduling for Anchor Free Object Detection

2020-12-26 · Hopyong Gil, Sangwoo Park, Yusang Park, Wongoo Han 외

Most existing object detectors suffer from class imbalance problems that hinder balanced performance. In particular, anchor free object detectors have to solve the background imbalance problem due to detection in a per-p…

Objectobject-detectionObject DetectionScheduling

Classification of Lung Pathologies in Neonates using Dual Tree Complex Wavelet Transform

2023-02-14 · Sagarjit Aujla, Adel Mohamed, Ryan Tan, Randy Tan 외

Annually 8500 neonatal deaths are reported in the US due to respiratory failure. Recently, Lung Ultrasound (LUS), due to its radiation free nature, portability, and being cheaper is gaining wide acceptability as a diagno…

Diagnosticimage-classificationImage ClassificationRespiratory Failure

Graph Neural Network-Driven Hierarchical Mining for Complex Imbalanced Data

2025-02-06 · Yijiashun Qi, Quanchao Lu, Shiyu Dou, Xiaoxuan Sun 외

This study presents a hierarchical mining framework for high-dimensional imbalanced data, leveraging a depth graph model to address the inherent performance limitations of conventional approaches in handling complex, hig…

Graph Neural Network