Paper: 2608.28557 Authors: Ruoran Xu Categories: cs.AI, cs.LG

The Gap

The received narrative about neural network optimization was that it consisted of a succession of Adam variants — one adaptive moment estimate after another, each claiming a modest improvement. That narrative stopped describing the field, and the survey’s opening move is to say so: optimization in 2025-2026 is no longer well described that way.

What replaced it is a design space that expanded along three axes at once. From coordinates to matrices and layers — the update is no longer elementwise but structured. From fixed training horizons to policies over time — the optimizer’s behaviour is now something scheduled rather than held constant. And from mathematical update rules to state representations that must survive sharding and low-precision computation — the constraints now include whether the optimizer’s own state can be distributed across devices and held in fewer bits.

The gap is that this expanded space had no map. Individual methods were published with claims of improvement, but the field lacked an account of which axes are independent, which methods occupy the same position, and — the practically important part — why the rankings keep changing.

   THE NARRATIVE THAT STOPPED BEING TRUE

   "optimization = a succession of Adam variants"
        -> each claiming a modest improvement
        |     (this stopped describing the field)
        v
   WHAT ACTUALLY REPLACED IT -- three simultaneous expansions

     coordinates  ->  MATRICES AND LAYERS
        the update is no longer elementwise

     fixed training horizons  ->  POLICIES OVER TIME
        the optimizer's behaviour is SCHEDULED

     mathematical update rules  ->  STATE REPRESENTATIONS
        that must survive SHARDING and LOW PRECISION
        (can the state be distributed? held in fewer bits?)

        |
        v
   [GAP] an expanded design space with no map:
         which axes are independent?
         which methods occupy the same position?
         and why do the rankings keep changing?

The Increment

One sentence: Before this survey, the expanded optimizer design space was navigated method by method; after it, four largely independent axes organise the space, and the honest conclusion is that matrix-aware methods are a genuine advance while no context-independent replacement for AdamW exists.

Core Mechanism

The organising contribution is four axes, and their usefulness depends on their being largely independent — a claim that means a method’s position on one axis does not determine its position on another.

  • Temporal estimation — how the optimizer estimates the gradient’s relevant statistics over time. This is the axis the Adam-variant era occupied.
  • Update geometry — the shape of the update: elementwise, matrix-structured, layer-structured. This is where the matrix methods live.
  • Horizon management — how the optimizer’s behaviour changes over the course of training, including schedule-free training.
  • Representation and systems — the state representation, subject to sharding and quantisation constraints. This axis exists almost entirely because of distributed and low-precision training.

Situating methods across these axes is what turns a list into a structure. The survey connects the spectral normalization of Muon, the historical matrix statistics of Shampoo and SOAP, adaptive and hybrid matrix methods, memory-efficient optimizers, schedule-free training, small-batch corrections, and quantized optimizer states — each placed relative to the others rather than described in isolation.

Then the conclusion, which is the reason to trust the survey. It is deliberately non-triumphal, and it has two halves.

Matrix-aware methods represent a genuine advance. This matters because a survey that concluded “nothing works” would be as unhelpful as one that concluded “everything works”. The matrix family is identified as real progress, not marketing.

But there is no context-independent replacement for AdamW. The rankings change with model scale, data-to-parameter ratio, batch size, schedule, parameter partition, tuning budget, and whether the target metric is tokens, FLOPs, wall-clock time, or memory. Read that list as the survey’s actual finding: the comparison is not merely noisy, it is multi-dimensional in the objective. Two methods can be correctly ranked in opposite orders by two defensible evaluations that differ only in whether the metric is tokens or wall-clock time.

