MambaH-Fit: Rethinking Hyper-surface Fitting-based Point Cloud Normal Estimation via State Space Modelling
Weijia Wang, Yuanzhi Su, Pei-Gen Ye, Yuan-Gen Wang, Xuequan Lu
TL;DR
MambaH-Fit presents a state-space modelling framework for point cloud normal estimation that emphasizes fine-grained local geometry. By coupling an Attention-driven Hierarchical Feature Fusion (AHFF) module with a Patch-wise State Space Model (PSSM), the approach enables adaptive multi-scale context learning and implicit hyper-surface fitting within local patches using Mamba blocks. Extensive experiments across synthetic and real-world datasets demonstrate improved accuracy, robustness, and generalization over existing methods, with ablations validating the contributions of AHFF and PSSM. The work demonstrates practical impact in downstream tasks such as surface reconstruction and point cloud filtering, highlighting the method’s scalability to large-scale real-world scans.
Abstract
We present MambaH-Fit, a state space modelling framework tailored for hyper-surface fitting-based point cloud normal estimation. Existing normal estimation methods often fall short in modelling fine-grained geometric structures, thereby limiting the accuracy of the predicted normals. Recently, state space models (SSMs), particularly Mamba, have demonstrated strong modelling capability by capturing long-range dependencies with linear complexity and inspired adaptations to point cloud processing. However, existing Mamba-based approaches primarily focus on understanding global shape structures, leaving the modelling of local, fine-grained geometric details largely under-explored. To address the issues above, we first introduce an Attention-driven Hierarchical Feature Fusion (AHFF) scheme to adaptively fuse multi-scale point cloud patch features, significantly enhancing geometric context learning in local point cloud neighbourhoods. Building upon this, we further propose Patch-wise State Space Model (PSSM) that models point cloud patches as implicit hyper-surfaces via state dynamics, enabling effective fine-grained geometric understanding for normal prediction. Extensive experiments on benchmark datasets show that our method outperforms existing ones in terms of accuracy, robustness, and flexibility. Ablation studies further validate the contribution of the proposed components.
