paper-with-me

홈 › Papers

Towards Effective and Robust Neural Trojan Defenses via Input Filtering

2022-02-24 · Kien Do, Haripriya Harikumar, Hung Le, Dung Nguyen, Truyen Tran, Santu Rana, Dang Nguyen, Willy Susilo, Svetha Venkatesh

Trojan attacks on deep neural networks are both dangerous and surreptitious. Over the past few years, Trojan attacks have advanced from using only a single input-agnostic trigger and targeting only one class to using multiple, input-specific triggers and targeting multiple classes. However, Trojan defenses have not caught up with this development. Most defense methods still make inadequate assumptions about Trojan triggers and target classes, thus, can be easily circumvented by modern Trojan attacks. To deal with this problem, we propose two novel "filtering" defenses called Variational Input Filtering (VIF) and Adversarial Input Filtering (AIF) which leverage lossy data compression and adversarial learning respectively to effectively purify potential Trojan triggers in the input at run time without making assumptions about the number of triggers/target classes or the input dependence property of triggers. In addition, we introduce a new defense mechanism called "Filtering-then-Contrasting" (FtC) which helps avoid the drop in classification accuracy on clean data caused by "filtering", and combine it with VIF/AIF to derive new defenses of this kind. Extensive experimental results and ablation studies show that our proposed defenses significantly outperform well-known baseline defenses in mitigating five advanced Trojan attacks including two recent state-of-the-art while being quite robust to small amounts of training data and large-norm triggers.

📄 PDF Abstract BibTeX arXiv:2202.12154

Code (0)

등록된 구현이 없습니다.

Tasks

Data Compressioninput filteringVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

TrojanDec: Data-free Detection of Trojan Inputs in Self-supervised Learning

2025-01-07 · Yupei Liu, Yanting Wang, Jinyuan Jia

An image encoder pre-trained by self-supervised learning can be used as a general-purpose feature extractor to build downstream classifiers for various downstream tasks. However, many studies showed that an attacker can …

Self-Supervised Learning

Backdoor Attack through Frequency Domain

2021-11-22 · Tong Wang, Yuan YAO, Feng Xu, Shengwei An 외

Backdoor attacks have been shown to be a serious threat against deep learning systems such as biometric authentication and autonomous driving. An effective backdoor attack could enforce the model misbehave under certain …

Autonomous DrivingBackdoor Attack

An Adaptive Black-box Defense against Trojan Attacks (TrojDef)

2022-09-05 · Guanxiong Liu, Abdallah Khreishah, Fatima Sharadgah, Issa Khalil

Trojan backdoor is a poisoning attack against Neural Network (NN) classifiers in which adversaries try to exploit the (highly desirable) model reuse property to implant Trojans into model parameters for backdoor breaches…

Prediction

TrojanZoo: Towards Unified, Holistic, and Practical Evaluation of Neural Backdoors

2020-12-16 · Ren Pang, Zheng Zhang, Xiangshan Gao, Zhaohan Xi 외

Neural backdoors represent one primary threat to the security of deep learning systems. The intensive research has produced a plethora of backdoor attacks/defenses, resulting in a constant arms race. However, due to the …

MISA: Online Defense of Trojaned Models using Misattributions

2021-03-29 · Panagiota Kiourti, Wenchao Li, Anirban Roy, Karan Sikka 외

Recent studies have shown that neural networks are vulnerable to Trojan attacks, where a network is trained to respond to specially crafted trigger patterns in the inputs in specific and potentially malicious ways. This …

Traffic Sign Recognition