Scaling 3D Reasoning with LMMs to Large Robot Mission Environments Using Datagraphs
W. J. Meijer, A. C. Kemmeren, E. H. J. Riemens, J. E. Fransman, M. van Bekkum, G. J. Burghouts, J. D. van Mil
TL;DR
The paper tackles scaling Large Multimodal Models to large 3D mission environments where fixed context windows hinder global reasoning, and introduces a datagraph $G=(V,E)$ with nodes $v=(x_v,s_v)$ and edges $e_{ij}=(v_i,v_j)$ to support iterative LMM prompting. It presents two traversal strategies: a proximity-based approach and a path-based querying approach, enabling targeted reasoning over small, local regions rather than the entire environment. The contributions include a formal datagraph model, two prioritized local querying algorithms, and modality-agnostic data storage (e.g., 3D scenes, Gaussian splats, or images). The approach promises scalable reasoning for time-critical robotic missions by reducing context requirements while maintaining rich environmental information.
Abstract
This paper addresses the challenge of scaling Large Multimodal Models (LMMs) to expansive 3D environments. Solving this open problem is especially relevant for robot deployment in many first-responder scenarios, such as search-and-rescue missions that cover vast spaces. The use of LMMs in these settings is currently hampered by the strict context windows that limit the LMM's input size. We therefore introduce a novel approach that utilizes a datagraph structure, which allows the LMM to iteratively query smaller sections of a large environment. Using the datagraph in conjunction with graph traversal algorithms, we can prioritize the most relevant locations to the query, thereby improving the scalability of 3D scene language tasks. We illustrate the datagraph using 3D scenes, but these can be easily substituted by other dense modalities that represent the environment, such as pointclouds or Gaussian splats. We demonstrate the potential to use the datagraph for two 3D scene language task use cases, in a search-and-rescue mission example.
