paper-with-me

홈 › Papers

Neuromodulation Gated Transformer

2023-05-05 · Kobe Knowles, Joshua Bensemann, Diana Benavides-Prado, Vithya Yogarajan, Michael Witbrock, Gillian Dobbie, Yang Chen

We introduce a novel architecture, the Neuromodulation Gated Transformer (NGT), which is a simple implementation of neuromodulation in transformers via a multiplicative effect. We compare it to baselines and show that it results in the best average performance on the SuperGLUE benchmark validation sets.

📄 PDF Abstract BibTeX arXiv:2305.03232

Code (1)

kobeknowles/neuromodulation-gated-transformer 공식 구현 tf

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Neuromodulation and homeostasis: complementary mechanisms for robust neural function

2024-12-05 · Arthur Fyon, Guillaume Drion

Neurons depend on two interdependent mechanisms-homeostasis and neuromodulation-to maintain robust and adaptable functionality. Homeostasis stabilizes neuronal activity by adjusting ionic conductances, whereas neuromodul…

Electronic schematic for bio-plausible dopamine neuromodulation of eSTDP and iSTDP

2018-05-28

In this technical report we present novel results of the dopamine bio-plausible neuromodulation excitatory (eSTDP) and inhibitory (iSTDP) learning. We present the principal schematic for the neuromodulation of D1 and D2 …

Cellular neuromodulation in artificial networks

2019-09-11 · NeurIPS Workshop Neuro_AI 2019 12 · Vecoven Nicolas, Ernst Damien, Wehenkel Antoine, Drion Guillaume

Animals excel at adapting their intentions, attention, and actions to the environment, making them remarkably efficient at interacting with a rich, unpredictable and ever-changing external world, a property that intellig…

Meta-Learning

Introducing Neuromodulation in Deep Neural Networks to Learn Adaptive Behaviours

2018-12-21 · Nicolas Vecoven, Damien Ernst, Antoine Wehenkel, Guillaume Drion

Animals excel at adapting their intentions, attention, and actions to the environment, making them remarkably efficient at interacting with a rich, unpredictable and ever-changing external world, a property that intellig…

Meta Reinforcement LearningReinforcement Learning

Neuromodulated Learning in Deep Neural Networks

2018-12-05 · Dennis G Wilson, Sylvain Cussat-Blanc, Hervé Luga, Kyle Harrington

In the brain, learning signals change over time and synaptic location, and are applied based on the learning history at the synapse, in the complex process of neuromodulation. Learning in artificial neural networks, on t…