paper-with-me

홈 › Papers

Publishing Efficient On-device Models Increases Adversarial Vulnerability

2022-12-28 · Sanghyun Hong, Nicholas Carlini, Alexey Kurakin

Recent increases in the computational demands of deep neural networks (DNNs) have sparked interest in efficient deep learning mechanisms, e.g., quantization or pruning. These mechanisms enable the construction of a small, efficient version of commercial-scale models with comparable accuracy, accelerating their deployment to resource-constrained devices. In this paper, we study the security considerations of publishing on-device variants of large-scale models. We first show that an adversary can exploit on-device models to make attacking the large models easier. In evaluations across 19 DNNs, by exploiting the published on-device models as a transfer prior, the adversarial vulnerability of the original commercial-scale models increases by up to 100x. We then show that the vulnerability increases as the similarity between a full-scale and its efficient model increase. Based on the insights, we propose a defense, $similarity$-$unpairing$, that fine-tunes on-device models with the objective of reducing the similarity. We evaluated our defense on all the 19 DNNs and found that it reduces the transferability up to 90% and the number of queries required by a factor of 10-100x. Our results suggest that further research is needed on the security (or even privacy) threats caused by publishing those efficient siblings.

📄 PDF Abstract BibTeX arXiv:2212.13700

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Adversarial Vulnerability of Neural Networks Increases with Input Dimension

2019-05-01 · ICLR 2019 5 · Carl-Johann Simon-Gabriel, Yann Ollivier, Léon Bottou, Bernhard Schölkopf 외

Over the past four years, neural networks have been proven vulnerable to adversarial images: targeted but imperceptible image perturbations lead to drastically different predictions. We show that adversarial vulnerabilit…

First-order Adversarial Vulnerability of Neural Networks and Input Dimension

2018-02-05 · ICLR 2019 5 · Carl-Johann Simon-Gabriel, Yann Ollivier, Léon Bottou, Bernhard Schölkopf 외

Over the past few years, neural networks were proven vulnerable to adversarial images: targeted but imperceptible image perturbations lead to drastically different predictions. We show that adversarial vulnerability incr…

Adversarial Vulnerability Under Temporal Concept Drift: A Longitudinal Study of Android Malware Detection

2026-05-22 · Ahmed Sabbah, Mohammed Kharma, Radi Jarrar, Samer Zein 외 arxiv

We present a longitudinal, drift-aware evaluation of adversarial robustness across more than a decade of Android applications using static and dynamic feature representations extracted from emulator and real-device execu…

Adversarial RobustnessMalware Detection

RepetitionCurse: Measuring and Understanding Router Imbalance in Mixture-of-Experts LLMs under DoS Stress

2025-12-30 · Ruixuan Huang, Qingyue Wang, Hantao Huang, Yudong Gao 외 arxiv

Mixture-of-Experts architectures have become the standard for scaling large language models due to their superior parameter efficiency. To accommodate the growing number of experts in practice, modern inference systems c…

TrajSyn: Privacy-Preserving Dataset Distillation from Federated Model Trajectories for Server-Side Adversarial Training

2025-12-17 · Mukur Gupta, Niharika Gupta, Saifur Rahman, Shantanu Pal 외 arxiv

Deep learning models deployed on edge devices are increasingly used in safety-critical applications. However, their vulnerability to adversarial perturbations poses significant risks, especially in Federated Learning (FL…

Adversarial RobustnessImage ClassificationFederated Learning