Convergence of Sign-based Random Reshuffling Algorithms for Nonconvex Optimization
Zhen Qin, Zhishuai Liu, Pan Xu
TL;DR
This work provides the first convergence analysis of sign-based optimization under random reshuffling for nonconvex finite-sum problems, revealing a potentially non-vanishing error term $\sigma$ that arises from the combination of sign updates and without-replacement sampling. To overcome this, the authors introduce SignRVR with variance reduction and SignRVM with momentum, proving faster convergence rates in the centralized setting and extending them to distributed environments with data partitioning and majority voting. The results establish provable guarantees for practical, sign-based optimization methods that use RR, both centrally and across machines, and they are backed by experiments on Rosenbrock functions and MNIST showing competitive or superior performance to strong baselines. Overall, the paper bridges theory and practice for sign-based optimization in nonconvex finite-sum problems, offering new tools for efficient, communication-friendly learning in distributed settings.
Abstract
signSGD is popular in nonconvex optimization due to its communication efficiency. Yet, existing analyses typically assume data are sampled with replacement in each iteration, contradicting a common practical implementation where data are randomly reshuffled and sequentially fed into the algorithm. This gap leaves the theoretical understanding of the more practical algorithm, signSGD with random reshuffling (SignRR), largely unexplored. We develop the first analysis of SignRR to identify the core technical challenge that prevents a thorough convergence analysis of this method. In particular, given a dataset of size $n$ and $T$ epochs, we show that the expected gradient norm of SignRR is upper bounded by $O(\log(nT)/\sqrt{nT} + σ)$, where $σ$ is the averaged conditional mean square error that may not vanish. To tackle this limitation, we develop two new sign-based algorithms under random reshuffling: SignRVR, which incorporates variance-reduced gradients, and SignRVM, which integrates momentum-based updates. Both algorithms achieve a faster convergence rate of ${O}(\log(nT)/\sqrt{nT} +\log(nT)\sqrt{n}/\sqrt{T})$. We further extend our algorithms to a distributed setting, with a convergence rate of ${O}(\log(n_0T)/\sqrt{n_0T} +\log (n_0T)\sqrt{n_0}/\sqrt{T})$, where $n_0$ is the size of the dataset of a single machine. These results mark the first step towards the theoretical understanding of practical implementation of sign-based optimization algorithms. Finally, we back up our theoretical findings through experiments on simulated and real-world problems, verifying that randomly reshuffled sign methods match or surpass existing baselines.
