Convex optimization over a probability simplex
James Chok, Geoffrey M. Vasil
TL;DR
This work introduces the Cauchy-Simplex, a gradient-flow–based method for convex optimization over the probability simplex that preserves both positivity and the unit-sum constraint. By lifting the problem to a latent space and deriving a continuous-time gradient flow, the authors obtain a discretization that maintains simplex constraints without costly projections, with a proven $O(1/T)$ convergence in continuous time and sublinear rates for discrete schemes. The method unifies ideas from projected and exponentiated gradient methods and connects to information-theoretic quantities like relative entropy in its convergence analysis. Extensions to orthogonal matrix constraints via Cayley transforms are provided, along with applications to convex hull projection, approximate question weighting, and online learning (prediction with expert advice and universal portfolios), supported by empirical results. The CS framework offers a simple, scalable, and theoretically grounded alternative for high-dimensional simplex-constrained optimization with practical benefits in several domains.
Abstract
We propose a new iteration scheme, the Cauchy-Simplex, to optimize convex problems over the probability simplex $\{w\in\mathbb{R}^n\ |\ \sum_i w_i=1\ \textrm{and}\ w_i\geq0\}$. Specifically, we map the simplex to the positive quadrant of a unit sphere, envisage gradient descent in latent variables, and map the result back in a way that only depends on the simplex variable. Moreover, proving rigorous convergence results in this formulation leads inherently to tools from information theory (e.g., cross-entropy and KL divergence). Each iteration of the Cauchy-Simplex consists of simple operations, making it well-suited for high-dimensional problems. In continuous time, we prove that $f(x_T)-f(x^*) = {O}(1/T)$ for differentiable real-valued convex functions, where $T$ is the number of time steps and $w^*$ is the optimal solution. Numerical experiments of projection onto convex hulls show faster convergence than similar algorithms. Finally, we apply our algorithm to online learning problems and prove the convergence of the average regret for (1) Prediction with expert advice and (2) Universal Portfolios.
