Persistent semi-dynamic ordered partition index
Document Type
Article
Publication Date
11-1-2006
Abstract
Similarity search is a popular paradigm in advanced database applications. In content based image retrieval (CBIR) for example, images are transformed into feature vectors, which are then used for similarity search via k-nearest-neighbor (k-NN) queries in the feature vector space. Clustering by building a disk resident index is one method to speed up the processing of k-NN queries. In the case of high-dimensional feature vectors the dimensionality curse results in a high degree of overlap among the minimum bounding rectangles of the index, which results in most pages of the index being accessed. This is especially detrimental to performance, since disk positioning time for random disk accesses is slow and improving only at a rate of 8% annually. We propose an alternative solution to indexing high-dimensional data, which takes advantage of increasing main memory sizes and the 40% annual improvement in disk transfer rates, More specifically we make the Ordered-Partition - OP-tree, which is a main memory resident index, persistent by writing it onto disk. We investigate the optimization of OP-tree parameters and compare its performance with the sequential scan method with and without Karhunen-Loève transformation. We use serialization to compact the dynamically allocated nodes of the OP-tree in main memory, which form a linked list, into a contiguous area. The index can then be saved on disk as a single file and loaded into main memory by a single transfer. The original OP-tree is static, so we propose several methods to support the insertion of new points dynamically. We compare these methods from the viewpoints of time and space efficiency. We also study the effect of incrementally building the index with and without applying the Karhunen-Loève transformation. We compare the processing time of k-NN queries on persistent OP-trees and SR-trees to demonstrate the viability of the proposed method. We use one synthetic and three real world datasets in our experiments. © 2006 Oxford University Press.
Identifier
33750120368 (Scopus)
Publication Title
Computer Journal
External Full Text Location
https://doi.org/10.1093/comjnl/bxl035
e-ISSN
14602067
ISSN
00104620
First Page
670
Last Page
684
Issue
6
Volume
49
Recommended Citation
Thomasian, Alexander and Zhang, Lijuan, "Persistent semi-dynamic ordered partition index" (2006). Faculty Publications. 18748.
https://digitalcommons.njit.edu/fac_pubs/18748
