#35 · Primary category: Robotics & Embodied AI Simulation
transfuser
[PAMI'23] TransFuser: Imitation with Transformer-Based Sensor Fusion for Autonomous Driving; [CVPR'21] Multi-Modal Fusion Transformer for End-to-End Autonomous Driving
Project last updated:10/19/25
GitHub Stars
1.6K
Forks
244
Contributors
5
License
MIT
Why we included this project
TransFuser is a well-organized reference implementation for end-to-end driving models, bundling the full pipeline from data generation to evaluation. The architecture fuses camera images, LiDAR point clouds, and depth or segmentation inputs through a transformer to output driving actions, trained with imitation learning against a privileged autopilot in CARLA. The repo includes a dataset downloader, scripts for generating training data, multi-GPU training code, and an evaluation agent for the Longest6 benchmark, so it works as a complete starting point rather than just a model snippet. It is research code tied to CVPR 2021 and PAMI 2023 papers, so expect to handle CARLA setup and dependency pinning yourself. For teams exploring sensor fusion or imitation-based autonomy, comparing it with the group's PlanT and KING repos shows how these driving agents evolve.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
genesis-world
Simulation platform for general-purpose robotics & embodied AI learning.
lerobot
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
carla
Open-source simulator for autonomous driving research.