中文
相关论文

相关论文: RPATTACK: Refined Patch Attack on General Object D…

200 篇论文

Object detectors have emerged as an indispensable module in modern computer vision systems. In this work, we propose DPatch -- a black-box adversarial-patch-based attack towards mainstream object detectors (i.e. Faster R-CNN and YOLO).…

计算机视觉与模式识别 · 计算机科学 2019-04-25 Xin Liu , Huanrui Yang , Ziwei Liu , Linghao Song , Hai Li , Yiran Chen

Recently, deep neural networks (DNNs) have been widely and successfully used in Object Detection, e.g. Faster RCNN, YOLO, CenterNet. However, recent studies have shown that DNNs are vulnerable to adversarial attacks. Adversarial attacks…

计算机视觉与模式识别 · 计算机科学 2020-10-23 Shudeng Wu , Tao Dai , Shu-Tao Xia

Adversarial attacks against deep learning-based object detectors (ODs) have been studied extensively in the past few years. These attacks cause the model to make incorrect predictions by placing a patch containing an adversarial pattern on…

机器学习 · 计算机科学 2022-11-17 Avishag Shapira , Ron Bitton , Dan Avraham , Alon Zolfi , Yuval Elovici , Asaf Shabtai

Recent research shows that neural networks models used for computer vision (e.g., YOLO and Fast R-CNN) are vulnerable to adversarial evasion attacks. Most of the existing real-world adversarial attacks against object detectors use an…

密码学与安全 · 计算机科学 2020-10-27 Shahar Hoory , Tzvika Shapira , Asaf Shabtai , Yuval Elovici

This paper discusses the attack feasibility of Remote Adversarial Patch (RAP) targeting face detectors. The RAP that targets face detectors is similar to the RAP that targets general object detectors, but the former has multiple issues in…

计算机视觉与模式识别 · 计算机科学 2024-12-12 Masora Okano , Koichi Ito , Masakatsu Nishigaki , Tetsushi Ohki

In this paper, we demonstrate a physical adversarial patch attack against object detectors, notably the YOLOv3 detector. Unlike previous work on physical object detection attacks, which required the patch to overlap with the objects being…

计算机视觉与模式识别 · 计算机科学 2019-07-01 Mark Lee , Zico Kolter

The security of object detection systems has attracted increasing attention, especially when facing adversarial patch attacks. Since patch attacks change the pixels in a restricted area on objects, they are easy to implement in the physical…

计算机视觉与模式识别 · 计算机科学 2021-03-17 Nan Ji , YanFei Feng , Haidong Xie , Xueshuang Xiang , Naijin Liu

Adversarial attacks pose a significant threat to the robustness and reliability of machine learning systems, particularly in computer vision applications. This study investigates the performance of adversarial patches for the YOLO object…

计算机视觉与模式识别 · 计算机科学 2024-11-27 Jakob Shack , Katarina Petrovic , Olga Saukh

The recent COCO object detection dataset presents several new challenges for object detection. In particular, it contains objects at a broad range of scales, less prototypical images, and requires more precise localization. To address these…

计算机视觉与模式识别 · 计算机科学 2016-08-09 Sergey Zagoruyko , Adam Lerer , Tsung-Yi Lin , Pedro O. Pinheiro , Sam Gross , Soumith Chintala , Piotr Dollár

Object detection plays a key role in many security-critical systems. Adversarial patch attacks, which are easy to implement in the physical world, pose a serious threat to state-of-the-art object detectors. Developing reliable defenses for…

计算机视觉与模式识别 · 计算机科学 2022-05-03 Jiang Liu , Alexander Levine , Chun Pong Lau , Rama Chellappa , Soheil Feizi

Many recent studies have shown that deep neural models are vulnerable to adversarial samples: images with imperceptible perturbations, for example, can fool image classifiers. In this paper, we present the first type-specific approach to…

计算机视觉与模式识别 · 计算机科学 2021-08-24 Omid Mohamad Nezami , Akshay Chaturvedi , Mark Dras , Utpal Garain

Object detectors, which are widely deployed in security-critical systems such as autonomous vehicles, have been found vulnerable to patch hiding attacks. An attacker can use a single physically-realizable adversarial patch to make the…

计算机视觉与模式识别 · 计算机科学 2023-01-02 Chong Xiang , Alexander Valtchanov , Saeed Mahloujifar , Prateek Mittal

Adversarial patch-based attacks aim to fool a neural network with an intentionally generated noise, which is concentrated in a particular region of an input image. In this work, we perform an in-depth analysis of different patch generation…

计算机视觉与模式识别 · 计算机科学 2022-12-23 Svetlana Pavlitskaya , Jonas Hendl , Sebastian Kleim , Leopold Müller , Fabian Wylczoch , J. Marius Zöllner

The widespread adoption of computer vision systems has underscored their susceptibility to adversarial attacks, particularly adversarial patch attacks on object detectors. This study evaluates defense mechanisms for the YOLOv5 model against…

计算机视觉与模式识别 · 计算机科学 2025-06-30 Roie Kazoom , Raz Birman , Ofer Hadar

Advanced Patch Attacks (PAs) on object detection in natural images have pointed out the great safety vulnerability in methods based on deep neural networks. However, little attention has been paid to this topic in Optical Remote Sensing…

计算机视觉与模式识别 · 计算机科学 2023-07-19 Xuxiang Sun , Gong Cheng , Lei Pei , Hongda Li , Junwei Han

Deep neural networks (DNNs) have revolutionized the field of computer vision like object detection with their unparalleled performance. However, existing research has shown that DNNs are vulnerable to adversarial attacks. In the physical…

密码学与安全 · 计算机科学 2024-06-26 Zijin Lin , Yue Zhao , Kai Chen , Jinwen He

Deep neural networks (DNNs) are vulnerable to adversarial attacks. In particular, object detectors may be attacked by applying a particular adversarial patch to the image. However, because the patch shrinks during preprocessing, most…

计算机视觉与模式识别 · 计算机科学 2022-05-12 Xiaochun Lei , Chang Lu , Zetao Jiang , Zhaoting Gong , Xiang Cai , Linjun Lu

We present region-based, fully convolutional networks for accurate and efficient object detection. In contrast to previous region-based detectors such as Fast/Faster R-CNN that apply a costly per-region subnetwork hundreds of times, our…

计算机视觉与模式识别 · 计算机科学 2023-12-12 Jifeng Dai , Yi Li , Kaiming He , Jian Sun

Neural architectures based on attention such as vision transformers are revolutionizing image recognition. Their main benefit is that attention allows reasoning about all parts of a scene jointly. In this paper, we show how the global…

计算机视觉与模式识别 · 计算机科学 2022-03-28 Giulio Lovisotto , Nicole Finnie , Mauricio Munoz , Chaithanya Kumar Mummadi , Jan Hendrik Metzen

State-of-the-art object detectors are vulnerable to localized patch hiding attacks, where an adversary introduces a small adversarial patch to make detectors miss the detection of salient objects. The patch attacker can carry out a…

计算机视觉与模式识别 · 计算机科学 2021-10-28 Chong Xiang , Prateek Mittal
‹ 上一页 1 2 3 10 下一页 ›