Large-scale DSM registration via motion averaging
Ningli Xu, Rongjun Qin
TL;DR
This work tackles large-scale DSM registration by reframing the problem as motion averaging over a scene graph built from all pairwise DSM registrations. It introduces DSM-ICP, a grid-based, memory-efficient pairwise registration method, enabling exact nearest-neighbor searches without caching the entire reference dataset. A weighted scene graph is then constructed and optimized via a motion-averaging approach to yield global poses, decoupling rotation ($R_i$ via SVD) from translation ($t_i$ via least squares) and achieving $O(N)$ complexity for the global optimization. Empirical results on public satellite DSMs with lidar ground truth show substantial improvements in both computation and accuracy over k-d tree-based ICP and greedy MST approaches, including reduced accumulated error and better reconstruction quality. The method offers scalable, accurate large-area DSM registration suitable for integration into geospatial pipelines and large-scale mapping workflows.
Abstract
Generating wide-area digital surface models (DSMs) requires registering a large number of individual, and partially overlapped DSMs. This presents a challenging problem for a typical registration algorithm, since when a large number of observations from these multiple DSMs are considered, it may easily cause memory overflow. Sequential registration algorithms, although can significantly reduce the computation, are especially vulnerable for small overlapped pairs, leading to a large error accumulation. In this work, we propose a novel solution that builds the DSM registration task as a motion averaging problem: pair-wise DSMs are registered to build a scene graph, with edges representing relative poses between DSMs. Specifically, based on the grid structure of the large DSM, the pair-wise registration is performed using a novel nearest neighbor search method. We show that the scene graph can be optimized via an extremely fast motion average algorithm with O(N) complexity (N refers to the number of images). Evaluation of high-resolution satellite-derived DSM demonstrates significant improvement in computation and accuracy.
