中文
相关论文

相关论文: BadPart: Unified Black-box Adversarial Patch Attac…

200 篇论文

Deep learning has substantially boosted the performance of Monocular Depth Estimation (MDE), a critical component in fully vision-based autonomous driving (AD) systems (e.g., Tesla and Toyota). In this work, we develop an attack against…

计算机视觉与模式识别 · 计算机科学 2022-07-12 Zhiyuan Cheng , James Liang , Hongjun Choi , Guanhong Tao , Zhiwen Cao , Dongfang Liu , Xiangyu Zhang

Deep Learning has become popular due to its vast applications in almost all domains. However, models trained using deep learning are prone to failure for adversarial samples and carry a considerable risk in sensitive applications. Most of…

计算机视觉与模式识别 · 计算机科学 2024-05-13 Satyadwyoom Kumar , Saurabh Gupta , Arun Balaji Buduru

Adversarial attacks against monocular depth estimation (MDE) systems pose significant challenges, particularly in safety-critical applications such as autonomous driving. Existing patch-based adversarial attacks for MDE are confined to the…

计算机视觉与模式识别 · 计算机科学 2024-07-25 Chenxing Zhao , Yang Li , Shihao Wu , Wenyi Tan , Shuangju Zhou , Quan Pan

Monocular depth estimation (MDE) and semantic segmentation (SS) are crucial for the navigation and environmental interpretation of many autonomous driving systems. However, their vulnerability to practical adversarial attacks is a…

计算机视觉与模式识别 · 计算机科学 2024-08-28 Naufal Suryanto , Andro Aprila Adiputra , Ahmada Yusril Kadiptya , Yongsu Kim , Howon Kim

In recent years, deep learning-based Monocular Depth Estimation (MDE) models have been widely applied in fields such as autonomous driving and robotics. However, their vulnerability to backdoor attacks remains unexplored. To fill the gap in…

计算机视觉与模式识别 · 计算机科学 2025-05-23 Ji Guo , Long Zhou , Zhijin Wang , Jiaming He , Qiyang Song , Aiguo Chen , Wenbo Jiang

Adversarial patch is an important form of real-world adversarial attack that brings serious risks to the robustness of deep neural networks. Previous methods generate adversarial patches by either optimizing their perturbation values while…

计算机视觉与模式识别 · 计算机科学 2022-12-27 Xingxing Wei , Ying Guo , Jie Yu , Bo Zhang

Recent advances of deep learning have brought exceptional performance on many computer vision tasks such as semantic segmentation and depth estimation. However, the vulnerability of deep neural networks towards adversarial examples have…

计算机视觉与模式识别 · 计算机科学 2020-03-24 Ziqi Zhang , Xinge Zhu , Yingwei Li , Xiangqun Chen , Yao Guo

Recent advancements of neural networks lead to reliable monocular depth estimation. Monocular depth estimated techniques have the upper hand over traditional depth estimation techniques as it only needs one image during inference. Depth…

计算机视觉与模式识别 · 计算机科学 2020-06-01 Alwyn Mathew , Aditya Prakash Patra , Jimson Mathew

Deep learning models are used in safety-critical tasks such as automated driving and face recognition. However, small perturbations in the model input can significantly change the predictions. Adversarial attacks are used to identify small…

密码学与安全 · 计算机科学 2025-12-03 Issa Oe , Keiichiro Yamamura , Hiroki Ishikura , Ryo Hamahira , Katsuki Fujisawa

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

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

Deep neural networks are facing severe threats from adversarial attacks. Most existing black-box attacks fool target model by generating either global perturbations or local patches. However, both global perturbations and local patches…

计算机视觉与模式识别 · 计算机科学 2022-10-18 Chao Zhou , Yuan-Gen Wang , Guopu Zhu

Thanks to the excellent learning capability of deep convolutional neural networks (CNN), monocular depth estimation using CNNs has achieved great success in recent years. However, depth estimation from a monocular image alone is essentially…

计算机视觉与模式识别 · 计算机科学 2020-10-20 Koichiro Yamanaka , Ryutaroh Matsumoto , Keita Takahashi , Toshiaki Fujii

By adding human-imperceptible noise to clean images, the resultant adversarial examples can fool other unknown models. Features of a pixel extracted by deep neural networks (DNNs) are influenced by its surrounding regions, and different…

计算机视觉与模式识别 · 计算机科学 2020-12-03 Lianli Gao , Qilong Zhang , Jingkuan Song , Xianglong Liu , Heng Tao Shen

In this paper, we investigate the vulnerability of MDE to adversarial patches. We propose a novel \underline{S}tealthy \underline{A}dversarial \underline{A}ttacks on \underline{M}DE (SAAM) that compromises MDE by either corrupting the…

计算机视觉与模式识别 · 计算机科学 2023-12-21 Amira Guesmi , Muhammad Abdullah Hanif , Bassem Ouni , Muhammad Shafique

Adversarial attacks on deep learning models have received increased attention in recent years. Work in this area has mostly focused on gradient-based techniques, so-called 'white-box' attacks, where the attacker has access to the targeted…

计算机视觉与模式识别 · 计算机科学 2025-10-21 Raz Lapid , Eylon Mizrahi , Moshe Sipper

In recent times, monocular depth estimation (MDE) has experienced significant advancements in performance, largely attributed to the integration of innovative architectures, i.e., convolutional neural networks (CNNs) and Transformers.…

计算机视觉与模式识别 · 计算机科学 2024-08-06 Amira Guesmi , Muhammad Abdullah Hanif , Ihsen Alouani , Muhammad Shafique

Deep neural networks (DNNs) are known for their vulnerability to adversarial examples. These are examples that have undergone small, carefully crafted perturbations, and which can easily fool a DNN into making misclassifications at test…

机器学习 · 计算机科学 2019-07-01 Linxi Jiang , Xingjun Ma , Shaoxiang Chen , James Bailey , Yu-Gang Jiang

This paper proposes an adversarial attack method to deep neural networks (DNNs) for monocular depth estimation, i.e., estimating the depth from a single image. Single image depth estimation has improved drastically in recent years due to…

计算机视觉与模式识别 · 计算机科学 2024-07-09 Renya Daimo , Satoshi Ono , Takahiro Suzuki

The adversarial patch attack aims to fool image classifiers within a bounded, contiguous region of arbitrary changes, posing a real threat to computer vision systems (e.g., autonomous driving, content moderation, biometric authentication,…

计算机视觉与模式识别 · 计算机科学 2023-05-19 Di Yang , Yihao Huang , Qing Guo , Felix Juefei-Xu , Ming Hu , Yang Liu , Geguang Pu
‹ 上一页 1 2 3 10 下一页 ›