中文
相关论文

相关论文: Reproducibility Study on Adversarial Attacks Again…

200 篇论文

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é

Multi-Object Tracking (MOT) has achieved aggressive progress and derived many excellent deep learning trackers. Meanwhile, most deep learning models are known to be vulnerable to adversarial examples that are crafted with small…

计算机视觉与模式识别 · 计算机科学 2023-04-05 Delv Lin , Qi Chen , Chengyu Zhou , Kun He

Adversarial perturbations aim to deceive neural networks into predicting inaccurate results. For visual object trackers, adversarial attacks have been developed to generate perturbations by manipulating the outputs. However, transformer…

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

While deep convolutional neural networks (CNNs) are vulnerable to adversarial attacks, considerably few efforts have been paid to construct robust deep tracking algorithms against adversarial attacks. Current studies on adversarial attack…

计算机视觉与模式识别 · 计算机科学 2020-07-30 Shuai Jia , Chao Ma , Yibing Song , Xiaokang Yang

Recent years have witnessed significant advancements in deep learning-based 3D object detection, leading to its widespread adoption in numerous applications. As 3D object detectors become increasingly crucial for security-critical tasks, it…

计算机视觉与模式识别 · 计算机科学 2023-10-18 Yifan Zhang , Junhui Hou , Yixuan Yuan

In this work, we make two contributions towards understanding of in-context learning of linear models by transformers. First, we investigate the adversarial robustness of in-context learning in transformers to hijacking attacks -- a type of…

机器学习 · 计算机科学 2025-08-07 Usman Anwar , Johannes Von Oswald , Louis Kirsch , David Krueger , Spencer Frei

Object detection models are critical components of automated systems, such as autonomous vehicles and perception-based robots, but their sensitivity to adversarial attacks poses a serious security risk. Progress in defending these models…

计算机视觉与模式识别 · 计算机科学 2026-02-19 Alexis Winter , Jean-Vincent Martini , Romaric Audigier , Angelique Loesch , Bertrand Luvison

Recent advances in attention-based networks have shown that Vision Transformers can achieve state-of-the-art or near state-of-the-art results on many image classification tasks. This puts transformers in the unique position of being a…

计算机视觉与模式识别 · 计算机科学 2021-06-08 Kaleel Mahmood , Rigel Mahmood , Marten van Dijk

Recently, large pre-trained foundation models have become widely adopted by machine learning practitioners for a multitude of tasks. Given that such models are publicly available, relying on their use as backbone models for downstream tasks…

机器学习 · 计算机科学 2025-03-14 Brian Pulfer , Yury Belousov , Slava Voloshynovskiy

Deep learning has achieved great success in computer vision, but remains vulnerable to adversarial attacks. Adversarial training is the leading defense designed to improve model robustness. However, its effect on the transferability of…

计算机视觉与模式识别 · 计算机科学 2025-12-15 Mohamed Awad , Mahmoud Akrm , Walid Gomaa

In recent years, the trackers based on Siamese networks have emerged as highly effective and efficient for visual object tracking (VOT). While these methods were shown to be vulnerable to adversarial attacks, as most deep networks for…

计算机视觉与模式识别 · 计算机科学 2021-01-01 Krishna Kanth Nakka , Mathieu Salzmann

Recently, there has been a surge of interest and attention in Transformer-based structures, such as Vision Transformer (ViT) and Vision Multilayer Perceptron (VMLP). Compared with the previous convolution-based structures, the…

计算机视觉与模式识别 · 计算机科学 2023-09-26 Hao Cheng , Jinhao Duan , Hui Li , Lyutianyang Zhang , Jiahang Cao , Ping Wang , Jize Zhang , Kaidi Xu , Renjing Xu

Vision transformers rely on a patch token based self attention mechanism, in contrast to convolutional networks. We investigate fundamental differences between these two families of models, by designing a block sparsity based adversarial…

计算机视觉与模式识别 · 计算机科学 2021-10-12 Ameya Joshi , Gauri Jagatap , Chinmay Hegde

Today, the security of many domains rely on the use of Machine Learning to detect threats, identify vulnerabilities, and safeguard systems from attacks. Recently, transformer architectures have improved the state-of-the-art performance on a…

密码学与安全 · 计算机科学 2023-10-19 Kunyang Li , Kyle Domico , Jean-Charles Noirot Ferrand , Patrick McDaniel

Adversarial attacks insert small, imperceptible perturbations to input samples that cause large, undesired changes to the output of deep learning models. Despite extensive research on generating adversarial attacks and building defense…

机器学习 · 计算机科学 2023-06-27 Vyas Raina , Mark Gales

Visual tracking is adopted to extensive unmanned aerial vehicle (UAV)-related applications, which leads to a highly demanding requirement on the robustness of UAV trackers. However, adding imperceptible perturbations can easily fool the…

计算机视觉与模式识别 · 计算机科学 2022-03-04 Changhong Fu , Sihang Li , Xinnan Yuan , Junjie Ye , Ziang Cao , Fangqiang Ding

Vision transformers (ViTs) process input images as sequences of patches via self-attention; a radically different architecture than convolutional neural networks (CNNs). This makes it interesting to study the adversarial feature space of…

计算机视觉与模式识别 · 计算机科学 2022-03-04 Muzammal Naseer , Kanchana Ranasinghe , Salman Khan , Fahad Shahbaz Khan , Fatih Porikli

Adversarial attacks expose vulnerabilities of deep learning models by introducing minor perturbations to the input, which lead to substantial alterations in the output. Our research focuses on the impact of such adversarial attacks on…

计算与语言 · 计算机科学 2023-09-14 Pavel Burnyshev , Elizaveta Kostenok , Alexey Zaytsev

Adversarial training (AT) and its variants have spearheaded progress in improving neural network robustness to adversarial perturbations and common corruptions in the last few years. Algorithm design of AT and its variants are focused on…

机器学习 · 计算机科学 2022-06-15 Kaustubh Sridhar , Souradeep Dutta , Ramneet Kaur , James Weimer , Oleg Sokolsky , Insup Lee

The Vision Transformer has emerged as a powerful tool for image classification tasks, surpassing the performance of convolutional neural networks (CNNs). Recently, many researchers have attempted to understand the robustness of Transformers…

计算机视觉与模式识别 · 计算机科学 2023-12-18 Gihyun Kim , Juyeop Kim , Jong-Seok Lee
‹ 上一页 1 2 3 10 下一页 ›