← Search

Ashish Vaswani

11 accepted papers

2022

Scale Efficiently: Insights from Pretraining and Finetuning Transformers

ICLR 2022poster

There remain many open questions pertaining to the scaling behaviour of Transformer architectures. These scaling decisions and findings can be critical, as training runs often come with an associated computational cost which have both financial and/or environmental impact. The goal of this paper is…

2021

Bottleneck Transformers for Visual Recognition

CVPR 2021poster

We present BoTNet, a conceptually simple yet powerful backbone architecture that incorporates self-attention for multiple computer vision tasks including image classification, object detection and instance segmentation. By just replacing the spatial convolutions with global self-attention in the fin…

Cited by 1453PDFcodeScholar
2021

Scaling Local Self-Attention for Parameter Efficient Visual Backbones

CVPR 2021poster

Self-attention has the promise of improving computer vision systems due to parameter-independent scaling of receptive fields and content-dependent interactions, in contrast to parameter-dependent scaling and content-independent interactions of convolutions. Self-attention models have recently been s…

Cited by 528PDFScholar
2019

Attention Augmented Convolutional Networks

ICCV 2019poster

Convolutional networks have enjoyed much success in many computer vision applications. The convolution operation however has a significant weakness in that it only operates on a local neighbourhood, thus missing global information. Self-attention, on the other hand, has emerged as a recent advance t…

Cited by 1501PDFcodeScholar
2019

Music Transformer: Generating Music with Long-Term Structure

ICLR 2019poster

Music relies heavily on repetition to build structure and meaning. Self-reference occurs on multiple timescales, from motifs to phrases to reusing of entire sections of music, such as in pieces with ABA structure. The Transformer (Vaswani et al., 2017), a sequence model based on self-attention, ha…

Cited by 0SourcePDFScholar
2019

Stand-Alone Self-Attention in Vision Models

NeurIPS 2019poster

Convolutions are a fundamental building block of modern computer vision systems. Recent approaches have argued for going beyond convolutions in order to capture long-range dependencies. These efforts focus on augmenting convolutional models with content-based interactions, such as self-attention an…

2018

Fast Decoding in Sequence Models Using Discrete Latent Variables

ICML 2018oral

Autoregressive sequence models based on deep neural networks, such as RNNs, Wavenet and Transformer are the state-of-the-art on many tasks. However, they lack parallelism and are thus slow for long sequences. RNNs lack parallelism both during training and decoding, while architectures like WaveNet a…

Cited by 149SourcePDFScholar
2018

Mesh-TensorFlow: Deep Learning for Supercomputers

NeurIPS 2018poster

Batch-splitting (data-parallelism) is the dominant distributed Deep Neural Network (DNN) training strategy, due to its universal applicability and its amenability to Single-Program-Multiple-Data (SPMD) programming. However, batch-splitting suffers from problems including the inability to train very…

2017

Attention is All you Need

NeurIPS 2017spotlight

The dominant sequence transduction models are based on complex recurrent orconvolutional neural networks in an encoder and decoder configuration. The best performing such models also connect the encoder and decoder through an attentionm echanisms. We propose a novel, simple network architecture bas…