arXiv論文メモ
新着一覧
cs.LG · 査読状況未確認

最適化の履歴内の関係を使ってモメンタムを作り直す

COREM: Cosine-Relation Momentum Reshaping with Stateful Writeback

Yan Wang, Xiaochuan Wang and Yuxiang Sun

この論文をやさしく読む

ひとことで言うと

学習の更新履歴を行列として見たときの内部の似かよりを使い、次の更新方向だけでなく、その後に使う履歴そのものを調整する方法です。

何に役立つ?

ニューラルネットワークの学習で、最終性能と最適化器の演算負担を検討するための候補手法になります。

この研究の面白いところ

変換結果を一時的に使うだけでなく状態に書き戻すため、後続の学習にも作用します。初期より中盤以降に改善が出るという段階差も報告されています。

どこまで分かった?

評価はMLPのCIFAR-10とTransformerのenwik8です。13.3%は正方行列更新の変換部分の演算数であり、学習全体の実行時間が13.3%になるという意味ではありません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

行列として表される最適化器の状態には、要素を独立に扱うだけでは捉えられない関係構造が含まれている可能性がある。本研究では、行列値の最適化状態の内部にある関係を活用して、最適化を改善できるかを調べる。そのために、単位間の関係に基づく変換という抽象的な枠組みを導入し、状態への書き戻しを伴うコサイン関係モメンタム再形成法COREMとして具体化する。 COREMは、モメンタム状態を更新単位へ分割し、それらの間のコサイン関係を計算する。この関係を使ってモメンタムを作り直し、変換した状態を最適化器に書き戻す。この状態を保持する仕組みによって、作り直したモメンタムは現在の更新だけでなく、その後の最適化の動きにも影響する。 CIFAR-10ではMLP、enwik8ではTransformerを用いてCOREMを評価する。Muonと比べて、COREMは学習初期のステップ効率では劣るが、中盤から終盤には改善が強くなり、最終的な検証性能はCIFAR-10で上回り、enwik8では同程度となる。enwik8におけるスペクトル診断では、COREMは異方的なスペクトルを保ちながら、エントロピー有効ランクを一貫して増やし、支配的なモードへの特異値エネルギーの集中を減らすことが分かる。正方行列の更新では、COREMの変換に必要な浮動小数点演算数は、Newton–Schulz反復を5回行うMuonの約13.3%である。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-18(UTC)
最新改訂
2026-09-18 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Matrix-valued optimizer states may contain relational structure that is not captured by treating their entries independently. We study whether relations within matrix-valued optimizer states can be exploited to improve optimization. To this end, we introduce a unit-relation-transform abstraction and instantiate it as COREM, a Cosine-Relation Momentum Reshaping method with stateful writeback. COREM partitions the momentum state into update units, computes cosine relations among them, and uses these relations to reshape the momentum before writing the transformed state back to the optimizer. This stateful mechanism allows the reshaped momentum to affect not only the current update but also future optimization dynamics. We evaluate COREM on CIFAR-10 with an MLP and on enwik8 with a Transformer. Compared with Muon, COREM shows lower early-stage step efficiency but stronger improvement in the mid-to-late stages of training, achieving better final validation performance on CIFAR-10 and comparable final performance on enwik8. Spectral diagnostics on enwik8 show that COREM consistently increases entropy effective rank and reduces the concentration of singular energy in dominant modes, while preserving an anisotropic spectrum. For square matrix updates, COREM requires approximately 13.3% of the transformation FLOPs of Muon with five Newton-Schulz iterations.

arXiv ID: 2609.22487 / 要約の誤りについて