Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Attack

Official implementation of “Adversarial Attacks on Event-Based Pedestrian Detectors: A Physical Approach” (AAAI 2025).


Download Checkpoints and Datasets

Checkpoints:

Please place the following files under checkpoints/:

  • best.pth -- checkpoint of our model
  • gen_rvt-b.ckpt -- checkpoint of the target detector RVT

Example directory structure:

event_attack_physics/
└── checkpoints/
    ├── best.pth
    └── gen_rvt-b.ckpt

Digital Attack Dataset:

-- Google Drive: https://drive.google.com/drive/folders/1wYwMbDzgdrcFD1I3W0i9_qzQo0w0dJnJ?usp=sharing


Easy Start

git clone https://github.com/Joseph-LIN-Tech/event_attack_physics.git
cd event_attack_physics

Test

python test.py
  1. The test process uses the default configuration files located under Options/test.yaml

  2. Please update the data paths 'data_simu_pose' and 'labeled_simu_pose' in Options/test.yaml to the corresponding local directories on your machine.

  3. The confidence threshold of target detecor RVT is defined in the Options/rvt_config.yaml (line 107 "confidence_threshold")

  4. You can set the metrics as 'seq_attack_success_rate' or 'AP' seperately to get the evaluation value in the paper.


Train

python train.py
  1. The training process uses the default configuration files located under Options/train.yaml

  2. Please update the data paths 'data_simu_pose' and 'labeled_simu_pose' in Options/train.yaml to the corresponding local directories on your machine.


Acknowledgement

Some of our code is based on the implementation of LETGAN, and RVT.


Citation

If you find this repository useful, please cite our paper:

@inproceedings{lin2025adversarial,
title={Adversarial Attacks on Event-Based Pedestrian Detectors: A Physical Approach},
author={Lin, Guixu and Niu, Muyao and Zhu, Qingtian and Yin, Zhengwei and Li, Zhuoxiao and He, Shengfeng and Zheng, Yinqiang},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
year={2025} }


License

Please check the license files in this repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages