paper-with-me

Papers

HBST: A Hamming Distance embedding Binary Search Tree for Visual Place Recognition

2018-02-26 · Dominik Schlegel, Giorgio Grisetti

Reliable and efficient Visual Place Recognition is a major building block of modern SLAM systems. Leveraging on our prior work, in this paper we present a Hamming Distance embedding Binary Search Tree (HBST) approach for binary Descriptor Matching and Image Retrieval. HBST allows for descriptor Search and Insertion in logarithmic time by exploiting particular properties of binary Feature descriptors. We support the idea behind our search structure with a thorough analysis on the exploited descriptor properties and their effects on completeness and complexity of search and insertion. To validate our claims we conducted comparative experiments for HBST and several state-of-the-art methods on a broad range of publicly available datasets. HBST is available as a compact open-source C++ header-only library.

📄 PDF Abstract BibTeX arXiv:1802.09261

Code (1)

https://gitlab.com/srrg-software/srrg_hbst 공식 구현

Tasks

Image RetrievalRetrievalVisual Place Recognition

Similar Papers 제목 키워드 기반

Binary Code Ranking with Weighted Hamming Distance

2013-06-01 · CVPR 2013 6 · Lei Zhang, Yongdong Zhang, Jinhu Tang, Ke Lu 외

Binary hashing has been widely used for efficient similarity search due to its query and storage efficiency. In most existing binary hashing methods, the high-dimensional data are embedded into Hamming space and the dist…

Fast Search on Binary Codes by Weighted Hamming Distance

2020-09-18 · Zhenyu Weng, Yuesheng Zhu, Ruixin Liu

Weighted Hamming distance, as a similarity measure between binary codes and binary queries, provides superior accuracy in search tasks than Hamming distance. However, how to efficiently and accurately find $K$ binary cod…

The Power of Asymmetry in Binary Hashing

2013-11-29 · NeurIPS 2013 12 · Behnam Neyshabur, Payman Yadollahpour, Yury Makarychev, Ruslan Salakhutdinov 외

When approximating binary similarity using the hamming distance between short binary hashes, we show that even if the similarity is symmetric, we can have shorter and more accurate hashes by using two distinct code maps.…

Improved Hamming Distance Search Using Variable Length Substrings

2016-06-01 · CVPR 2016 6 · Eng-Jon Ong, Miroslaw Bober

This paper addresses the problem of ultra-large-scale search in Hamming spaces. There has been considerable research on generating compact binary codes in vision, for example for visual search tasks. However the issue of…

Retrieval

Top Rank Supervised Binary Coding for Visual Search

2015-12-01 · ICCV 2015 12 · Dongjin Song, Wei Liu, Rongrong Ji, David A. Meyer 외

In recent years, binary coding techniques are becoming increasingly popular because of their high efficiency in handling large-scale computer vision applications. It has been demonstrated that supervised binary coding te…

Image Retrieval