← Latest papers
🤖 machine learning

Zero-order Parameter-free Optimization for LMO-based Methods: Novel Approach for Efficient Fine-tuning

This paper introduces AdaNAGED\texttt{AdaNAGED}, a novel parameter-free zeroth-order optimization method that unifies adaptive tuning with linear minimization oracle-based geometry-aware updates to enable memory-efficient fine-tuning of large language models without costly hyperparameter search.

Original authors: Dmitriy Bystrov, Daniil Medyakov, Dmitry Bylinkin, Aleksandr Beznosikov

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

Original authors: Dmitriy Bystrov, Daniil Medyakov, Dmitry Bylinkin, Aleksandr Beznosikov

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 giant, incredibly smart robot (a Large Language Model) that has already learned to speak and write from reading the entire internet. Now, you want to teach it a specific new skill, like understanding movie reviews. This process is called "fine-tuning."

Usually, teaching this robot involves a method called "backpropagation." Think of this like a teacher standing right next to the robot, watching every single move it makes, calculating exactly how to fix its mistakes, and then writing down a massive notebook of notes (activations, gradients, optimizer states) to remember how to do it next time. The problem? For a giant robot, this notebook is so huge it fills up the entire classroom's memory, making the process slow and expensive.

The Paper's Big Idea: "Feeling" Your Way Through the Dark

The authors propose a different way to teach the robot, called Zero-Order Optimization. Instead of watching the robot and calculating exact math, imagine you are in a dark room trying to find the exit. You don't have a map (gradients). Instead, you take a tiny step forward, feel if the air is cooler (did the loss function go down?), and then take another step. You only need to know "better" or "worse," not the exact math of why. This saves a massive amount of memory because you don't need to write down that giant notebook.

The Problem with "Feeling" Your Way

However, there's a catch. When you're feeling your way in the dark, you need to decide two things:

  1. How big a step to take? (If you take a step too big, you might fall off a cliff. Too small, and you'll never get there.)
  2. How "blurry" your senses should be? (If you step too far to test the air, you might miss a small obstacle. If you step too close, a tiny breeze might confuse you.)

In the past, people had to guess these numbers perfectly for every new task. If you guessed wrong, the robot learned nothing. This required a lot of trial and error, which was slow and annoying.

The Solution: A Self-Adjusting Compass

The authors introduce a new method called AdaNAGED (and a matrix version called AdaMuGED). Think of this as giving the robot a self-adjusting compass.

  • Parameter-Free: The robot doesn't need you to tell it how big the steps should be. It looks at its own recent history. If it just took a step and the result was good, it knows it's on the right track. If the result was shaky, it knows to slow down. It figures out the perfect step size and "blurry" setting on the fly, without needing a human to tune it first.
  • Geometry-Aware (The LMO): The authors also noticed that the robot's brain isn't just a flat list of numbers; it's made of different shapes (some parts are like grids, some like lists). Standard methods treat everything like a flat list. The authors' method uses a special tool called a Linear Minimization Oracle (LMO). Imagine trying to push a heavy box. If you push it straight, it might get stuck. But if you know the box is on a slope, you push it diagonally to slide it down easily. This method figures out the best "angle" to push the robot's brain based on its specific shape, making the learning smoother and faster.

The Results

The team tested this on a large model (OPT-1.3B) to teach it to understand movie reviews (SST-2 task).

  • They compared their "self-adjusting compass" robot against robots that had been manually tuned by experts (who spent hours guessing the right step sizes).
  • The Outcome: The self-adjusting robot performed almost as well as the expert-tuned ones. It didn't need any human guessing games, yet it still learned the task effectively.

In Summary

This paper presents a new way to teach giant AI models that:

  1. Saves Memory: It doesn't need to write down a massive notebook of notes (no backpropagation).
  2. Saves Time: It figures out its own learning speed and settings automatically, so humans don't have to waste time guessing.
  3. Works Better: It understands the specific shape of the AI's brain to push it in the most efficient direction.

It's like teaching a giant robot to walk by letting it feel its own balance and adjust its stride automatically, rather than forcing it to follow a rigid, pre-written manual.

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 →