Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

MT-PCR: Hybrid Mamba-Transformer Network with Spatial Serialization for Point Cloud Registration

About

Point cloud registration (PCR) is a fundamental task in 3D computer vision and robotics. Most learning-based PCR methods rely on Transformer architectures, which suffer from quadratic computational complexity. This limitation restricts the resolution of point clouds that can be processed, inevitably leading to information loss. In contrast, Mamba, a recently proposed model based on state-space models, achieves linear computational complexity while maintaining strong long-range contextual modeling capabilities. However, directly applying Mamba to PCR tasks yields suboptimal performance due to the unordered and irregular nature of point cloud data. To address these challenges, we propose MT-PCR, the first point cloud registration framework that integrates Mamba and Transformer modules. Specifically, we serialize point cloud features using Z-order space-filling curves to enforce spatial locality, enabling Mamba to better model the geometric structure of the inputs. Additionally, we remove the order-indicator module commonly used in Mamba-based sequence modeling, leading to improved performance in our setting. The serialized features are then processed by an optimized Mamba encoder, followed by a Transformer-based feature refinement stage. Extensive experiments on multiple benchmarks demonstrate that MT-PCR outperforms Transformer-based and other state-of-the-art methods in both accuracy and efficiency, significantly reducing GPU memory usage and FLOPs.

Bingxi Liu, An Liu, Hao Chen, Huaqi Tao, Jinqiang Cui, Yiqun Wang, Hong Zhang• 2025

Related benchmarks

TaskDatasetResultRank
Point cloud registration3DMatch
Registration Recall (RR)95.5
182
Point cloud registrationKITTI
RR100
98
Point cloud registration3DLoMatch
Registration Recall75.4
69
Point cloud registrationETH-Challenging (test)
RTE (cm)4.27
7
Showing 4 of 4 rows

Other info

Follow for update