paper-with-me

홈 › Papers

Adversarial Defense Through Network Profiling Based Path Extraction

2019-04-17 · CVPR 2019 6 · Yuxian Qiu, Jingwen Leng, Cong Guo, Quan Chen, Chao Li, Minyi Guo, Yuhao Zhu

Recently, researchers have started decomposing deep neural network models according to their semantics or functions. Recent work has shown the effectiveness of decomposed functional blocks for defending adversarial attacks, which add small input perturbation to the input image to fool the DNN models. This work proposes a profiling-based method to decompose the DNN models to different functional blocks, which lead to the effective path as a new approach to exploring DNNs' internal organization. Specifically, the per-image effective path can be aggregated to the class-level effective path, through which we observe that adversarial images activate effective path different from normal images. We propose an effective path similarity-based method to detect adversarial images with an interpretable model, which achieve better accuracy and broader applicability than the state-of-the-art technique.

📄 PDF Abstract BibTeX arXiv:1904.08089

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Defense

Similar Papers 제목 키워드 기반

Detecting RAG Extraction Attack via Dual-Path Runtime Integrity Game

2026-04-12 · Yuanbo Xie, Yingjie Zhang, Yulin Li, Shouyou Song 외 arxiv

Retrieval-Augmented Generation (RAG) systems augment large language models with external knowledge, yet introduce a critical security vulnerability: RAG Knowledge Base Leakage, wherein adversarial prompts can induce the …

Test-time Adversarial Defense with Opposite Adversarial Path and High Attack Time Cost

2024-10-22 · Cheng-Han Yeh, Kuanchun Yu, Chun-Shien Lu

Deep learning models are known to be vulnerable to adversarial attacks by injecting sophisticated designed perturbations to input data. Training-time defenses still exhibit a significant performance gap between natural a…

Adversarial DefenseDenoising

Model Extraction and Defenses on Generative Adversarial Networks

2021-01-06 · Hailong Hu, Jun Pang

Model extraction attacks aim to duplicate a machine learning model through query access to a target model. Early studies mainly focus on discriminative models. Despite the success, model extraction attacks against genera…

modelModel extraction

Efficient Adversarial Malware Defense via Trust-Based Raw Override and Confidence-Adaptive Bit-Depth Reduction

2025-11-16 · Ayush Chaudhary, Sisir Doppalpudi arxiv

The deployment of robust malware detection systems in big data environments requires careful consideration of both security effectiveness and computational efficiency. While recent advances in adversarial defenses have d…

Computational EfficiencyAdversarial RobustnessMalware Detection

Analyzing the Noise Robustness of Deep Neural Networks

2020-01-26 · Kelei Cao, Mengchen Liu, Hang Su, Jing Wu 외

Adversarial examples, generated by adding small but intentionally imperceptible perturbations to normal examples, can mislead deep neural networks (DNNs) to make incorrect predictions. Although much work has been done on…

Adversarial Attack