paper-with-me

홈 › Papers

Inner Loop Inference for Pretrained Transformers: Unlocking Latent Capabilities Without Training

2026-02-16 · Jonathan Lys, Vincent Gripon, Bastien Pasdeloup, Axel Marmoret, Lukas Mauch, Fabien Cardinaux, Ghouthi Boukli Hacene arxiv

Deep Learning architectures, and in particular Transformers, are conventionally viewed as a composition of layers. These layers are actually often obtained as the sum of two contributions: a residual path that copies the input and the output of a Transformer block. As a consequence, the inner representations (i.e. the input of these blocks) can be interpreted as iterative refinement of a propagated latent representation. Under this lens, many works suggest that the inner space is shared across layers, meaning that tokens can be decoded at early stages. Mechanistic interpretability even goes further by conjecturing that some layers act as refinement layers. Following this path, we propose inference-time inner looping, which prolongs refinement in pretrained off-the-shelf language models by repeatedly re-applying a selected block range. Across multiple benchmarks, inner looping yields modest but consistent accuracy improvements. Analyses of the resulting latent trajectories suggest more stable state evolution and continued semantic refinement. Overall, our results suggest that additional refinement can be obtained through simple test-time looping, extending computation in frozen pretrained models.

📄 PDF Abstract BibTeX arXiv:2602.14759

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to (Learn at Test Time)

2023-10-20 · Yu Sun, Xinhao Li, Karan Dalal, Chloe Hsu 외

We reformulate the problem of supervised learning as learning to learn with two nested loops (i.e. learning problems). The inner loop learns on each individual instance with self-supervision before final prediction. The …

Enhancing Long Context Performance in LLMs Through Inner Loop Query Mechanism

2024-10-11 · Yimin Tang, Yurong Xu, Ning Yan, Masood Mortazavi

Transformers have a quadratic scaling of computational complexity with input size, which limits the input context window size of large language models (LLMs) in both training and inference. Meanwhile, retrieval-augmented…

RAGRetrievalRetrieval-augmented Generation

Training-Free Looped Transformers

2026-05-22 · Lizhang Chen, Jonathan Li, Chen Liang, Ni Lao 외 arxiv

We introduce training-free looped transformers, in which a lightweight inference-time wrapper loops a contiguous mid-stack block of layers of a frozen checkpoint without additional fine-tuning, continued training, or arc…

Adaptive Pruning of Pretrained Transformer via Differential Inclusions

2025-01-06 · Yizhuo Ding, Ke Fan, Yikai Wang, Xinwei Sun 외

Large transformers have demonstrated remarkable success, making it necessary to compress these models to reduce inference costs while preserving their perfor-mance. Current compression algorithms prune transformers at fi…

Low-rank compression

Relaxed Recursive Transformers: Effective Parameter Sharing with Layer-wise LoRA

2024-10-28 · Sangmin Bae, Adam Fisch, Hrayr Harutyunyan, Ziwei Ji 외

Large language models (LLMs) are expensive to deploy. Parameter sharing offers a possible path towards reducing their size and cost, but its effectiveness in modern LLMs remains fairly limited. In this work, we revisit "…

Knowledge Distillation