Dynamic Exploration Graph: A Novel Approach for Efficient Nearest Neighbor Search in Evolving Multimedia Datasets
TL;DR
Abstract
Approximate Nearest Neighbor Search (ANNS) represents a fundamental problem in various applications (image-search, recommendation systems). While graph-based algorithms have demonstrated a good balance between search accuracy and time, handling dynamic datasets, where data points are continuously added or removed, remains a challenge. This paper introduces the Dynamic Exploration Graph (DEG), an extension of the continuous refining Exploration Graph, which retains high search efficiency for static dataset while adding essential support for dynamic data. At the core of the DEG design are two key innovations: a novel vertex deletion algorithm which guarantees graph connectivity and a data distribution-agnostic method for graph expansion. Through these mechanisms, the DEG maintains a balanced and well-connected structure, even under continuous data alterations. Empirical experiments in both streaming and online scenarios demonstrate the superior performance of the DEG, surpassing existing dynamic graph algorithms in terms of construction time and search efficiency. Although optimized for dynamic datasets, the DEG delivers results as good as current state-of-the-art approaches for static dataset, underscoring its broad applicability.
BibTeX
If you use our work in your research, please cite our publication:
@inproceedings{10.1007/978-981-96-2054-8_25,
author = {Hezel, Nico and Barthel, Kai Uwe and Schilling, Bruno and Schall, Konstantin and Jung, Klaus},
title = {Dynamic Exploration Graph: A Novel Approach for Efficient Nearest Neighbor Search in Evolving Multimedia Datasets},
year = {2025},
isbn = {978-981-96-2054-8},
publisher = {Springer Nature Singapore},
address = {Singapore},
url = {https://doi.org/10.1007/978-981-96-2054-8_25},
doi = {10.1007/978-981-96-2054-8_25},
booktitle = {MultiMedia Modeling: 31th International Conference, MMM 2025, Nara, Japan, January 8 – January 10, 2025, Proceedings},
pages = {333-347},
location = {Nara, Japan}
}