← Search

James Laudon

4 accepted papers

2023

Brainformers: Trading Simplicity for Efficiency

ICML 2023poster

Transformers are central to recent successes in natural language processing and computer vision. Transformers have a mostly uniform backbone where layers alternate between feed-forward and self-attention in order to build a deep network. Here we investigate this design choice and find that more comp…

Cited by 37SourcePDFScholar
2023

Lifelong Language Pretraining with Distribution-Specialized Experts

ICML 2023poster

Pretraining on a large-scale corpus has become a standard method to build general language models (LMs). Adapting a model to new data distributions targeting different downstream tasks poses significant challenges. Naive fine-tuning may incur catastrophic forgetting when the over-parameterized LMs o…

Cited by 59SourcePDFScholar
2022

Mixture-of-Experts with Expert Choice Routing

NeurIPS 2022accept

Sparsely-activated Mixture-of-experts (MoE) models allow the number of parameters to greatly increase while keeping the amount of computation for a given token or a given sample unchanged. However, a poor expert routing strategy (e.g. one resulting in load imbalance) can cause certain experts to be…

Cited by 336SourcePDFScholar
2020

Transferable Graph Optimizers for ML Compilers

NeurIPS 2020oral

Most compilers for machine learning (ML) frameworks need to solve many correlated optimization problems to generate efficient machine code. Current ML compilers rely on heuristics based algorithms to solve these optimization problems one at a time. However, this approach is not only hard to maintain…

Cited by 63SourcePDFScholar