Index Point Data Using Algebraic Lattice.

XY Xue,HZ Luo,LD Wu
DOI: https://doi.org/10.1117/12.373558
1999-01-01
Abstract:In this paper, we propose a new method for indexing large amounts of points in high-dimensional space. The basic principle is as follows: Data points or feature vectors extracted from objects are first quantized into lattice points by using lattice vector quantization. Inverted file is adopted to organize those lattice points. Fast retrieval is implemented by using the good properties of algebraic lattice. We first tested the indexing performance for range query by using lattice E-8 and Hash. The initial experimental results show our method has good indexing performance. However, we found, Hash has to search the inverted file for a large amounts of lattice points if query window is bigger or dimension is high. To solve this problem, we use Trie instead of Hash and propose Tire Parallel Search Algorithm (TPSA) to fast access the inverted file. Further experiments have been done for n-dimensional data point by using lattice Z(n). The results show the proposed index structure owns many good properties such as low CPU cost and low I/O cost in comparison to R-tree.
What problem does this paper attempt to address?