How could persistent 3D semantic memory for navigation change multi-floor object navigation over the next two years?

Persistent 3D semantic memory lets robots remember floors and objects, enabling multi-floor navigation without rebuilding maps, with early systems showing big gains.

Direct answer

Persistent 3D semantic memory is turning multi-floor object navigation from a series of disconnected single-floor searches into a continuous, building-wide task. Instead of re-exploring every floor for each new object, the robot builds a shared 3D memory that accumulates geometry, traversability, and object features, so later queries reuse earlier findings [1]. Early systems show this works: LifelongCrossNav outperformed a planar baseline on a new multi-floor benchmark [1], and zero-shot policies using similar memory and reasoning achieved higher success rates than prior methods [3][5]. Over the next two years, expect robots to navigate unknown multi-floor buildings more reliably, with fewer redundant explorations and better handling of stairs and elevators.

6sources cited

This article was generated with WisPaper-powered search and paper analysis.

What changed: from forgetting each floor to remembering the whole building

Previously, object navigation assumed a single floor and often rebuilt a map from scratch for each new object query. That meant a robot searching for a cup, then a book, would re-explore the same rooms, wasting time and energy. The new approach is persistent 3D semantic memory: the robot maintains a shared 3D voxel map that accumulates geometric structure, traversability, and vision-language features as it moves [1]. When a new object goal arrives, the robot queries this memory instead of starting over, so it can go directly to a previously seen location or know where it still needs to look.

Evidence from LifelongCrossNav shows this works in practice: on a new benchmark for sequential multi-floor multi-object navigation (HM3D-MFMON), the persistent 3D memory system consistently outperformed a planar persistent-map baseline [1]. The key is that the memory is 3D and shared across subtasks, so the robot can reuse information about stairs, rooms, and object locations across the whole episode. This is a fundamental shift from 'explore and forget' to 'explore and remember'.

The hard part: stairs, elevators, and vertical reasoning

Multi-floor navigation isn't just about memory—it's about knowing how to move between floors. Older systems either ignored stairs or required a pre-built map. New frameworks explicitly model stairways and floor transitions. LifelongCrossNav combines support-aware 3D traversability mapping, stair-specific perception, and direction-aware stair traversal [1]. Similarly, the ASCENT framework builds a hierarchical representation with stair-aware obstacle mapping and cross-floor topology, enabling online, floor-aware navigation without pre-built maps [5]. These systems treat stairs as first-class navigation elements, not obstacles.

The payoff is measurable: ASCENT outperformed state-of-the-art zero-shot approaches on HM3D and MP3D benchmarks [5], and the Multi-Floor Navigation Policy (MFNP) achieved higher success rates and better exploration efficiency than existing zero-shot methods [3]. Real-world tests on a quadruped robot confirmed that these policies can find objects in completely unseen multi-floor buildings [3]. So over the next two years, expect robots to handle stairs and floor changes as routine, not exceptional.

What this means for real robots in the next two years

The practical impact is that service and delivery robots will become more useful in real buildings—offices, hospitals, homes—where multi-floor layouts are the norm. Instead of requiring a pre-built map or retraining for each new object category, these systems work online and zero-shot, meaning they can handle new objects and new buildings without prior data [5]. The memory also supports multi-modal queries (e.g., 'find the red mug' or 'go to the kitchen') by storing vision-language features [1][4].

However, there are caveats. Most results are from simulated benchmarks (HM3D, MP3D), and real-world tests are limited to a few quadruped robots [3][5]. The BUG-FIRE study, focused on firefighter navigation, found that a 30-meter vision radius reduced path length by 28.2% compared to 0.5-meter visibility, highlighting that perception range still matters [2]. Also, floor-plan priors can help, as FloVerse showed that using floor plans improves navigation across all goal types [6]. So while the next two years will bring more capable multi-floor navigation, expect continued improvements in perception and robustness before widespread deployment.

About These Sources

This answer is built on 6 studies (4 peer-reviewed, 2 preprints) — published from 2025 to 2026, 6 from 2024 or later, 2 in Q1–Q2 journals — selected as the most relevant from 7 studies that passed quality screening, drawn from 23 papers retrieved from a database of over 500 million.

Sources used in this answer

1

LifelongCrossNav: Persistent 3D Semantic Memory for Cross-Floor Multi-Object Navigation

LifelongCrossNav introduces a persistent 3D semantic voxel memory for sequential multi-object navigation in multi-floor environments, and on the new HM3D-MFMON benchmark it consistently outperformed a planar persistent-map baseline, demonstrating the value of 3D memory and cross-floor traversability modeling.

2

BUG-FIRE: A 3D Path Planning Algorithm with Augmented Reality Integration for Firefighter Navigation in Unknown Multi-floor Buildings

BUG-FIRE, a 3D path planning algorithm for firefighter navigation in unknown multi-floor buildings, achieved a 100% success rate in 250 Monte Carlo simulations, and agents with a 30-meter vision radius reduced path length by 28.2% compared to those with 0.5-meter visibility.

3

Multi-Floor Zero-Shot Object Navigation Policy

MFNP, a multi-floor zero-shot object navigation policy using MLLMs and inter-floor navigation, outperformed existing zero-shot methods on HM3D and MP3D benchmarks, and was successfully deployed on a Unitree quadruped robot in a real unseen environment.

4

LagMemo: Language 3D Gaussian Splatting Memory for Multi-modal Open-vocabulary Multi-goal Visual Navigation

LagMemo uses a language 3D Gaussian Splatting memory for multi-modal open-vocabulary multi-goal navigation, and on the GOAT-Core benchmark it significantly outperformed state-of-the-art methods in multi-goal visual navigation.

5

Stairway to Success: An Online Floor-Aware Zero-Shot Object-Goal Navigation Framework via LLM-Driven Coarse-to-Fine Exploration

ASCENT, an online floor-aware zero-shot object-goal navigation framework using LLM-driven coarse-to-fine exploration, outperformed state-of-the-art zero-shot approaches on HM3D and MP3D benchmarks and was demonstrated on a real quadruped robot.

6

FloVerse: Floor Plan-Guided Multi-Modal Navigation

FloVerse introduces a floor plan-guided navigation task unifying PointNav, ObjectNav, and ImageNav, and shows that floor-plan priors improve navigation performance across all goal modalities, with the ThreeDiff policy implicitly capturing spatial information from floor plans.