paper-with-me

홈 › Papers

An Adaptive Black-box Backdoor Detection Method for Deep Neural Networks

2022-04-08 · Xinqiao Zhang, Huili Chen, Ke Huang, Farinaz Koushanfar

With the surge of Machine Learning (ML), An emerging amount of intelligent applications have been developed. Deep Neural Networks (DNNs) have demonstrated unprecedented performance across various fields such as medical diagnosis and autonomous driving. While DNNs are widely employed in security-sensitive fields, they are identified to be vulnerable to Neural Trojan (NT) attacks that are controlled and activated by stealthy triggers. In this paper, we target to design a robust and adaptive Trojan detection scheme that inspects whether a pre-trained model has been Trojaned before its deployment. Prior works are oblivious of the intrinsic property of trigger distribution and try to reconstruct the trigger pattern using simple heuristics, i.e., stimulating the given model to incorrect outputs. As a result, their detection time and effectiveness are limited. We leverage the observation that the pixel trigger typically features spatial dependency and propose the first trigger approximation based black-box Trojan detection framework that enables a fast and scalable search of the trigger in the input space. Furthermore, our approach can also detect Trojans embedded in the feature space where certain filter transformations are used to activate the Trojan. We perform extensive experiments to investigate the performance of our approach across various datasets and ML models. Empirical results show that our approach achieves a ROC-AUC score of 0.93 on the public TrojAI dataset. Our code can be found at https://github.com/xinqiaozhang/adatrojan

📄 PDF Abstract BibTeX arXiv:2204.04329

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingMedical Diagnosis

Similar Papers 제목 키워드 기반

BlackMirror: Black-Box Backdoor Detection for Text-to-Image Models via Instruction-Response Deviation

2026-03-06 · Feiran Li, Qianqian Xu, Shilong Bao, Zhiyong Yang 외 arxiv

This paper investigates the challenging task of detecting backdoored text-to-image models under black-box settings and introduces a novel detection framework BlackMirror. Existing approaches typically rely on analyzing i…

AEVA: Black-box Backdoor Detection Using Adversarial Extreme Value Analysis

2021-10-28 · ICLR 2022 4 · Junfeng Guo, Ang Li, Cong Liu

Deep neural networks (DNNs) are proved to be vulnerable against backdoor attacks. A backdoor is often embedded in the target DNNs through injecting a backdoor trigger into training examples, which can cause the target DN…

Black-box Detection of Backdoor Attacks with Limited Information and Data

2021-03-24 · ICCV 2021 10 · Yinpeng Dong, Xiao Yang, Zhijie Deng, Tianyu Pang 외

Although deep neural networks (DNNs) have made rapid progress in recent years, they are vulnerable in adversarial environments. A malicious backdoor could be embedded in a model by poisoning the training dataset, whose i…

Prompting the Unseen: Detecting Hidden Backdoors in Black-Box Models

2024-11-14 · Zi-Xuan Huang, Jia-Wei Chen, Zhi-Peng Zhang, Chia-Mu Yu

Visual prompting (VP) is a new technique that adapts well-trained frozen models for source domain tasks to target domain tasks. This study examines VP's benefits for black-box model-level backdoor detection. The visual p…

Visual Prompting

Test-Time Backdoor Detection for Object Detection Models

2025-03-19 · CVPR 2025 1 · Hangtao Zhang, Yichen Wang, Shihui Yan, Chenyu Zhu 외

Object detection models are vulnerable to backdoor attacks, where attackers poison a small subset of training samples by embedding a predefined trigger to manipulate prediction. Detecting poisoned samples (i.e., those co…

image-classificationImage ClassificationObjectobject-detection+1