π€ AI Summary
This work addresses the problem of text-to-point-cloud cross-modal localization, aiming to enable precise 2D robot localization within an environment using natural language descriptions. The proposed approach employs a coarse-to-fine strategy: in the coarse localization stage, a BΓ©zier-enhanced object spatial encoder and a frequency-domain-aware encoder are introduced to jointly model instance-level and global-level spatial relationships; in the fine localization stage, an uncertainty-aware Gaussian regression mechanism is incorporated to refine positional accuracy. This framework is the first to integrate multi-granularity spatial relationship modeling into cross-modal localization and achieves state-of-the-art performance on the KITTI360Pose dataset, demonstrating significantly improved accuracy and robustness over existing methods.
π Abstract
Cross-modal localization using text and point clouds enables robots to localize themselves via natural language descriptions, with applications in autonomous navigation and interaction between humans and robots. In this task, objects often recur across text and point clouds, making spatial relationships the most discriminative cues for localization. Given this characteristic, we present SpatiaLoc, a framework utilizing a coarse-to-fine strategy that emphasizes spatial relationships at both the instance and global levels. In the coarse stage, we introduce a Bezier Enhanced Object Spatial Encoder (BEOSE) that models spatial relationships at the instance level using quadratic Bezier curves. Additionally, a Frequency Aware Encoder (FAE) generates spatial representations in the frequency domain at the global level. In the fine stage, an Uncertainty Aware Gaussian Fine Localizer (UGFL) regresses 2D positions by modeling predictions as Gaussian distributions with a loss function aware of uncertainty. Extensive experiments on KITTI360Pose demonstrate that SpatiaLoc significantly outperforms existing state-of-the-art (SOTA) methods.