paper-with-me

홈 › Papers

Bucks for Buckets (B4B): Active Defenses Against Stealing Encoders

2023-10-12 · NeurIPS 2023 11

Machine Learning as a Service (MLaaS) APIs provide ready-to-use and high-utility encoders that generate vector representations for given inputs. Since these encoders are very costly to train, they become lucrative targets for model stealing attacks during which an adversary leverages query access to the API to replicate the encoder locally at a fraction of the original training costs. We propose Bucks for Buckets (B4B), the first active defense that prevents stealing while the attack is happening without degrading representation quality for legitimate API users. Our defense relies on the observation that the representations returned to adversaries who try to steal the encoder's functionality cover a significantly larger fraction of the embedding space than representations of legitimate users who utilize the encoder to solve a particular downstream task.vB4B leverages this to adaptively adjust the utility of the returned representations according to a user's coverage of the embedding space. To prevent adaptive adversaries from eluding our defense by simply creating multiple user accounts (sybils), B4B also individually transforms each user's representations. This prevents the adversary from directly aggregating representations over multiple accounts to create their stolen encoder copy. Our active defense opens a new path towards securely sharing and democratizing encoders over public APIs.

📄 PDF Abstract BibTeX arXiv:2310.08571

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Prediction Poisoning: Towards Defenses Against DNN Model Stealing Attacks

2019-06-26 · ICLR 2020 1 · Tribhuvanesh Orekondy, Bernt Schiele, Mario Fritz

High-performance Deep Neural Networks (DNNs) are increasingly deployed in many real-world applications e.g., cloud prediction APIs. Recent advances in model functionality stealing attacks via black-box access (i.e., inpu…

Autonomous VehiclesPrediction

ADAGE: Active Defenses Against GNN Extraction

2025-02-27 · Jing Xu, Franziska Boenisch, Adam Dziedzic

Graph Neural Networks (GNNs) achieve high performance in various real-world applications, such as drug discovery, traffic states prediction, and recommendation systems. The fact that building powerful GNNs requires a lar…

DiversityDrug DiscoveryRecommendation Systems

Isolation and Induction: Training Robust Deep Neural Networks against Model Stealing Attacks

2023-08-02 · Jun Guo, Aishan Liu, Xingyu Zheng, Siyuan Liang 외

Despite the broad application of Machine Learning models as a Service (MLaaS), they are vulnerable to model stealing attacks. These attacks can replicate the model functionality by using the black-box query process witho…

Efficient Defense Against Model Stealing Attacks on Convolutional Neural Networks

2023-09-04 · Kacem Khaled, Mouna Dhaouadi, Felipe Gohring de Magalhães, Gabriela Nicolescu

Model stealing attacks have become a serious concern for deep learning models, where an attacker can steal a trained model by querying its black-box API. This can lead to intellectual property theft and other security an…

Model-Guardian: Protecting against Data-Free Model Stealing Using Gradient Representations and Deceptive Predictions

2025-03-23 · Yunfei Yang, Xiaojun Chen, Yuexin Xuan, Zhendong Zhao

Model stealing attack is increasingly threatening the confidentiality of machine learning models deployed in the cloud. Recent studies reveal that adversaries can exploit data synthesis techniques to steal machine learni…

model