The practical consequence is a pair of prescriptions. A compositional view of optimizer design — methods as combinations of choices along the four axes rather than as named wholes. And a stricter protocol for evaluating optimizer claims — because if rankings depend on that list of conditions, a paper reporting a single comparison has reported one point in a space.

   FOUR LARGELY INDEPENDENT AXES

   [1] TEMPORAL ESTIMATION
       how gradient statistics are estimated over time
       <- the axis the "Adam-variant" era occupied
   [2] UPDATE GEOMETRY
       elementwise | matrix-structured | layer-structured
       <- where Muon, Shampoo, SOAP, hybrid methods live
   [3] HORIZON MANAGEMENT
       how behaviour changes over training
       <- includes schedule-free training
   [4] REPRESENTATION AND SYSTEMS
       state representation under sharding + quantisation
       <- exists because of distributed / low-precision training

   CONCLUSION (deliberately non-triumphal)
     [a] matrix-aware methods ARE a genuine advance
     [b] but NO context-independent replacement for AdamW
         rankings change with:
           model scale | data-to-parameter ratio | batch size
           schedule | parameter partition | tuning budget
           metric: tokens / FLOPs / wall-clock / memory
         -> the comparison is MULTI-DIMENSIONAL, not just noisy
         -> two defensible evaluations can rank two methods
            in opposite orders

   PRESCRIPTIONS
     - a COMPOSITIONAL view: methods as combinations of
       choices along the axes, not named wholes
     - a STRICTER PROTOCOL for evaluating optimizer claims

Think of it as choosing a vehicle when the question “which is fastest?” has several legitimate answers. Around a track, one car wins; over a rough road, another; on fuel per kilometre, a third; and if you are constrained by what fits in your garage, the winner changes again. A magazine that ranked them in one order would not be wrong so much as under-specified — and a reader who took the ranking as universal would be misled by a correct measurement. The survey’s four axes are the equivalent of describing vehicles by engine, drivetrain, suspension and packaging, so that a buyer can locate their own constraints instead of adopting someone else’s ranking. And the “no replacement for AdamW” conclusion is the observation that the long-standing default is not beaten by anything across the whole space — which is a more useful statement than a leaderboard.

Key Concepts

  • Four largely independent axes: temporal estimation, update geometry, horizon management, representation and systems. The independence is the claim that gives the map its value — a choice on one axis does not constrain the others.
  • Matrix-aware methods as genuine advance: the positive half of a non-triumphal conclusion. Distinguishing real progress from marketing is what makes the negative half credible.
  • Multi-dimensional rankings, not noisy ones: the conditions that flip rankings include the choice of metric — tokens versus FLOPs versus wall-clock versus memory. That is not measurement noise; it is the objective being genuinely multi-objective.
  • Optimizer state as a systems constraint: the representation axis exists because state must survive sharding and quantisation. It is the axis that most obviously could not have existed in the Adam-variant era, and it reframes an optimizer as partly a distributed-systems object.

Framework Shift

Before (method by method, single comparison):
  new optimizer published, compared against AdamW
  -> "improvement" reported from one setting
  -> rankings presented as universal
  -> the design space has no map

After (axes plus a stricter protocol):
  4 axes: temporal estimation | update geometry |
          horizon management | representation and systems
  methods placed as COMBINATIONS, not named wholes
  ranking depends on scale, ratio, batch, schedule,
    partition, tuning budget, and WHICH METRIC
  -> evaluate claims across conditions, not at one point

From comparing named optimizers in single settings, to placing design choices on independent axes and reporting which conditions a claim depends on, the core shift is that optimizer performance is conditional, and a comparison without its conditions is under-specified rather than informative.

Expert Assessment

Problem choice: Very good, and it fills a real gap. The optimizer literature had grown faster than its organisation, and the practical question a practitioner faces — “should I switch, and under what conditions?” — could not be answered from individual papers that each report a win.

Method maturity: A survey’s quality is in its axes and its refusal to over-claim, and both are present. Four axes whose independence is asserted and used is a genuinely useful structure, and the non-triumphal conclusion is the harder thing to write: a survey author has every incentive to declare a winner, and declining to do so on the grounds that the ranking is multi-dimensional is the more useful contribution. The compositional view follows naturally from the axes rather than being bolted on.

