Angle-Tree: A New Index Structure for High-Dimensional Point Data

DG Dong,XY Xue,HZ Luo
DOI: https://doi.org/10.1117/12.451114
2002-01-01
Abstract:Many multi-dimensional index structures, such as R-Tree, R-*-Tree, X-Tree, SS-Tree, VA-File, etc. have been proposed to support similarity search with 1(1), 1(2) or 1(infinity) distance as similarity measure. But they can not support such similarity search with cosine as the similarity measure. In this paper, an index structure Angle-Tree is introduced to resolve the problem. It first projects all the high dimensional points onto the unit hyper-spherical surface, i.e. normalize each original vector in the database into a unit one. Then an index structure similar to R-Tree is built for those projected points. The experimental results show that the Angle-Tree can decrease the cost of disk I/O and support fast similarity search.
What problem does this paper attempt to address?