LGAICLNEMLOct 26, 2022

Scaling Laws Beyond Backpropagation

arXiv:2210.14593v15 citationsh-index: 13
Originality Synthesis-oriented
AI Analysis

This addresses the problem of evaluating alternative training methods for neural networks, particularly for researchers in machine learning and computational neuroscience, but it is incremental as it focuses on a specific method and model type.

The study investigated whether Direct Feedback Alignment (DFA) can train causal decoder-only Transformers more efficiently than backpropagation using scaling laws, and found that DFA never provides a compute-efficient advantage over backpropagation, contradicting prior beliefs in the field.

Alternatives to backpropagation have long been studied to better understand how biological brains may learn. Recently, they have also garnered interest as a way to train neural networks more efficiently. By relaxing constraints inherent to backpropagation (e.g., symmetric feedforward and feedback weights, sequential updates), these methods enable promising prospects, such as local learning. However, the tradeoffs between different methods in terms of final task performance, convergence speed, and ultimately compute and data requirements are rarely outlined. In this work, we use scaling laws to study the ability of Direct Feedback Alignment~(DFA) to train causal decoder-only Transformers efficiently. Scaling laws provide an overview of the tradeoffs implied by a modeling decision, up to extrapolating how it might transfer to increasingly large models. We find that DFA fails to offer more efficient scaling than backpropagation: there is never a regime for which the degradation in loss incurred by using DFA is worth the potential reduction in compute budget. Our finding comes at variance with previous beliefs in the alternative training methods community, and highlights the need for holistic empirical approaches to better understand modeling decisions.

Foundations

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

Your Notes