paper-with-me

홈 › Papers

Modern Neuromorphic AI: From Intra-Token to Inter-Token Processing

2026-01-01 · Osvaldo Simeone arxiv

The rapid growth of artificial intelligence (AI) has brought novel data processing and generative capabilities but also escalating energy requirements. This challenge motivates renewed interest in neuromorphic computing principles, which promise brain-like efficiency through discrete and sparse activations, recurrent dynamics, and non-linear feedback. In fact, modern AI architectures increasingly embody neuromorphic principles through heavily quantized activations, state-space dynamics, and sparse attention mechanisms. This paper elaborates on the connections between neuromorphic models, state-space models, and transformer architectures through the lens of the distinction between intra-token processing and inter-token processing. Most early work on neuromorphic AI was based on spiking neural networks (SNNs) for intra-token processing, i.e., for transformations involving multiple channels, or features, of the same vector input, such as the pixels of an image. In contrast, more recent research has explored how neuromorphic principles can be leveraged to design efficient inter-token processing methods, which selectively combine different information elements depending on their contextual relevance. Implementing associative memorization mechanisms, these approaches leverage state-space dynamics or sparse self-attention. Along with a systematic presentation of modern neuromorphic AI models through the lens of intra-token and inter-token processing, training methodologies for neuromorphic AI models are also reviewed. These range from surrogate gradients leveraging parallel convolutional processing to local learning rules based on reinforcement learning mechanisms.

📄 PDF Abstract BibTeX arXiv:2601.00245

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Say Anything but This: When Tokenizer Betrays Reasoning in LLMs

2026-01-21 · Navid Ayoobi, Marcus I Armstrong, Arjun Mukherjee arxiv

Large language models (LLMs) reason over discrete token ID sequences, yet modern subword tokenizers routinely produce non-unique encodings: multiple token ID sequences can detokenize to identical surface strings. This re…

A Diagonal Structured State Space Model on Loihi 2 for Efficient Streaming Sequence Processing

2024-09-23 · Svea Marie Meyer, Philipp Weidel, Philipp Plank, Leobardo Campos-Macias 외

Deep State-Space Models (SSM) demonstrate state-of-the art performance on long-range sequence modeling tasks. While the recurrent structure of SSMs can be efficiently implemented as a convolution or as a parallel scan du…

State Space Models

Uncertainty-Aware Token Importance Estimation in Spiking Transformers

2026-05-10 · Wenxuan Liu, Zecheng Hao, Tong Bu, Yuran Wang 외 arxiv

Spiking transformers have shown strong potential for neuromorphic vision, yet their token processing across multiple spiking steps still introduces substantial redundancy and inference cost. Existing token reduction meth…

TrimTokenator-LC: Towards Adaptive Visual Token Pruning for Large Multimodal Models with Long Contexts

2025-12-28 · Hao Zhang, Mengsi Lyu, Bo Huang, Yulong Ao 외 arxiv

Large Multimodal Models (LMMs) have proven effective on various tasks. They typically encode visual inputs into Original Model sequences of tokens, which are then concatenated with textual tokens and jointly processed by…

$I^{2}$-World: Intra-Inter Tokenization for Efficient Dynamic 4D Scene Forecasting

2025-07-12 · Zhimin Liao, Ping Wei, Ruijie Zhang, Shuaijia Chen 외

Forecasting the evolution of 3D scenes and generating unseen scenarios via occupancy-based world models offers substantial potential for addressing corner cases in autonomous driving systems. While tokenization has revol…

Autonomous DrivingComputational EfficiencyDecoderScene Generation+1