LGDCMay 5, 2024

Is Flash Attention Stable?

arXiv:2405.02803v110 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses training instability issues for organizations using Generative AI models, though it is incremental as it focuses on analyzing an existing optimization.

The paper tackled the problem of training instability in large-scale models by analyzing numeric deviation, finding that Flash Attention has roughly 10 times more numeric deviation than Baseline Attention at BF16 in isolated forward passes, but its impact on model weights is 2-5 times less significant than low-precision training.

Training large-scale machine learning models poses distinct system challenges, given both the size and complexity of today's workloads. Recently, many organizations training state-of-the-art Generative AI models have reported cases of instability during training, often taking the form of loss spikes. Numeric deviation has emerged as a potential cause of this training instability, although quantifying this is especially challenging given the costly nature of training runs. In this work, we develop a principled approach to understanding the effects of numeric deviation, and construct proxies to put observations into context when downstream effects are difficult to quantify. As a case study, we apply this framework to analyze the widely-adopted Flash Attention optimization. We find that Flash Attention sees roughly an order of magnitude more numeric deviation as compared to Baseline Attention at BF16 when measured during an isolated forward pass. We then use a data-driven analysis based on the Wasserstein Distance to provide upper bounds on how this numeric deviation impacts model weights during training, finding that the numerical deviation present in Flash Attention is 2-5 times less significant than low-precision training.

Foundations

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

Your Notes