Sciweavers

SISAP
2011
IEEE

Succinct nearest neighbor search

12 years 7 months ago
Succinct nearest neighbor search
In this paper we present a novel technique for nearest neighbor searching dubbed neighborhood approximation. The central idea is to divide the database into compact regions represented by a single object, called the reference. To search for nearest neighbors a set of candidate references is first obtained and later enriched with the database objects associated to those references. This approach can be implemented with an inverted index, which in turn can be represented in a succinct way, spending just a few bits per object. As a consequence it is possible to store the index in main memory, even for relatively large databases. The speed/compression/recall tradeoff achieved is excellent. To obtain 92% recall in 30-nearest neighbors searches the index reviews less than 0.6% of the database, in time ranging from 0.35 to 2.67 seconds using from 93 to 24 Mbytes for a ten million objects database. The tradeoff comes from using different compression techniques. The uncompressed index require...
Eric Sadit Tellez, Edgar Chávez, Gonzalo Na
Added 18 Sep 2011
Updated 18 Sep 2011
Type Journal
Year 2011
Where SISAP
Authors Eric Sadit Tellez, Edgar Chávez, Gonzalo Navarro
Comments (0)