English

ADAPT: Action-aware Driving Caption Transformer

Computer Vision and Pattern Recognition 2023-02-02 v1 Human-Computer Interaction

Abstract

End-to-end autonomous driving has great potential in the transportation industry. However, the lack of transparency and interpretability of the automatic decision-making process hinders its industrial adoption in practice. There have been some early attempts to use attention maps or cost volume for better model explainability which is difficult for ordinary passengers to understand. To bridge the gap, we propose an end-to-end transformer-based architecture, ADAPT (Action-aware Driving cAPtion Transformer), which provides user-friendly natural language narrations and reasoning for each decision making step of autonomous vehicular control and action. ADAPT jointly trains both the driving caption task and the vehicular control prediction task, through a shared video representation. Experiments on BDD-X (Berkeley DeepDrive eXplanation) dataset demonstrate state-of-the-art performance of the ADAPT framework on both automatic metrics and human evaluation. To illustrate the feasibility of the proposed framework in real-world applications, we build a novel deployable system that takes raw car videos as input and outputs the action narrations and reasoning in real time. The code, models and data are available at https://github.com/jxbbb/ADAPT.

Keywords

Cite

@article{arxiv.2302.00673,
  title  = {ADAPT: Action-aware Driving Caption Transformer},
  author = {Bu Jin and Xinyu Liu and Yupeng Zheng and Pengfei Li and Hao Zhao and Tong Zhang and Yuhang Zheng and Guyue Zhou and Jingjing Liu},
  journal= {arXiv preprint arXiv:2302.00673},
  year   = {2023}
}

Comments

Accepted to ICRA2023. Code: https://github.com/jxbbb/ADAPT

R2 v1 2026-06-28T08:29:28.127Z