Changes between Initial Version and Version 1 of Other/Summer/2020/AdvSensor


Ignore:
Timestamp:
Jun 2, 2020, 9:28:01 PM (4 years ago)
Author:
yb220
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2020/AdvSensor

    v1 v1  
     1= Adversarial Sensor Attacks on LiDAR-based Cooperative Perception in Autonomous Driving Environments =
     2
     3== Project Objective ==
     4The cooperative perception in autonomous driving utilizes the Lidar prediction results generated by multiple connected vehicles to enhance the prediction accuracy. However, the cooperative perception system could be compromised by the fake prediction results conducted by the attacker. To address this issue, this work aims to study the security of LiDAR-based cooperative perception in autonomous driving. We will design methods to generate the adversarial samples to fool the cooperative perception system to predict the wrong results. Meanwhile, the defense strategy will be proposed and the simulation will be conducted to evaluate the attacking method and defense work.
     5
     6== Development Tools Tutorials ==
     7- Pytorch tutorial: https://pytorch.org/tutorials/
     8- Tensorflow tutorial: https://www.tensorflow.org/tutorials
     9
     10== Machine Learning Models for Autonomous Vehicles ==
     11- SECOND for KITTI/NuScenes object detection example: https://github.com/traveller59/second.pytorch
     12- Baidu Apollo: https://github.com/ApolloAuto/apollo
     13- The open-source code of Paper[2]: https://github.com/Aug583/F-COOPER
     14- Example of a physical adversary attack on self-driving models: https://github.com/xz-group/AdverseDrive
     15
     16== Reading Material ==
     17*[Cooper: Cooperative Perception for Connected Autonomous Vehicles based on 3D Point Clouds. (IEEE ICDCS'19)]
     18*[FCooper: Feature based Cooperative Perception for Autonomous Vehicle Edge Computing System Using 3D Point Clouds. (IEEE SEC’19)]
     19*[Adversarial Sensor Attack on LiDAR-based Perception in Autonomous Driving. (ACM CCS'19)]
     20
     21== Week 1 Activites ==
     22Get ORBIT/COSMOS account and familiarize oneself with the testbed procedures