Temporal Object Captioning for Street Scene Videos from LiDAR Tracks
Vignesh Gopinathan, Urs Zimmermann, Michael Arnold, Matthias Rottmann
TL;DR
This work tackles the lack of temporally grounded descriptions in street-scene captions by introducing a fully automated LiDAR-based captioning pipeline. It converts LiDAR object tracks into host and neighbor captions through a rule-based, template-driven system, producing temporally rich descriptions that are used to supervise a video captioning model trained on front-camera frames. The SwinBERT model, trained with these captions and augmented with object masks, demonstrates improved temporal understanding and reduced visual bias, quantified by the Visual Bias Measure $VBM = 100 \cdot \frac{B_k - C_k}{B_k}$, across proprietary data as well as public datasets Waymo and NuScenes. The approach yields strong zero-shot generalization, clearer embedding structure (as shown by UMAP), and scalable data generation without human annotations, making it practical for real-world autonomous driving systems.
Abstract
Video captioning models have seen notable advancements in recent years, especially with regard to their ability to capture temporal information. While many research efforts have focused on architectural advancements, such as temporal attention mechanisms, there remains a notable gap in understanding how models capture and utilize temporal semantics for effective temporal feature extraction, especially in the context of Advanced Driver Assistance Systems. We propose an automated LiDAR-based captioning procedure that focuses on the temporal dynamics of traffic participants. Our approach uses a rule-based system to extract essential details such as lane position and relative motion from object tracks, followed by a template-based caption generation. Our findings show that training SwinBERT, a video captioning model, using only front camera images and supervised with our template-based captions, specifically designed to encapsulate fine-grained temporal behavior, leads to improved temporal understanding consistently across three datasets. In conclusion, our results clearly demonstrate that integrating LiDAR-based caption supervision significantly enhances temporal understanding, effectively addressing and reducing the inherent visual/static biases prevalent in current state-of-the-art model architectures.
