paper-with-me

Papers

DETERRENT: Detecting Trojans using Reinforcement Learning

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

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 design a reinforcement learning (RL) agent that circumvents the exponential search space and returns a minimal set of patterns that is most likely to detect HTs. Experimental results on a variety of benchmarks demonstrate the efficacy and scalability of our RL agent, which obtains a significant reduction ($169\times$) in the number of test patterns required while maintaining or improving coverage ($95.75\%$) compared to the state-of-the-art techniques.

📄 PDF Abstract BibTeX arXiv:2208.12878

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Reinforcement Learning for Hardware Security: Opportunities, Developments, and Challenges

2022-08-29 · Satwik Patnaik, Vasudev Gohil, Hao Guo, Jeyavijayan 외

Reinforcement learning (RL) is a machine learning paradigm where an autonomous agent learns to make an optimal sequence of decisions by interacting with the underlying environment. The promise demonstrated by RL-guided w…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

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

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

The TrojAI Software Framework: An OpenSource tool for Embedding Trojans into Deep Learning Models

2020-03-13 · Kiran Karra, Chace Ashcraft, Neil Fendley

In this paper, we introduce the TrojAI software framework, an open source set of Python tools capable of generating triggered (poisoned) datasets and associated deep learning (DL) models with trojans at scale. We utilize…

Reinforcement Learning