Riemann-based Multi-scale Attention Reasoning Network for Text-3D Retrieval
Wenrui Li, Wei Han, Yandu Chen, Yeyu Chai, Yidan Lu, Xingtao Wang, Xiaopeng Fan
TL;DR
This work tackles text-3D retrieval, a challenging cross-modal task hampered by scarce paired data and irregular 3D geometries. It introduces RMARN, a Riemannian-based multi-scale attention framework that refines text and point-cloud features with Adaptive Feature Refiners and computes cross-modal similarity via a combination of Riemann Local Similarity and Global Pooling Similarity, supplemented by Similarity Convolution and a Low Rank Filter. A new large-scale dataset, T3DR-HIT, provides 3,380 text-point cloud pairs spanning indoor scenes and Chinese artifacts to enable robust evaluation. Experiments show RMARN achieves superior retrieval performance and robust ablations highlight the importance of GPS, AFR, RLS, and the learned manifold parameters, underscoring the value of manifold-aware cross-modal alignment for 3D-text understanding. The work advances cross-modal retrieval by integrating Riemannian geometry with multi-scale similarity, offering practical benefits for AR/VR and large-scale 3D data management.
Abstract
Due to the challenges in acquiring paired Text-3D data and the inherent irregularity of 3D data structures, combined representation learning of 3D point clouds and text remains unexplored. In this paper, we propose a novel Riemann-based Multi-scale Attention Reasoning Network (RMARN) for text-3D retrieval. Specifically, the extracted text and point cloud features are refined by their respective Adaptive Feature Refiner (AFR). Furthermore, we introduce the innovative Riemann Local Similarity (RLS) module and the Global Pooling Similarity (GPS) module. However, as 3D point cloud data and text data often possess complex geometric structures in high-dimensional space, the proposed RLS employs a novel Riemann Attention Mechanism to reflect the intrinsic geometric relationships of the data. Without explicitly defining the manifold, RMARN learns the manifold parameters to better represent the distances between text-point cloud samples. To address the challenges of lacking paired text-3D data, we have created the large-scale Text-3D Retrieval dataset T3DR-HIT, which comprises over 3,380 pairs of text and point cloud data. T3DR-HIT contains coarse-grained indoor 3D scenes and fine-grained Chinese artifact scenes, consisting of 1,380 and over 2,000 text-3D pairs, respectively. Experiments on our custom datasets demonstrate the superior performance of the proposed method. Our code and proposed datasets are available at \url{https://github.com/liwrui/RMARN}.
