LGDBIRNCMLJan 14, 2020

Bio-Inspired Hashing for Unsupervised Similarity Search

arXiv:2001.04907v232 citations
AI Analysis

This work addresses the need for efficient similarity search in computer science, offering a novel method that is biologically plausible and scalable, though it builds incrementally on prior bio-inspired hashing approaches.

The authors tackled the problem of improving similarity search by developing BioHash, a data-driven hashing algorithm inspired by biological systems, which outperforms previous benchmarks and includes a convolutional variant, BioConvHash, for further performance gains.

The fruit fly Drosophila's olfactory circuit has inspired a new locality sensitive hashing (LSH) algorithm, FlyHash. In contrast with classical LSH algorithms that produce low dimensional hash codes, FlyHash produces sparse high-dimensional hash codes and has also been shown to have superior empirical performance compared to classical LSH algorithms in similarity search. However, FlyHash uses random projections and cannot learn from data. Building on inspiration from FlyHash and the ubiquity of sparse expansive representations in neurobiology, our work proposes a novel hashing algorithm BioHash that produces sparse high dimensional hash codes in a data-driven manner. We show that BioHash outperforms previously published benchmarks for various hashing methods. Since our learning algorithm is based on a local and biologically plausible synaptic plasticity rule, our work provides evidence for the proposal that LSH might be a computational reason for the abundance of sparse expansive motifs in a variety of biological systems. We also propose a convolutional variant BioConvHash that further improves performance. From the perspective of computer science, BioHash and BioConvHash are fast, scalable and yield compressed binary representations that are useful for similarity search.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes