Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.66 KB

README.md

File metadata and controls

51 lines (40 loc) · 2.66 KB

HTnet: Transfer Learning for Golden Chip-Free Hardware Trojan Detection

This is the companion repository for our paper titled "HTnet: Transfer Learning for Golden Chip-Free Hardware Trojan Detection" published in [The Design, Automation, and Test in Europe (DATE'2021)] conference.

Data

The data used in this project comes from the following source:

  • The Our archive, which contains side-channel signals for multiple hardware Trojan Infected circuits.

Code

The code is divided as follows:

To run the code, the data should be placed in the HT_Data folder. Then, the base model should be trained and tested as follows:

python3 trainOnAllExecptTwoModality_different_classes.py
python3 tl_learning_tests_TwoModality_double_net.py

Prerequisites

All python packages needed are listed in pip-requirements.txt file and can be installed simply using the pip command.

Acknowledgment

This work was supported by the Office of Naval Research (ONR) under Award N00014-17-1-2499.

Reference

If you re-use this work, please cite:

@article{faezi2021htnet,
  Title                    = {HTnet: Transfer Learning for Golden Chip-Free Hardware Trojan Detection},
  Author                   = {Faezi, Sina and Yasaei, Rozhin and Al Faruque, Mohammad},
  journal                = {The Design, Automation, and Test in Europe},
  Year                     = {2021}
}