Paper Overview
Research Area: NLP Authors: Guhao Feng, Shengjie Luo, Kai Hua Published: 2025-04-08 arXiv: 2504.06263
Abstract
The static "train then deploy" paradigm fundamentally limits Large Language Models (LLMs) from dynamically adapting their weights in response to continuous streams of new information inherent in real-world tasks. Test-Time Training (TTT) offers a compelling alternative by updating a subset of model parameters (fast weights) at inference time, yet its potential in the current LLM ecosystem is hindered by critical barriers including architectural incompatibility, computational inefficiency and misaligned fast weight objectives for language modeling. In this work, we introduce In-Place Test-Time Training (In-Place TTT), a framework that seamlessly endows LLMs with Test-Time Training ability. In-Place TTT treats the final projection matrix of the ubiquitous MLP blocks as its adaptable fast weights, achieving a "plug-and-play" enhancement of LLMs without expensive retraining from scratch. Combined with a theoretically grounded objective tailored to the next-token prediction task in autoregressive language modeling, along with an efficient block-level update mechanism, the method forms a highly scalable algorithm compatible with context parallelism.
Key Points
- Problem: LLMs cannot adapt weights after deployment, limiting their response to new information streams.
- Approach: Use the final projection matrix of MLP blocks as fast weights updated at inference time — no architectural overhaul or retraining required.
- Objective: A theoretically motivated fast-weight objective aligned with next-token prediction for autoregressive language modeling.
- Efficiency: Block-level update mechanism makes the method scalable and compatible with context parallelism.
*Auto-collected on 2026-04-09.*