Keep pulling the thread on Jeff Dean.
On CIFAR10, CIFAR100, and SVHN datasets, Selective-Backprop converges to target error rates up to 3.5 times faster than standard Stochastic Gradient Descent (SGD).
On CIFAR10, CIFAR100, and SVHN datasets, Selective-Backprop converges to target error rates between 1.02 and 1.8 times faster than a state-of-the-art importance sampling approach.
Selective-Backprop is a technique that accelerates the training of deep neural networks (DNNs) by prioritizing examples with high loss at each iteration.
The Selective-Backprop technique uses the output of a training example's forward pass to decide whether to compute gradients and update parameters for that example or to skip it.
Selective-Backprop accelerates training by reducing the number of computationally-expensive backpropagation steps performed.
Using stale forward pass results for selection in Selective-Backprop can achieve an additional 26% acceleration in training by skipping forward passes of low-priority examples.