paper-with-me

홈 › Papers

Scaling Laws Beyond Backpropagation

2022-10-26 · Matthew J. Filipovich, Alessandro Cappelli, Daniel Hesslow, Julien Launay

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.

📄 PDF Abstract BibTeX arXiv:2210.14593

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Methods 이 논문이 사용한 방법론

DFA 설명 없음

Similar Papers 제목 키워드 기반

Neural Scaling Laws From Large-N Field Theory: Solvable Model Beyond the Ridgeless Limit

2024-05-29 · Zhengkang Zhang

Many machine learning models based on neural networks exhibit scaling laws: their performance scales as power laws with respect to the sizes of the model and training data set. We use large-N field theory methods to solv…

Beyond Chinchilla-Optimal: Accounting for Inference in Language Model Scaling Laws

2023-12-31 · Nikhil Sardana, Jacob Portes, Sasha Doubov, Jonathan Frankle

Large language model (LLM) scaling laws are empirical formulas that estimate changes in model quality as a result of increasing parameter count and training data. However, these formulas, including the popular Deepmind C…

Language ModelingLanguage ModellingLarge Language Model

Beyond neural scaling laws: beating power law scaling via data pruning

2022-06-29 · Ben Sorscher, Robert Geirhos, Shashank Shekhar, Surya Ganguli 외

Widely observed neural scaling laws, in which error falls off as a power of the training set size, model size, or both, have driven substantial performance improvements in deep learning. However, these improvements throu…

Benchmarking

ATLAS: Adaptive Transfer Scaling Laws for Multilingual Pretraining, Finetuning, and Decoding the Curse of Multilinguality

2025-10-24 · Shayne Longpre, Sneha Kudugunta, Niklas Muennighoff, I-Hung Hsu 외 arxiv

Scaling laws research has focused overwhelmingly on English -- yet the most prominent AI models explicitly serve billions of international users. In this work, we undertake the largest multilingual scaling laws study to …

Cross-Lingual Transfer

Scaling Laws for Autoregressive Generative Modeling

2020-10-28 · Tom Henighan, Jared Kaplan, Mor Katz, Mark Chen 외

We identify empirical scaling laws for the cross-entropy loss in four domains: generative image modeling, video modeling, multimodal image$\leftrightarrow$text models, and mathematical problem solving. In all cases autor…

Mathematical Problem-Solving