Search papers, labs, and topics across Lattice.
This paper introduces CoLT-Drive, a novel benchmark designed to evaluate decision-level driving affordance prediction by inserting rare objects into fixed driving scenes, thereby assessing how well models infer feasible actions in the presence of unusual objects. The authors also propose a knowledge-preserving adaptation framework, KPA, which enhances small vision-language models (VLMs) by integrating structured prompting and a mixture-of-experts approach to maintain open-world knowledge while adapting to specific driving scenarios. Experimental results demonstrate that KPA significantly outperforms existing models on the CoLT-Drive benchmark, achieving 60.8% accuracy in predicting acceptable action pairs, compared to 50.3% for the baseline model.
KPA not only boosts action prediction accuracy in challenging driving scenarios but also preserves the model's broader knowledge, setting a new standard for lightweight VLM adaptations.
Long-tail autonomous driving failures are often framed as rare-object recognition errors. We argue that this view is incomplete: the decision-critical question is not only whether a model recognizes an unusual object, but whether it infers how that object changes the ego vehicle's feasible high-level actions. We formalize this problem as decision-level driving affordance prediction, where a model maps a front-view image, ego-motion history, and navigation command to a structured longitudinal--lateral meta-action. To evaluate this capability, we introduce CoLT-Drive, a 3,536-sample counterfactual long-tail benchmark that inserts rare objects into otherwise fixed driving scenes and measures whether models predict acceptable action pairs. To improve deployable small VLMs, we propose KPA, a knowledge-preserving adaptation framework that combines structured perception-to-decision prompting, SLERP-based expert merging, and RegMoE, a regime-aware LoRA mixture-of-experts module. KPA preserves the pretrained model's open-world knowledge while allocating lightweight adaptation capacity to different driving decision regimes. Experiments on an in-domain driving split and CoLT-Drive show that KPA achieves 60.8\% pair accuracy on CoLT-Drive, outperforming the pretrained Qwen3-VL-2B baseline (50.3\%) and LoRA SFT (32.4\%) while maintaining competitive in-domain accuracy. Our benchmark and code are available at https://huggingface.co/datasets/tangzx2024/CoLT-Drive and https://github.com/tangzhengxu/CoLT-Drive.