LT-Mem: Volatility-Aware Spatio-Temporal Memory for Lifelong Scene Understanding
Paper Guide Brief
Reading Brief
LT-Mem introduces a volatility-aware memory evolution framework for lifelong scene understanding in robotics, combining multi-session SLAM with a reasoning layer that manages object memory through a Tri-Memory structure (Live, Delta, Meta). It addresses temporal amnesia by preserving object histories and enabling longitudinal queries, validated on the new LT-VQA dataset.
Central Claim
Proposes LT-Mem, a framework with a volatility-aware update policy and Tri-Memory architecture for persistent object-level memory across sessions, plus the LT-VQA dataset for evaluation.
Contribution
Proposes LT-Mem, a framework with a volatility-aware update policy and Tri-Memory architecture for persistent object-level memory across sessions, plus the LT-VQA dataset for evaluation.
Why It Matters
This contribution matters because it enables robots to answer longitudinal object-centric queries by preserving identity and event histories, overcoming the temporal amnesia of existing mapping systems.
Prerequisites
multi-session SLAM, volatility-aware memory update, cross-session re-identification, Tri-Memory architecture, evidence scoring
Atlas Placement
Robot Perception And Slam (subfield)
Read If
You care about multi-session SLAM, volatility-aware memory update, cross-session re-identification.
Skip If
You only care about Event F1, QA-Event.
Noosaga Placements
- The paper builds on multi-session SLAM for spatial alignment and integrates instance-level 3D perception, which are core to robot perception and SLAM.a multi-session SLAM backbone provides spatially aligned per-object observations across sessionsWe build on MASt3R-SLAM [10] for multi-session alignment and apply instance-level 3D segmentation [11]
- Graph-based SLAMframework90%The multi-session SLAM backbone uses factor graph optimization for alignment, which is a graph-based SLAM approach.The resulting factor graph, containing intra-session odometry edges and inter-session loop-closure edges, is optimized jointly using g2o
- The work addresses long-term robot operation and memory for scene understanding, which is a core robotics challenge.Long-term robot operation in evolving environments requires object-level understandingLT-Mem, a volatility-aware memory evolution framework
- Factor Graph Formulationframework80%The SLAM alignment is formulated as a factor graph with inter-session constraints, which is a factor graph formulation.The resulting factor graph, containing intra-session odometry edges and inter-session loop-closure edges
- Visual SLAMframework80%The perception layer uses MASt3R-SLAM, a visual SLAM system, for pose estimation and dense mapping.We build on MASt3R-SLAM [10], which estimates camera poses and dense point maps from monocular video
- The perception layer uses instance segmentation and 3D lifting from visual data, and the dataset includes visual QA, but the focus is on memory and reasoning.apply instance-level 3D segmentation [11] to extract per-object centroidsLT-VQA, a dataset and evaluation suite comprising multi-session recordings
- Geometric and Physical Reconstructionframework70%The perception layer performs 3D lifting of instance masks to obtain centroids and volumes, which is geometric reconstruction.each mask region is projected into the global frame to obtain per-instance 3D points
- The framework uses LLMs for reasoning and embeddings for retrieval, but the core contribution is not deep learning architecture.a constrained LLM used only for ambiguous casesobject-centric retrieval uses BGE-small-en-v1.5
- Statistical and Learning-Based Recognitionframework60%The framework uses instance segmentation and feature embeddings for object recognition and re-identification.apply instance-level 3D segmentation [11] to extract per-object centroids, volumes, and semantic embeddings
- Attention Mechanisms and Transformersframework50%The framework uses LLMs for reasoning and embeddings for retrieval, which are based on transformer architectures.a constrained LLM used only for ambiguous casesobject-centric retrieval uses BGE-small-en-v1.5
Abstract
Long-term robot operation in evolving environments requires object-level understanding that persists across repeated revisits. Existing systems either overwrite history to maintain an up-to-date map or store semantic snapshots without consistent cross-session object identity, resulting in temporal amnesia: the systematic loss of object history that prevents answering queries such as "Where has the green chair been across all sessions?" We propose LT-Mem, a volatility-aware memory evolution framework that unifies spatially aligned instance-level 3D perception with volatility-conditioned temporal reasoning. First, a multi-session SLAM backbone provides spatially aligned per-object observations across sessions. Second, a reasoning layer governs how object memory evolves: deterministic evidence scoring preserves cross-session identity, and a volatility-aware policy selects among overwrite, hold, and multi-hypothesis actions based on each object's dynamics. Third, the resulting Tri-Memory structure (Live, Delta, Meta) preserves both current states and event histories, enabling longitudinal object-centric reasoning. We further introduce LT-VQA, a dataset and evaluation suite comprising multi-session recordings, persistent identity annotations, and temporal QA pairs. Experiments show that LT-Mem consistently outperforms baselines across all metrics while consuming an order of magnitude fewer tokens, and ablations confirm that gains are driven by the structured memory architecture rather than LLM capacity.
Paper Context
Classified from the full extracted paper text (42,463 characters). The Paper Guide brief above is the user-facing synthesis; raw context is kept out of the page.
Full-paper context sent 42,463 of 42,463 extracted characters to classification.