iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Home ›› Technology ›› Ai ›› Robotics ›› CrossMaps: Real-Time Open-Vocabulary Semantic Mapping for Autonomous Rover Navigation

CrossMaps: Real-Time Open-Vocabulary Semantic Mapping for Autonomous Rover Navigation

A new research paper presents CrossMaps, a real-time confidence-aware open-vocabulary semantic mapping pipeline that constructs language-queryable maps from RGB-D data for rover navigation. It integrates multi-scale CLIP embeddings with confidence-aware fusion and a dual-memory architecture, running on a Jetson Orin-powered UGV alongside SLAM.

iG
iGEN Editorial
June 17, 2026
CrossMaps: Real-Time Open-Vocabulary Semantic Mapping for Autonomous Rover Navigation

Rovers operating in unknown environments face a fundamental challenge: they must maintain spatial maps that encode not only objects but also sensor quality — such as range reliability, lighting artifacts, and data density — to guide data fusion, embedding updates, and navigation under partial observability. A new research paper from Klein, Jan-Niklas, Ghahremani, Sona, Adriano, Christian Medeiros, and Giese, Holger, published on arXiv, presents CrossMaps, a real-time confidence-aware open-vocabulary semantic mapping pipeline designed to address this coupled perception-navigation problem.

How CrossMaps Works

According to the paper, CrossMaps builds on VLMaps-style approaches by integrating multi-scale CLIP embeddings with confidence-aware fusion and a dual-memory architecture consisting of Short-Term Memory (STM) and Long-Term Memory (LTM). The STM aggregates noisy visual observations using geometric, semantic, and temporal confidence cues. Confident and coherent cells are then promoted to the LTM as persistent semantic landmarks. This dual-memory design allows the system to handle uncertainty and maintain a stable, queryable map over time.

The system takes RGB-D data as input and produces semantic heatmaps that can be queried with natural language. For example, a rover could ask 'Where is the nearest red container?' and the map would return a confidence-weighted location. The use of open-vocabulary CLIP embeddings means the system is not limited to a predefined set of object categories.

Feature Short-Term Memory (STM) Long-Term Memory (LTM)
Role Aggregates noisy observations Stores persistent semantic landmarks
Confidence cues Geometric, semantic, temporal Only promoted when confident and coherent
Update frequency High (every frame) Low (only on promotion)
Persistence Temporary Long-term

Real-Time Deployment

CrossMaps is designed for deployment with a Jetson Orin-powered UGV (unmanned ground vehicle) alongside SLAM (Simultaneous Localization and Mapping). The authors report that the pipeline runs in real time, processing sensory data on the edge without requiring cloud connectivity. This makes it suitable for autonomous navigation in dynamic or communication-limited environments.

The system's confidence-awareness helps the rover decide when to fuse new observations or rely on stored landmarks. For instance, if lighting is poor, the STM reduces the weight of visual data, preventing erroneous map updates.

Implications for Autonomous Navigation

CrossMaps runs in real time and produces semantic heatmaps that can be queried with natural language to guide rover navigation.

This natural-language query capability is a significant step beyond traditional semantic mapping, which typically requires fixed labels. By using open-vocabulary CLIP embeddings, the system can respond to arbitrary text queries, enabling more flexible human-robot interaction. The dual-memory architecture also improves robustness by filtering out transient errors.

The research was made available on arXiv under a Creative Commons Attribution 4.0 International license, allowing replication and further development. While the immediate application is rover navigation, the techniques could be adapted to other autonomous systems that need to build and query semantic maps in uncertain conditions.


Sources:

Keep Reading

Recommended Stories

Lagrange: New Open-Vocabulary Sparse Framework Promises Robust Autonomous Driving in Open Worlds Technology

Lagrange: New Open-Vocabulary Sparse Framework Promises Robust Autonomous Driving in Open Worlds

A new framework called Lagrange, based on Masked Latent Fields and vision-language models, aims to enable autonomous vehicles to handle out-of-distribution scenarios and produce kinematically valid trajectories. Offline evaluations on nuScenes and CODA benchmarks show promising results for robust open-world driving.

June 20, 2026
QueryGaussian: Training-Free 3D Instance Retrieval Cuts GPU Memory by 70%, Speeds Inference 180x Technology

QueryGaussian: Training-Free 3D Instance Retrieval Cuts GPU Memory by 70%, Speeds Inference 180x

QueryGaussian, a new training-free framework for open-vocabulary 3D instance retrieval, reduces GPU memory usage by more than 70% and accelerates inference by 180x compared to existing methods, enabling city-scale scenes on consumer-grade hardware.

June 20, 2026
ScoutVLA: New Dual-Expert AI Model Boosts UAV Active Perception for Embodied Question Answering Technology

ScoutVLA: New Dual-Expert AI Model Boosts UAV Active Perception for Embodied Question Answering

Researchers introduce ScoutVLA, a vision-language-action model for UAV active perception, achieving 10.48x higher strict success rate and 7.72x higher QA correctness over baselines. The model features a decoupled dual-expert architecture inspired by scout bee waggle dance.

June 16, 2026
Google DeepMind's Gemini AI Now Controls Humanoid Robots for Dextrous Tasks Technology

Google DeepMind's Gemini AI Now Controls Humanoid Robots for Dextrous Tasks

Google DeepMind has released Gemini Robotics 2, an AI model that can control humanoid robots to perform complex physical tasks. The system combines vision language and action models, and has been demonstrated using Apptronik's Apollo 2 robot. Safety remains a key concern, with Google introducing a new benchmark called ASIMOV-Agentic.

July 30, 2026