VLM-Assisted Continual learning for Visual Question Answering in Self-Driving
Yuxin Lin, Mengshi Qi, Liang Liu, Huadong Ma
TL;DR
The paper tackles Visual Question Answering in autonomous driving by integrating Vision-Language Models with continual learning to combat catastrophic forgetting across perception, prediction, planning, and behavior. It introduces a hybrid framework that combines memory replay with selective knowledge distillation and per-task embedding projection to preserve past knowledge while learning new driving tasks. Memory samples are curated via TF-IDF and K-means to ensure diverse and representative replay data, while dynamic projection layers constrain feature drift across tasks. Empirical results on the DriveLM dataset show significant improvements over baselines in standard VQA metrics, and ablations confirm the complementary contributions of memory replay, KD, and projection regularization. The work advances resilient, multimodal reasoning for self-driving systems and provides practical guidance for deploying continual learning in safety-critical autonomous platforms.
Abstract
In this paper, we propose a novel approach for solving the Visual Question Answering (VQA) task in autonomous driving by integrating Vision-Language Models (VLMs) with continual learning. In autonomous driving, VQA plays a vital role in enabling the system to understand and reason about its surroundings. However, traditional models often struggle with catastrophic forgetting when sequentially exposed to new driving tasks, such as perception, prediction, and planning, each requiring different forms of knowledge. To address this challenge, we present a novel continual learning framework that combines VLMs with selective memory replay and knowledge distillation, reinforced by task-specific projection layer regularization. The knowledge distillation allows a previously trained model to act as a "teacher" to guide the model through subsequent tasks, minimizing forgetting. Meanwhile, task-specific projection layers calculate the loss based on the divergence of feature representations, ensuring continuity in learning and reducing the shift between tasks. Evaluated on the DriveLM dataset, our framework shows substantial performance improvements, with gains ranging from 20.11% to 35.16% across various metrics. These results highlight the effectiveness of combining continual learning with VLMs in enhancing the resilience and reliability of VQA systems in autonomous driving. We will release our source code.
