paper-with-me

Papers

Self-Supervised Representation Learning for Adversarial Attack Detection

2024-07-05 · Yi Li, Plamen Angelov, Neeraj Suri

Supervised learning-based adversarial attack detection methods rely on a large number of labeled data and suffer significant performance degradation when applying the trained model to new domains. In this paper, we propose a self-supervised representation learning framework for the adversarial attack detection task to address this drawback. Firstly, we map the pixels of augmented input images into an embedding space. Then, we employ the prototype-wise contrastive estimation loss to cluster prototypes as latent variables. Additionally, drawing inspiration from the concept of memory banks, we introduce a discrimination bank to distinguish and learn representations for each individual instance that shares the same or a similar prototype, establishing a connection between instances and their associated prototypes. We propose a parallel axial-attention (PAA)-based encoder to facilitate the training process by parallel training over height- and width-axis of attention maps. Experimental results show that, compared to various benchmark self-supervised vision learning models and supervised adversarial attack detection methods, the proposed model achieves state-of-the-art performance on the adversarial attack detection task across a wide range of images.

📄 PDF Abstract BibTeX arXiv:2407.04382

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackAdversarial Attack DetectionRepresentation Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Adversarial Robustness of Discriminative Self-Supervised Learning in Vision

2025-03-08 · Ömer Veysel Çağatan, Ömer Faruk Tal, M. Emre Gürsoy

Self-supervised learning (SSL) has advanced significantly in visual representation learning, yet comprehensive evaluations of its adversarial robustness remain limited. In this study, we evaluate the adversarial robustne…

Adversarial RobustnessLinear evaluationRepresentation LearningSelf-Supervised Learning+1

SETTI: A Self-supervised Adversarial Malware Detection Architecture in an IoT Environment

2022-04-16 · Marjan Golmaryami, Rahim Taheri, Zahra Pooranian, Mohammad Shojafar 외

In recent years, malware detection has become an active research topic in the area of Internet of Things (IoT) security. The principle is to exploit knowledge from large quantities of continuously generated malware. Exis…

Generative Adversarial NetworkMalware Detection

Self-Supervised Adversarial Example Detection by Disentangled Representation

2021-05-08 · NeurIPS 2021 12 · Zhaoxi Zhang, Leo Yu Zhang, Xufei Zheng, Jinyu Tian 외

Deep learning models are known to be vulnerable to adversarial examples that are elaborately designed for malicious purposes and are imperceptible to the human perceptual system. Autoencoder, when trained solely over ben…

Adversarial Attack

Defense for Black-box Attacks on Anti-spoofing Models by Self-Supervised Learning

2020-06-05 · Haibin Wu, Andy T. Liu, Hung-Yi Lee

High-performance anti-spoofing models for automatic speaker verification (ASV), have been widely used to protect ASV by identifying and filtering spoofing audio that is deliberately generated by text-to-speech, voice con…

Self-Supervised LearningSpeaker Verificationtext-to-speechText to Speech+1

Self-supervised Adversarial Training

2019-11-15 · Kejiang Chen, Hang Zhou, Yuefeng Chen, Xiaofeng Mao 외

Recent work has demonstrated that neural networks are vulnerable to adversarial examples. To escape from the predicament, many works try to harden the model in various ways, in which adversarial training is an effective …

Self-Supervised Learning