← Search

Aravind Srinivas

13 accepted papers

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

Decision Transformer: Reinforcement Learning via Sequence Modeling

NeurIPS 2021poster

We introduce a framework that abstracts Reinforcement Learning (RL) as a sequence modeling problem. This allows us to draw upon the simplicity and scalability of the Transformer architecture, and associated advances in language modeling such as GPT-x and BERT. In particular, we present Decision Tran…

2021

Improving Computational Efficiency in Visual Reinforcement Learning via Stored Embeddings

NeurIPS 2021poster

Recent advances in off-policy deep reinforcement learning (RL) have led to impressive success in complex tasks from visual observations. Experience replay improves sample-efficiency by reusing experiences from the past, and convolutional neural networks (CNNs) process high-dimensional inputs effecti…

2021

Reinforcement Learning with Latent Flow

NeurIPS 2021poster

Temporal information is essential to learning effective policies with Reinforcement Learning (RL). However, current state-of-the-art RL algorithms either assume that such information is given as part of the state space or, when learning from pixels, use the simple heuristic of frame-stacking to imp…

Cited by 29SourcePDFScholar
2021

Revisiting ResNets: Improved Training and Scaling Strategies

NeurIPS 2021spotlight

Novel computer vision architectures monopolize the spotlight, but the impact of the model architecture is often conflated with simultaneous changes to training methodology and scaling strategies. Our work revisits the canonical ResNet and studies these three aspects in an effort to disentangle them.…

2021

SUNRISE: A Simple Unified Framework for Ensemble Learning in Deep Reinforcement Learning

ICML 2021spotlight

Off-policy deep reinforcement learning (RL) has been successful in a range of challenging domains. However, standard off-policy RL algorithms can suffer from several issues, such as instability in Q-learning and balancing exploration and exploitation. To mitigate these issues, we present SUNRISE, a…

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
2021

SelfAugment: Automatic Augmentation Policies for Self-Supervised Learning

CVPR 2021poster

A common practice in unsupervised representation learning is to use labeled data to evaluate the quality of the learned representations. This supervised evaluation is then used to guide critical aspects of the training process such as selecting the data augmentation policy. However, guiding an unsup…

Cited by 70PDFScholar
2021

Simple Copy-Paste Is a Strong Data Augmentation Method for Instance Segmentation

CVPR 2021poster

Building instance segmentation models that are data-efficient and can handle rare object categories is an important challenge in computer vision. Leveraging data augmentations is a promising direction towards addressing this challenge. Here, we perform a systematic study of the Copy-Paste augmentati…

Cited by 1267PDFcodeScholar
2020

CURL: Contrastive Unsupervised Representations for Reinforcement Learning

ICML 2020poster

We present CURL: Contrastive Unsupervised Representations for Reinforcement Learning. CURL extracts high-level features from raw pixels using contrastive learning and performs off-policy control on top of the extracted features. CURL outperforms prior pixel-based methods, both model-based and model-…

2020

Reinforcement Learning with Augmented Data

NeurIPS 2020spotlight

Learning from visual observations is a fundamental yet challenging problem in Reinforcement Learning (RL). Although algorithmic advances combined with convolutional neural networks have proved to be a recipe for success, current methods are still lacking on two fronts: (a) data-efficiency of learnin…

2019

Flow++: Improving Flow-Based Generative Models with Variational Dequantization and Architecture Design

ICML 2019oral

Flow-based generative models are powerful exact likelihood models with efficient sampling and inference. Despite their computational efficiency, flow-based models generally have much worse density modeling performance compared to state-of-the-art autoregressive models. In this paper, we investigate…

Cited by 553SourcePDFScholar
2018

Universal Planning Networks: Learning Generalizable Representations for Visuomotor Control

ICML 2018oral

A key challenge in complex visuomotor control is learning abstract representations that are effective for specifying goals, planning, and generalization. To this end, we introduce universal planning networks (UPN). UPNs embed differentiable planning within a goal-directed policy. This planning compu…

Cited by 325SourcePDFScholar