← Latest papers
📊 statistics

Vision Transformer Finetuning Benefits from Non-Smooth Components

This paper demonstrates that prioritizing the adaptation of high-plasticity (less smooth) components, specifically attention and feedforward layers, significantly improves Vision Transformer finetuning performance, challenging the prevailing assumption that smoothness is always desirable for transfer learning.

Original authors: Ambroise Odonnat, Laetitia Chapel, Romain Tavenard, Ievgen Redko

Published 2026-06-04
📖 4 min read☕ Coffee break read

Original authors: Ambroise Odonnat, Laetitia Chapel, Romain Tavenard, Ievgen Redko

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a highly trained expert, like a master chef who has spent years cooking thousands of different dishes. This chef is your Vision Transformer (ViT), a powerful AI model that understands images. Now, you want this chef to specialize in a new, specific task, like making perfect sushi. This process of teaching the expert a new skill is called finetuning.

For a long time, researchers believed that to teach this chef well, you needed to keep their movements smooth, steady, and predictable. You wanted them to react gently to new ingredients. But this new paper argues that this "smoothness" might actually be holding the chef back. Instead, the paper suggests that the most successful chefs are the ones who are willing to be a little rough, reactive, and "plastic" (flexible).

Here is the breakdown of their findings using simple analogies:

1. The Concept: Smoothness vs. Plasticity

Think of the AI model as a machine with different parts:

  • LayerNorm (The Shock Absorbers): These parts smooth out the data, making sure nothing changes too wildly. They are like the suspension on a car, keeping the ride steady.
  • Attention Modules & Feedforward Layers (The Engine & Steering): These are the parts that actually look at the data, decide what is important, and change the output.

The paper introduces a concept called Plasticity.

  • Low Plasticity (Smooth): If you push the car, it barely moves. It's very stable, but it's hard to steer it quickly to a new destination.
  • High Plasticity (Non-Smooth): If you push the car, it reacts immediately and dramatically. It's jumpy and sensitive, but it can change direction very fast.

2. The Big Discovery

The researchers ran over 1,000 experiments to see which parts of the AI model should be updated when teaching it a new task. They found a surprising pattern:

  • The "Smooth" parts (LayerNorms) are actually the worst to update. Because they are designed to be stable and unchanging, they resist learning new things. Updating them is like trying to steer a car by only adjusting the shock absorbers; it's slow and ineffective.
  • The "Rough" parts (Attention and Feedforward layers) are the best to update. These parts have high plasticity. They are naturally sensitive and reactive. When you tweak them, they change the model's behavior quickly and effectively, allowing it to learn the new task (like sushi making) much faster and better.

3. The Analogy of the Loss Landscape

Imagine the learning process is like a hiker trying to find the bottom of a valley (the best solution).

  • Smooth components are like walking on a flat, muddy plain. You take small, careful steps, but you move very slowly. You might get stuck in a small dip and never find the true bottom.
  • High-plasticity components are like walking on a steep, rocky slope. You take big, bold steps. You might stumble a bit, but you can cover ground quickly and find the bottom of the valley much faster.

4. What This Means for Practitioners

If you are an engineer trying to adapt a large AI model to a new job, this paper gives you a clear rule of thumb:

  • Don't waste time trying to update the "smooth" parts (the normalization layers). They are too rigid.
  • Focus your energy on the "non-smooth" parts (the attention mechanisms and the feedforward layers). These are the flexible, reactive parts that drive the learning.

Summary

The paper flips the old idea on its head. We used to think that making AI models "smooth" and stable was always good. This research shows that for learning new tasks, you actually want some roughness and flexibility. The parts of the AI that are most sensitive to change (high plasticity) are the ones that learn the best.

In short: To teach an AI a new trick, don't try to smooth it out. Let the parts that are already jumpy and reactive do the heavy lifting.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →