paper-with-me

홈 › Papers

Adversarial Machine Learning in Latent Representations of Neural Networks

2023-09-29 · Milin Zhang, Mohammad Abdi, Francesco Restuccia

Distributed deep neural networks (DNNs) have been shown to reduce the computational burden of mobile devices and decrease the end-to-end inference latency in edge computing scenarios. While distributed DNNs have been studied, to the best of our knowledge the resilience of distributed DNNs to adversarial action still remains an open problem. In this paper, we fill the existing research gap by rigorously analyzing the robustness of distributed DNNs against adversarial action. We cast this problem in the context of information theory and introduce two new measurements for distortion and robustness. Our theoretical findings indicate that (i) assuming the same level of information distortion, latent features are always more robust than input representations; (ii) the adversarial robustness is jointly determined by the feature dimension and the generalization capability of the DNN. To test our theoretical findings, we perform extensive experimental analysis by considering 6 different DNN architectures, 6 different approaches for distributed DNN and 10 different adversarial attacks to the ImageNet-1K dataset. Our experimental results support our theoretical findings by showing that the compressed latent representations can reduce the success rate of adversarial attacks by 88% in the best case and by 57% on the average compared to attacks to the input space.

📄 PDF Abstract BibTeX arXiv:2309.17401

Code (1)

asdfqwezxcf/advlatent 공식 구현 pytorch

Tasks

Adversarial RobustnessEdge-computing

Similar Papers 제목 키워드 기반

Disentangling representations in Restricted Boltzmann Machines without adversaries

2022-06-23 · Jorge Fernandez-de-Cossio-Diaz, Simona Cocco, Remi Monasson

A goal of unsupervised machine learning is to build representations of complex high-dimensional data, with simple relations to their properties. Such disentangled representations make easier to interpret the significant …

Disentanglement

Generative Adversarial Networks: recent developments

2019-03-16 · Maciej Zamorski, Adrian Zdobylak, Maciej Zięba, Jerzy Świątek

In traditional generative modeling, good data representation is very often a base for a good machine learning model. It can be linked to good representations encoding more explanatory factors that are hidden in the origi…

BIG-bench Machine Learning

Adaptive Clustering of Robust Semantic Representations for Adversarial Image Purification

2021-04-05 · Samuel Henrique Silva, Arun Das, Ian Scarff, Peyman Najafirad

Deep Learning models are highly susceptible to adversarial manipulations that can lead to catastrophic consequences. One of the most effective methods to defend against such disturbances is adversarial training but at th…

ClusteringSemantic SimilaritySemantic Textual Similarity

Latent Variable Modeling for Generative Concept Representations and Deep Generative Models

2018-12-26 · Daniel T. Chang

Latent representations are the essence of deep generative models and determine their usefulness and power. For latent representations to be useful as generative concept representations, their latent space must support la…

Attribute

Improving Robustness of Malware Classifiers using Adversarial Strings Generated from Perturbed Latent Representations

2021-10-22 · Marek Galovic, Branislav Bosansky, Viliam Lisy

In malware behavioral analysis, the list of accessed and created files very often indicates whether the examined file is malicious or benign. However, malware authors are trying to avoid detection by generating random fi…

Adversarial Attack