中文
相关论文

相关论文: FSPGD: Rethinking Black-box Attacks on Semantic Se…

200 篇论文

While neural networks allow highly accurate predictions in many tasks, their lack of robustness towards even slight input perturbations often hampers their deployment. Adversarial attacks such as the seminal projected gradient descent (PGD)…

计算机视觉与模式识别 · 计算机科学 2024-07-09 Shashank Agnihotri , Steffen Jung , Margret Keuper

Transferability of adversarial examples on image classification has been systematically explored, which generates adversarial examples in black-box mode. However, the transferability of adversarial examples on semantic segmentation has been…

计算机视觉与模式识别 · 计算机科学 2023-12-06 Xiaojun Jia , Jindong Gu , Yihao Huang , Simeng Qin , Qing Guo , Yang Liu , Xiaochun Cao

The transferability of adversarial examples poses a significant security challenge for deep neural networks, which can be attacked without knowing anything about them. In this paper, we propose a new Segmented Gaussian Pyramid (SGP) attack…

计算机视觉与模式识别 · 计算机科学 2025-07-03 Zihong Guo , Chen Wan , Yayin Zheng , Hailing Kuang , Xiaohai Lu

Deep neural network-based image classifications are vulnerable to adversarial perturbations. The image classifications can be easily fooled by adding artificial small and imperceptible perturbations to input images. As one of the most…

计算机视觉与模式识别 · 计算机科学 2023-08-16 Jindong Gu , Hengshuang Zhao , Volker Tresp , Philip Torr

Adversarial attacks have become a well-explored domain, frequently serving as evaluation baselines for model robustness. Among these, black-box attacks based on transferability have received significant attention due to their practical…

机器学习 · 计算机科学 2025-05-26 Chun Tong Lei , Zhongliang Guo , Hon Chung Lee , Minh Quoc Duong , Chun Pong Lau

Despite recent success on various tasks, deep learning techniques still perform poorly on adversarial examples with small perturbations. While optimization-based methods for adversarial attacks are well-explored in the field of computer…

计算与语言 · 计算机科学 2023-06-09 Lifan Yuan , Yichi Zhang , Yangyi Chen , Wei Wei

Deep neural networks have shown to be very vulnerable to adversarial examples crafted by adding human-imperceptible perturbations to benign inputs. After achieving impressive attack success rates in the white-box setting, more focus is…

计算机视觉与模式识别 · 计算机科学 2022-04-26 Xu Han , Anmin Liu , Yifeng Xiong , Yanbo Fan , Kun He

The vulnerability of deep neural networks to adversarial examples has drawn tremendous attention from the community. Three approaches, optimizing standard objective functions, exploiting attention maps, and smoothing decision surfaces, are…

机器学习 · 计算机科学 2022-05-27 Yi Huang , Adams Wai-Kin Kong

We present a new method for black-box adversarial attack. Unlike previous methods that combined transfer-based and scored-based methods by using the gradient or initialization of a surrogate white-box model, this new method tries to learn a…

机器学习 · 计算机科学 2020-01-07 Zhichao Huang , Tong Zhang

In recent years, Deep Learning(DL) techniques have been extensively deployed for computer vision tasks, particularly visual classification problems, where new algorithms reported to achieve or even surpass the human performance. While many…

计算机视觉与模式识别 · 计算机科学 2020-01-22 Dou Goodman

We propose new, more efficient targeted white-box attacks against deep neural networks. Our attacks better align with the attacker's goal: (1) tricking a model to assign higher probability to the target class than to any other class, while…

机器学习 · 计算机科学 2022-06-22 Weiran Lin , Keane Lucas , Lujo Bauer , Michael K. Reiter , Mahmood Sharif

Deep neural networks are known to be vulnerable to adversarial examples crafted by adding human-imperceptible perturbations to the benign input. After achieving nearly 100% attack success rates in white-box setting, more focus is shifted to…

计算机视觉与模式识别 · 计算机科学 2023-07-07 Xu Han , Anmin Liu , Chenxuan Yao , Yanbo Fan , Kun He

We investigate adversarial-sample generation methods from a frequency domain perspective and extend standard $l_{\infty}$ Projected Gradient Descent (PGD) to the frequency domain. The resulting method, which we call Spectral Projected…

机器学习 · 计算机科学 2020-10-14 Hans Shih-Han Wang , Cory Cornelius , Brandon Edwards , Jason Martin

Existing black-box attacks on deep neural networks (DNNs) so far have largely focused on transferability, where an adversarial instance generated for a locally trained model can "transfer" to attack other learning models. In this paper, we…

机器学习 · 计算机科学 2017-12-29 Arjun Nitin Bhagoji , Warren He , Bo Li , Dawn Song

It has been well demonstrated that adversarial examples, i.e., natural images with visually imperceptible perturbations added, generally exist for deep networks to fail on image classification. In this paper, we extend adversarial examples…

计算机视觉与模式识别 · 计算机科学 2017-07-24 Cihang Xie , Jianyu Wang , Zhishuai Zhang , Yuyin Zhou , Lingxi Xie , Alan Yuille

Segmentation models exhibit significant vulnerability to adversarial examples in white-box settings, but existing adversarial attack methods often show poor transferability across different segmentation models. While some researchers have…

计算机视觉与模式识别 · 计算机科学 2025-10-13 Yufei Song , Ziqi Zhou , Qi Lu , Hangtao Zhang , Yifan Hu , Lulu Xue , Shengshan Hu , Minghui Li , Leo Yu Zhang

Deep neural networks are vulnerable to adversarial examples, which are crafted by adding human-imperceptible perturbations to original images. Most existing adversarial attack methods achieve nearly 100% attack success rates under the…

计算机视觉与模式识别 · 计算机科学 2022-04-15 Guoqiu Wang , Huanqian Yan , Ying Guo , Xingxing Wei

To enable learning on edge devices with fast convergence and low memory, we present a novel backpropagation-free optimization algorithm dubbed Target Projection Stochastic Gradient Descent (tpSGD). tpSGD generalizes direct random target…

机器学习 · 计算机科学 2022-09-19 Michael Lomnitz , Zachary Daniels , David Zhang , Michael Piacentino

Adversarial perturbations can deceive neural networks by adding small, imperceptible noise to the input. Recent object trackers with transformer backbones have shown strong performance on tracking datasets, but their adversarial robustness…

计算机视觉与模式识别 · 计算机科学 2024-11-27 Fatemeh Nourilenjan Nokabadi , Yann Batiste Pequignot , Jean-Francois Lalonde , Christian Gagné

Neural networks are known to be susceptible to adversarial samples: small variations of natural examples crafted to deliberately mislead the models. While they can be easily generated using gradient-based techniques in digital and physical…

计算机视觉与模式识别 · 计算机科学 2024-01-18 Haotian Xue , Alexandre Araujo , Bin Hu , Yongxin Chen
‹ 上一页 1 2 3 10 下一页 ›