Experimental integrity: The survey’s evidence is the literature, so its integrity rests on how it characterises that literature. Naming the conditions that flip rankings — including the metric choice — is the key empirical claim, and it is the kind of statement that is falsifiable in principle by finding a method that wins across conditions. The limitation is inherent to surveys: no new experiments, so the conclusion that there is no context-independent replacement is a reading of existing evidence rather than a demonstration, and the list of conditions is as complete as the author’s survey of the field.

Writing quality: The abstract states the conclusion and the conditions in the same breath, which is exactly right for a survey whose value is in the conditional. The four-axis framing scales well to a long document. What would help most is a table placing the named methods on the axes, since that is the artifact a practitioner would actually consult when deciding what to try.

Verdict: strong accept — it gives the expanded optimizer design space a usable structure and resists the temptation to declare a winner where the ranking depends on the objective.

Takeaways

  • State the conditions with the ranking. If an optimizer’s position depends on metric, scale or tuning budget, a comparison without those is under-specified.
  • Treat the metric as part of the objective, not as a measurement detail. Tokens, FLOPs, wall-clock and memory are different goals, and a method can win on one and lose on another.
  • Look for the axes before looking for the winner. Independent design axes let you locate your own constraints instead of adopting someone else’s ordering.
  • Do not expect a universal replacement for a long-standing default. When nothing displaces AdamW across the whole space, that is a finding about the space, not a failure to find the right method.

论文: 2608.28557 作者: Ruoran Xu 分类: cs.AI, cs.LG

缺口

关于神经网络优化,此前流传的叙事是:它由一连串 Adam 变体构成——一个接一个的自适应矩估计,各自宣称带来了一点有限的改进。这个叙事已经不再能描述这个领域了,而综述的开篇动作就是把这件事说清楚:2025—2026 年的优化,已经不能再用这种方式来描述。

取代它的,是一个同时沿三个方向扩张的设计空间。 从坐标扩展到矩阵与层——更新不再逐元素,而是有结构的。从固定训练视野扩展到”对时间的策略”——优化器的行为如今是被调度的,而不再保持不变。从数学更新公式扩展到”必须扛住分片与低精度计算的状态表示”——约束条件如今还包括:优化器自己的状态能否跨设备分布、能否用更少的比特表示。

缺口在于:这个扩张后的空间没有一张地图。 各个方法被逐个发表,每个都附带”有改进”的主张;但这个领域缺少一套说法来回答:哪些轴是独立的哪些方法处在同一个位置、以及——最实用的那一问——为什么排名会不断变化

   已经不再成立的叙事

   "优化 = 一连串 Adam 变体"
        -> 每个都宣称一点有限改进
        |     (这已经无法描述这个领域)
        v
   真正取代它的是——三个同时发生的扩张

     坐标  ->  矩阵与层
        更新不再逐元素

     固定训练视野  ->  对时间的策略
        优化器的行为是「被调度的」

     数学更新公式  ->  状态表示
        必须扛住「分片」与「低精度」
        (状态能否分布?能否用更少比特?)

        |
        v
   [缺口] 一个扩张了、却没有地图的设计空间:
         哪些轴是独立的?
         哪些方法处在同一个位置?
         以及为什么排名会不断变化?

增量

一句话: 在这篇综述之前,扩张后的优化器设计空间只能逐个方法地去摸索;在这篇综述之后,四条大体独立的轴把这个空间组织起来,而诚实的结论是:矩阵感知方法确有实质进步,但不存在能脱离语境替代 AdamW 的东西。

核心机制

