AIToday

Researchers reveal that fine-tuning method and learning rate together determine whether AI vision models forget old knowledge — LoRA stays more balanced than full retraining

arXiv cs.LGApr 21, 20262 min read

Summaries like this, in your inbox every morning.

Sign up free →

3 Key Points

  1. Researchers at arXiv ran 80 controlled experiments comparing two ways to adapt CLIP (an AI model that matches images to text descriptions) to new tasks — Full Fine-Tuning (retraining all weights) versus LoRA (a lightweight method that only adjusts specific parameters). They tested the same learning rates across both methods on satellite imagery and pet photos to isolate which technique causes the model to "forget" its original capabilities.

  2. Full Fine-Tuning dramatically changed how the model's attention patterns worked depending on learning rate: at low rates it made small adjustments, but at higher rates it drastically restructured attention, suggesting the model was overwriting foundational knowledge. LoRA, by contrast, kept attention patterns stable across all learning rates, implying it learns new tasks without erasing what the model already knew.

  3. For data scientists and engineers choosing between fine-tuning methods: if your AI model needs to stay useful on multiple tasks (answering questions about satellite maps AND recognizing household pets), LoRA appears safer because it doesn't force you to rebuild internal knowledge structures. Full Fine-Tuning wins on single-task accuracy but at the cost of breaking performance on unrelated problems — a hidden tradeoff that matched learning-rate experiments now make visible.

Discussion

No comments yet. Be the first to share your thoughts!

Log in to join the discussion

Related Articles

Stay ahead with AI news

Get curated AI news from 200+ sources delivered daily to your inbox. Free to use.

Get Started Free

Free · takes 30 seconds · unsubscribe anytime

1 minute a day. The AI essentials.

200+ sources · Email / LINE / Slack

Get it free →