2022

Sparse Upcycling: Training Mixture-of-Experts from Dense Checkpoints

Komatsuzaki, Aran, Puigcerver, Joan, Lee-Thorp, James et al.

Understand

Training large, deep neural networks to convergence can be prohibitively expensive.

  • As a result, often only a small selection of popular, dense models are reused across different contexts and tasks.
  • Increasingly, sparsely activated models, which seek to decouple model size from computation costs, are becoming an attractive alternative to dense models.
  • Although more efficient in terms of quality and computation cost, sparse models remain data-hungry and costly to train from scratch in the large scale regime.

Reading the bibliography…