paper-with-me

홈 › Papers

On the Difficulty of Defending Self-Supervised Learning against Model Extraction

2022-05-16 · Adam Dziedzic, Nikita Dhawan, Muhammad Ahmad Kaleem, Jonas Guan, Nicolas Papernot

Self-Supervised Learning (SSL) is an increasingly popular ML paradigm that trains models to transform complex inputs into representations without relying on explicit labels. These representations encode similarity structures that enable efficient learning of multiple downstream tasks. Recently, ML-as-a-Service providers have commenced offering trained SSL models over inference APIs, which transform user inputs into useful representations for a fee. However, the high cost involved to train these models and their exposure over APIs both make black-box extraction a realistic security threat. We thus explore model stealing attacks against SSL. Unlike traditional model extraction on classifiers that output labels, the victim models here output representations; these representations are of significantly higher dimensionality compared to the low-dimensional prediction scores output by classifiers. We construct several novel attacks and find that approaches that train directly on a victim's stolen representations are query efficient and enable high accuracy for downstream models. We then show that existing defenses against model extraction are inadequate and not easily retrofitted to the specificities of SSL.

📄 PDF Abstract BibTeX arXiv:2205.07890

Code (1)

cleverhans-lab/ssl-attacks-defenses 공식 구현 pytorch

Tasks

Model extractionSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Self-Supervised Contrastive Learning with Adversarial Perturbations for Defending Word Substitution-based Attacks

2021-07-15 · Findings (NAACL) 2022 7 · Zhao Meng, Yihan Dong, Mrinmaya Sachan, Roger Wattenhofer

In this paper, we present an approach to improve the robustness of BERT language models against word substitution-based adversarial attacks by leveraging adversarial perturbations for self-supervised contrastive learning…

Adversarial AttackContrastive LearningLanguage Modelling

Defending Against Adversarial Machine Learning

2019-11-26 · Alison Jenkins

An Adversarial System to attack and an Authorship Attribution System (AAS) to defend itself against the attacks are analyzed. Defending a system against attacks from an adversarial machine learner can be done by randomly…

Authorship AttributionBIG-bench Machine Learning

Defending Against Patch-based Backdoor Attacks on Self-Supervised Learning

2023-04-04 · CVPR 2023 1 · Ajinkya Tejankar, Maziar Sanjabi, Qifan Wang, Sinong Wang 외

Recently, self-supervised learning (SSL) was shown to be vulnerable to patch-based data poisoning backdoor attacks. It was shown that an adversary can poison a small part of the unlabeled data so that when a victim train…

Data PoisoningSelf-Supervised Learning

Defense Against Model Extraction Attacks on Recommender Systems

2023-10-25 · Sixiao Zhang, Hongzhi Yin, Hongxu Chen, Cheng Long

The robustness of recommender systems has become a prominent topic within the research community. Numerous adversarial attacks have been proposed, but most of them rely on extensive prior knowledge, such as all the white…

Model extractionRecommendation Systems

Self-supervised Adversarial Purification for Graph Neural Networks

2026-05-22 · Woohyun Lee, Hogun Park arxiv

Defending Graph Neural Networks (GNNs) against adversarial attacks requires balancing accuracy and robustness, a trade-off often mishandled by traditional methods like adversarial training that intertwine these conflicti…