Skip to content

goodproj13/DenserNet

Repository files navigation

DenserNet: Weakly Supervised Visual Localization Using Multi-scale Feature Aggregation

Introduction

DenserNet uses multiple-semantics fusion for image-based localization (as shown in the above figure), which leverages the image-level supervision (positive and negative image pairs) without feature correspondences. This repo is the PyTorch implementation of AAAI2021 paper "DenserNet: Weakly Supervised Visual Localization Using Multi-scale Feature Aggregation." [pdf] [project page]

Installation

Please find detailed steps Here for installation and dataset preparation.

Train & Test

Please find details Here for step-by-step instructions.

Model Zoo

Please refer to Here for trained models.

Inference on a single image

Please refer to Here for inference on a single image.

Train on customized dataset

Please refer to Here to prepare your own dataset.

License

DenserNet is released under the MIT license.

Citation

If you find this repo useful for your research, please consider citing the paper

@article{liu2020densernet,
  title={DenserNet: Weakly Supervised Visual Localization Using Multi-scale Feature Aggregation},
  author={Liu, Dongfang and Cui, Yiming and Yan, Liqi and Mousas, Christos and Yang, Baijian and Chen, Yingjie},
  journal={Proceedings of the AAAI Conference on Artificial Intelligence},
  year={2021},
  month={May}, pages={6101-6109} 
}

Acknowledgements

We truely thanksful of the following piror efforts in terms of knowledge contributions and open-source repos. Particularly, "ASLFeat" has a similar approach to ours but using strong supervision.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •