中文
相关论文

相关论文: Low Frequency Adversarial Perturbation

200 篇论文

Adversarial machine learning is an emerging area showing the vulnerability of deep learning models. Exploring attack methods to challenge state of the art artificial intelligence (A.I.) models is an area of critical concern. The reliability…

计算机视觉与模式识别 · 计算机科学 2022-08-31 Samet Bayram , Kenneth Barner

Unlike the white-box counterparts that are widely studied and readily accessible, adversarial examples in black-box settings are generally more Herculean on account of the difficulty of estimating gradients. Many methods achieve the task by…

计算机视觉与模式识别 · 计算机科学 2019-06-12 Ziang Yan , Yiwen Guo , Changshui Zhang

Deep Neural Networks have been shown to be vulnerable to adversarial images. Conventional attacks strive for indistinguishable adversarial images with strictly restricted perturbations. Recently, researchers have moved to explore…

计算机视觉与模式识别 · 计算机科学 2023-06-19 Zhengyu Zhao , Zhuoran Liu , Martha Larson

Adversarial perturbations dramatically decrease the accuracy of state-of-the-art image classifiers. In this paper, we propose and analyze a simple and computationally efficient defense strategy: inject random Gaussian noise, discretize each…

机器学习 · 计算机科学 2019-03-27 Yuchen Zhang , Percy Liang

We propose a novel framework for real-time black-box universal attacks which disrupts activations of early convolutional layers in deep learning models. Our hypothesis is that perturbations produced in the wavelet space disrupt early…

计算机视觉与模式识别 · 计算机科学 2021-07-28 Alberto Santamaria-Pang , Jianwei Qiu , Aritra Chowdhury , James Kubricht , Peter Tu , Iyer Naresh , Nurali Virani

We focus on the problem of black-box adversarial attacks, where the aim is to generate adversarial examples for deep learning models solely based on information limited to output label~(hard label) to a queried data input. We propose a…

机器学习 · 计算机科学 2021-06-14 Satya Narayan Shukla , Anit Kumar Sahu , Devin Willmott , J. Zico Kolter

NLP researchers propose different word-substitute black-box attacks that can fool text classification models. In such attack, an adversary keeps sending crafted adversarial queries to the target model until it can successfully achieve the…

计算与语言 · 计算机科学 2022-06-13 Tianle Li , Yi Yang

For black-box attacks, the gap between the substitute model and the victim model is usually large, which manifests as a weak attack performance. Motivated by the observation that the transferability of adversarial examples can be improved…

计算机视觉与模式识别 · 计算机科学 2022-07-13 Yuyang Long , Qilong Zhang , Boheng Zeng , Lianli Gao , Xianglong Liu , Jian Zhang , Jingkuan Song

Recent works show that deep neural networks trained on image classification dataset bias towards textures. Those models are easily fooled by applying small high-frequency perturbations to clean images. In this paper, we learn robust image…

计算机视觉与模式识别 · 计算机科学 2019-09-04 Zhendong Zhang , Cheolkon Jung , Xiaolong Liang

We propose a new adversarial attack to Deep Neural Networks for image classification. Different from most existing attacks that directly perturb input pixels, our attack focuses on perturbing abstract features, more specifically, features…

机器学习 · 计算机科学 2020-12-17 Qiuling Xu , Guanhong Tao , Siyuan Cheng , Xiangyu Zhang

In the literature on adversarial examples, white box and black box attacks have received the most attention. The adversary is assumed to have either full (white) or no (black) access to the defender's model. In this work, we focus on the…

机器学习 · 计算机科学 2022-03-22 Shi Hu , Eric Nalisnick , Max Welling

While convolutional neural networks (CNNs) have achieved success in computer vision tasks, it is vulnerable to backdoor attacks. Such attacks could mislead the victim model to make attacker-chosen prediction with a specific trigger pattern.…

计算机视觉与模式识别 · 计算机科学 2024-03-07 Yanqi Qiao , Dazhuang Liu , Rui Wang , Kaitai Liang

Recent research has found that neural networks are vulnerable to several types of adversarial attacks, where the input samples are modified in such a way that the model produces a wrong prediction that misclassifies the adversarial sample.…

机器学习 · 计算机科学 2022-10-07 Jary Pomponi , Simone Scardapane , Aurelio Uncini

Advancements in diffusion models have enabled effortless image editing via text prompts, raising concerns about image security. Attackers with access to user images can exploit these tools for malicious edits. Recent defenses attempt to…

计算机视觉与模式识别 · 计算机科学 2025-08-04 Aniruddha Bala , Rohit Chowdhury , Rohan Jaiswal , Siddharth Roheda

Despite recent advancements, deep neural networks are not robust against adversarial perturbations. Many of the proposed adversarial defense approaches use computationally expensive training mechanisms that do not scale to complex…

计算机视觉与模式识别 · 计算机科学 2021-04-22 Nikhil Kapoor , Andreas Bär , Serin Varghese , Jan David Schneider , Fabian Hüger , Peter Schlicht , Tim Fingscheidt

Convolutional Neural Networks have achieved significant success across multiple computer vision tasks. However, they are vulnerable to carefully crafted, human-imperceptible adversarial noise patterns which constrain their deployment in…

计算机视觉与模式识别 · 计算机科学 2020-01-08 Aamir Mustafa , Salman H. Khan , Munawar Hayat , Jianbing Shen , Ling Shao

Deep neural networks are highly vulnerable to adversarial examples, which imposes severe security issues for these state-of-the-art models. Many defense methods have been proposed to mitigate this problem. However, a lot of them depend on…

计算机视觉与模式识别 · 计算机科学 2019-10-02 Nader Asadi , AmirMohammad Sarfi , Mehrdad Hosseinzadeh , Sahba Tahsini , Mahdi Eftekhari

A plethora of recent work has shown that convolutional networks are not robust to adversarial images: images that are created by perturbing a sample from the data distribution as to maximize the loss on the perturbed example. In this work,…

计算机视觉与模式识别 · 计算机科学 2019-05-07 Abhimanyu Dubey , Laurens van der Maaten , Zeki Yalniz , Yixuan Li , Dhruv Mahajan

Failure cases of black-box deep learning, e.g. adversarial examples, might have severe consequences in healthcare. Yet such failures are mostly studied in the context of real-world images with calibrated attacks. To demystify the…

计算机视觉与模式识别 · 计算机科学 2018-11-14 David Kügler , Alexander Distergoft , Arjan Kuijper , Anirban Mukhopadhyay

Adversarial examples are maliciously tweaked images that can easily fool machine learning techniques, such as neural networks, but they are normally not visually distinguishable for human beings. One of the main approaches to solve this…

计算机视觉与模式识别 · 计算机科学 2018-09-11 Zukang Liao