This project extends the TransFuser model with additional modules for adversarial attacking and waypoint prediction. It incorporates Vmamba and Feature Pyramid Network (FPN) architectures, as well as Deformable Attention mechanisms.
The main model is based on the TransFuser architecture from autonomousvision/transfuser. This project adds:
- Adversarial attack methods
- Vmamba integration
- FPN (Feature Pyramid Network) implementation
- Deformable Attention for improved waypoint prediction
- Adversarial Attacking: Implementation of attack methods (Dart) on the main TransFuser model and other related models.
- Vmamba: Integration of the Vmamba architecture for enhanced performance.
- FPN: Utilization of Feature Pyramid Network for multi-scale feature representation.
- Deformable Attention: Application of deformable attention mechanisms for more flexible and adaptive waypoint prediction.
This project draws inspiration and techniques from the following papers:
- Adversarial Attack Method
- Vmamba: Visual State Space Models
- Deformable Attention Network
- DART: A Principled Approach to Adversarially Robust Unsupervised Domain Adaptation
Please consider install Vmamba locally as in its repository
Consider Jax for inner attention calculation to accelerate training and evaluation process.
-
Original TransFuser model by autonomousvision
-
Authors of the referenced papers for their innovative techniques and approaches
-
@article{Chitta2022PAMI, author = {Chitta, Kashyap and Prakash, Aditya and Jaeger, Bernhard and Yu, Zehao and Renz, Katrin and Geiger, Andreas}, title = {TransFuser: Imitation with Transformer-Based Sensor Fusion for Autonomous Driving}, journal = {Pattern Analysis and Machine Intelligence (PAMI)}, year = {2022}, }
This project is licensed under the Apache License 2.0