paper-with-me

Papers

Rectifying Adversarial Examples Using Their Vulnerabilities

2026-01-01 · Fumiya Morimoto, Ryuto Morita, Satoshi Ono arxiv

Deep neural network-based classifiers are prone to errors when processing adversarial examples (AEs). AEs are minimally perturbed input data undetectable to humans posing significant risks to security-dependent applications. Hence, extensive research has been undertaken to develop defense mechanisms that mitigate their threats. Most existing methods primarily focus on discriminating AEs based on the input sample features, emphasizing AE detection without addressing the correct sample categorization before an attack. While some tasks may only require mere rejection on detected AEs, others necessitate identifying the correct original input category such as traffic sign recognition in autonomous driving. The objective of this study is to propose a method for rectifying AEs to estimate the correct labels of their original inputs. Our method is based on re-attacking AEs to move them beyond the decision boundary for accurate label prediction, effectively addressing the issue of rectifying minimally perceptible AEs created using white-box attack methods. However, challenge remains with respect to effectively rectifying AEs produced by black-box attacks at a distance from the boundary, or those misclassified into low-confidence categories by targeted attacks. By adopting a straightforward approach of only considering AEs as inputs, the proposed method can address diverse attacks while avoiding the requirement of parameter adjustments or preliminary training. Results demonstrate that the proposed method exhibits consistent performance in rectifying AEs generated via various attack methods, including targeted and black-box attacks. Moreover, it outperforms conventional rectification and input transformation methods in terms of stability against various attacks.

📄 PDF Abstract BibTeX arXiv:2601.00270

Code (0)

등록된 구현이 없습니다.

Tasks

Traffic Sign RecognitionAutonomous Driving

Similar Papers 제목 키워드 기반

Exposing LLM Vulnerabilities: Adversarial Scam Detection and Performance

2024-12-01 · Chen-Wei Chang, Shailik Sarkar, Shutonu Mitra, Qi Zhang 외

Can we trust Large Language Models (LLMs) to accurately predict scam? This paper investigates the vulnerabilities of LLMs when facing adversarial scam messages for the task of scam detection. We addressed this issue by c…

Understanding Adversarial Examples Through Deep Neural Network's Response Surface and Uncertainty Regions

2021-06-30 · Juan Shu, Bowei Xi, Charles Kamhoua

Deep neural network (DNN) is a popular model implemented in many systems to handle complex tasks such as image classification, object recognition, natural language processing etc. Consequently DNN structural vulnerabilit…

Classificationimage-classificationImage ClassificationObject Recognition

Transcending Adversarial Perturbations: Manifold-Aided Adversarial Examples with Legitimate Semantics

2024-02-05 · Shuai Li, Xiaoyu Jiang, Xiaoguang Ma

Deep neural networks were significantly vulnerable to adversarial examples manipulated by malicious tiny perturbations. Although most conventional adversarial attacks ensured the visual imperceptibility between adversari…

On Adversarial Examples for Character-Level Neural Machine Translation

2018-06-23 · COLING 2018 8 · Javid Ebrahimi, Daniel Lowd, Dejing Dou

Evaluating on adversarial examples has become a standard procedure to measure robustness of deep learning models. Due to the difficulty of creating white-box adversarial examples for discrete text input, most analyses of…

Machine TranslationNMTTranslation

Evaluating the Vulnerabilities in ML systems in terms of adversarial attacks

2023-08-24 · John Harshith, Mantej Singh Gill, Madhan Jothimani

There have been recent adversarial attacks that are difficult to find. These new adversarial attacks methods may pose challenges to current deep learning cyber defense systems and could influence the future defense of cy…