← Search

Koray Kavukcuoglu

28 accepted papers

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…

2020

Bootstrap Your Own Latent - A New Approach to Self-Supervised Learning

NeurIPS 2020oral

We introduce Bootstrap Your Own Latent (BYOL), a new approach to self-supervised image representation learning. BYOL relies on two neural networks, referred to as online and target networks, that interact and learn from each other. From an augmented view of an image, we train the online network to p…

2018

Efficient Neural Audio Synthesis

ICML 2018oral

Sequential models achieve state-of-the-art results in audio, visual and textual domains with respect to both estimating the data distribution and generating desired samples. Efficient sampling for this class of models at the cost of little to no loss in quality has however remained an elusive proble…

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

IMPALA: Scalable Distributed Deep-RL with Importance Weighted Actor-Learner Architectures

ICML 2018oral

In this work we aim to solve a large collection of tasks using a single reinforcement learning agent with a single set of parameters. A key challenge is to handle the increased amount of data and extended training time. We have developed a new distributed agent IMPALA (Importance Weighted Actor-Lear…

2018

Learning to Navigate in Cities Without a Map

NeurIPS 2018poster

Navigating through unstructured environments is a basic capability of intelligent creatures, and thus is of fundamental interest in the study and development of artificial intelligence. Long-range navigation is a complex cognitive task that relies on developing an internal representation of space, g…

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
2017

Automated Curriculum Learning for Neural Networks

ICML 2017poster

We introduce a method for automatically selecting the path, or syllabus, that a neural network follows through a curriculum so as to maximise learning efficiency. A measure of the amount that the network learns from each data sample is provided as a reward signal to a nonstationary multi-armed bandi…

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

FeUdal Networks for Hierarchical Reinforcement Learning

ICML 2017poster

We introduce FeUdal Networks (FuNs): a novel architecture for hierarchical reinforcement learning. Our approach is inspired by the feudal reinforcement learning proposal of Dayan and Hinton, and gains power and efficacy by decoupling end-to-end learning across multiple levels – allowing it to utilis…

Cited by 1192SourcePDFScholar
2017

Learning to Navigate in Complex Environments

ICLR 2017poster

Learning to navigate in complex environments with dynamic elements is an important milestone in developing AI agents. In this work we formulate the navigation question as a reinforcement learning problem and show that data efficiency and task performance can be dramatically improved by relying on ad…

Cited by 1075SourcecodeScholar
2017

Reinforcement Learning with Unsupervised Auxiliary Tasks

ICLR 2017oral

Deep reinforcement learning agents have achieved state-of-the-art results by directly maximising cumulative reward. However, environments contain a much wider variety of possible training signals. In this paper, we introduce an agent that also maximises many other pseudo-reward functions simultaneou…

Cited by 1505SourceScholar
2017

Sample Efficient Actor-Critic with Experience Replay

ICLR 2017poster

This paper presents an actor-critic deep reinforcement learning agent with experience replay that is stable, sample efficient, and performs remarkably well on challenging environments, including the discrete 57-game Atari domain and several continuous control problems. To achieve this, the paper int…

Cited by 1079SourceScholar
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

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

Asynchronous Methods for Deep Reinforcement Learning

ICML 2016poster

We propose a conceptually simple and lightweight framework for deep reinforcement learning that uses asynchronous gradient descent for optimization of deep neural network controllers. We present asynchronous variants of four standard reinforcement learning algorithms and show that parallel actor-lea…

Cited by 13016SourcePDFScholar
2016

Attend, Infer, Repeat: Fast Scene Understanding with Generative Models

NeurIPS 2016poster

We present a framework for efficient inference in structured image models that explicitly reason about objects. We achieve this by performing probabilistic inference using a recurrent neural network that attends to scene elements and processes them one at a time. Crucially, the model itself learns t…

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

Exploiting Cyclic Symmetry in Convolutional Neural Networks

ICML 2016poster

Many classes of images exhibit rotational symmetry. Convolutional neural networks are sometimes trained using data augmentation to exploit this, but they are still required to learn the rotation equivariance properties from the data. Encoding these properties into the network architecture, as we are…

Cited by 458SourcePDFScholar
2016

Interaction Networks for Learning about Objects, Relations and Physics

NeurIPS 2016poster

Reasoning about objects, relations, and physics is central to human intelligence, and a key goal of artificial intelligence. Here we introduce the interaction network, a model which can reason about how objects in complex systems interact, supporting dynamical predictions, as well as inferences abou…

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