组织性的贡献是四条轴,而它们的用处取决于”大体独立”这一性质——也就是说,一个方法在某条轴上的位置,并不决定它在另一条轴上的位置。

  • 时间估计(temporal estimation)——优化器如何在时间上估计梯度的相关统计量。这正是”Adam 变体时代”所占据的那条轴。
  • 更新几何(update geometry)——更新的形状:逐元素、矩阵结构、还是层结构。矩阵类方法住在这里。
  • 视野管理(horizon management)——优化器的行为如何随训练进程变化,其中包括无调度(schedule-free)训练。
  • 表示与系统(representation and systems)——状态表示,受分片与量化约束。这条轴几乎完全是分布式与低精度训练带来的。

把各方法安放到这些轴上,才把一份清单变成一种结构。 综述串联起了 Muon 的谱归一化Shampoo 与 SOAP 的历史矩阵统计量、自适应与混合矩阵方法、内存高效优化器、无调度训练、小批量修正、以及量化优化器状态——每一个都被放在与其他方法的相对位置上,而不是孤立地描述。

接着是结论,也正是这份综述值得信任的理由:它刻意不唱赞歌,并且有两半。

矩阵感知方法代表了真正的进步。 这一点重要,因为一份得出”什么都不管用”的综述,与一份得出”什么都管用”的综述同样无用。矩阵家族被认定为实质进展,而不是营销。

但不存在能脱离语境替代 AdamW 的东西。 排名会随模型规模、数据—参数比、批量大小、调度、参数划分、调参预算、以及目标指标究竟是 token、FLOPs、墙钟时间还是内存而变化。 把这份清单当作综述真正的发现来读:这种比较不只是”有噪声”,它在目标上就是多维的。两个方法完全可能被两次都站得住脚的评测排出相反的次序——而这两次评测的差别,仅仅在于指标是 token 还是墙钟时间。

实践上的结论是两条处方。 一是组合式的优化器设计视角——把方法看作”四条轴上选择的组合”,而不是一个个有名字的整体。二是一套更严格的优化器主张评估协议——因为如果排名依赖于那串条件,那么一篇只报告单次比较的论文,报告的只是这个空间里的一个点

   四条大体独立的轴

   [1] 时间估计
       梯度统计量如何在时间上被估计
       <- "Adam 变体时代"所占据的轴
   [2] 更新几何
       逐元素 | 矩阵结构 | 层结构
       <- Muon、Shampoo、SOAP、混合方法所在
   [3] 视野管理
       行为如何随训练进程变化
       <- 含无调度训练
   [4] 表示与系统
       分片与量化下的状态表示
       <- 因分布式 / 低精度训练而存在

   结论(刻意不唱赞歌)
     [a] 矩阵感知方法「确实」是实质进步
     [b] 但「不存在」能脱离语境替代 AdamW 的东西
         排名随下列因素变化:
           模型规模 | 数据—参数比 | 批量大小
           调度 | 参数划分 | 调参预算
           指标:token / FLOPs / 墙钟 / 内存
         -> 这种比较是「多维的」,不只是"有噪声"
         -> 两次都站得住脚的评测可以给出相反的排序

   处方
     - 「组合式」视角:方法是各轴上选择的组合,
       而不是有名字的整体
     - 一套「更严格」的优化器主张评估协议

可以用**“选车时,『哪辆最快』这个问题有几个都合理的答案”来理解这件事: 在赛道上,一辆车赢;在烂路上,另一辆赢;按每公里油耗算,第三辆赢;而如果你的约束是”车库放不下”,赢家又变了。 一本把它们排成单一顺序的杂志,与其说是错**,不如说是规定不足;而一个把这个排序当作普适结论的读者,会被一次正确的测量所误导。 综述的四条轴,相当于按发动机、传动、悬挂与空间布局来描述车辆,让买家能够定位自己的约束,而不是接受别人的排序。而”没有东西能替代 AdamW”这个结论,说的是:那个长期默认值,在整个空间上都没有被任何东西击败——这比一张排行榜更有用。

