CVJan 13, 2023

Text to Point Cloud Localization with Relation-Enhanced Transformer

arXiv:2301.05372v127 citationsh-index: 70
Originality Incremental advance
AI Analysis

This addresses the challenge of enabling robots to interpret human instructions for navigation in complex environments, representing an incremental improvement over existing methods.

The paper tackles the problem of localizing positions in city-scale point clouds using natural language descriptions, proposing a Relation-Enhanced Transformer that improves representation discriminability and achieves state-of-the-art results on the KITTI360Pose dataset.

Automatically localizing a position based on a few natural language instructions is essential for future robots to communicate and collaborate with humans. To approach this goal, we focus on the text-to-point-cloud cross-modal localization problem. Given a textual query, it aims to identify the described location from city-scale point clouds. The task involves two challenges. 1) In city-scale point clouds, similar ambient instances may exist in several locations. Searching each location in a huge point cloud with only instances as guidance may lead to less discriminative signals and incorrect results. 2) In textual descriptions, the hints are provided separately. In this case, the relations among those hints are not explicitly described, leading to difficulties of learning relations. To overcome these two challenges, we propose a unified Relation-Enhanced Transformer (RET) to improve representation discriminability for both point cloud and natural language queries. The core of the proposed RET is a novel Relation-enhanced Self-Attention (RSA) mechanism, which explicitly encodes instance (hint)-wise relations for the two modalities. Moreover, we propose a fine-grained cross-modal matching method to further refine the location predictions in a subsequent instance-hint matching stage. Experimental results on the KITTI360Pose dataset demonstrate that our approach surpasses the previous state-of-the-art method by large margin.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes