Home

Awesome

Deep Aerial Image Matching Implementation

<p align="center"> <img src="https://www.mdpi.com/remotesensing/remotesensing-12-00465/article_deploy/html/images/remotesensing-12-00465-ag-550.jpg" width="400"> </p>

This is the official implementation of the paper:

J.-H. Park, W.-J Nam and S.-W Lee, "A Two-Stream Symmetric Network with Bidirectional Ensemble for Aerial Image Matching," Remote Sens., 2020, Vol. 12, No. 6, pp. 465 <br> [Journal][arXiv]

Required package

Getting started

Trained models

Note that, models must be downloaded to the 'trained_models' folder.

Backbone NetworkPCK (tau=0.05)PCK (tau=0.03)PCK (tau=0.01)Download Link
ResNet10193.8 %82.5 %35.1 %[here]
ResNeXt10194.6 %85.9 %43.2 %[here]
Densenet16995.6 %88.4 %44.0 %[here]
SE-ResNeXt10197.1 %91.1 %48.0 %[here]

Paper Citation

@misc{park2020aerial,
title={A Two-Stream Symmetric Network with Bidirectional Ensemble for Aerial Image Matching},
author={Jae-Hyun Park and Woo-Jeoung Nam and Seong-Whan Lee},
year={2020},
eprint={2002.01325},
archivePrefix={arXiv},
primaryClass={cs.CV}
}