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

Abstract

In this work, we introduce a Denser Feature Network(DenserNet) for visual localization. Our work provides three principal contributions. First, we develop a convolutional neural network (CNN) architecture which aggregates feature maps at different semantic levels for image representations. Using denser feature maps, our method can produce more key point features and increase image retrieval accuracy. Second, our model is trained end-to-end without pixel-level an-notation other than positive and negative GPS-tagged image pairs. We use a weakly supervised triplet ranking loss to learn discriminative features and encourage keypoint feature repeatability for image representation. Finally, our method is computationally efficient as our architecture has shared features and parameters during forwarding propagation. Our method is flexible and can be crafted on a light-weighted backbone architecture to achieve appealing efficiency with a small penalty on accuracy. Extensive experiment results indicate that our method sets a new state-of-the-art on four challenging large-scale localization benchmarks and three image retrieval benchmarks with the same level of supervision. The code is available at https://github.com/goodproj13/DenserNet

Cite

Text

Liu et al. "DenserNet: Weakly Supervised Visual Localization Using Multi-Scale Feature Aggregation." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I7.16760

Markdown

[Liu et al. "DenserNet: Weakly Supervised Visual Localization Using Multi-Scale Feature Aggregation." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/liu2021aaai-densernet/) doi:10.1609/AAAI.V35I7.16760

BibTeX

@inproceedings{liu2021aaai-densernet,
  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 Victor},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {6101-6109},
  doi       = {10.1609/AAAI.V35I7.16760},
  url       = {https://mlanthology.org/aaai/2021/liu2021aaai-densernet/}
}