paper-with-me

홈 › Papers

On the Information Capacity of Nearest Neighbor Representations

2023-05-09 · Kordag Mehmet Kilic, Jin Sima, Jehoshua Bruck

The $\textit{von Neumann Computer Architecture}$ has a distinction between computation and memory. In contrast, the brain has an integrated architecture where computation and memory are indistinguishable. Motivated by the architecture of the brain, we propose a model of $\textit{associative computation}$ where memory is defined by a set of vectors in $\mathbb{R}^n$ (that we call $\textit{anchors}$), computation is performed by convergence from an input vector to a nearest neighbor anchor, and the output is a label associated with an anchor. Specifically, in this paper, we study the representation of Boolean functions in the associative computation model, where the inputs are binary vectors and the corresponding outputs are the labels ($0$ or $1$) of the nearest neighbor anchors. The information capacity of a Boolean function in this model is associated with two quantities: $\textit{(i)}$ the number of anchors (called $\textit{Nearest Neighbor (NN) Complexity}$) and $\textit{(ii)}$ the maximal number of bits representing entries of anchors (called $\textit{Resolution}$). We study symmetric Boolean functions and present constructions that have optimal NN complexity and resolution.

📄 PDF Abstract BibTeX arXiv:2305.05808

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Representations for Faster Similarity Search

2018-01-01 · ICLR 2018 1 · Ludwig Schmidt, Kunal Talwar

In high dimensions, the performance of nearest neighbor algorithms depends crucially on structure in the data. While traditional nearest neighbor datasets consisted mostly of hand-crafted feature vectors, an increasing n…

General Classification

Second-Order Word Embeddings from Nearest Neighbor Topological Features

2017-05-23 · Denis Newman-Griffis, Eric Fosler-Lussier

We introduce second-order vector representations of words, induced from nearest neighborhood topological features in pre-trained contextual word embeddings. We then analyze the effects of using second-order embeddings as…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language Inference+2

$k$-Nearest Neighbor Augmented Neural Networks for Text Classification

2017-08-25 · Zhiguo Wang, Wael Hamza, Linfeng Song

In recent years, many deep-learning based models are proposed for text classification. This kind of models well fits the training set from the statistical point of view. However, it lacks the capacity of utilizing instan…

ClassificationGeneral Classificationtext-classificationText Classification+1

N-Gram Nearest Neighbor Machine Translation

2023-01-30 · Rui Lv, Junliang Guo, Rui Wang, Xu Tan 외

Nearest neighbor machine translation augments the Autoregressive Translation~(AT) with $k$-nearest-neighbor retrieval, by comparing the similarity between the token-level context representations of the target tokens in t…

Domain AdaptationMachine TranslationRetrievalTranslation

K-Nearest Neighbors Hashing

2019-06-01 · CVPR 2019 6 · Xiangyu He, Peisong Wang, Jian Cheng

Hashing based approximate nearest neighbor search embeds high dimensional data to compact binary codes, which enables efficient similarity search and storage. However, the non-isometry sign() function makes it hard to pr…