iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Relay Q: London Startup's AI Microphone Puts Hands-Free Voice Dictation on the Desktop Google Pixel 10a Crowned Best Budget Pixel in WIRED's Updated 2026 Buying Guide Global Steel Wire seeks fresh Santander terminal concession Veritas Shipmanagement books fresh ultramax pair at COSCO yard, Splash247 reports Seanergy linked to fresh newcastlemax at Hengli as dry bulk orderbook grows Weaker rupee may push foreign assets over FAST-DS Rs 1 crore limit, raising tax bill 45 Indian power plants face critically low coal stocks as monsoon hits supply SFL Makes Fresh $363m Car Carrier Play With Four LNG Dual-Fuel Newbuilds Iran Blacklist Threatens Hormuz Shuttle Tanker Lifeline for Gulf Crude Keyfield International Enters Dredging Market with $24.7m Vessel Acquisition Relay Q: London Startup's AI Microphone Puts Hands-Free Voice Dictation on the Desktop Google Pixel 10a Crowned Best Budget Pixel in WIRED's Updated 2026 Buying Guide Global Steel Wire seeks fresh Santander terminal concession Veritas Shipmanagement books fresh ultramax pair at COSCO yard, Splash247 reports Seanergy linked to fresh newcastlemax at Hengli as dry bulk orderbook grows Weaker rupee may push foreign assets over FAST-DS Rs 1 crore limit, raising tax bill 45 Indian power plants face critically low coal stocks as monsoon hits supply SFL Makes Fresh $363m Car Carrier Play With Four LNG Dual-Fuel Newbuilds Iran Blacklist Threatens Hormuz Shuttle Tanker Lifeline for Gulf Crude Keyfield International Enters Dredging Market with $24.7m Vessel Acquisition
Home ›› Technology ›› Ai ›› Llms ›› New Architecture GRIL Enables Gradient Descent-Like Learning in Linear Recurrent Networks

New Architecture GRIL Enables Gradient Descent-Like Learning in Linear Recurrent Networks

Researchers introduce the Gradient-based Recurrent In-context Learner (GRIL), a linear recurrent network architecture with windowed cross-product self-attention that can implement minibatch gradient descent on a task-specific predictor in a single forward pass. The design achieves strong performance on synthetic in-context learning tasks, Long Range Arena, and language modeling.

iG
iGEN Editorial
June 16, 2026
New Architecture GRIL Enables Gradient Descent-Like Learning in Linear Recurrent Networks

A team of researchers has proposed a new architecture for linear recurrent networks (LRNNs) that enables these models to perform in-context learning via gradient descent-like updates. The work, detailed in a preprint on arXiv, introduces the Gradient-based Recurrent In-context Learner (GRIL), which equips a diagonal recurrent state with a multiplicative readout and a short sliding-window cross-product self-attention mechanism.

The Challenge of In-Context Learning in Recurrent Networks

Linear recurrent networks offer linear-time sequence modeling, making them attractive for processing long sequences. However, as the authors note, standard recurrent updates do not directly expose the supervised products needed for in-context gradient descent. This limitation has hindered the ability of LRNNs to adapt to new tasks on the fly without retraining, a capability that is essential for many real-world applications.

GRIL Architecture and Mechanism

GRIL introduces a "sufficient constructive inductive bias" for LRNNs. The architecture consists of:

  • A diagonal recurrent state for efficient memory
  • A multiplicative readout that combines the hidden state with input information
  • A short sliding-window cross-product self-attention update that enables the model to compute gradients in-context

According to the paper, GRIL can implement minibatch gradient descent on a task-specific linear predictor during a single forward pass. The design extends naturally to multi-step updates and cross-entropy classification. For non-linear regression, the authors include a limited MLP-based extension. The key innovation is the use of windowed cross-product self-attention, which provides a practical, testable inductive bias for learning through gradient-descent-like updates.

Component Role
Diagonal recurrent state Maintains compressed history
Multiplicative readout Combines state and input for output
Sliding-window cross-product self-attention Computes gradient estimates from recent context

Empirical Validation and Results

The researchers validated GRIL on several benchmarks:

  • Synthetic in-context learning (ICL) tasks: Trained GRILs recovered the behavior and parameters predicted by the theoretical construction.
  • Long Range Arena: GRIL achieved useful performance on these long-sequence tasks.
  • Language modeling: The architecture demonstrated competitive results on standard language modeling benchmarks.

These results, the authors state, confirm that windowed cross-product self-attention serves as an effective inductive bias for LRNNs that learn in context through gradient-descent-like updates. The paper is authored by Tian, Yudou, Sushma, Neeraj Mohan, Mestha, Harshvardhan, Colombo, Nicolo, Kappel, David, and Subramoney, Anand.

Implications for Sequence Modeling

While the research is primarily a theoretical and empirical contribution to machine learning, the ability to perform in-context gradient descent within a recurrent architecture has potential implications for any domain requiring fast adaptation from sequential data. For enterprise technology leaders, architectures like GRIL could eventually enable systems that learn from streaming data without full retraining, though the paper does not specify any direct supply chain or logistics applications. The preprint is available on arXiv under identifier 2410.11687.


Sources:

Keep Reading

Recommended Stories

FastMix: Gradient-Based Data Mixture Optimization Reduces Search Cost in AI Training Technology

FastMix: Gradient-Based Data Mixture Optimization Reduces Search Cost in AI Training

FastMix is a novel framework that automates data mixture discovery by training only a single proxy model and jointly optimizing mixture coefficients and model parameters via gradient descent. It reformulates mixture selection as a bilevel optimization problem, enabling efficient, scalable optimization that outperforms baselines.

June 17, 2026
Yann LeCun's new AI startup AMI Labs raises $1bn to build flexible intelligence beyond LLMs Technology

Yann LeCun's new AI startup AMI Labs raises $1bn to build flexible intelligence beyond LLMs

Yann LeCun, former Meta chief AI scientist, has founded AMI Labs to develop a new AI architecture called JEPA, which aims to overcome the limitations of large language models (LLMs) in understanding the physical world. The startup raised over $1bn in seed funding from Nvidia and Jeff Bezos' private investment fund, marking one of Europe's largest seed rounds.

July 2, 2026
Lightweight Attention Mechanism Boosts Robust Multimodal Integration in Global Workspace Architecture Technology

Lightweight Attention Mechanism Boosts Robust Multimodal Integration in Global Workspace Architecture

A new arXiv paper introduces a lightweight attention mechanism for multimodal integration in a global workspace architecture. The method improves robustness against corrupted modalities while using far fewer trainable parameters than end-to-end attention baselines. Tests on Simple Shapes and MM-IMDb 1.0 show transferable selection strategies across tasks and unseen modalities.

June 17, 2026
Pruning Optimisations Boost LUT-Based Neural Network Scalability and Efficiency Technology

Pruning Optimisations Boost LUT-Based Neural Network Scalability and Efficiency

Researchers propose a pruning-optimised Look-Up Table (LUT) matrix multiplication unit (LUT-MU) to address scalability limits in LUT-based neural networks. Deployed on FPGAs, it delivers up to 1.6x throughput improvement and 4.2x energy efficiency gains over CUDA-based implementations, with 1.3 to 2.6x resource savings versus original MADDNESS-based networks.

June 16, 2026