paper-with-me

Papers

Filtered-ViT: A Robust Defense Against Multiple Adversarial Patch Attacks

2025-11-11 · Aja Khanal, Ahmed Faid, Apurva Narayan arxiv

Deep learning vision systems are increasingly deployed in safety-critical domains such as healthcare, yet they remain vulnerable to small adversarial patches that can trigger misclassifications. Most existing defenses assume a single patch and fail when multiple localized disruptions occur, the type of scenario adversaries and real-world artifacts often exploit. We propose Filtered-ViT, a new vision transformer architecture that integrates SMART Vector Median Filtering (SMART-VMF), a spatially adaptive, multi-scale, robustness-aware mechanism that enables selective suppression of corrupted regions while preserving semantic detail. On ImageNet with LaVAN multi-patch attacks, Filtered-ViT achieves 79.8% clean accuracy and 46.3% robust accuracy under four simultaneous 1\% patches, outperforming existing defenses. Beyond synthetic benchmarks, a real-world case study on radiographic medical imagery shows that Filtered-ViT mitigates natural artifacts such as occlusions and scanner noise without degrading diagnostic content. This establishes Filtered-ViT as the first transformer to demonstrate unified robustness against both adversarial and naturally occurring patch-like disruptions, charting a path toward reliable vision systems in truly high-stakes environments.

📄 PDF Abstract BibTeX arXiv:2511.07755

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Single Set of Adversarial Clothes Breaks Multiple Defense Methods in the Physical World

2025-10-20 · Wei Zhang, Zhanhao Hu, Xiao Li, Xiaopei Zhu 외 arxiv

In recent years, adversarial attacks against deep learning-based object detectors in the physical world have attracted much attention. To defend against these attacks, researchers have proposed various defense methods ag…

Adversarial Defense

Certified Defenses for Adversarial Patches

2020-03-14 · ICLR 2020 1 · Ping-Yeh Chiang, Renkun Ni, Ahmed Abdelkader, Chen Zhu 외

Adversarial patch attacks are among one of the most practical threat models against real-world computer vision systems. This paper studies certified and empirical defenses against patch attacks. We begin with a set of ex…

Minority Reports Defense: Defending Against Adversarial Patches

2020-04-28 · Michael McCoyd, Won Park, Steven Chen, Neil Shah 외

Deep learning image classification is vulnerable to adversarial attack, even if the attacker changes just a small patch of the image. We propose a defense against patch attacks based on partially occluding the image arou…

Adversarial AttackGeneral Classificationimage-classificationImage Classification

Defending against Patch-Based and Texture-Based Adversarial Attacks with Spectral Decomposition

2026-04-12 · Wei Zhang, Xinyu Chang, Xiao Li, Yiming Zhu 외 arxiv

Adversarial examples present significant challenges to the security of Deep Neural Network (DNN) applications. Specifically, there are patch-based and texture-based attacks that are usually used to craft physical-world a…

PatchGuard: A Provably Robust Defense against Adversarial Patches via Small Receptive Fields and Masking

2020-05-17 · Chong Xiang, Arjun Nitin Bhagoji, Vikash Sehwag, Prateek Mittal

Localized adversarial patches aim to induce misclassification in machine learning models by arbitrarily modifying pixels within a restricted region of an image. Such attacks can be realized in the physical world by attac…