← Search

Oriol Vinyals

60 accepted papers

2024

A Practitioner's Guide to Real-World Continual Multimodal Pretraining

NeurIPS 2024poster

Multimodal foundation models serve numerous applications at the intersection of vision and language. Still, despite being pretrained on extensive data, they become outdated over time. To keep models updated, research into continual pretraining mainly explores scenarios with either (1) infrequent, in…

2024

Fantastic Gains and Where to Find Them: On the Existence and Prospect of General Knowledge Transfer between Any Pretrained Model

ICLR 2024spotlight

Training deep networks requires various design decisions regarding for instance their architecture, data augmentation, or optimization. In this work, we find these training variations to result in networks learning unique feature sets from the data. Using public model libraries comprising thousands…

2023

Waffling Around for Performance: Visual Classification with Random Words and Broad Concepts

ICCV 2023poster

The visual classification performance of vision-language models such as CLIP has been shown to benefit from additional semantic knowledge from large language models (LLMs) such as GPT-3. In particular, averaging over LLM-generated class descriptors, e.g. "waffle, which has a round shape", can notabl…

Cited by 86PDFcodeScholar
2022

An empirical analysis of compute-optimal large language model training

NeurIPS 2022accept

We investigate the optimal model size and number of tokens for training a transformer language model under a given compute budget. We find that current large language models are significantly undertrained, a consequence of the recent focus on scaling language models whilst keeping the amount of trai…

Cited by 171SourcePDFScholar
2022

Flamingo: a Visual Language Model for Few-Shot Learning

NeurIPS 2022accept

Building models that can be rapidly adapted to novel tasks using only a handful of annotated examples is an open challenge for multimodal machine learning research. We introduce Flamingo, a family of Visual Language Models (VLM) with this ability. We propose key architectural innovations to: (i) bri…

Cited by 4376SourcePDFScholar
2022

General-purpose, long-context autoregressive modeling with Perceiver AR

ICML 2022spotlight

Real-world data is high-dimensional: a book, image, or musical performance can easily contain hundreds of thousands of elements even after compression. However, the most commonly used autoregressive models, Transformers, are prohibitively expensive to scale to the number of inputs and layers needed…

2022

Improving Language Models by Retrieving from Trillions of Tokens

ICML 2022spotlight

We enhance auto-regressive language models by conditioning on document chunks retrieved from a large corpus, based on local similarity with preceding tokens. With a 2 trillion token database, our Retrieval-Enhanced Transformer (RETRO) obtains comparable performance to GPT-3 and Jurassic-1 on the Pil…

2022

Perceiver IO: A General Architecture for Structured Inputs & Outputs

ICLR 2022spotlight

A central goal of machine learning is the development of systems that can solve many problems in as many data domains as possible. Current architectures, however, cannot be applied beyond a small set of stereotyped settings, as they bake in domain & task assumptions or scale poorly to large inputs o…

2022

Unified Scaling Laws for Routed Language Models

ICML 2022oral

The performance of a language model has been shown to be effectively modeled as a power-law in its parameter count. Here we study the scaling behaviors of Routing Networks: architectures that conditionally use only a subset of their parameters while processing an input. For these models, parameter c…

2021

Efficient Visual Pretraining With Contrastive Detection

ICCV 2021poster

Self-supervised pretraining has been shown to yield powerful representations for transfer learning. These performance gains come at a large computational cost however, with state-of-the-art methods requiring an order of magnitude more computation than supervised pretraining. We tackle this computati…

Cited by 187PDFcodeScholar
2021

Machine Translation Decoding beyond Beam Search

EMNLP 2021main

Beam search is the go-to method for decoding auto-regressive machine translation models. While it yields consistent improvements in terms of BLEU, it is only concerned with finding outputs with high model likelihood, and is thus agnostic to whatever end metric or score practitioners care about. Our…

Cited by 73SourcePDFScholar
2021

Multimodal Few-Shot Learning with Frozen Language Models

NeurIPS 2021poster

