paper-with-me

홈 › Papers

Detecting Backdoors in Neural Networks Using Novel Feature-Based Anomaly Detection

2020-11-04 · Hao Fu, Akshaj Kumar Veldanda, Prashanth Krishnamurthy, Siddharth Garg, Farshad Khorrami

This paper proposes a new defense against neural network backdooring attacks that are maliciously trained to mispredict in the presence of attacker-chosen triggers. Our defense is based on the intuition that the feature extraction layers of a backdoored network embed new features to detect the presence of a trigger and the subsequent classification layers learn to mispredict when triggers are detected. Therefore, to detect backdoors, the proposed defense uses two synergistic anomaly detectors trained on clean validation data: the first is a novelty detector that checks for anomalous features, while the second detects anomalous mappings from features to outputs by comparing with a separate classifier trained on validation data. The approach is evaluated on a wide range of backdoored networks (with multiple variations of triggers) that successfully evade state-of-the-art defenses. Additionally, we evaluate the robustness of our approach on imperceptible perturbations, scalability on large-scale datasets, and effectiveness under domain shift. This paper also shows that the defense can be further improved using data augmentation.

📄 PDF Abstract BibTeX arXiv:2011.02526

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionData Augmentation

Similar Papers 제목 키워드 기반

Mechanistic Anomaly Detection via Functional Attribution

2026-04-21 · Hugo Lyons Keenan, Christopher Leckie, Sarah Erfani arxiv

We can often verify the correctness of neural network outputs using ground truth labels, but we cannot reliably determine whether the output was produced by normal or anomalous internal mechanisms. Mechanistic anomaly de…

Anomaly Detection

Detecting and Eliminating Neural Network Backdoors Through Active Paths with Application to Intrusion Detection

2026-03-11 · Eirik Høyheim, Magnus Wiik Eckhoff, Gudmund Grov, Robert Flood 외 arxiv

Machine learning backdoors have the property that the machine learning model should work as expected on normal inputs, but when the input contains a specific $\textit{trigger}$, it behaves as the attacker desires. Detect…

Intrusion Detection

On Accurate and Reliable Anomaly Detection for Gas Turbine Combustors: A Deep Learning Approach

2019-08-25 · Weizhong Yan, Lijie Yu

Monitoring gas turbine combustors health, in particular, early detecting abnormal behaviors and incipient faults, is critical in ensuring gas turbines operating efficiently and in preventing costly unplanned maintenance.…

Anomaly DetectionDeep Learning

CLIBE: Detecting Dynamic Backdoors in Transformer-based NLP Models

2024-09-02 · Rui Zeng, Xi Chen, Yuwen Pu, Xuhong Zhang 외

Backdoors can be injected into NLP models to induce misbehavior when the input text contains a specific feature, known as a trigger, which the attacker secretly selects. Unlike fixed words, phrases, or sentences used in …

Text ClassificationText Generation

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