Fast answering k-nearest-neighbor queries over large image databases using dual distance transformation

Yi Zhuang,Fei Wu
DOI: https://doi.org/10.1007/978-3-540-69423-6_40
2007-01-01
Abstract:To support fast k-NN queries over large image database, in this paper, we propose a novel dual distance transformation method called DDT. In DDT, all images are first grouped into clusters by the k-Means clustering algorithm. Then the start- and centroid-distances of each image are combined to obtain the uniform index key through its dual distance transformation. Finally the keys are indexed by a B+-tree. Thus, given a query image, its k-nearest neighbor query in high-dimensional space is transformed into a search in a single dimensional space with the aid of the DDT index. Extensive performance studies are conducted to evaluate the effectiveness and efficiency of the proposed scheme. Our results demonstrate that this method outperforms the state-of-the-art high dimensional search techniques, such as the X-Tree, VA-file, iDistance and NB-Tree.
What problem does this paper attempt to address?