paper-with-me

Papers

Universal and Efficient Detection of Adversarial Data through Nonuniform Impact on Network Layers

2025-06-25 · Furkan Mumcu, Yasin Yilmaz

Deep Neural Networks (DNNs) are notoriously vulnerable to adversarial input designs with limited noise budgets. While numerous successful attacks with subtle modifications to original input have been proposed, defense techniques against these attacks are relatively understudied. Existing defense approaches either focus on improving DNN robustness by negating the effects of perturbations or use a secondary model to detect adversarial data. Although equally important, the attack detection approach, which is studied in this work, provides a more practical defense compared to the robustness approach. We show that the existing detection methods are either ineffective against the state-of-the-art attack techniques or computationally inefficient for real-time processing. We propose a novel universal and efficient method to detect adversarial examples by analyzing the varying degrees of impact of attacks on different DNN layers. {Our method trains a lightweight regression model that predicts deeper-layer features from early-layer features, and uses the prediction error to detect adversarial samples.} Through theoretical arguments and extensive experiments, we demonstrate that our detection method is highly effective, computationally efficient for real-time processing, compatible with any DNN architecture, and applicable across different domains, such as image, video, and audio.

📄 PDF Abstract BibTeX arXiv:2506.20816

Code (1)

furkanmumcu/layer-regression 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Detection-Friendly Nonuniformity Correction: A Union Framework for Infrared UAVTarget Detection

2025-04-05 · Houzhang Fang, Xiaolin Wang, Zengyang Li, Lu Wang 외

Infrared unmanned aerial vehicle (UAV) images captured using thermal detectors are often affected by temperature dependent low-frequency nonuniformity, which significantly reduces the contrast of the images. Detecting UA…

parameter estimation

Detection-Friendly Nonuniformity Correction: A Union Framework for Infrared UAV Target Detection

2025-01-01 · CVPR 2025 1 · Houzhang Fang, Xiaolin Wang, Zengyang Li, Lu Wang 외

Infrared unmanned aerial vehicle (UAV) images captured using thermal detectors are often affected by temperature-dependent low-frequency nonuniformity, which significantly reduces the contrast of the images. Detectin…

parameter estimation

TREATED:Towards Universal Defense against Textual Adversarial Attacks

2021-09-13 · Bin Zhu, Zhaoquan Gu, Le Wang, Zhihong Tian

Recent work shows that deep neural networks are vulnerable to adversarial examples. Much work studies adversarial example generation, while very little work focuses on more critical adversarial defense. Existing adversar…

Adversarial Defense

Nonuniform-to-Uniform Quantization: Towards Accurate Quantization via Generalized Straight-Through Estimation

2021-11-29 · CVPR 2022 1 · Zechun Liu, Kwang-Ting Cheng, Dong Huang, Eric Xing 외

The nonuniform quantization strategy for compressing neural networks usually achieves better performance than its counterpart, i.e., uniform strategy, due to its superior representational capacity. However, many nonunifo…

Quantization

Detecting Adversarial Data via Provable Adversarial Noise Amplification

2026-05-04 · Furkan Mumcu, Yasin Yilmaz arxiv

The nonuniform and growing impact of adversarial noise across the layers of deep neural networks has been used in the literature, without a formal mathematical justification, to detect adversarial inputs and improve robu…

Adversarial Defense