Hyperbolic Hierarchical Alignment Reasoning Network for Text-3D Retrieval
Wenrui Li, Yidan Lu, Yeyu Chai, Rui Zhao, Hengyu Man, Xiaopeng Fan
TL;DR
H^2ARN tackles text-3D retrieval by embedding text and 3D data in a Lorentz-model hyperbolic space to preserve hierarchical structure and reduce redundancy. It introduces a hierarchical ordering loss via entailment cones and a contribution-aware hyperbolic aggregation that weights local features by their semantic relevance, trained with a Lorentzian contrastive objective. The approach achieves state-of-the-art performance on the original and expanded T3DR-HIT datasets, validating its robustness and scalability across diverse indoor-scene and artifact categories. By explicitly modeling hierarchy in hyperbolic space and focusing attention on discriminative regions, the work advances cross-modal retrieval and provides a resource (T3DR-HIT v2) to accelerate further research.
Abstract
With the daily influx of 3D data on the internet, text-3D retrieval has gained increasing attention. However, current methods face two major challenges: Hierarchy Representation Collapse (HRC) and Redundancy-Induced Saliency Dilution (RISD). HRC compresses abstract-to-specific and whole-to-part hierarchies in Euclidean embeddings, while RISD averages noisy fragments, obscuring critical semantic cues and diminishing the model's ability to distinguish hard negatives. To address these challenges, we introduce the Hyperbolic Hierarchical Alignment Reasoning Network (H$^{2}$ARN) for text-3D retrieval. H$^{2}$ARN embeds both text and 3D data in a Lorentz-model hyperbolic space, where exponential volume growth inherently preserves hierarchical distances. A hierarchical ordering loss constructs a shrinking entailment cone around each text vector, ensuring that the matched 3D instance falls within the cone, while an instance-level contrastive loss jointly enforces separation from non-matching samples. To tackle RISD, we propose a contribution-aware hyperbolic aggregation module that leverages Lorentzian distance to assess the relevance of each local feature and applies contribution-weighted aggregation guided by hyperbolic geometry, enhancing discriminative regions while suppressing redundancy without additional supervision. We also release the expanded T3DR-HIT v2 benchmark, which contains 8,935 text-to-3D pairs, 2.6 times the original size, covering both fine-grained cultural artefacts and complex indoor scenes. Our codes are available at https://github.com/liwrui/H2ARN.
