An Exploration Graph with Continuous Refinement for Efficient Multimedia Retrieval

2024 International Conference on Multimedia Retrieval (ICMR '24)

TL;DR

As datasets get larger and more complex, searching within them becomes slower. Approximate Nearest Neighbor Search is essential for quick data retrieval in these situations. The paper presents a continuous refining Exploration Graph (crEG) striking the best balance between search speed and accuracy, making it an ideal solution for efficiently navigating large multimedia databases.

Abstract

As datasets and the dimensionality of feature vectors continue to grow, Approximate Nearest Neighbor Search (ANNS) in large multimedia databases becomes increasingly relevant. Graph-based approaches have demonstrated to offer the best trade-off between retrieval precision and search time. Despite their ability to deliver search times several orders of magnitude faster than exact search techniques, existing methods suffer from slow constructions speeds or high memory requirements. This paper presents a continuous refining Exploration Graph (crEG), a novel approach for rapidly constructing a compact exploration graph with state-of-the-art search performance. Additionally, it provides the ability to enhance its effectiveness even further through an optional edge optimization algorithm. Both algorithms are specifically designed to produce and operate on undirected graphs with even degrees and guarantee graph connectivity at any time - a property particularly valuable for exploratory search, where the query is part of the database elements. Although such queries provide an advantageous starting point for graph search algorithms, they have been rarely considered in the context of ANNS, yet are crucial for recommendation and exploration systems. Our experiments demonstrate high efficiency in ANNS does not necessarily translate to a good performance in exploratory search.

BibTeX

If you use our work in your research, please cite our publication:

@inproceedings{10.1145/3652583.3658117,
author = {Hezel, Nico and Barthel, Kai Uwe and Schall, Konstantin and Jung, Klaus},
title = {An Exploration Graph with Continuous Refinement for Efficient Multimedia Retrieval},
year = {2024},
isbn = {9798400706196},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3652583.3658117},
doi = {10.1145/3652583.3658117},
booktitle = {Proceedings of the 2024 International Conference on Multimedia Retrieval},
pages = {657–665},
numpages = {9},
location = {Phuket, Thailand},
series = {ICMR '24}
}