论文

提出矩阵结构感知的AdaGrad变体优化方法

Matrix AdaGrad: Row-wise and Column-wise Adaptive Subgradient Methods

精选理由

学术研究者或对优化算法感兴趣的人,这篇论文提出了结合矩阵结构的AdaGrad变体,对理解结构化优化有参考价值。

本文提出Row-wise和Column-wise Matrix AdaGrad方法,通过引入行/列向量的梯度范数来调整自适应缩放因子,相比传统逐元素AdaGrad,在处理矩阵参数时能提供更紧的理论界,实验表明其在矩阵因子分解和深层神经网络训练中能提升优化稳定性和可训练性。

原文 · arXiv cs.LG

Matrix AdaGrad: Row-wise and Column-wise Adaptive Subgradient Methods

Adaptive optimization methods such as AdaGrad and Adam are widely used in modern neural-network training, but their adaptive scaling is primarily designed for vector-valued parameters and does not explicitly exploit matrix structure. Recent matrix-aware optimizers demonstrate the benefits of structured optimization, yet a general theoretical framework for deriving matrix-aware adaptivity comparable to that of AdaGrad remains lacking. In this work, we develop a general Online Mirror Descent framework with adaptive proximal functions for matrix-valued parameters, providing a principled approach to deriving matrix-aware adaptive optimization through online regret minimization. By introducing row-wise and column-wise matrix proximal functions and analyzing the resulting regret trade-off, we derive Row-wise Matrix AdaGrad (Row-AdaGrad) and Column-wise Matrix AdaGrad (Column-AdaGrad), with adaptive scaling determined by the accumulated row-wise or column-wise gradient norms. We establish regret guarantees and show that these matrix-aware bounds can be strictly tighter than those of entry-wise AdaGrad under structured gradients. Experiments on matrix factorization and deep neural-network training further demonstrate the benefits of aligning adaptive scaling with matrix structure, including improved optimization stability and trainability at larger learning rates and greater network depths.