← Search

Hanxiao Liu

24 accepted papers

2024

Large Language Models as Optimizers

ICLR 2024poster

Optimization is ubiquitous. While derivative-based algorithms have been powerful tools for various problems, the absence of gradient imposes challenges on many real-world applications. In this work, we propose Optimization by PROmpting (OPRO), a simple and effective approach to leverage large langua…

2023

DoReMi: Optimizing Data Mixtures Speeds Up Language Model Pretraining

NeurIPS 2023spotlight

The mixture proportions of pretraining data domains (e.g., Wikipedia, books, web text) greatly affect language model (LM) performance. In this paper, we propose Domain Reweighting with Minimax Optimization (DoReMi), which first trains a small proxy model using group distributionally robust optimizat…

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
2022

TabNAS: Rejection Sampling for Neural Architecture Search on Tabular Datasets

NeurIPS 2022accept

The best neural architecture for a given machine learning problem depends on many factors: not only the complexity and structure of the dataset, but also on resource constraints including latency, compute, energy consumption, etc. Neural architecture search (NAS) for tabular datasets is an important…

2021

CoAtNet: Marrying Convolution and Attention for All Data Sizes

NeurIPS 2021poster

Transformers have attracted increasing interests in computer vision, but they still fall behind state-of-the-art convolutional networks. In this work, we show that while Transformers tend to have larger model capacity, their generalization can be worse than convolutional networks due to the lack of…

Cited by 1550SourcePDFScholar
2021

MobileDets: Searching for Object Detection Architectures for Mobile Accelerators

CVPR 2021poster

Inverted bottleneck layers, which are built upon depthwise convolutions, have been the predominant building blocks in state-of-the-art object detection models on mobile devices. In this work, we investigate the optimality of this design pattern over a broad range of mobile accelerators by revisiting…

Cited by 189PDFcodeScholar
2021

Searching for Efficient Transformers for Language Modeling

NeurIPS 2021poster

Large Transformer models have been central to recent advances in natural language processing. The training and inference costs of these models, however, have grown rapidly and become prohibitively expensive. Here we aim to reduce the costs of Transformers by searching for a more efficient variant. C…

Cited by 179SourcePDFScholar
2020

BigNAS: Scaling Up Neural Architecture Search with Big Single-Stage Models

ECCV 2020poster

Neural architecture search (NAS) methods have shown promising results discovering models that are both accurate and fast. For NAS, training a one-shot model has became a popular strategy to rank the relative quality of different architectures (child models) using a single set of shared weights. Howe…

Cited by 358SourcePDFScholar
2020

Can Weight Sharing Outperform Random Architecture Search? An Investigation With TuNAS

CVPR 2020poster

Efficient Neural Architecture Search methods based on weight sharing have shown good promise in democratizing Neural Architecture Search for computer vision models. There is, however, an ongoing debate whether these efficient methods are significantly better than random search. Here we perform a tho…

Cited by 169PDFcodeScholar
2020

MnasFPN: Learning Latency-Aware Pyramid Architecture for Object Detection on Mobile Devices

CVPR 2020poster

Despite the blooming success of architecture search for vision tasks in resource-constrained environments, the design of on-device object detection architectures have mostly been manual. The few automated search efforts are either centered around non-mobile-friendly search spaces or not guided by on…

Cited by 72PDFcodeScholar
2020

Neural Predictor for Neural Architecture Search

ECCV 2020poster

Neural Architecture Search methods are effective but often use complex algorithms to come up with the best architecture. We propose an approach with three basic steps that is conceptually much simpler. First we train $N$ random architectures to generate $N$ (architecture, validation accuracy) pairs…

Cited by 246SourcePDFScholar
2020

PyGlove: Symbolic Programming for Automated Machine Learning

NeurIPS 2020oral

Neural networks are sensitive to hyper-parameter and architecture choices. Automated Machine Learning (AutoML) is a promising paradigm for automating these choices. Current ML software libraries, however, are quite limited in handling the dynamic interactions among the components of AutoML. For exam…

2020

Rethinking Pre-training and Self-training

NeurIPS 2020oral

Pre-training is a dominant paradigm in computer vision. For example, supervised ImageNet pre-training is commonly used to initialize the backbones of object detection and segmentation models. He et al., however, show a striking result that ImageNet pre-training has limited impact on COCO object dete…

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
2018

Hierarchical Representations for Efficient Architecture Search

ICLR 2018poster

We explore efficient neural architecture search methods and show that a simple yet powerful evolutionary algorithm can discover new architectures with excellent performance. Our approach combines a novel hierarchical genetic representation scheme that imitates the modularized design pattern commonly…

Cited by 1205SourcePDFScholar