paper-with-me

Papers

Django: Detecting Trojans in Object Detection Models via Gaussian Focus Calibration

2023-09-21 · NeurIPS 2023 11

Object detection models are vulnerable to backdoor or trojan attacks, where an attacker can inject malicious triggers into the model, leading to altered behavior during inference. As a defense mechanism, trigger inversion leverages optimization to reverse-engineer triggers and identify compromised models. While existing trigger inversion methods assume that each instance from the support set is equally affected by the injected trigger, we observe that the poison effect can vary significantly across bounding boxes in object detection models due to its dense prediction nature, leading to an undesired optimization objective misalignment issue for existing trigger reverse-engineering methods. To address this challenge, we propose the first object detection backdoor detection framework Django (Detecting Trojans in Object Detection Models via Gaussian Focus Calibration). It leverages a dynamic Gaussian weighting scheme that prioritizes more vulnerable victim boxes and assigns appropriate coefficients to calibrate the optimization objective during trigger inversion. In addition, we combine Django with a novel label proposal pre-processing technique to enhance its efficiency. We evaluate Django on 3 object detection image datasets, 3 model architectures, and 2 types of attacks, with a total of 168 models. Our experimental results show that Django outperforms 6 state-of-the-art baselines, with up to 38% accuracy improvement and 10x reduced overhead. The code is available at https://github.com/PurduePAML/DJGO.

📄 PDF Abstract BibTeX

Code (1)

purduepaml/djgo 공식 구현

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

SPICED: Syntactical Bug and Trojan Pattern Identification in A/MS Circuits using LLM-Enhanced Detection

2024-08-25 · Jayeeta Chaudhuri, Dhruv Thapar, Arjun Chaudhuri, Farshad Firouzi 외

Analog and mixed-signal (A/MS) integrated circuits (ICs) are crucial in modern electronics, playing key roles in signal processing, amplification, sensing, and power management. Many IC companies outsource manufacturing …

Anomaly DetectionLanguage ModellingLarge Language Model

Uncertainty-Aware Hardware Trojan Detection Using Multimodal Deep Learning

2024-01-15 · Rahul Vishwakarma, Amin Rezaei

The risk of hardware Trojans being inserted at various stages of chip production has increased in a zero-trust fabless era. To counter this, various machine learning solutions have been developed for the detection of har…

Decision MakingDeep LearningMultimodal Deep LearningUncertainty Quantification

TROJAN-GUARD: Hardware Trojans Detection Using GNN in RTL Designs

2025-06-22 · Kiran Thorat, Amit Hasan, Caiwen Ding, Zhijie Shi

Chip manufacturing is a complex process, and to achieve a faster time to market, an increasing number of untrusted third-party tools and designs from around the world are being utilized. The use of these untrusted third …

Graph Neural NetworkQuantization

Third-Party Hardware IP Assurance against Trojans through Supervised Learning and Post-processing

2021-11-29 · Pravin Gaikwad, Jonathan Cruz, Prabuddha Chakraborty, Swarup Bhunia 외

System-on-chip (SoC) developers increasingly rely on pre-verified hardware intellectual property (IP) blocks acquired from untrusted third-party vendors. These IPs might contain hidden malicious functionalities or hardwa…

BIG-bench Machine Learning

DETERRENT: Detecting Trojans using Reinforcement Learning

2022-08-26 · Vasudev Gohil, Satwik Patnaik, Hao Guo, Dileep Kalathil 외

Insertion of hardware Trojans (HTs) in integrated circuits is a pernicious threat. Since HTs are activated under rare trigger conditions, detecting them using random logic simulations is infeasible. In this work, we desi…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)