← Search

Emre Neftci

9 accepted papers

2026

Learning to Remember, Learn, and Forget in Attention-Based Models

ICML 2026poster

In-Context Learning (ICL) in transformers acts as an online associative memory and is believed to underpin their high performance on complex sequence processing tasks. However, in gated linear attention models, this memory has a fixed capacity and is prone to interference, especially for long sequen…

Cited by 1SourceScholar
2025

Contrastive Consolidation of Top-Down Modulations Achieves Sparsely Supervised Continual Learning

NeurIPS 2025poster

Biological brains learn continually from a stream of unlabeled data, while integrating specialized information from sparsely labeled examples without compromising their ability to generalize. Meanwhile, machine learning methods are susceptible to catastrophic forgetting in this natural learning sett…

Cited by 0SourceScholar
2025

Efficient Event-Based Object Detection: A Hybrid Neural Network with Spatial and Temporal Attention

CVPR 2025poster

Event cameras offer high temporal resolution and dynamic range with minimal motion blur, making them promising for robust object detection. While Spiking Neural Networks (SNNs) on neuromorphic hardware are often considered for energy efficient and low latency event-based data processing, they often…

Cited by 0SourcePDFScholar
2024

Harnessing Manycore Processors with Distributed Memory for Accelerated Training of Sparse and Recurrent Models

AAAI 2024technical

Current AI training infrastructure is dominated by single instruction multiple data (SIMD) and systolic array architectures, such as Graphics Processing Units (GPUs) and Tensor Processing Units (TPUs), that excel at accelerating parallel workloads and dense vector matrix multiplications. Potentially…

2024

Understanding and Improving Optimization in Predictive Coding Networks

AAAI 2024technical

Backpropagation (BP), the standard learning algorithm for artificial neural networks, is often considered biologically implausible. In contrast, the standard learning algorithm for predictive coding (PC) models in neuroscience, known as the inference learning algorithm (IL), is a promising, bio-plau…

2022

A Theoretical Framework for Inference Learning

NeurIPS 2022accept

Backpropagation (BP) is the most successful and widely used algorithm in deep learning. However, the computations required by BP are challenging to reconcile with known neurobiology. This difficulty has stimulated interest in more biologically plausible alternatives to BP. One such algorithm is the…

2021

Domain Adaptation In Reinforcement Learning Via Latent Unified State Representation

AAAI 2021technical

Despite the recent success of deep reinforcement learning (RL), domain adaptation remains an open problem. Although the generalization ability of RL agents is critical for the real-world applicability of Deep RL, zero-shot policy transfer is still a challenging problem since even minor visual change…

2019

Inherent Weight Normalization in Stochastic Neural Networks

NeurIPS 2019poster

Multiplicative stochasticity such as Dropout improves the robustness and gener- alizability deep neural networks. Here, we further demonstrate that always-on multiplicative stochasticity combined with simple threshold neurons provide a suf- ficient substrate for deep learning machines. We call such…