PhD Defence Notice - Sepehr Eghbali

Monday, November 25, 2019 10:00 am - 10:00 am EST (GMT -05:00)

Candidate: Sepehr Eghbali

Title: Scalable Nearest Neighbour Search with Compact Codes

Date: November 25, 2019

Time: 10:00 AM

Place: EIT 3142

Supervisor(s): Tahvildari, Ladan

Abstract:

A notable characteristic of the recent decade is the unprecedented growth in the use and generation of data. From collections of images, documents and videos, to genetic data, and to network traffic statistics, modern technologies and cheap storage have made it possible to accumulate huge datasets. But how can we effectively use all this data? The growing sizes of the modern datasets make it crucial to develop new algorithms and tools capable of sifting through this data efficiently. A central computational primitive for dealing with large datasets is the Nearest Neighbor Search problem in which the goal is to preprocess a set of objects, so that later, given a query object, one can find the data object closest to the query. In most situations involving high-dimensional objects, the exhaustive search which compares the query with every item in the dataset has a prohibitive cost both for runtime and memory space. This thesis concerns the design of algorithms and tools for faster and more accurate nearest neighbor search. The proposed techniques advocate the use of compressed and discrete codes for representing the similarity structure of data in a compact way. Transforming high-dimensional items, such as raw images, into similarity-preserving compact codes has both computational and storage advantages as compact codes can be stored efficiently using only a few bits per data item, and more importantly they can be compared extremely fast using bit-wise or look-up table operators. Motivated by this view, the present work explores two main research directions: 1) finding mappings that better preserve the given notion of similarity while keeping the codes as compressed as possible, and 2) building efficient data structures that support non-exhaustive search among the compact codes. Our large-scale experimental results reported on various benchmarks including datasets upto one billion items, show boost in retrieval performance in comparison to the state-of-the-art.