On the Efficient Implementation of the Matrix Exponentiated Gradient Algorithm for Low-Rank Matrix Optimization
Dan Garber, Atara Kaplan

TL;DR
This paper introduces an efficient implementation of the Matrix Exponentiated Gradient algorithm for low-rank matrix optimization, reducing computational costs by using a single low-rank SVD per iteration while maintaining convergence guarantees.
Contribution
It proposes scalable MEG algorithms with deterministic and stochastic gradients tailored for low-rank matrices, including convergence certificates and empirical validation.
Findings
Methods converge under strict complementarity with warm-starts
Achieve similar convergence rates to full-SVD methods
Empirical results support theoretical claims
Abstract
Convex optimization over the spectrahedron, i.e., the set of all real positive semidefinite matrices with unit trace, has important applications in machine learning, signal processing and statistics, mainly as a convex relaxation for optimization problems with low-rank matrices. It is also one of the most prominent examples in the theory of first-order methods for convex optimization in which non-Euclidean methods can be significantly preferable to their Euclidean counterparts. In particular, the desirable choice is the Matrix Exponentiated Gradient (MEG) method which is based on the Bregman distance induced by the (negative) von Neumann entropy. Unfortunately, implementing MEG requires a full SVD computation on each iteration, which is not scalable to high-dimensional problems. In this work we propose an efficient implementations of MEG, both with deterministic and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Stochastic Gradient Optimization Techniques · Advanced Optimization Algorithms Research