When trained at sufficient scale, auto-regressive language models exhibit the notable ability to learn a new language task after being prompted with just a few examples. Here, we present a simple, yet effective, approach for transferring this few-shot learning ability to a multimodal setting (vision…

Cited by 838SourcePDFScholar
2021

Perceiver: General Perception with Iterative Attention

ICML 2021spotlight

Biological systems understand the world by simultaneously processing high-dimensional inputs from modalities as diverse as vision, audition, touch, proprioception, etc. The perception models used in deep learning on the other hand are designed for individual modalities, often relying on domain-speci…

2021

Vector Quantized Models for Planning

ICML 2021spotlight

Recent developments in the field of model-based RL have proven successful in a range of environments, especially ones where planning is essential. However, such successes have been limited to deterministic fully-observed environments. We present a new approach that handles stochastic and partially-o…

Cited by 62SourcePDFScholar
2020

Pointer Graph Networks

NeurIPS 2020spotlight

Graph neural networks (GNNs) are typically applied to static graphs that are assumed to be known upfront. This static input structure is often informed purely by insight of the machine learning practitioner, and might not be optimal for the actual task the GNN is solving. In absence of reliable doma…

Cited by 29SourcePDFScholar
2020

Rapid Learning or Feature Reuse? Towards Understanding the Effectiveness of MAML

ICLR 2020poster

An important research direction in machine learning has centered around developing meta-learning algorithms to tackle few-shot learning. An especially successful algorithm has been Model Agnostic Meta-Learning (MAML), a method that consists of two optimization loops, with the outer loop finding a me…

Cited by 809SourceScholar
2020

Reinforced Genetic Algorithm Learning for Optimizing Computation Graphs

ICLR 2020poster

We present a deep reinforcement learning approach to minimizing the execution cost of neural network computation graphs in an optimizing compiler. Unlike earlier learning-based works that require training the optimizer on the same graph to be optimized, we propose a learning approach that trains an…

Cited by 77SourceScholar
2019

Attentive Neural Processes

ICLR 2019poster

Neural Processes (NPs) (Garnelo et al., 2018) approach regression by learning to map a context set of observed input-output pairs to a distribution over regression functions. Each function models the distribution of the output given an input, conditioned on the context. NPs have the benefit of fitti…

2019

Deep reinforcement learning with relational inductive biases

ICLR 2019poster

We introduce an approach for augmenting model-free deep reinforcement learning agents with a mechanism for relational reasoning over structured representations, which improves performance, learning efficiency, generalization, and interpretability. Our architecture encodes an image as a set of vector…

Cited by 265SourcePDFScholar
2019

Graph Matching Networks for Learning the Similarity of Graph Structured Objects

ICML 2019oral

This paper addresses the challenging problem of retrieval and matching of graph structured objects, and makes two key contributions. First, we demonstrate how Graph Neural Networks (GNN), which have emerged as an effective model for various supervised prediction problems defined on structured data,…

Cited by 779SourcePDFScholar
2019

Low Bit-rate Speech Coding with VQ-VAE and a WaveNet Decoder

ICASSP 2019accepted

In order to efficiently transmit and store speech signals, speech codecs create a minimally redundant representation of the input signal which is then decoded at the receiver with the best possible perceptual quality. In this work we demonstrate that a neural network architecture based on VQ-VAE wit…

Cited by 0SourceScholar
2019

Meta-Learning with Latent Embedding Optimization

ICLR 2019poster

Gradient-based meta-learning techniques are both widely applicable and proficient at solving challenging few-shot learning and fast adaptation problems. However, they have practical difficulties when operating on high-dimensional parameter spaces in extreme low-data regimes. We show that it is possi…

2019

Sample Efficient Adaptive Text-to-Speech

ICLR 2019poster

We present a meta-learning approach for adaptive text-to-speech (TTS) with few data. During training, we learn a multi-speaker model using a shared conditional WaveNet core and independent learned embeddings for each speaker. The aim of training is not to produce a neural network with fixed weights,…

Cited by 177SourcePDFScholar
2018

Few-shot Autoregressive Density Estimation: Towards Learning to Learn Distributions

ICLR 2018poster

Deep autoregressive models have shown state-of-the-art performance in density estimation for natural images on large-scale datasets such as ImageNet. However, such models require many thousands of gradient-based weight updates and unique image examples for training. Ideally, the models would rapidl…

Cited by 99SourcePDFScholar
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
2018

Learning Implicit Generative Models with the Method of Learned Moments

ICML 2018oral

We propose a method of moments (MoM) algorithm for training large-scale implicit generative models. Moment estimation in this setting encounters two problems: it is often difficult to define the millions of moments needed to learn the model parameters, and it is hard to determine which properties ar…

Cited by 30SourcePDFScholar
2018

Learning to search with MCTSnets

ICML 2018oral

Planning problems are among the most important and well-studied problems in artificial intelligence. They are most typically solved by tree search algorithms that simulate ahead into the future, evaluate future states, and back-up those evaluations to the root of a search tree. Among these algorithm…

Cited by 107SourcePDFScholar
2018

Memory-based Parameter Adaptation

ICLR 2018poster

Deep neural networks have excelled on a wide range of problems, from vision to language and game playing. Neural networks very gradually incorporate information into weights as they process data, requiring very low learning rates. If the training distribution shifts, the network is slow to adapt, an…

Cited by 121SourcePDFScholar
2018

Parallel WaveNet: Fast High-Fidelity Speech Synthesis

ICML 2018oral

The recently-developed WaveNet architecture is the current state of the art in realistic speech synthesis, consistently rated as more natural sounding for many different languages than any previous system. However, because WaveNet relies on sequential generation of one audio sample at a time, it is…

Cited by 1053SourcePDFScholar
2018

Relational recurrent neural networks

NeurIPS 2018poster

Memory-based neural networks model temporal data by leveraging an ability to remember information for long periods. It is unclear, however, whether they also have an ability to perform complex relational reasoning with the information they remember. Here, we first confirm our intuitions that standar…

2018

Synthesizing Programs for Images using Reinforced Adversarial Learning

ICML 2018oral

Advances in deep generative networks have led to impressive results in recent years. Nevertheless, such models can often waste their capacity on the minutiae of datasets, presumably due to weak inductive biases in their decoders. This is where graphics engines may come in handy since they abstract a…

Cited by 274SourcePDFScholar
2018

Temporal Modeling Using Dilated Convolution and Gating for Voice-Activity-Detection

ICASSP 2018accepted

Voice activity detection (VAD) is the task of predicting which parts of an utterance contains speech versus background noise. It is an important first step to determine which samples to send to the decoder and when to close the microphone. The long short-term memory neural network (LSTM) is a popula…

Cited by 0SourceScholar
2017

Decoupled Neural Interfaces using Synthetic Gradients

ICML 2017poster

Training directed neural networks typically requires forward-propagating data through a computation graph, followed by backpropagating error signal, to produce weight updates. All layers, or more generally, modules, of the network are therefore locked, in the sense that they must wait for the remain…

Cited by 457SourcePDFScholar
2017

Imagination-Augmented Agents for Deep Reinforcement Learning

NeurIPS 2017oral

We introduce Imagination-Augmented Agents (I2As), a novel architecture for deep reinforcement learning combining model-free and model-based aspects. In contrast to most existing model-based reinforcement learning and planning methods, which prescribe how a model should be used to arrive at a polic…

Cited by 763SourcePDFScholar
2017

Metacontrol for Adaptive Imagination-Based Optimization

ICLR 2017poster

Many machine learning systems are built to solve the hardest examples of a particular task, which often makes them large and expensive to run---especially with respect to the easier examples, which might require much less computation. For an agent with a limited computational budget, this "one-size-…

Cited by 76SourcecodeScholar
2017

Neural Episodic Control

ICML 2017poster

Deep reinforcement learning methods attain super-human performance in a wide range of environments. Such methods are grossly inefficient, often taking orders of magnitudes more data than humans to achieve reasonable performance. We propose Neural Episodic Control: a deep reinforcement learning agent…

Cited by 448SourcePDFScholar
2017

Neural Message Passing for Quantum Chemistry

ICML 2017poster

Supervised learning on molecules has incredible potential to be useful in chemistry, drug discovery, and materials science. Luckily, several promising and closely related neural network models invariant to molecular symmetries have already been described in the literature. These models learn a messa…

2017

Understanding Synthetic Gradients and Decoupled Neural Interfaces

ICML 2017poster

When training neural networks, the use of Synthetic Gradients (SG) allows layers or modules to be trained without update locking – without waiting for a true error gradient to be backpropagated – resulting in Decoupled Neural Interfaces (DNIs). This unlocked ability of being able to update parts of…

Cited by 94SourcePDFScholar
2017

Understanding deep learning requires rethinking generalization

ICLR 2017oral

Despite their massive size, successful deep artificial neural networks can exhibit a remarkably small difference between training and test performance. Conventional wisdom attributes small generalization error either to properties of the model family, or to the regularization techniques used during…

Cited by 5522SourceScholar
2017

Video Pixel Networks

ICML 2017poster

We propose a probabilistic video model, the Video Pixel Network (VPN), that estimates the discrete joint distribution of the raw pixel values in a video. The model and the neural architecture reflect the time, space and color structure of video tensors and encode it as a four-dimensional dependency…

Cited by 528SourcePDFScholar
2016

An Online Sequence-to-Sequence Model Using Partial Conditioning

NeurIPS 2016poster

Sequence-to-sequence models have achieved impressive results on various tasks. However, they are unsuitable for tasks that require incremental predictions to be made as more data arrives or tasks that have long input sequences and output sequences. This is because they generate an output sequence co…

Cited by 138SourcePDFScholar
2016

Conditional Image Generation with PixelCNN Decoders

NeurIPS 2016poster

This work explores conditional image generation with a new image density model based on the PixelCNN architecture. The model can be conditioned on any vector, including descriptive labels or tags, or latent embeddings created by other networks. When conditioned on class labels from the ImageNet data…

Cited by 3138SourcePDFScholar
2016

Listen, attend and spell: A neural network for large vocabulary conversational speech recognition

ICASSP 2016accepted

We present Listen, Attend and Spell (LAS), a neural speech recognizer that transcribes speech utterances directly to characters without pronunciation models, HMMs or other components of traditional speech recognizers. In LAS, the neural network architecture subsumes the acoustic, pronunciation and l…

Cited by 0SourceScholar
2016

Matching Networks for One Shot Learning

NeurIPS 2016poster

Learning from a few examples remains a key challenge in machine learning. Despite recent advances in important domains such as vision and language, the standard supervised deep learning paradigm does not offer a satisfactory solution for learning new concepts rapidly from little data. In this work,…

Cited by 9403SourcePDFScholar
2016

Strategic Attentive Writer for Learning Macro-Actions

NeurIPS 2016poster

We present a novel deep recurrent neural network architecture that learns to build implicit plans in an end-to-end manner purely by interacting with an environment in reinforcement learning setting. The network builds an internal plan, which is continuously updated upon observation of the next input…

Cited by 186SourcePDFScholar
2015

Beyond Short Snippets: Deep Networks for Video Classification

CVPR 2015poster

Convolutional neural networks (CNNs) have been exten- sively applied for image recognition problems giving state- of-the-art results on recognition, detection, segmentation and retrieval. In this work we propose and evaluate several deep neural network architectures to combine image infor- mation ac…

Cited by 3205SourcePDFScholar
2015

Convolutional, Long Short-Term Memory, fully connected Deep Neural Networks

ICASSP 2015accepted

Both Convolutional Neural Networks (CNNs) and Long Short-Term Memory (LSTM) have shown improvements over Deep Neural Networks (DNNs) across a wide variety of speech recognition tasks. CNNs, LSTMs and DNNs are complementary in their modeling capabilities, as CNNs are good at reducing frequency variat…

Cited by 1538SourceScholar
2015

Grammar as a Foreign Language

NeurIPS 2015poster

Syntactic constituency parsing is a fundamental problem in naturallanguage processing which has been the subject of intensive researchand engineering for decades. As a result, the most accurate parsersare domain specific, complex, and inefficient. In this paper we showthat the domain agnostic atte…

Cited by 1170SourcePDFScholar
2015

Scheduled Sampling for Sequence Prediction with Recurrent Neural Networks

NeurIPS 2015poster

Recurrent Neural Networks can be trained to produce sequences of tokens given some input, as exemplified by recent results in machine translation and image captioning. The current approach to training them consists of maximizing the likelihood of each token in the sequence given the current (recurre…

Cited by 2424SourcePDFScholar