DepthVision: Enabling Robust Vision-Language Models with GAN-Based LiDAR-to-RGB Synthesis for Autonomous Driving
Sven Kirchner, Nils Purschke, Ross Greer, Alois C. Knoll
TL;DR
DepthVision addresses the vulnerability of vision–language models to degraded RGB input in autonomous driving by converting sparse LiDAR data into dense, RGB-like imagery via a conditional GAN with a lightweight refiner. It then adaptively fuses synthesized and real RGB frames using LAMA, guided by scene luminance, and feeds the result to frozen VLMs, enabling robust multimodal reasoning without retraining. Across CARLA and nuScenes, including vehicle-in-the-loop tests, DepthVision yields notable gains in night-time perception and visual question answering while maintaining compatibility with existing VLM architectures. The approach demonstrates a practical pathway for integrating range sensing into vision–language systems, extending the operational envelope of autonomous perception under challenging illumination and degradation conditions.
Abstract
Ensuring reliable autonomous operation when visual input is degraded remains a key challenge in intelligent vehicles and robotics. We present DepthVision, a multimodal framework that enables Vision--Language Models (VLMs) to exploit LiDAR data without any architectural changes or retraining. DepthVision synthesizes dense, RGB-like images from sparse LiDAR point clouds using a conditional GAN with an integrated refiner, and feeds these into off-the-shelf VLMs through their standard visual interface. A Luminance-Aware Modality Adaptation (LAMA) module fuses synthesized and real camera images by dynamically weighting each modality based on ambient lighting, compensating for degradation such as darkness or motion blur. This design turns LiDAR into a drop-in visual surrogate when RGB becomes unreliable, effectively extending the operational envelope of existing VLMs. We evaluate DepthVision on real and simulated datasets across multiple VLMs and safety-critical tasks, including vehicle-in-the-loop experiments. The results show substantial improvements in low-light scene understanding over RGB-only baselines while preserving full compatibility with frozen VLM architectures. These findings demonstrate that LiDAR-guided RGB synthesis is a practical pathway for integrating range sensing into modern vision-language systems for autonomous driving.
