The document presents Graph Regularised Hashing (GRH), a supervised hashing model for efficient nearest-neighbor search in large datasets. It details a two-step iterative process that leverages an adjacency matrix to improve the accuracy of hash-codes by updating them based on nearest neighbors and learning binary classifiers for data partitioning. GRH outperforms other methods in terms of mean average precision and training speed, making it both an accurate and scalable solution.
Related topics: