# Query-Adaptive Hash Code Ranking for Large-Scale Multi-View Visual   Search

**Authors:** Xianglong Liu, Lei Huang, Cheng Deng, Bo Lang, Dacheng Tao

arXiv: 1904.08623 · 2019-04-19

## TL;DR

This paper introduces a query-adaptive, multi-view hashing method that improves large-scale visual search by combining fine-grained bitwise weighting and tablewise rank fusion, significantly boosting search accuracy.

## Contribution

The paper presents a novel approach for multi-view hashing with query-adaptive weighting and graph-based rank fusion, enhancing discriminative power and efficiency in large-scale multi-source visual search.

## Key findings

- Achieves up to 20.28% performance improvement over state-of-the-art methods.
- Effectively combines multiple views for improved search accuracy.
- Demonstrates robustness across three benchmark datasets.

## Abstract

Hash based nearest neighbor search has become attractive in many applications. However, the quantization in hashing usually degenerates the discriminative power when using Hamming distance ranking. Besides, for large-scale visual search, existing hashing methods cannot directly support the efficient search over the data with multiple sources, and while the literature has shown that adaptively incorporating complementary information from diverse sources or views can significantly boost the search performance. To address the problems, this paper proposes a novel and generic approach to building multiple hash tables with multiple views and generating fine-grained ranking results at bitwise and tablewise levels. For each hash table, a query-adaptive bitwise weighting is introduced to alleviate the quantization loss by simultaneously exploiting the quality of hash functions and their complement for nearest neighbor search. From the tablewise aspect, multiple hash tables are built for different data views as a joint index, over which a query-specific rank fusion is proposed to rerank all results from the bitwise ranking by diffusing in a graph. Comprehensive experiments on image search over three well-known benchmarks show that the proposed method achieves up to 17.11% and 20.28% performance gains on single and multiple table search over state-of-the-art methods.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.08623/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1904.08623/full.md

## References

60 references — full list in the complete paper: https://tomesphere.com/paper/1904.08623/full.md

---
Source: https://tomesphere.com/paper/1904.08623