Table of Contents
Fetching ...

Riemannian and Symplectic Geometry for Hierarchical Text-Driven Place Recognition

Tianyi Shang, Zhenyu Li

Abstract

Text-to-point-cloud localization enables robots to understand spatial positions through natural language descriptions, which is crucial for human-robot collaboration in applications such as autonomous driving and last-mile delivery. However, existing methods employ pooled global descriptors for similarity retrieval, which suffer from severe information loss and fail to capture discriminative scene structures. To address these issues, we propose SympLoc, a novel coarse-to-fine localization framework with multi-level alignment in the coarse stage. Different from previous methods that rely solely on global descriptors, our coarse stage consists of three complementary alignment levels: 1) Instance-level alignment establishes direct correspondence between individual object instances in point clouds and textual hints through Riemannian self-attention in hyperbolic space; 2) Relation-level alignment explicitly models pairwise spatial relationships between objects using the Information-Symplectic Relation Encoder (ISRE), which reformulates relation features through Fisher-Rao metric and Hamiltonian dynamics for uncertainty-aware geometrically consistent propagation; 3) Global-level alignment synthesizes discriminative global descriptors via the Spectral Manifold Transform (SMT) that extracts structural invariants through graph spectral analysis. This hierarchical alignment strategy progressively captures fine-grained to coarse-grained scene semantics, enabling robust cross-modal retrieval. Extensive experiments on the KITTI360Pose dataset demonstrate that SympLoc achieves a 19% improvement in Top-1 recall@10m compared to existing state-of-the-art approaches.

Riemannian and Symplectic Geometry for Hierarchical Text-Driven Place Recognition

Abstract

Text-to-point-cloud localization enables robots to understand spatial positions through natural language descriptions, which is crucial for human-robot collaboration in applications such as autonomous driving and last-mile delivery. However, existing methods employ pooled global descriptors for similarity retrieval, which suffer from severe information loss and fail to capture discriminative scene structures. To address these issues, we propose SympLoc, a novel coarse-to-fine localization framework with multi-level alignment in the coarse stage. Different from previous methods that rely solely on global descriptors, our coarse stage consists of three complementary alignment levels: 1) Instance-level alignment establishes direct correspondence between individual object instances in point clouds and textual hints through Riemannian self-attention in hyperbolic space; 2) Relation-level alignment explicitly models pairwise spatial relationships between objects using the Information-Symplectic Relation Encoder (ISRE), which reformulates relation features through Fisher-Rao metric and Hamiltonian dynamics for uncertainty-aware geometrically consistent propagation; 3) Global-level alignment synthesizes discriminative global descriptors via the Spectral Manifold Transform (SMT) that extracts structural invariants through graph spectral analysis. This hierarchical alignment strategy progressively captures fine-grained to coarse-grained scene semantics, enabling robust cross-modal retrieval. Extensive experiments on the KITTI360Pose dataset demonstrate that SympLoc achieves a 19% improvement in Top-1 recall@10m compared to existing state-of-the-art approaches.

Paper Structure

This paper contains 23 sections, 26 equations, 2 figures, 4 tables.

Figures (2)

  • Figure 1: Overview of SympLoc, a coarse-to-fine framework for language-guided 3D point cloud localization. The framework comprises three complementary alignment modules in coarse stage: 1) Relation Level Alignment with the Information-Symplectic Relation Encoder (ISRE), which models pairwise spatial relationships through differential geometry; 2) Global Level Alignment with the Spectral Manifold Transform (SMT), which extracts structural invariants via Chebyshev spectral filtering; and 3) Instance Level Alignment with the Riemannian Instance Enhancer (RIE), which embeds features into hyperbolic space to capture hierarchical scene structures. The coarse stage retrieves the most relevant submap via multi-branch similarity aggregation, while the fine stage predicts the precise spatial location through cascaded cross-attention and MLP regression.
  • Figure 2: In this visualization analysis experiment, we present the textual descriptions, the point clouds of the actual location (ground truth), and the top K retrieved point-cloud submaps. We mark the retrieved position in each submap with a star symbol. If the Euclidean distance between the retrieved coordinates and the actual coordinates is within 15 meters, we consider this retrieval correct and highlight the submap with a green box. Incorrect submaps are marked with red boxes.