← Search

Jeff Dean

8 accepted papers

2025

DataRater: Meta-Learned Dataset Curation

NeurIPS 2025poster

The quality of foundation models depends heavily on their training data. Consequently, great efforts have been put into dataset curation. Yet most approaches rely on manual tuning of coarse-grained mixtures of large buckets of data, or filtering by hand-crafted heuristics. An approach that is ultima…

Cited by 0SourceScholar
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
2018

A Hierarchical Model for Device Placement

ICLR 2018poster

We introduce a hierarchical model for efficient placement of computational graphs onto hardware devices, especially in heterogeneous environments with a mixture of CPUs, GPUs, and other computational devices. Our method learns to assign graph operations to groups and to allocate those groups to avai…

Cited by 210SourcePDFScholar
2018

Efficient Neural Architecture Search via Parameters Sharing

ICML 2018oral

We propose Efficient Neural Architecture Search (ENAS), a fast and inexpensive approach for automatic model design. ENAS constructs a large computational graph, where each subgraph represents a neural network architecture, hence forcing all architectures to share their parameters. A controller is tr…

Cited by 3645SourcePDFScholar
2018

Faster Discovery of Neural Architectures by Searching for Paths in a Large Model

ICLR 2018workshop

We propose Efficient Neural Architecture Search (ENAS), a faster and less expensive approach to automated model design than previous methods. In ENAS, a controller learns to discover neural network architectures by searching for an optimal path within a larger model. The controller is trained with p…

Cited by 17SourceScholar
2017

Device Placement Optimization with Reinforcement Learning

ICML 2017poster

The past few years have witnessed a growth in size and computational requirements for training and inference with neural networks. Currently, a common approach to address these requirements is to use a heterogeneous distributed environment with a mixture of hardware devices such as CPUs and GPUs. Im…

Cited by 556SourcePDFScholar
2017

Outrageously Large Neural Networks: The Sparsely-Gated Mixture-of-Experts Layer

ICLR 2017poster

The capacity of a neural network to absorb information is limited by its number of parameters. Conditional computation, where parts of the network are active on a per-example basis, has been proposed in theory as a way of dramatically increasing model capacity without a proportional increase in com…

Cited by 3097SourceScholar