RI-Mamba: Rotation-Invariant Mamba for Robust Text-to-Shape Retrieval
Khanh Nguyen, Dasith de Silva Edirimuni, Ghulam Mubashar Hassan, Ajmal Mian
TL;DR
RI-Mamba addresses the challenge of rotation-invariant text-to-shape retrieval by introducing a rotation-invariant state-space architecture for point clouds. It combines local/global reference frames, Hilbert-based patch serialization, linear-time orientational embeddings, FiLM-based feature modulation, and a bidirectional Mamba backbone, trained with cross-modal contrastive learning to scale to 200+ categories without manual annotations. The approach achieves state-of-the-art or competitive results across supervised and zero-shot text-to-shape and 3D-to-3D tasks under arbitrary orientations, while remaining computationally efficient compared with RI-transformers. This work enables practical, scalable, rotation-robust retrieval in large 3D repositories, with significant implications for real-world search and scene assembly in AR/VR pipelines.
Abstract
3D assets have rapidly expanded in quantity and diversity due to the growing popularity of virtual reality and gaming. As a result, text-to-shape retrieval has become essential in facilitating intuitive search within large repositories. However, existing methods require canonical poses and support few object categories, limiting their real-world applicability where objects can belong to diverse classes and appear in random orientations. To address this challenge, we propose RI-Mamba, the first rotation-invariant state-space model for point clouds. RI-Mamba defines global and local reference frames to disentangle pose from geometry and uses Hilbert sorting to construct token sequences with meaningful geometric structure while maintaining rotation invariance. We further introduce a novel strategy to compute orientational embeddings and reintegrate them via feature-wise linear modulation, effectively recovering spatial context and enhancing model expressiveness. Our strategy is inherently compatible with state-space models and operates in linear time. To scale up retrieval, we adopt cross-modal contrastive learning with automated triplet generation, allowing training on diverse datasets without manual annotation. Extensive experiments demonstrate RI-Mamba's superior representational capacity and robustness, achieving state-of-the-art performance on the OmniObject3D benchmark across more than 200 object categories under arbitrary orientations. Our code will be made available at https://github.com/ndkhanh360/RI-Mamba.git.
