# Acceleration of SVRG and Katyusha X by Inexact Preconditioning

**Authors:** Yanli Liu, Fei Feng, and Wotao Yin

arXiv: 1905.09734 · 2019-05-24

## TL;DR

This paper introduces an inexact preconditioning technique to accelerate SVRG and Katyusha X algorithms, achieving faster convergence and practical speedups in empirical risk minimization tasks.

## Contribution

It proposes a novel inexact preconditioning approach with fixed preconditioners that enhances convergence of SVRG and Katyusha X without increasing memory requirements.

## Key findings

- Achieves better iteration and gradient complexity.
- Provides theoretical convergence guarantees.
- Demonstrates 8x iteration and 7x runtime speedups in experiments.

## Abstract

Empirical risk minimization is an important class of optimization problems with many popular machine learning applications, and stochastic variance reduction methods are popular choices for solving them. Among these methods, SVRG and Katyusha X (a Nesterov accelerated SVRG) achieve fast convergence without substantial memory requirement. In this paper, we propose to accelerate these two algorithms by \textit{inexact preconditioning}, the proposed methods employ \textit{fixed} preconditioners, although the subproblem in each epoch becomes harder, it suffices to apply \textit{fixed} number of simple subroutines to solve it inexactly, without losing the overall convergence. As a result, this inexact preconditioning strategy gives provably better iteration complexity and gradient complexity over SVRG and Katyusha X. We also allow each function in the finite sum to be nonconvex while the sum is strongly convex. In our numerical experiments, we observe an on average $8\times$ speedup on the number of iterations and $7\times$ speedup on runtime.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.09734/full.md

## Figures

17 figures with captions in the complete paper: https://tomesphere.com/paper/1905.09734/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1905.09734/full.md

---
Source: https://tomesphere.com/paper/1905.09734