Efficient Online and Batch Learning using Forward-Backward Splitting

Efficient Online and Batch Learning using Forward-Backward Splitting

John Duchi and Yoram Singer

Journal of Machine Learning Research, Volume 10, December 2009, pages 2873-2898

We describe, analyze, and experiment with a framework for empirical loss minimization with regularization. Our algorithmic framework alternates between two phases. On each iteration we first perform an unconstrained gradient descent step. We then cast and solve an instantaneous optimization problem that trades off minimization of a regularization term while keeping close proximity to the result of the first phase. This view yields a simple yet effective algorithm that can be used for batch penalized risk minimization and online learning. Furthermore, the two phase approach enables sparse solutions when used in conjunction with regularization functions that promote sparsity, such as L1. We derive concrete and very simple algorithms for minimization of loss functions with L1, L2, L2-squared, and L-infinity regularization. We also show how to construct efficient algorithms for mixed-norm L1/Lq regularization. We further extend the algorithms and give efficient implementations for very high-dimensional data with sparsity. We demonstrate the potential of the proposed framework in a series of experiments with synthetic and natural datasets.