paper-with-me

Papers

Can a Fruit Fly Learn Word Embeddings?

2021-01-18 · ICLR 2021 1 · Yuchen Liang, Chaitanya K. Ryali, Benjamin Hoover, Leopold Grinberg, Saket Navlakha, Mohammed J. Zaki, Dmitry Krotov

The mushroom body of the fruit fly brain is one of the best studied systems in neuroscience. At its core it consists of a population of Kenyon cells, which receive inputs from multiple sensory modalities. These cells are inhibited by the anterior paired lateral neuron, thus creating a sparse high dimensional representation of the inputs. In this work we study a mathematical formalization of this network motif and apply it to learning the correlational structure between words and their context in a corpus of unstructured text, a common natural language processing (NLP) task. We show that this network can learn semantic representations of words and can generate both static and context-dependent word embeddings. Unlike conventional methods (e.g., BERT, GloVe) that use dense representations for word embedding, our algorithm encodes semantic meaning of words and their context in the form of sparse binary hash codes. The quality of the learned representations is evaluated on word similarity analysis, word-sense disambiguation, and document classification. It is shown that not only can the fruit fly network motif achieve performance comparable to existing methods in NLP, but, additionally, it uses only a fraction of the computational resources (shorter training time and smaller memory footprint).

📄 PDF Abstract BibTeX arXiv:2101.06887

Code (2)

Ramos-Ramos/fruit-fly-net pytorch
bhoov/flyvec

Tasks

Document ClassificationWord EmbeddingsWord Sense DisambiguationWord Similarity

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Odor Descriptor Understanding through Prompting

2022-05-07 · Laura Sisson

Embeddings from contemporary natural language processing (NLP) models are commonly used as numerical representations for words or sentences. However, odor descriptor words, like "leather" or "fruity", vary significantly …

Robust Cross-lingual Hypernymy Detection using Dependency Context

2018-03-30 · NAACL 2018 6 · Shyam Upadhyay, Yogarshi Vyas, Marine Carpuat, Dan Roth

Cross-lingual Hypernymy Detection involves determining if a word in one language ("fruit") is a hypernym of a word in another language ("pomme" i.e. apple in French). The ability to detect hypernymy cross-lingually can a…

Natural Language InferenceWord Embeddings

Evaluating Unsupervised Dutch Word Embeddings as a Linguistic Resource

2016-07-01 · LREC 2016 5 · Stéphan Tulkens, Chris Emmery, Walter Daelemans

Word embeddings have recently seen a strong increase in interest as a result of strong performance gains on a variety of tasks. However, most of this research also underlined the importance of benchmark datasets, and the…

Dialect IdentificationRelationWord Embeddings

Enhancing Interpretability using Human Similarity Judgements to Prune Word Embeddings

2023-10-16 · Natalia Flechas Manrique, Wanqian Bao, Aurelie Herbelot, Uri Hasson

Interpretability methods in NLP aim to provide insights into the semantics underlying specific system architectures. Focusing on word embeddings, we present a supervised-learning method that, for a given domain (e.g., sp…

Word Embeddings

FruitNeRF++: A Generalized Multi-Fruit Counting Method Utilizing Contrastive Learning and Neural Radiance Fields

2025-05-26 · Lukas Meyer, Andrei-Timotei Ardelean, Tim Weyrich, Marc Stamminger

We introduce FruitNeRF++, a novel fruit-counting approach that combines contrastive learning with neural radiance fields to count fruits from unstructured input photographs of orchards. Our work is based on FruitNeRF, wh…

Contrastive Learning