LGAINEMay 2, 2025

Beyond Attention: Toward Machines with Intrinsic Higher Mental States

arXiv:2505.06257v13 citationsh-index: 23
Originality Incremental advance
AI Analysis

It addresses the problem of computational inefficiency in attention-based models for researchers and practitioners, though it appears incremental by building on existing neurobiological inspiration.

This paper tackles the challenge of determining relevance in machine learning models like Transformers by emulating high-level mental states to pre-select information before attention, resulting in orders-of-magnitude faster learning with reduced computational demands, such as fewer heads and layers, at an approximate cost of O(N).

Attending to what is relevant is fundamental to both the mammalian brain and modern machine learning models such as Transformers. Yet, determining relevance remains a core challenge, traditionally offloaded to learning algorithms like backpropagation. Inspired by recent cellular neurobiological evidence linking neocortical pyramidal cells to distinct mental states, this work shows how models (e.g., Transformers) can emulate high-level perceptual processing and awake thought (imagination) states to pre-select relevant information before applying attention. Triadic neuronal-level modulation loops among questions ($Q$), clues (keys, $K$), and hypotheses (values, $V$) enable diverse, deep, parallel reasoning chains at the representation level and allow a rapid shift from initial biases to refined understanding. This leads to orders-of-magnitude faster learning with significantly reduced computational demand (e.g., fewer heads, layers, and tokens), at an approximate cost of $\mathcal{O}(N)$, where $N$ is the number of input tokens. Results span reinforcement learning (e.g., CarRacing in a high-dimensional visual setup), computer vision, and natural language question answering.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes