Fast Feature Matching of UAV Images via Matrix Band Reduction-based GPU Data Schedule
San Jiang, Kan You, Wanshou Jiang, Qingquan Li
TL;DR
The paper tackles the high cost of feature matching in UAV-SfM by introducing a GPU-accelerated pipeline that couples a matrix band reduction (MBR)–based data schedule with cascade hashing. It constructs a view graph from VLAD-HNSW image retrieval, compresses it with MBR to form GPU-friendly blocks, and performs cascade hashing with SAO local constraints and RANSAC global verification, enabling parallel CPU/GPU processing. The approach yields large speedups (about $77$–$100\times$ over KD-tree methods) while maintaining competitive BA accuracy across large UAV datasets, demonstrated on campus, complex-building, and oblique photogrammetry scenes. This makes UAV SfM more scalable for large-scale reconstructions and practical for near-real-time or large-batch workflows.
Abstract
Feature matching dominats the time costs in structure from motion (SfM). The primary contribution of this study is a GPU data schedule algorithm for efficient feature matching of Unmanned aerial vehicle (UAV) images. The core idea is to divide the whole dataset into blocks based on the matrix band reduction (MBR) and achieve efficient feature matching via GPU-accelerated cascade hashing. First, match pairs are selected by using an image retrieval technique, which converts images into global descriptors and searches high-dimension nearest neighbors with graph indexing. Second, compact image blocks are iteratively generated from a MBR-based data schedule strategy, which exploits image connections to avoid redundant data IO (input/output) burden and increases the usage of GPU computing power. Third, guided by the generated image blocks, feature matching is executed sequentially within the framework of GPU-accelerated cascade hashing, and initial candidate matches are refined by combining a local geometric constraint and RANSAC-based global verification. For further performance improvement, these two seps are designed to execute parallelly in GPU and CPU. Finally, the performance of the proposed solution is evaluated by using large-scale UAV datasets. The results demonstrate that it increases the efficiency of feature matching with speedup ratios ranging from 77.0 to 100.0 compared with KD-Tree based matching methods, and achieves comparable accuracy in relative and absolute bundle adjustment (BA). The proposed algorithm is an efficient solution for feature matching of UAV images.
