paper-with-me

Papers

Effective Targeted Attacks for Adversarial Self-Supervised Learning

2022-10-19 · NeurIPS 2023 11

Recently, unsupervised adversarial training (AT) has been highlighted as a means of achieving robustness in models without any label information. Previous studies in unsupervised AT have mostly focused on implementing self-supervised learning (SSL) frameworks, which maximize the instance-wise classification loss to generate adversarial examples. However, we observe that simply maximizing the self-supervised training loss with an untargeted adversarial attack often results in generating ineffective adversaries that may not help improve the robustness of the trained model, especially for non-contrastive SSL frameworks without negative examples. To tackle this problem, we propose a novel positive mining for targeted adversarial attack to generate effective adversaries for adversarial SSL frameworks. Specifically, we introduce an algorithm that selects the most confusing yet similar target example for a given instance based on entropy and similarity, and subsequently perturbs the given instance towards the selected target. Our method demonstrates significant enhancements in robustness when applied to non-contrastive SSL frameworks, and less but consistent robustness improvements with contrastive SSL frameworks, on the benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2210.10482

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Improving Adversarial Robustness with Self-Paced Hard-Class Pair Reweighting

2022-10-26 · Pengyue Hou, Jie Han, Xingyu Li

Deep Neural Networks are vulnerable to adversarial attacks. Among many defense strategies, adversarial training with untargeted attacks is one of the most effective methods. Theoretically, adversarial perturbation in unt…

Adversarial RobustnessModel OptimizationSemantic SimilaritySemantic Textual Similarity

Recent improvements of ASR models in the face of adversarial attacks

2022-03-29 · Raphael Olivier, Bhiksha Raj

Like many other tasks involving neural networks, Speech Recognition models are vulnerable to adversarial attacks. However recent research has pointed out differences between attacks and defenses on ASR models compared to…

speech-recognitionSpeech Recognition

Image Masking for Robust Self-Supervised Monocular Depth Estimation

2022-10-05 · Hemang Chawla, Kishaan Jeeveswaran, Elahe Arani, Bahram Zonooz

Self-supervised monocular depth estimation is a salient task for 3D scene understanding. Learned jointly with monocular ego-motion estimation, several methods have been proposed to predict accurate pixel-wise depth witho…

Autonomous DrivingDepth EstimationMonocular Depth EstimationMotion Estimation+1

AnyAttack: Towards Large-scale Self-supervised Adversarial Attacks on Vision-language Models

2024-10-07 · CVPR 2025 1 · Jiaming Zhang, Junhong Ye, Xingjun Ma, Yige Li 외

Due to their multimodal capabilities, Vision-Language Models (VLMs) have found numerous impactful applications in real-world scenarios. However, recent studies have revealed that VLMs are vulnerable to image-based advers…

Image CaptioningImage-text RetrievalText Retrieval

Defense Against Adversarial Attacks Using Feature Scattering-based Adversarial Training

2019-07-24 · NeurIPS 2019 12 · Haichao Zhang, Jian-Yu Wang

We introduce a feature scattering-based adversarial training approach for improving model robustness against adversarial attacks. Conventional adversarial training approaches leverage a supervised scheme (either targeted…