English

ZORB: A Derivative-Free Backpropagation Algorithm for Neural Networks

Machine Learning 2020-11-19 v1 Neural and Evolutionary Computing Machine Learning

Abstract

Gradient descent and backpropagation have enabled neural networks to achieve remarkable results in many real-world applications. Despite ongoing success, training a neural network with gradient descent can be a slow and strenuous affair. We present a simple yet faster training algorithm called Zeroth-Order Relaxed Backpropagation (ZORB). Instead of calculating gradients, ZORB uses the pseudoinverse of targets to backpropagate information. ZORB is designed to reduce the time required to train deep neural networks without penalizing performance. To illustrate the speed up, we trained a feed-forward neural network with 11 layers on MNIST and observed that ZORB converged 300 times faster than Adam while achieving a comparable error rate, without any hyperparameter tuning. We also broaden the scope of ZORB to convolutional neural networks, and apply it to subsamples of the CIFAR-10 dataset. Experiments on standard classification and regression benchmarks demonstrate ZORB's advantage over traditional backpropagation with Gradient Descent.

Keywords

Cite

@article{arxiv.2011.08895,
  title  = {ZORB: A Derivative-Free Backpropagation Algorithm for Neural Networks},
  author = {Varun Ranganathan and Alex Lewandowski},
  journal= {arXiv preprint arXiv:2011.08895},
  year   = {2020}
}

Comments

To appear in "Beyond Backpropagation - Novel Ideas for Training Neural Architectures" Workshop at NeurIPS 2020

R2 v1 2026-06-23T20:19:37.901Z