This repo is the implementation of the following paper:
STrajNet: Multi-Model Hierarchical Transformer for Occupancy Flow Field Prediction in Autonomous Driving
Haochen Liu, Zhiyu Huang, Chen Lv
AutoMan Research Lab, Nanyang Technological University
[arXiv] [paper]
- Our paper has been accepted in ICRA 23'!
- This implementation is improved upon our solutions in ablations, which has won the 2nd place for 2022 Waymo Occupancy and Flow Prediction Challenge
- 🥈2022 Waymo Occupancy and Flow Prediction
- 🚗CVPR2022 Workshop on Autonomous Driving website
- 📑Waymo Occupancy and Flow Prediction Website
- Our implementation has achieved 3 SOTA metrics (Sep-2022), outperforms other baselines without using pretrained models, and has more concise structures:
- Model Framework Overview:
Download the Waymo Open Motion Dataset; the files in tf_exmaple/
are used. Place the downloaded files into training and testing folders separately.
Also download the required scenario IDs files (.txt) for evalutation and testing
If you find this work useful please cite us 😀
@inproceedings{liu2023multi,
title={Multi-modal Hierarchical Transformer for Occupancy Flow Field Prediction in Autonomous Driving},
author={Liu, Haochen and Huang, Zhiyu and Lv, Chen},
booktitle={2023 IEEE International Conference on Robotics and Automation (ICRA)},
pages={1449--1455},
year={2023},
organization={IEEE}
}