VLC Fusion: Vision-Language Conditioned Sensor Fusion for Robust Object Detection
Aditya Taparia, Noel Ngu, Mario Leiva, Joshua Shay Kricheli, John Corcoran, Nathaniel D. Bastian, Gerardo Simari, Paulo Shakarian, Ransalu Senanayake
TL;DR
VLC Fusion addresses the instability of multi-modal object detection under diverse environmental conditions by conditioning sensor fusion on environmental cues derived from Vision-Language Models. It introduces an offline condition extraction pipeline and a CBAM+FiLM fusion module that dynamically weights modalities via a condition vector $r_x$. Empirical results on Waymo and ATR show consistent improvements in seen and unseen scenarios, with ablations showing the importance of semantically consistent conditions and the trade-off between condition richness and noise. This approach enables more robust autonomous perception and can be extended to additional modalities and real-time deployment.
Abstract
Although fusing multiple sensor modalities can enhance object detection performance, existing fusion approaches often overlook subtle variations in environmental conditions and sensor inputs. As a result, they struggle to adaptively weight each modality under such variations. To address this challenge, we introduce Vision-Language Conditioned Fusion (VLC Fusion), a novel fusion framework that leverages a Vision-Language Model (VLM) to condition the fusion process on nuanced environmental cues. By capturing high-level environmental context such as as darkness, rain, and camera blurring, the VLM guides the model to dynamically adjust modality weights based on the current scene. We evaluate VLC Fusion on real-world autonomous driving and military target detection datasets that include image, LIDAR, and mid-wave infrared modalities. Our experiments show that VLC Fusion consistently outperforms conventional fusion baselines, achieving improved detection accuracy in both seen and unseen scenarios.
