← Back to feed
2026-07-01agentsreasoningscalingrlhf

Is One Layer Enough? Training A Single Transformer Layer Can Match Full-Parameter RL Training

Zijian Zhang, Rizhen Hu, Athanasios Glentis, Dawei Li, Chung-Yiu Yau, Hongzhou Lin, Mingyi Hong

PDF preview for Is One Layer Enough? Training A Single Transformer Layer Can Match Full-Parameter RL Training
Read on arXiv →

Key claim

Most RL gains come from training just one transformer layer.

This work reveals that most improvements from reinforcement learning can be achieved by training just a single transformer layer, challenging the assumption that all layers contribute equally. This insight can help builders optimize their models by focusing on key layers rather than uniformly updating all parameters.

In plain English

Imagine you're trying to improve a large language model's performance after it's been trained. Traditionally, people assume that every part of the model, every layer, needs to be updated equally to get better results. But what if that's not true? What if only a few layers are really responsible for the improvements you see? This paper dives into that question and finds that you can actually get most of the benefits of reinforcement learning by just training one layer instead of the whole model. This is surprising because it goes against the common belief that all layers contribute equally to the model's performance. The authors introduce a new measure called 'layer contribution' to show how much each layer helps with the overall improvement. They tested this across different models and tasks, and consistently found that the middle layers of the transformer architecture are the most important for gaining performance. This means that if you're building or fine-tuning models, you might save time and resources by focusing on just a few key layers instead of trying to update everything at once.

Novelty
8.0/10

The paper introduces a new understanding of layer contributions in RL training for LLMs.

Reliability
8.0/10

The findings are supported by systematic analysis across multiple models and tasks.

Deep reliability assessment

The methodology supports the claim that training a single transformer layer can recover most RL gains, but the generalization across different architectures and tasks might be overclaimed without further validation.

Reproducibility

No open source code or dataset is mentioned in the paper.

Discussion questions

  1. 1.The authors claim that training a single layer can sometimes surpass full-parameter RL training. How plausible is this in real-world applications, and what might be the limitations of this approach?
  2. 2.The paper focuses on the middle layers of the transformer as high-contribution layers. Could this pattern be an artifact of the specific models and tasks chosen, or is it likely a universal property of transformers?
  3. 3.Has anyone here tried layer-wise training in their own models? What were the outcomes, and did you observe similar patterns of layer contribution?
  4. 4.The authors suggest that layer-aware training strategies outperform full-parameter RL training. What are the potential trade-offs of adopting such strategies in terms of computational cost and model robustness?
  5. 5.The study spans multiple RL algorithms and task domains. How confident are we that the observed layer contribution patterns will hold in other, less explored domains or with different model architectures?

Key figure

Figure 1 illustrates the layer contribution across various models, showing that layers around 40%-60% of network depth consistently achieve the highest contribution, sometimes surpassing full-parameter RL training.