NELGNCDec 12, 2024

On Design Choices in Similarity-Preserving Sparse Randomized Embeddings

arXiv:2501.14741v12 citationsh-index: 21IJCNN
Originality Synthesis-oriented
AI Analysis

This work addresses performance optimization for similarity-preserving sparse embeddings, which is incremental for applications like novelty detection and pattern recognition.

The paper investigates how design choices in the FlyHash algorithm affect similarity search performance, finding that specific combinations can lead to significant differences in results.

Expand & Sparsify is a principle that is observed in anatomically similar neural circuits found in the mushroom body (insects) and the cerebellum (mammals). Sensory data are projected randomly to much higher-dimensionality (expand part) where only few the most strongly excited neurons are activated (sparsify part). This principle has been leveraged to design a FlyHash algorithm that forms similarity-preserving sparse embeddings, which have been found useful for such tasks as novelty detection, pattern recognition, and similarity search. Despite its simplicity, FlyHash has a number of design choices to be set such as preprocessing of the input data, choice of sparsifying activation function, and formation of the random projection matrix. In this paper, we explore the effect of these choices on the performance of similarity search with FlyHash embeddings. We find that the right combination of design choices can lead to drastic difference in the search performance.

Foundations

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

Your Notes