English

Efficient Decentralized Visual Place Recognition From Full-Image Descriptors

Robotics 2018-03-20 v1 Computer Vision and Pattern Recognition

Abstract

In this paper, we discuss the adaptation of our decentralized place recognition method described in [1] to full image descriptors. As we had shown, the key to making a scalable decentralized visual place recognition lies in exploting deterministic key assignment in a distributed key-value map. Through this, it is possible to reduce bandwidth by up to a factor of n, the robot count, by casting visual place recognition to a key-value lookup problem. In [1], we exploited this for the bag-of-words method [3], [4]. Our method of casting bag-of-words, however, results in a complex decentralized system, which has inherently worse recall than its centralized counterpart. In this paper, we instead start from the recent full-image description method NetVLAD [5]. As we show, casting this to a key-value lookup problem can be achieved with k-means clustering, and results in a much simpler system than [1]. The resulting system still has some flaws, albeit of a completely different nature: it suffers when the environment seen during deployment lies in a different distribution in feature space than the environment seen during training.

Keywords

Cite

@article{arxiv.1705.10739,
  title  = {Efficient Decentralized Visual Place Recognition From Full-Image Descriptors},
  author = {Titus Cieslewski and Davide Scaramuzza},
  journal= {arXiv preprint arXiv:1705.10739},
  year   = {2018}
}

Comments

3 pages, 4 figures. This is a self-published paper that accompanies our original work [1] as well as the ICRA 2017 Workshop on Multi-robot Perception-Driven Control and Planning [2]

R2 v1 2026-06-22T20:03:50.121Z