English

On the Optimization and Generalization of Multi-head Attention

Machine Learning 2024-10-15 v2 Optimization and Control Machine Learning

Abstract

The training and generalization dynamics of the Transformer's core mechanism, namely the Attention mechanism, remain under-explored. Besides, existing analyses primarily focus on single-head attention. Inspired by the demonstrated benefits of overparameterization when training fully-connected networks, we investigate the potential optimization and generalization advantages of using multiple attention heads. Towards this goal, we derive convergence and generalization guarantees for gradient-descent training of a single-layer multi-head self-attention model, under a suitable realizability condition on the data. We then establish primitive conditions on the initialization that ensure realizability holds. Finally, we demonstrate that these conditions are satisfied for a simple tokenized-mixture model. We expect the analysis can be extended to various data-model and architecture variations.

Keywords

Cite

@article{arxiv.2310.12680,
  title  = {On the Optimization and Generalization of Multi-head Attention},
  author = {Puneesh Deora and Rouzbeh Ghaderi and Hossein Taheri and Christos Thrampoulidis},
  journal= {arXiv preprint arXiv:2310.12680},
  year   = {2024}
}

Comments

Corrected miscalculation of Hessian upper bound in Proposition 5

R2 v1 2026-06-28T12:55:31.099Z