← Search

Zihang Dai

17 accepted papers

2022

SimVLM: Simple Visual Language Model Pretraining with Weak Supervision

ICLR 2022poster

With recent progress in joint modeling of visual and textual representations, Vision-Language Pretraining (VLP) has achieved impressive performance on many multimodal downstream tasks. However, the requirement for expensive annotations including clean image captions and regional labels limits the sc…

Cited by 918SourcePDFScholar
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

Combiner: Full Attention Transformer with Sparse Computation Cost

NeurIPS 2021spotlight

Transformers provide a class of expressive architectures that are extremely effective for sequence modeling. However, the key limitation of transformers is their quadratic memory and time complexity $\mathcal{O}(L^2)$ with respect to the sequence length in attention layers, which restricts applicati…

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

A Mutual Information Maximization Perspective of Language Representation Learning

ICLR 2020spotlight

We show state-of-the-art word representation learning methods maximize an objective function that is a lower bound on the mutual information between different parts of a word sequence (i.e., a sentence). Our formulation provides an alternative perspective that unifies classical word embedding models…

Cited by 77SourceScholar
2020

Funnel-Transformer: Filtering out Sequential Redundancy for Efficient Language Processing

NeurIPS 2020poster

With the success of language pretraining, it is highly desirable to develop more efficient architectures of good scalability that can exploit the abundant unlabeled data at a lower cost. To improve the efficiency, we examine the much-overlooked redundancy in maintaining a full-length token-level pre…

2020

Unsupervised Data Augmentation for Consistency Training

NeurIPS 2020poster

Semi-supervised learning lately has shown much promise in improving deep learning models when labeled data is scarce. Common among recent approaches is the use of consistency training on a large amount of unlabeled data to constrain model predictions to be invariant to input noise. In this work, we…

2019

Re-examination of the Role of Latent Variables in Sequence Modeling

NeurIPS 2019poster

With latent variables, stochastic recurrent models have achieved state-of-the-art performance in modeling sound-wave sequence. However, opposite results are also observed in other domains, where standard recurrent networks often outperform stochastic models. To better understand this discrepancy, we…

2019

XLNet: Generalized Autoregressive Pretraining for Language Understanding

NeurIPS 2019oral

With the capability of modeling bidirectional contexts, denoising autoencoding based pretraining like BERT achieves better performance than pretraining approaches based on autoregressive language modeling. However, relying on corrupting the input with masks, BERT neglects dependency between the mask…

2018

Breaking the Softmax Bottleneck: A High-Rank RNN Language Model

ICLR 2018oral

We formulate language modeling as a matrix factorization problem, and show that the expressiveness of Softmax-based models (including the majority of neural language models) is limited by a Softmax bottleneck. Given that natural language is highly context-dependent, this further implies that in prac…

2017

Calibrating Energy-based Generative Adversarial Networks

ICLR 2017poster

In this paper, we propose to equip Generative Adversarial Networks with the ability to produce direct energy estimates for samples. Specifically, we propose a flexible adversarial training framework, and prove this framework not only ensures the generator converges to the true data distribution, but…

Cited by 118SourcecodeScholar
2017

Controllable Invariance through Adversarial Feature Learning

NeurIPS 2017poster

Learning meaningful representations that maintain the content necessary for a particular task while filtering away detrimental variations is a problem of great interest in machine learning. In this paper, we tackle the problem of learning representations invariant to a specific factor or trait of da…

2017

Good Semi-supervised Learning That Requires a Bad GAN

NeurIPS 2017poster

Semi-supervised learning methods based on generative adversarial networks (GANs) obtained strong empirical results, but it is not clear 1) how the discriminator benefits from joint training with a generator, and 2) why good semi-supervised classification performance and a good generator cannot be ob…