Home

Awesome

<div align="center"> <h1> <b> TopoMLP: A Simple yet Strong Pipeline for Driving Topology Reasoning</b> </h1> </div> <p align="center"><img src="./figs/method.jpg" width="800"/></p>

TopoMLP: A Simple yet Strong Pipeline for Driving Topology Reasoning

Dongming Wu, Jiahao Chang, Fan Jia, Yingfei Liu, Tiancai Wang, Jianbing Shen

TL;DR

TopoMLP is the 1st solution for 1st OpenLane Topology in Autonomous Driving Challenge. It suggests a first-detect-then-reason philosophy for better topology prediction. It includes two well-designed high-performance detectors and two elegant MLP networks with position embedding for topology reasoning.

News

Getting Started

Main Results

OpenLane-V2 subset-A val set:

MethodBackbonePretrainDET<sub>l</sub>TOP<sub>ll</sub>DET<sub>t</sub>TOP<sub>lt</sub>OLSConfigWeight/Log
TopoMLPResNet-50-28.57.149.523.438.3configweight/log
TopoMLPVOVFCOS3D31.69.451.126.641.2configlog
TopoMLPSwin-B-31.69.254.228.642.4configlog

Notes:

Citation

If you find TopoMLP is useful in your research or applications, please consider giving us a star 🌟 and citing it by the following BibTeX entry.

@article{wu2023topomlp,
  title={TopoMLP: An Simple yet Strong Pipeline for Driving Topology Reasoning},
  author={Wu, Dongming and Chang, Jiahao and Jia, Fan and Liu, Yingfei and Wang, Tiancai and Shen, Jianbing},
  journal={ICLR},
  year={2024}
}
@article{wu20231st,
  title={The 1st-place solution for cvpr 2023 openlane topology in autonomous driving challenge},
  author={Wu, Dongming and Jia, Fan and Chang, Jiahao and Li, Zhuoling and Sun, Jianjian and Han, Chunrui and Li, Shuailin and Liu, Yingfei and Ge, Zheng and Wang, Tiancai},
  journal={arXiv preprint arXiv:2306.09590},
  year={2023}
}

Acknowledgements

We thank the authors that open the following projects.