paper-with-me

Papers

Vision Tiny Recursion Model (ViTRM): Parameter-Efficient Image Classification via Recursive State Refinement

2026-03-19 · Ange-Clément Akazan, Abdoulaye Koroko, Verlon Roel Mbingui, Choukouriyah Arinloye, Hassan Fifen, Rose Bandolo arxiv

The success of deep learning in computer vision has been driven by models of increasing scale, from deep Convolutional Neural Networks (CNN) to large Vision Transformers (ViT). While effective, these architectures are parameter-intensive and demand significant computational resources, limiting deployment in resource-constrained environments. Inspired by Tiny Recursive Models (TRM), which show that small recursive networks can solve complex reasoning tasks through iterative state refinement, we introduce the \textbf{Vision Tiny Recursion Model (ViTRM)}: a parameter-efficient architecture that replaces the $L$-layer ViT encoder with a single tiny $k$-layer block ($k{=}3$) applied recursively $N$ times. Despite using up to $6 \times $ and $84 \times$ fewer parameters than CNN based models and ViT respectively, ViTRM maintains competitive performance on CIFAR-10 and CIFAR-100. This demonstrates that recursive computation is a viable, parameter-efficient alternative to architectural depth in vision.

📄 PDF Abstract BibTeX arXiv:2603.19503

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Soft Mixture-of-Recursions: Going Deeper with Recursive Vision Transformers

2026-07-01 · Sang In Lee, Jihun Park arxiv

Recent recursive Transformer studies have primarily reused shared parameters across computation steps to construct compact, parameter-efficient models. In this work, we leverage recursion to build effectively deeper Tran…

Accelerating Training Speed of Tiny Recursive Models with Curriculum Guided Adaptive Recursion

2025-11-11 · Kaleem Ullah Qasim, Jiashu Zhang arxiv

Background: Recursive reasoning models achieve strong performance through iterative refinement, allowing small networks to match large language models. However, training is computationally expensive, often requiring 36 G…

Program Synthesis

One Step Forward and K Steps Back: Better Reasoning with Denoising Recursion Models

2026-04-20 · Chris Cameron, Wangzheng Wang, Nikita Ivanov, Ashmita Bhattacharyya 외 arxiv

Looped transformers scale computational depth without increasing parameter count by repeatedly applying a shared transformer block and can be used for iterative refinement, where each loop rewrites a full fixed-size pred…

Probabilistic Tiny Recursive Model

2026-05-19 · Amin Sghaier, Ali Parviz, Alexia Jolicoeur-Martineau arxiv

Tiny Recursive Models (TRM) solve complex reasoning tasks with a fraction of the parameters of modern large language models (LLMs) by iteratively refining a latent state and final answer. While powerful, their determinis…

Deeply-Recursive Convolutional Network for Image Super-Resolution

2015-11-14 · CVPR 2016 6 · Jiwon Kim, Jung Kwon Lee, Kyoung Mu Lee

We propose an image super-resolution method (SR) using a deeply-recursive convolutional network (DRCN). Our network has a very deep recursive layer (up to 16 recursions). Increasing recursion depth can improve performanc…

Image Super-ResolutionSuper-Resolution