MATTER: Multiscale Attention for Registration Error Regression
Shipeng Liu, Ziliang Xiong, Khac-Hoang Ngo, Per-Erik Forssén
TL;DR
This paper tackles the problem of estimating registration quality for point-cloud pairs by reframing misalignment detection as a regression task. It introduces MATTER, a multiscale cross-attention framework that fuses differential entropy, Sinkhorn divergence, and reliability features across multiple radii to predict the alignment error $E_{ ext{align}}$. Across three challenging datasets, MATTER surpasses prior classification-based methods in RMSE, MAE, and $R^2$, and remains robust under poor registrations and low overlap. When applied to a mapping pipeline, MATTER improves downstream map quality at a fixed re-registration budget, demonstrating practical impact for SLAM and 3D tracking tasks.
Abstract
Point cloud registration (PCR) is crucial for many downstream tasks, such as simultaneous localization and mapping (SLAM) and object tracking. This makes detecting and quantifying registration misalignment, i.e., PCR quality validation, an important task. All existing methods treat validation as a classification task, aiming to assign the PCR quality to a few classes. In this work, we instead use regression for PCR validation, allowing for a more fine-grained quantification of the registration quality. We also extend previously used misalignment-related features by using multiscale extraction and attention-based aggregation. This leads to accurate and robust registration error estimation on diverse datasets, especially for point clouds with heterogeneous spatial densities. Furthermore, when used to guide a mapping downstream task, our method significantly improves the mapping quality for a given amount of re-registered frames, compared to the state-of-the-art classification-based method.
