Sort:
Open Access Issue
Survey on absolute visual localization techniques for low-altitude unmanned aerial vehicles
Journal of National University of Defense Technology 2026, 48(2): 29-47
Published: 01 April 2026
Abstract PDF (3.9 MB) Collect
Downloads:35
Significance

Autonomous and high-precision localization is critical for UAVs (unmanned aerial vehicles) to complete tasks safely. GNSS (global navigation satellite system) is the mainstream localization technology, but its signals are blocked in urban canyons or mountainous areas and vulnerable to jamming and spoofing, severely reducing localization accuracy. INS (inertial navigation system) works independently but has drawbacks: high-precision INS is overly costly, while low-cost MEMS (micro-electro-mechanical system) INS suffers from time-dependent drift. By contrast, absolute visual localization, which involves matching real-time UAV images with geo-tagged reference images, offers unique advantages of no drift and anti-electromagnetic interference. Traditionally, visual localization methods were designed for high-altitude (above 500 m) nadir observation. Under these conditions, ground scenes can be simplified to 2D planes. The geometric relationship between UAV images and reference images is mainly reflected in scaling, rotation, and translation, which can be described by similarity transformation or homography models. Consequently, image-matching-based UAV localization algorithms have achieved high accuracy and strong robustness for high-altitude nadir imaging. Currently, UAVs are shifting to low-altitude, refined operations. Small commercial UAVs are usually restricted to altitudes below 500 m and often require oblique observation for side-view information. This leads to significant 3D stereo effects and perspective distortion, invalidating the 2D assumption and causing large view differences. Low-altitude imaging also features a small field of view and rapid scale changes, further complicating localization. Traditional visual localization methods therefore struggle to meet high-precision requirements under low-altitude oblique conditions.

Progress

This survey focuses on the visual localization problem of low-altitude UAVs and centers on the "retrieval-matching-pose estimation" hierarchical framework, which effectively addresses the challenges of significant view differences, rapid scale variations, and object occlusions through a coarse-to-fine strategy. Compared with other frameworks such as relative visual localization (with cumulative errors), end-to-end direct localization (with poor generalization), and map-free localization (scene-dependent), this hierarchical framework balances search efficiency, positioning accuracy, and scene generalization, becoming a robust technical path for low-altitude long-endurance absolute localization. This survey systematically reviews the technical development and research status of the three core modules of the framework. For cross-view image retrieval, methods have evolved from traditional handcrafted feature-based approaches to deep learning-based methods. Early methods include template matching using similarity metrics (e.g., SAD, SSD, NCC) as well as local feature aggregation methods (e.g., BoW and VLAD). However, these traditional methods struggle with significant view differences. Recent deep learning methods have improved cross-domain generalization through feature map reorganization (e.g., annular or dense segmentation) and optimized training strategies (e.g., contrastive learning with InfoNCE loss, self-supervised adaptation). For cross-view image matching, deep learning models have gradually replaced traditional handcrafted feature methods (e.g., SIFT, SURF, ORB). Existing matching networks are divided into sparse, semi-dense, and dense types: sparse matching methods (e.g., SuperPoint+LightGlue) prioritize computational efficiency, while dense matching methods (e.g., RoMa) achieve higher matching accuracy. For UAV pose estimation, classic PnP (perspective-n-point) algorithms and their variants are widely used. Improved methods adapted to UAV scenarios integrate IMU prior information to reduce the degrees of freedom of the problem, or use the RANSAC algorithm to filter mismatched points, enhancing stability under low-altitude observation conditions. Additionally, this survey summarizes representative datasets for cross-view image retrieval and matching in low-altitude visual localization, such as University-1652 (simulated data) and AnyVisLoc (real-scene multi-view data), and analyzes the performance of existing methods on edge computing platforms (e.g., NVIDIA Jetson series). The results show that most methods achieve meter-level accuracy but face challenges in real-time inference and hardware cost control.

Conclusions and Prospects

The "retrieval-matching-pose estimation" framework is a reliable technical path for low-altitude UAV absolute visual localization, balancing search efficiency, positioning accuracy, and generalization. Current technologies still face limitations in cross-domain generalization, real-time inference on edge platforms, and robustness to complex environments. Future research should focus on lightweight model design for edge deployment, self-supervised learning to reduce data dependency, construction of high-quality datasets, and multi-source information fusion to enhance system reliability. This survey provides a valuable reference for academic research and engineering applications of low-altitude UAV absolute visual localization.

Open Access Research Issue
3MOS: a multi-source, multi-resolution, and multi-scene optical-SAR dataset with insights for multi-modal image matching
Visual Intelligence 2025, 3: 19
Published: 06 November 2025
Abstract Collect

Optical-SAR image matching is a fundamental task for remote sensing applications. While existing methods perform well on some popular datasets such as SEN1-2 and WHU-SEN-City, their generalizability across diverse data sources such as satellites, spatial resolutions, and scenes remains insufficiently investigated, hindering the practical implementation of optical-SAR matching in various downstream tasks. Thus, 3MOS, the first multi-source, multi-resolution, and multi-scene optical-SAR dataset, was proposed in our study to address this gap. This dataset consists of 113k optical-SAR image pairs, with the SAR data collected from five satellites and resolutions ranging from 3.5 m to 12.5 m, further categorized into eight scenes, such as urban, rural, and plains through a simple but practical classification strategy. Based on this dataset, the performance of optical-SAR matching methods was evaluated through the data with diverse characteristics. Additionally, extensive experiments were conducted, and the following two findings were obtained. 1) None of the state-of-the-art methods achieved consistently superior performance across different sources, resolutions, and scenes, specifying significant generalization challenges for diverse downstream task data. 2) Training data distribution significantly impacted the matching performance of deep-learning models, highlighting the domain adaptation challenge in optical-SAR image matching. Furthermore, the practical utility of the dataset was comprehensively validated through multimodal change detection experiments, demonstrating its substantial value for a wide range of downstream applications.

