LGNEDec 7, 2023

How to guess a gradient

arXiv:2312.04709v18 citationsh-index: 31
Originality Incremental advance
AI Analysis

This addresses the challenge of scaling gradient-free optimization for neural networks, which has been limited to small toy datasets, but the work appears incremental in narrowing the performance gap with exact gradient methods.

The paper tackled the problem of predicting neural network gradients without computing loss or labels, showing that gradients lie in a predictable low-dimensional subspace, which can significantly improve gradient-free optimization schemes.

How much can you say about the gradient of a neural network without computing a loss or knowing the label? This may sound like a strange question: surely the answer is "very little." However, in this paper, we show that gradients are more structured than previously thought. Gradients lie in a predictable low-dimensional subspace which depends on the network architecture and incoming features. Exploiting this structure can significantly improve gradient-free optimization schemes based on directional derivatives, which have struggled to scale beyond small networks trained on toy datasets. We study how to narrow the gap in optimization performance between methods that calculate exact gradients and those that use directional derivatives. Furthermore, we highlight new challenges in overcoming the large gap between optimizing with exact gradients and guessing the gradients.

Foundations

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

Your Notes