paper-with-me

Papers

Tiny Recursive Reasoning with Mamba-2 Attention Hybrid

2026-02-12 · Wenlong Wang, Fergal Reid arxiv

Recent work on recursive reasoning models like TRM demonstrates that tiny networks (7M parameters) can achieve strong performance on abstract reasoning tasks through latent recursion -- iterative refinement in hidden representation space without emitting intermediate tokens. This raises a natural question about operator choice: Mamba-2's state space recurrence is itself a form of iterative refinement, making it a natural candidate for recursive reasoning -- but does introducing Mamba-2 into the recursive scaffold preserve reasoning capability? We investigate this by replacing the Transformer blocks in TRM with Mamba-2 hybrid operators while maintaining parameter parity (6.83M vs 6.86M parameters). On ARC-AGI-1, we find that the hybrid improves pass@2 (the official metric) by +2.0\% (45.88\% vs 43.88\%) and consistently outperforms at higher K values (+4.75\% at pass@100), whilst maintaining pass@1 parity. This suggests improved candidate coverage -- the model generates correct solutions more reliably -- with similar top-1 selection. Our results validate that Mamba-2 hybrid operators preserve reasoning capability within the recursive scaffold, establishing SSM-based operators as viable candidates in the recursive operator design space and taking a first step towards understanding the best mixing strategies for recursive reasoning.

📄 PDF Abstract BibTeX arXiv:2602.12078

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TinyViM: Frequency Decoupling for Tiny Hybrid Vision Mamba

2024-11-26 · Xiaowen Ma, ZhenLiang Ni, Xinghao Chen

Mamba has shown great potential for computer vision due to its linear complexity in modeling the global context with respect to the input length. However, existing lightweight Mamba-based backbones cannot demonstrate per…

image-classificationImage ClassificationInstance SegmentationMamba+3

Tab-TRM: Tiny Recursive Model for Insurance Pricing on Tabular Data

2026-01-12 · Kishan Padayachy, Ronald Richman, Mario V. Wüthrich arxiv

We introduce Tab-TRM (Tabular-Tiny Recursive Model), a network architecture that adapts the recursive latent reasoning paradigm of Tiny Recursive Models (TRMs) to insurance modeling. Drawing inspiration from both the Hie…

Apriel-H1: Towards Efficient Enterprise Reasoning Models

2025-11-04 · Oleksiy Ostapenko, Luke Kumar, Raymond Li, Denis Kocetkov 외 arxiv

Large Language Models (LLMs) achieve remarkable reasoning capabilities through transformer architectures with attention mechanisms. However, transformers suffer from quadratic time and memory complexity in the attention …

Less is More: Recursive Reasoning with Tiny Networks

2025-10-06 · Alexia Jolicoeur-Martineau arxiv

Hierarchical Reasoning Model (HRM) is a novel approach using two small neural networks recursing at different frequencies. This biologically inspired method beats Large Language models (LLMs) on hard puzzle tasks such as…

BabyMamba-HAR: Lightweight Selective State Space Models for Efficient Human Activity Recognition on Resource Constrained Devices

2026-02-10 · Mridankan Mandal arxiv

Human activity recognition (HAR) on resource constrained devices requires high accuracy across diverse sensor setups. Selective state space models (SSMs) offer efficient linear time sequence processing, presenting a comp…

Human Activity Recognition