# Modeling Winner-Take-All Competition in Sparse Binary Projections

**Authors:** Wenye Li

arXiv: 1907.11959 · 2020-01-28

## TL;DR

This paper introduces a supervised and unsupervised model for sparse binary projections that enhances similarity search accuracy and speed, inspired by biological neural mechanisms, with practical applications demonstrated through empirical evaluations.

## Contribution

The paper presents a novel supervised-WTA model and extends it to an unsupervised setting, offering an efficient algorithm for sparse binary projections in similarity search.

## Key findings

- Significantly improved search accuracy over state-of-the-art methods
- Faster running speed in similarity search tasks
- Effective in both supervised and unsupervised scenarios

## Abstract

Inspired by the advances in biological science, the study of sparse binary projection models has attracted considerable recent research attention. The models project dense input samples into a higher-dimensional space and output sparse binary data representations after the Winner-Take-All competition, subject to the constraint that the projection matrix is also sparse and binary. Following the work along this line, we developed a supervised-WTA model when training samples with both input and output representations are available, from which the optimal projection matrix can be obtained with a simple, effective yet efficient algorithm. We further extended the model and the algorithm to an unsupervised setting where only the input representation of the samples is available. In a series of empirical evaluation on similarity search tasks, the proposed models reported significantly improved results over the state-of-the-art methods in both search accuracies and running speed. The successful results give us strong confidence that the work provides a highly practical tool to real world applications.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.11959/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1907.11959/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1907.11959/full.md

---
Source: https://tomesphere.com/paper/1907.11959