English

Beyond Backprop: Online Alternating Minimization with Auxiliary Variables

Machine Learning 2019-06-06 v4 Machine Learning

Abstract

Despite significant recent advances in deep neural networks, training them remains a challenge due to the highly non-convex nature of the objective function. State-of-the-art methods rely on error backpropagation, which suffers from several well-known issues, such as vanishing and exploding gradients, inability to handle non-differentiable nonlinearities and to parallelize weight-updates across layers, and biological implausibility. These limitations continue to motivate exploration of alternative training algorithms, including several recently proposed auxiliary-variable methods which break the complex nested objective function into local subproblems. However, those techniques are mainly offline (batch), which limits their applicability to extremely large datasets, as well as to online, continual or reinforcement learning. The main contribution of our work is a novel online (stochastic/mini-batch) alternating minimization (AM) approach for training deep neural networks, together with the first theoretical convergence guarantees for AM in stochastic settings and promising empirical results on a variety of architectures and datasets.

Keywords

Cite

@article{arxiv.1806.09077,
  title  = {Beyond Backprop: Online Alternating Minimization with Auxiliary Variables},
  author = {Anna Choromanska and Benjamin Cowen and Sadhana Kumaravel and Ronny Luss and Mattia Rigotti and Irina Rish and Brian Kingsbury and Paolo DiAchille and Viatcheslav Gurev and Ravi Tejwani and Djallel Bouneffouf},
  journal= {arXiv preprint arXiv:1806.09077},
  year   = {2019}
}

Comments

First six authors contributed equally to this work: A.C. - theory, manuscript, B.C. - code, experiments, S.K. - code, experiments, R.L. - algorithm, experiments, M.R. - code, experiments, I.R. - algorithm, manuscript

R2 v1 2026-06-23T02:39:37.862Z