paper-with-me

Papers

Consistent Attack: Universal Adversarial Perturbation on Embodied Vision Navigation

2022-06-12 · Chengyang Ying, You Qiaoben, Xinning Zhou, Hang Su, Wenbo Ding, Jianyong Ai

Embodied agents in vision navigation coupled with deep neural networks have attracted increasing attention. However, deep neural networks have been shown vulnerable to malicious adversarial noises, which may potentially cause catastrophic failures in Embodied Vision Navigation. Among different adversarial noises, universal adversarial perturbations (UAP), i.e., a constant image-agnostic perturbation applied on every input frame of the agent, play a critical role in Embodied Vision Navigation since they are computation-efficient and application-practical during the attack. However, existing UAP methods ignore the system dynamics of Embodied Vision Navigation and might be sub-optimal. In order to extend UAP to the sequential decision setting, we formulate the disturbed environment under the universal noise $\delta$, as a $\delta$-disturbed Markov Decision Process ($\delta$-MDP). Based on the formulation, we analyze the properties of $\delta$-MDP and propose two novel Consistent Attack methods, named Reward UAP and Trajectory UAP, for attacking Embodied agents, which consider the dynamic of the MDP and calculate universal noises by estimating the disturbed distribution and the disturbed Q function. For various victim models, our Consistent Attack can cause a significant drop in their performance in the PointGoal task in Habitat with different datasets and different scenes. Extensive experimental results indicate that there exist serious potential risks for applying Embodied Vision Navigation methods to the real world.

📄 PDF Abstract BibTeX arXiv:2206.05751

Code (1)

yingchengyang/Consistent-Attack 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Adversarial Universal Stickers: Universal Perturbation Attacks on Traffic Sign using Stickers

2025-02-26 · Anthony Etim, Jakub Szefer

Adversarial attacks on deep learning models have proliferated in recent years. In many cases, a different adversarial perturbation is required to be added to each image to cause the deep learning model to misclassify it.…

Deep Learning

Universal Adversarial Attack on Deep Learning Based Prognostics

2021-09-15 · Arghya Basak, Pradeep Rathore, Sri Harsha Nistala, Sagar Srinivas 외

Deep learning-based time series models are being extensively utilized in engineering and manufacturing industries for process control and optimization, asset monitoring, diagnostic and predictive maintenance. These model…

Adversarial AttackDeep LearningDiagnosticregression+3

Generalizing Universal Adversarial Attacks Beyond Additive Perturbations

2020-10-15 · Yanghao Zhang, Wenjie Ruan, Fu Wang, Xiaowei Huang

The previous study has shown that universal adversarial attacks can fool deep neural networks over a large set of input images with a single human-invisible perturbation. However, current methods for universal adversaria…

Adversarial Attack

Doubly-Universal Adversarial Perturbations: Deceiving Vision-Language Models Across Both Images and Text with a Single Perturbation

2024-12-11 · Hee-Seon Kim, Minbeom Kim, Changick Kim

Large Vision-Language Models (VLMs) have demonstrated remarkable performance across multimodal tasks by integrating vision encoders with large language models (LLMs). However, these models remain vulnerable to adversaria…

Universalization of any adversarial attack using very few test examples

2020-05-18 · Sandesh Kamath, Amit Deshpande, K V Subrahmanyam, Vineeth N Balasubramanian

Deep learning models are known to be vulnerable not only to input-dependent adversarial attacks but also to input-agnostic or universal adversarial attacks. Dezfooli et al. \cite{Dezfooli17,Dezfooli17anal} construct univ…

Adversarial Attack