VL-KnG: Visual Scene Understanding for Navigation Goal Identification using Spatiotemporal Knowledge Graphs
Mohamad Al Mdfaa, Svetlana Lukina, Timur Akhtyamov, Arthur Nigmatzyanov, Dmitrii Nalberskii, Sergey Zagoruyko, Gonzalo Ferrer
TL;DR
VL-KnG tackles persistent scene understanding for navigation by building a spatiotemporal knowledge graph from video chunks and using GraphRAG-enabled query processing for goal localization. It introduces semantic-based object association across chunks to maintain identity and a comprehensive WalkieKnowledge benchmark to evaluate spatial reasoning, object search, and relational queries. Real-world hardware experiments show performance competitive with state-of-the-art VLMs while providing explainable graph-based reasoning and computational efficiency suitable for real-time deployment. The approach offers a practical framework for robust, interpretable navigation across localization, planning, and execution tasks, with future work extending dynamic environments and multimodal reasoning.
Abstract
Vision-language models (VLMs) have shown potential for robot navigation but encounter fundamental limitations: they lack persistent scene memory, offer limited spatial reasoning, and do not scale effectively with video duration for real-time application. We present VL-KnG, a Visual Scene Understanding system that tackles these challenges using spatiotemporal knowledge graph construction and computationally efficient query processing for navigation goal identification. Our approach processes video sequences in chunks utilizing modern VLMs, creates persistent knowledge graphs that maintain object identity over time, and enables explainable spatial reasoning through queryable graph structures. We also introduce WalkieKnowledge, a new benchmark with about 200 manually annotated questions across 8 diverse trajectories spanning approximately 100 minutes of video data, enabling fair comparison between structured approaches and general-purpose VLMs. Real-world deployment on a differential drive robot demonstrates practical applicability, with our method achieving 77.27% success rate and 76.92% answer accuracy, matching Gemini 2.5 Pro performance while providing explainable reasoning supported by the knowledge graph, computational efficiency for real-time deployment across different tasks, such as localization, navigation and planning. Code and dataset will be released after acceptance.
