D3VL: Understanding Driving Scenes from 3D Time Series Data and Video with Language Models

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

D3VL is a novel Multimodal Large Language Model (MLLM) framework designed to enhance autonomous driving scene understanding by integrating 2D video and 3D time-series data from LiDAR and stereo cameras. Addressing the challenge of sparse 3D data integration, D3VL improves MLLM accuracy by 11% on the KITTI Question-Answering (QA) dataset, achieving 85% overall accuracy compared to baselines. The framework also introduces the Waymo QA dataset extension, comprising 60K Video-Question-Answer triplets across 768 training and 150 testing scenes, each 20 seconds long. This new dataset assesses models under diverse driving conditions, including adverse weather and nighttime, and focuses on 3D and temporal perception for AV safety.

Key takeaway

For Machine Learning Engineers developing autonomous driving MLLMs, recognize that integrating 3D time-series data is crucial for robust scene understanding. Your current MLLMs likely underperform with 3D inputs; therefore, you should adopt frameworks like D3VL that explicitly process 2D video and 3D sensor data. Utilize comprehensive datasets such as WaymoQA to fine-tune your models, ensuring improved perception of critical objects like cyclists and pedestrians across diverse driving conditions.

Key insights

D3VL enables MLLMs to effectively integrate 2D video and 3D time-series data for enhanced autonomous driving scene understanding.

Principles

Method

Convert 3D LiDAR point clouds or stereo images into depth images, tokenize 2D and depth image sequences, project tokens to language space, concatenate with text, and feed into the LLM. Fine-tune for 1-3 epochs.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.