Proximal Splitting Meets Variance Reduction
Fabian Pedregosa, Kilian Fatras, Mattia Casotto

TL;DR
This paper introduces two variance-reduced incremental algorithms based on SAGA and SVRG for nonsmooth optimization with complex penalties, enabling efficient large-scale applications with convergence guarantees.
Contribution
The paper develops novel variance-reduced methods that handle complex nonsmooth penalties via proximal terms, extending incremental methods to broader optimization problems.
Findings
Algorithms converge with fixed step-size.
Achieve similar asymptotic rates as full gradient methods.
Empirical benchmarks show practical efficiency.
Abstract
Despite the rise to fame of incremental variance-reduced methods in recent years, their use in nonsmooth optimization is still limited to few simple cases. This is due to the fact that existing methods require to evaluate the proximity operator for the nonsmooth terms, which can be a costly operation for complex penalties. In this work we introduce two variance-reduced incremental methods based on SAGA and SVRG that can efficiently take into account complex penalties which can be expressed as a sum of proximal terms. This includes penalties such as total variation, group lasso with overlap and trend filtering, to name a few. Furthermore, we also develop sparse variants of the proposed algorithms which can take advantage of sparsity in the input data. Like other incremental methods, it only requires to evaluate the gradient of a single sample per iteration, and so is ideally suited for…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Statistical Methods and Inference · Sparse and Compressive Sensing Techniques
