LGAIOCDec 8, 2023

A Negative Result on Gradient Matching for Selective Backprop

arXiv:2312.05021v1h-index: 14
Originality Synthesis-oriented
AI Analysis

This is an incremental result addressing computational efficiency in deep learning training, with negative findings that challenge prior assumptions.

The paper investigates whether gradient matching can improve Selective Backprop for faster neural network training, but finds that both loss-based and gradient-matching strategies fail to consistently outperform random selection.

With increasing scale in model and dataset size, the training of deep neural networks becomes a massive computational burden. One approach to speed up the training process is Selective Backprop. For this approach, we perform a forward pass to obtain a loss value for each data point in a minibatch. The backward pass is then restricted to a subset of that minibatch, prioritizing high-loss examples. We build on this approach, but seek to improve the subset selection mechanism by choosing the (weighted) subset which best matches the mean gradient over the entire minibatch. We use the gradients w.r.t. the model's last layer as a cheap proxy, resulting in virtually no overhead in addition to the forward pass. At the same time, for our experiments we add a simple random selection baseline which has been absent from prior work. Surprisingly, we find that both the loss-based as well as the gradient-matching strategy fail to consistently outperform the random baseline.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes