ROAIJul 15, 2024

Scaling 3D Reasoning with LMMs to Large Robot Mission Environments Using Datagraphs

arXiv:2407.10743v1h-index: 1
Originality Incremental advance
AI Analysis

It addresses a bottleneck for robot deployment in first-responder scenarios, but the approach appears incremental as it builds on existing LMM and graph traversal methods.

This paper tackles the challenge of scaling Large Multimodal Models (LMMs) to large 3D environments by introducing a datagraph structure that allows iterative querying of smaller sections, improving scalability for tasks like search-and-rescue missions.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes