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

行列の分解形を生かしてAI学習を安定させるAdamW改良

Stiefel-AdamW: Geometry-Aware AdamW for Linear Factorization Blocks

Emanuele Zangrando, Marco Sutti, Francesco Tudisco

この論文をやさしく読む

ひとことで言うと

二つの行列を掛けて使うAIの部品では、同じ結果を表す行列の組が多数あります。その自由度が学習を不安定にする問題を、片方の行列に幾何学的な制約を置いて抑える方法です。

何に役立つ?

LoRAの微調整や低ランク層などで、既存のAdamWに近い使い方を保ちながら安定化を検討する際に役立ちます。要旨では言語・画像モデルと事前学習の双方で評価しています。

この研究の面白いところ

AdamWの座標ごとの調整を捨てずに、行列因子の余分な自由度だけを制限します。幾何学的な処理を射影とレトラクションに集約している点が特徴です。

どこまで分かった?

対象は非線形変換を挟まない行列積のブロックです。要旨には個別の改善幅や収束保証の詳細な仮定は記載されておらず、任意のネットワーク全体で無条件に改善するとは読めません。

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

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

現代の深層学習で広く見られる構造の一つが、線形因子分解ブロックである。これは、二つのパラメータ行列を、間に非線形変換を挟まず直接掛け合わせるW=BAという形の部分モジュールを指す。LoRAアダプター、低ランク圧縮層、自己注意のクエリとキーの積に現れ、共通の問題を持つ。因子分解が一意でないため、学習が不安定になり、使用可能な学習率が制限されることがある。それにもかかわらず、こうしたブロックは通常、背後の幾何を無視した標準的なユークリッド空間の手法で最適化されている。 本研究は、こうしたブロックが現れる箇所でAdamWをほぼそのまま置き換えられるStiefel-AdamWを提案する。一方の因子をシュティーフェル多様体上に制約し、他方をユークリッド空間に残すことで、GL(ℝʳ)全体のゲージ対称性をコンパクトな直交対称性へ縮小する。これにより因子の発散を排除しながら、AdamWの実用上の強みである座標ごとの対角前処理を保つ。モーメントの推定は周囲のユークリッド空間で行い、幾何は接空間への射影と多様体へのレトラクションを通じてのみ導入する。AdamWに対する実装上の追加負担は小さく、得られる最適化法がリーマン幾何に基づく手法の安定性と標準的な収束保証の両方を受け継ぐことを示す。GPT2、ViT、Mistral 7BのLoRA型微調整と、OpenWebTextを用いたGPT2の全面的な事前学習で検証し、AdamWに対して実質的な追加コストなしに、強力なベースラインを一貫して改善することを示した。

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

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

更新履歴

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

原文の要旨

A pervasive structural pattern in modern deep learning is the linear factorization block: a submodule of the form $W = BA$ in which two parameter matrices are multiplied directly, with no intervening nonlinearity. Such blocks appear in LoRA adapters, low-rank compressed layers, query-key products of self-attention, and share a common pathology: the factorization is non-unique, which can destabilize training and limit usable learning rates. Despite this, factorization blocks are typically optimized with standard Euclidean methods that ignore the underlying geometry. We introduce Stiefel-AdamW, a near drop-in replacement for AdamW for use wherever such blocks appear. By constraining one factor on the Stiefel manifold while leaving the other Euclidean, Stiefel-AdamW relaxes the full $\mathrm{GL}(\mathbb{R}^r)$ gauge symmetry to a compact orthogonal symmetry, ruling out factor blow-up while retaining the coordinate-wise diagonal preconditioning that gives AdamW its practical strength. Moment estimation is performed in the ambient Euclidean space, with geometry entering only through a tangent-space projection and a manifold retraction. The implementation overhead over AdamW is minimal, and we show that the resulting optimizer inherits both the stability benefits of Riemannian methods and standard convergence guarantees. We validate Stiefel-AdamW on LoRA-style fine-tuning of GPT2, ViT, and Mistral 7B and on full pretraining of GPT2 on OpenWebText, showing consistent improvements over strong baselines at essentially no additional cost over AdamW.

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