关键概念

  • 四条大体独立的轴: 时间估计、更新几何、视野管理、表示与系统。“独立性”正是让这张地图有价值的主张——在某条轴上的选择不约束其他轴。
  • 矩阵感知方法作为实质进步: 一个”不唱赞歌”结论中的正面那一半。把真正的进步与营销区分开,才让负面那一半可信。
  • 排名是”多维的”,而不是”有噪声的”: 让排序翻转的条件里包含指标的选择——token、FLOPs、墙钟还是内存。这不是测量噪声,而是目标本身就是多目标的。
  • 把优化器状态视为系统约束: 表示这条轴之所以存在,是因为状态必须扛住分片与量化。它是最不可能在”Adam 变体时代”存在的一条轴,也把优化器部分地重新定义为一个分布式系统对象。

框架转变

之前(逐个方法、单次比较):
  新优化器发表,与 AdamW 对比
  -> 从一个设定里报出"改进"
  -> 排名被当作普适结论呈现
  -> 设计空间没有地图

之后(四条轴 + 更严格的协议):
  四条轴:时间估计 | 更新几何 |
          视野管理 | 表示与系统
  方法是「组合」,不是有名字的整体
  排名依赖于规模、比例、批量、调度、
    参数划分、调参预算,以及「用哪个指标」
  -> 主张要在多种条件下评估,而不是只在一个点上

从”在单个设定里比较有名有姓的优化器”,转变为”把设计选择安放到独立的轴上、并报告一个主张依赖于哪些条件”,核心转变在于:优化器表现是有条件的;一个不附带其条件的比较,是规定不足,而不是有信息量。

专家评审

选题眼光: 很好,而且填补了一个真实的空白。 优化器文献的增长速度快于它的组织程度;而实践者真正面对的问题——“我该不该换,在什么条件下换?“——无法从那些各自报告一次胜利的单篇论文里得到回答。

方法成熟度: 综述的质量在于它的轴,以及它拒绝过度声称——而这两点它都具备。 四条轴,其独立性被明确主张并被使用,是一种真正有用的结构;而”不唱赞歌”的那个结论是更难写的东西:综述作者有充分的动机去宣布一个赢家,而以”排名是多维的”为由拒绝这样做,反而是更有价值的贡献。“组合式视角”是从那些轴自然推出的,而不是硬贴上去的。

实验诚意: 综述的证据就是文献本身,因此它的诚实程度取决于它如何刻画那些文献。 点名”让排名翻转的条件”——包括指标选择——是核心的经验主张,而这种陈述在原则上是可以被证伪的:只要找到一个在所有条件下都赢的方法即可。局限是综述固有的:没有新实验,因此”不存在能脱离语境的替代品”这一结论是对既有证据的一种解读而非演示;而那串条件的完整程度,取决于作者对领域的覆盖。

写作功力: 摘要把结论与条件放在同一句里陈述,对一份价值在于”条件性”的综述来说完全正确;四条轴的框架也很适合铺开成一篇长文档。 最有帮助的补充会是一张表,把点名的方法安放到各条轴上——那才是实践者在决定”该试什么”时真正会去查的东西。

判决: 强接收(Strong Accept) — 它为扩张后的优化器设计空间提供了可用的结构,并抵挡住了”在排名取决于目标时宣布赢家”的诱惑。

要点总结

  • 报排名时要一并说明条件。如果一个优化器的位置取决于指标、规模或调参预算,那么不含这些条件的比较就是规定不足
  • 指标当作目标的一部分,而不是测量的细节。token、FLOPs、墙钟与内存是不同的目标;一个方法完全可以在其中一个上赢、在另一个上输。
  • 先找,再找赢家。独立的设计轴让你能定位自己的约束,而不是接受别人的排序。
  • 不要指望存在能普适替代长期默认值的东西。当没有任何东西在整个空间上取代 AdamW 时,那是关于这个空间的发现,而不是”没找对方法”的失败。