Open Access Full Length Article Issue
High-accuracy real-time satellite pose estimation for in-orbit applications
Chinese Journal of Aeronautics 2025, 38(6)
Published: 04 March 2025
Abstract Collect

Vision-based relative pose estimation plays a pivotal role in various space missions. Deep learning enhances monocular spacecraft pose estimation, but high computational demands necessitate model simplification for onboard systems. In this paper, we aim to achieve an optimal balance between accuracy and computational efficiency. We present a Perspective-n-Point (PnP) based method for spacecraft pose estimation, leveraging lightweight neural networks to localize semantic keypoints and reduce computational load. Since the accuracy of keypoint localization is closely related to the heatmap resolution, we devise an efficient upsampling module to increase the resolution of heatmaps with minimal overhead. Furthermore, the heatmaps predicted by the lightweight models tend to show high-level noise. To tackle this issue, we propose a weighting strategy by analyzing the statistical characteristics of predicted semantic keypoints and substantially improve the pose estimation accuracy. The experiments carried out on the SPEED dataset underscore the prospect of our method in engineering applications. We dramatically reduce the model parameters to 0.7 M, merely 2.5% of that required by the top-performing method, and achieve lower pose estimation error and better real-time performance.

Issue
Non-cooperative target pose estimation from monocular images based on lightweight neural network
Acta Aeronautica et Astronautica Sinica 2024, 45(22): 330248
Published: 25 November 2024
Abstract PDF (1.6 MB) Collect
Downloads:33

Estimating the pose of non-cooperative targets from monocular images stands as a pivotal technology for future space missions. Recent advancements in deep neural networks have surpassed traditional methods in pose measurement accuracy. However, these networks often entail a high number of parameters and significant computational complexity. This poses a challenge for deployment in on-orbit applications where real-time measurement is crucial, as computational resources are limited. Reducing the number of network parameters compromises the ability to extract representative features, leading to degraded pose estimation performance. To tackle this problem, we present an approach using lightweight neural networks that maintains high accuracy in pose estimation, which is a task far from trivial. Our solution involves a novel semantic keypoint localization method. We develop a lightweighted neural network model with a mere 1.1 ×106 parameters. To enhance the precision of semantic keypoint localization and subsequent pose estimation, we introduce a heatmap decoding technique that allows for sub-pixel level accuracy, while enabling end-to-end supervision of semantic keypoint localization. Moreover, we develop an auxiliary layer supervised training method to further refine the accuracy of semantic keypoint localization. Experiments on public datasets demonstrate that our method not only achieves the highest pose measurement accuracy among all lightweight models with fewer than 107 parameters, but also sets a new benchmark. Additionally, tests on embedded development boards reveal that our method attains measurement frequencies of 5 Hz and 11 Hz in 10 W and 30 W power modes, respectively.

Open Access Full Length Article Issue
Semi-supervised remote sensing image scene classification with prototype-based consistency
Chinese Journal of Aeronautics 2024, 37(2): 459-470
Published: 13 December 2023
Abstract Collect

Deep learning significantly improves the accuracy of remote sensing image scene classification, benefiting from the large-scale datasets. However, annotating the remote sensing images is time-consuming and even tough for experts. Deep neural networks trained using a few labeled samples usually generalize less to new unseen images. In this paper, we propose a semi-supervised approach for remote sensing image scene classification based on the prototype-based consistency, by exploring massive unlabeled images. To this end, we, first, propose a feature enhancement module to extract discriminative features. This is achieved by focusing the model on the foreground areas. Then, the prototype-based classifier is introduced to the framework, which is used to acquire consistent feature representations. We conduct a series of experiments on NWPU-RESISC45 and Aerial Image Dataset (AID). Our method improves the State-Of-The-Art (SOTA) method on NWPU-RESISC45 from 92.03% to 93.08% and on AID from 94.25% to 95.24% in terms of accuracy.

Issue
Optical-SAR image matching based on MatchNet and multi-point matching constraint
Acta Aeronautica et Astronautica Sinica 2024, 45(10): 329162
Published: 01 September 2023
Abstract PDF (6.2 MB) Collect
Downloads:26

Multimodal image matching between optical and SAR images is critical for visual navigation of the aircraft flying over complex areas. Due to different imaging mechanisms, accurate optical-SAR image matching faces several challenges, such as imaging geometry differences between optical and SAR, nonlinear radiation distortion of SAR, and noise interference. Although deep learning-based image matching methods have shown better adaptability than traditional methods, they still cannot fully solve the above-mentioned challenges and their matching accuracy may be not enough for visual navigation tasks. This paper proposes a new image matching method called Multi-point Matching Constraint MatchNet (MMC-MatchNet) based on the typical MatchNet framework, so as to improve the matching accuracy of the single template matching using MatchNet. The method consists of two main steps: sub-templates sampling and matching using MatchNet, and mismatched sub-templates removal based on multi-point geometric constraint. The original input image size of the MatchNet is maintained, while the matching accuracy for optical-SAR image matching is improved. This paper also proposes a multi-level training dataset generation method to train the MMC-MatchNet. Compared to the random sampling method, our method focuses on the difficult samples in image matching, and can be seen as a special data augmentation method for image matching. MMC-MatchNet is tested on two multi-modal image matching datasets, outperforming NCC, NMI, HOPC and the single-template MatchNet. With similar matching accuracy to that of HOPC, MMC-MatchNet can improve the Correctly Matching Rate (CMR). The method based on multi-point matching constraint and multi-level dataset generation can be easily extend to other patch-based image matching models.

Total 6