← Search

Aaron Courville

110 accepted papers

2026

Asymmetric Proximal Policy Optimization: mini-critics boost LLM reasoning

ICLR 2026poster

Reinforcement learning (RL) has become a central paradigm for post-training large language models (LLMs) to elicit stronger reasoning. Yet, most recent RL for LLMs (RL4LLM) methods avoid explicit critics, replacing them with average advantage baselines. This shift is largely pragmatic: conventional…

Cited by 0SourceScholar
2026

Evolution Strategies at the Hyperscale

ICML 2026poster

Evolution Strategies (ES) is a class of powerful black-box optimisation methods that are highly parallelisable and can handle non-differentiable and noisy objectives. However, naïve ES becomes prohibitively expensive at scale on GPUs due to the low arithmetic intensity of batched matrix multiplicati…

Cited by 0SourceScholar
2026

Generative Adversarial Post-Training Mitigates Reward Hacking in Live Human-AI Music Interaction

ICLR 2026poster

Most applications of generative AI involve a sequential interaction in which a person inputs a prompt and waits for a response, and where reaction time and adaptivity are not important factors. In contrast, live jamming is a collaborative interaction that requires real-time coordination and adaptati…

Cited by 0SourceScholar
2026

Simplicial Embeddings Improve Sample Efficiency in Actor–Critic Agents

ICLR 2026poster

Recent works have proposed accelerating the wall-clock training time of actor-critic methods via the use of large-scale environment parallelization; unfortunately, these can sometimes still require large number of environment interactions to achieve a desired level of performance. Noting that well-s…

Cited by 0SourceScholar
2026

Stable Deep Reinforcement Learning via Isotropic Gaussian Representations

ICML 2026spotlight

Deep reinforcement learning systems often suffer from unstable training dynamics due to non-stationarity, where learning objectives and data distributions evolve over time. We show that under non-stationary targets, isotropic Gaussian embeddings are provably advantageous. In particular, they induce …

Cited by 0SourceScholar
2026

The Intricate Dance of Prompt Complexity, Quality, Diversity and Consistency in T2I Models

ICLR 2026poster

Text-to-image (T2I) models offer great potential for creating virtually limitless synthetic data, a valuable resource compared to fixed and finite real datasets. Previous works evaluate the utility of synthetic data from T2I models on three key desiderata: quality, diversity, and consistency. While…

Cited by 0SourceScholar
2026

The Markovian Thinker

ICLR 2026poster

Reasoning LLMs suffer from quadratic compute growth as their context length increases, making reinforcement learning with verifiable rewards (RLVR) and test-time scaling prohibitively expensive. Prior work has tried to lighten the computational burden by shortening reasoning traces through pruning,…

Cited by 0SourceScholar
2026

Towards Sustainable Investment Policies Informed by Opponent Shaping

ICLR 2026poster

Addressing climate change requires global coordination, yet rational economic actors often prioritize immediate gains over collective welfare, resulting in social dilemmas. InvestESG is a recently proposed multi-agent simulation that captures the dynamic interplay between investors and companies und…

Cited by 0SourceScholar
2025

Advantage Alignment Algorithms

ICLR 2025oral

Artificially intelligent agents are increasingly being integrated into human decision-making: from large language model (LLM) assistants to autonomous vehicles. These systems often optimize their individual objective, leading to conflicts, particularly in general-sum games where naive reinforcement…

Cited by 0SourcePDFScholar
2025

Asynchronous RLHF: Faster and More Efficient Off-Policy RL for Language Models

ICLR 2025poster

The dominant paradigm for RLHF is *online* and *on-policy* RL: synchronously generating from the large language model (LLM) policy, labelling with a reward model, and learning using feedback on the LLM's own outputs. While performant, this paradigm is computationally inefficient. Inspired by classic…

2025

Compositional Discrete Latent Code for High Fidelity, Productive Diffusion Models

NeurIPS 2025poster

We argue that diffusion models' success in modeling complex distributions is, for the most part, coming from their conditioning. This paper investigates the representation used to condition diffusion models from the perspective that ideal representations should improve modeling the data distribution…

Cited by 2SourceScholar
2025

Don't flatten, tokenize! Unlocking the key to SoftMoE's efficacy in deep RL

ICLR 2025spotlight

The use of deep neural networks in reinforcement learning (RL) often suffers from performance degradation as model size increases. While soft mixtures of experts (SoftMoEs) have recently shown promise in mitigating this issue for online RL, the reasons behind their effectiveness remain largely unkno…

Cited by 1SourcePDFScholar
2025

FLAM: Frame-Wise Language-Audio Modeling

ICML 2025poster

Recent multi-modal audio-language models (ALMs) excel at text-audio retrieval but struggle with frame-wise audio understanding. Prior works use temporal-aware labels or unsupervised training to improve frame-wise capabilities, but they still lack fine-grained labeling capability to pinpoint when an…

Cited by 0SourcePDFScholar
2025

Forgetting Transformer: Softmax Attention with a Forget Gate

ICLR 2025poster

An essential component of modern recurrent sequence models is the forget gate. While Transformers do not have an explicit recurrent form, we show that a forget gate can be naturally incorporated into Transformers by down-weighting the unnormalized attention scores in a data-dependent way. We name th…

2025

Measure gradients, not activations! Enhancing neuronal activity in deep reinforcement learning

NeurIPS 2025poster

Deep reinforcement learning (RL) agents frequently suffer from neuronal activity loss, which impairs their ability to adapt to new data and learn continually. A common method to quantify and address this issue is the $\tau$-dormant neuron ratio, which uses activation statistics to measure the expres…

Cited by 0SourcecodeScholar
2025

Mitigating Plasticity Loss in Continual Reinforcement Learning by Reducing Churn

ICML 2025poster

Plasticity, or the ability of an agent to adapt to new tasks, environments, or distributions, is crucial for continual learning. In this paper, we study the loss of plasticity in deep continual RL from the lens of churn: network output variability induced by the data in each training batch. We demon…

Cited by 0SourcePDFScholar
2025

Mixture-of-Recursions: Learning Dynamic Recursive Depths for Adaptive Token-Level Computation

NeurIPS 2025poster

Scaling language models unlocks impressive capabilities, but the accompanying computational and memory demands make both training and deployment expensive. Existing efficiency efforts typically target either parameter sharing or adaptive computation, leaving open the question of how to attain both s…

Cited by 0SourceScholar
2025

Neuroplastic Expansion in Deep Reinforcement Learning

ICLR 2025poster

The loss of plasticity in learning agents, analogous to the solidification of neural pathways in biological brains, significantly impedes learning and adaptation in reinforcement learning due to its non-stationary nature. To address this fundamental challenge, we propose a novel approach, *Neuroplas…

Cited by 19SourcePDFScholar
2025

Scaling Stick-Breaking Attention: An Efficient Implementation and In-depth Study

ICLR 2025poster

The self-attention mechanism traditionally relies on the softmax operator, necessitating positional embeddings like RoPE, or position biases to account for token order. But current methods using still face length generalisation challenges. We investigate an alternative attention mechanism based on t…

Cited by 0SourcePDFScholar
2025

Stable Gradients for Stable Learning at Scale in Deep Reinforcement Learning

NeurIPS 2025spotlight

Scaling deep reinforcement learning networks is challenging and often results in degraded performance, yet the root causes of this failure mode remain poorly understood. Several recent works have proposed mechanisms to address this, but they are often complex and fail to highlight the causes underly…

Cited by 0SourceScholar
2025

The Courage to Stop: Overcoming Sunk Cost Fallacy in Deep Reinforcement Learning

ICML 2025poster

Off-policy deep reinforcement learning (RL) agents typically leverage replay buffers for reusing past experiences during learning. This can help sample efficiency when the collected data is informative and aligned with the learning objectives; when that is not the case, it has the effect of ``pollut…

Cited by 0SourcePDFScholar
2025

The Impact of On-Policy Parallelized Data Collection on Deep Reinforcement Learning Networks

ICML 2025poster

The use of parallel actors for data collection has been an effective technique used in reinforcement learning (RL) algorithms. The manner in which data is collected in these algorithms, controlled via the number of parallel environments and the rollout length, induces a form of bias-variance trade-o…

Cited by 0SourcePDFScholar
2025

VinePPO: Refining Credit Assignment in RL Training of LLMs

ICML 2025poster

Large language models (LLMs) are increasingly applied to complex reasoning tasks that require executing several complex steps before receiving any reward. Properly assigning credit to these steps is essential for enhancing model performance. Proximal Policy Optimization (PPO), a common reinforcement…

Cited by 0SourcePDFScholar
2024

Adaptive Accompaniment with ReaLchords

ICML 2024poster

Jamming requires coordination, anticipation, and collaborative creativity between musicians. Current generative models of music produce expressive output but are not able to generate in an online manner, meaning simultaneously with other musicians (human or otherwise). We propose ReaLchords, an onli…

Cited by 3SourcePDFScholar
2024

Diffusion Generative Flow Samplers: Improving learning signals through partial trajectory optimization

ICLR 2024poster

We tackle the problem of sampling from intractable high-dimensional density functions, a fundamental task that often appears in machine learning and statistics. We extend recent sampling-based approaches that leverage controlled stochastic processes to model approximate samples from these target de…

2024

GenRL: Multimodal-foundation world models for generalization in embodied agents

NeurIPS 2024poster

Learning generalist embodied agents, able to solve multitudes of tasks in different domains is a long-standing problem. Reinforcement learning (RL) is hard to scale up as it requires a complex reward design for each task. In contrast, language can specify tasks in a more natural way. Current foundat…

2024

In value-based deep reinforcement learning, a pruned network is a good network

ICML 2024poster

Recent work has shown that deep reinforcement learning agents have difficulty in effectively using their network parameters. We leverage prior insights into the advantages of sparse training techniques and demonstrate that gradual magnitude pruning enables value-based agents to maximize parameter ef…

Cited by 14SourcePDFScholar
2024

LOQA: Learning with Opponent Q-Learning Awareness

ICLR 2024poster

In various real-world scenarios, interactions among agents often resemble the dynamics of general-sum games, where each agent strives to optimize its own utility. Despite the ubiquitous relevance of such settings, decentralized machine learning algorithms have struggled to find equilibria that maxim…

Cited by 2SourcePDFScholar
2024

Modeling Caption Diversity in Contrastive Vision-Language Pretraining

ICML 2024poster

There are a thousand ways to caption an image. Contrastive Language Pretraining (CLIP) on the other hand, works by mapping an image and its caption to a single vector -- limiting how well CLIP-like models can represent the diverse ways to describe an image. In this work, we introduce Llip, Latent La…

2024

SAFT: Towards Out-of-Distribution Generalization in Fine-Tuning

ECCV 2024poster

"Handling distribution shifts from training data, known as out-of-distribution (OOD) generalization, poses a significant challenge in the field of machine learning. While a pre-trained vision-language model like CLIP has demonstrated remarkable zero-shot performance, further adaptation of the model…

2024

SPARO: Selective Attention for Robust and Compositional Transformer Encodings for Vision

ECCV 2024poster

"Selective attention helps us focus on task-relevant aspects in the constant flood of our sensory input. This constraint in our perception allows us to robustly generalize under distractions and to new compositions of perceivable concepts. Transformers employ a similar notion of attention in their a…

2024

The Curse of Diversity in Ensemble-Based Exploration

ICLR 2024poster

We uncover a surprising phenomenon in deep reinforcement learning: training a diverse ensemble of data-sharing agents -- a well-established exploration strategy -- can significantly impair the performance of the individual ensemble members when compared to standard single-agent training. Through car…

Cited by 3SourcePDFScholar
2023

Bigger, Better, Faster: Human-level Atari with human-level efficiency

ICML 2023poster

We introduce a value-based RL agent, which we call BBF, that achieves super-human performance in the Atari 100K benchmark. BBF relies on scaling the neural networks used for value estimation, as well as a number of other design choices that enable this scaling in a sample-efficient manner. We conduc…

2023

Group Robust Classification Without Any Group Information

NeurIPS 2023poster

Empirical risk minimization (ERM) is sensitive to spurious correlations present in training data, which poses a significant risk when deploying systems trained under this paradigm in high-stake applications. While the existing literature focuses on maximizing group-balanced or worst-group accuracy,…

2023

Improving Compositional Generalization using Iterated Learning and Simplicial Embeddings

NeurIPS 2023poster

Compositional generalization, the ability of an agent to generalize to unseen combinations of latent factors, is easy for humans but hard for deep neural networks. A line of research in cognitive science has hypothesized a process, "iterated learning," to help explain how human language developed th…

Cited by 11SourcePDFScholar
2023

Investigating Multi-task Pretraining and Generalization in Reinforcement Learning

ICLR 2023poster

Deep reinforcement learning~(RL) has achieved remarkable successes in complex single-task settings. However, designing RL agents that can learn multiple tasks and leverage prior experience to quickly adapt to a related new task remains challenging. Despite previous attempts to improve on these areas…

Cited by 33SourcePDFScholar
2023

Language Model Alignment with Elastic Reset

NeurIPS 2023poster

Finetuning language models with reinforcement learning (RL), e.g. from human feedback (HF), is a prominent method for alignment. But optimizing against a reward model can improve on reward while degrading performance in other areas, a phenomenon known as reward hacking, alignment tax, or language dr…

2023

Latent State Marginalization as a Low-cost Approach for Improving Exploration

ICLR 2023poster

While the maximum entropy (MaxEnt) reinforcement learning (RL) framework -- often touted for its exploration and robustness capabilities -- is usually motivated from a probabilistic perspective, the use of deep probabilistic models have not gained much traction in practice due to their inherent comp…

2023

Let the Flows Tell: Solving Graph Combinatorial Problems with GFlowNets

NeurIPS 2023spotlight

Combinatorial optimization (CO) problems are often NP-hard and thus out of reach for exact algorithms, making them a tempting domain to apply machine learning methods. The highly structured constraints in these problems can hinder either optimization or sampling directly in the solution space. On th…

2023

Mastering the Unsupervised Reinforcement Learning Benchmark from Pixels

ICML 2023oral

Controlling artificial agents from visual sensory data is an arduous task. Reinforcement learning (RL) algorithms can succeed but require large amounts of interactions between the agent and the environment. To alleviate the issue, unsupervised RL proposes to employ self-supervised interaction and le…

2023

Sample-Efficient Reinforcement Learning by Breaking the Replay Ratio Barrier

ICLR 2023top-5%

Increasing the replay ratio, the number of updates of an agent's parameters per environment interaction, is an appealing strategy for improving the sample efficiency of deep reinforcement learning algorithms. In this work, we show that fully or partially resetting the parameters of deep reinforcemen…

Cited by 116SourcePDFScholar
2023

Simplicial Embeddings in Self-Supervised Learning and Downstream Classification

ICLR 2023top-25%

Simplicial Embeddings (SEM) are representations learned through self-supervised learning (SSL), wherein a representation is projected into $L$ simplices of $V$ dimensions each using a \texttt{softmax} operation. This procedure conditions the representation onto a constrained space during pretraining…

2022

Building Robust Ensembles via Margin Boosting

ICML 2022spotlight

In the context of adversarial robustness, a single model does not usually have enough power to defend against all possible adversarial attacks, and as a result, has sub-optimal robustness. Consequently, an emerging line of work has focused on learning an ensemble of neural networks to defend against…

2022

Chunked Autoregressive GAN for Conditional Waveform Synthesis

ICLR 2022poster

Conditional waveform synthesis models learn a distribution of audio waveforms given conditioning such as text, mel-spectrograms, or MIDI. These systems employ deep generative models that model the waveform via either sequential (autoregressive) or parallel (non-autoregressive) sampling. Generative a…

2022

DR3: Value-Based Deep Reinforcement Learning Requires Explicit Regularization

ICLR 2022spotlight

Despite overparameterization, deep networks trained via supervised learning are surprisingly easy to optimize and exhibit excellent generalization. One hypothesis to explain this is that overparameterized deep networks enjoy the benefits of implicit regularization induced by stochastic gradient desc…

Cited by 70SourcePDFScholar
2022

Fortuitous Forgetting in Connectionist Networks

ICLR 2022poster

Forgetting is often seen as an unwanted characteristic in both human and machine learning. However, we propose that forgetting can in fact be favorable to learning. We introduce forget-and-relearn as a powerful paradigm for shaping the learning trajectories of artificial neural networks. In this pro…

2022

Generative Flow Networks for Discrete Probabilistic Modeling

ICML 2022spotlight

We present energy-based generative flow networks (EB-GFN), a novel probabilistic modeling algorithm for high-dimensional discrete data. Building upon the theory of generative flow networks (GFlowNets), we model the generation process by a stochastic data construction policy and thus amortize expensi…

2022

MIDI-DDSP: Detailed Control of Musical Performance via Hierarchical Modeling

ICLR 2022oral

Musical expression requires control of both what notes that are played, and how they are performed. Conventional audio synthesizers provide detailed expressive controls, but at the cost of realism. Black-box neural audio synthesis and concatenative samplers can produce realistic audio, but have few…

2022

Multi-Label Iterated Learning for Image Classification With Label Ambiguity

CVPR 2022poster

Transfer learning from large-scale pre-trained models has become essential for many computer vision tasks. Recent studies have shown that datasets like ImageNet are weakly labeled since images with multiple object classes present are assigned a single label. This ambiguity biases models towards a si…

Cited by 48PDFcodeScholar
2022

Reincarnating Reinforcement Learning: Reusing Prior Computation to Accelerate Progress

NeurIPS 2022accept

Learning tabula rasa, that is without any prior knowledge, is the prevalent workflow in reinforcement learning (RL) research. However, RL systems, when applied to large-scale settings, rarely operate tabula rasa. Such large-scale systems undergo multiple design or algorithmic changes during their de…

2022

The Primacy Bias in Deep Reinforcement Learning

ICML 2022spotlight

This work identifies a common flaw of deep reinforcement learning (RL) algorithms: a tendency to rely on early interactions and ignore useful evidence encountered later. Because of training on progressively growing datasets, deep RL agents incur a risk of overfitting to earlier experiences, negative…

2022

Unifying Likelihood-free Inference with Black-box Optimization and Beyond

ICLR 2022spotlight

Black-box optimization formulations for biological sequence design have drawn recent attention due to their promising potential impact on the pharmaceutical industry. In this work, we propose to unify two seemingly distinct worlds: likelihood-free inference and black-box optimization, under one prob…

Cited by 28SourcePDFScholar
2022

Unsupervised Dependency Graph Network

ACL 2022long

Recent work has identified properties of pretrained self-attention models that mirror those of dependency parse structures. In particular, some self-attention heads correspond well to individual dependency types. Inspired by these developments, we propose a new competitive mechanism that encourages…

2021

A Variational Perspective on Diffusion-Based Generative Models and Score Matching

NeurIPS 2021spotlight

Discrete-time diffusion-based generative models and score matching methods have shown promising results in modeling high-dimensional image data. Recently, Song et al. (2021) show that diffusion processes that transform data into noise can be reversed via learning the score function, i.e. the gradien…

2021

Can Subnetwork Structure Be the Key to Out-of-Distribution Generalization?

ICML 2021oral

Can models with particular structure avoid being biased towards spurious correlation in out-of-distribution (OOD) generalization? Peters et al. (2016) provides a positive answer for linear cases. In this paper, we use a functional modular probing method to analyze deep model structures under OOD set…

Cited by 109SourcePDFScholar
2021

Continuous Coordination As a Realistic Scenario for Lifelong Learning

ICML 2021spotlight

Current deep reinforcement learning (RL) algorithms are still highly task-specific and lack the ability to generalize to new environments. Lifelong learning (LLL), however, aims at solving multiple tasks sequentially by efficiently transferring and using knowledge between tasks. Despite a surge of i…

2021

Convex Potential Flows: Universal Probability Distributions with Optimal Transport and Convex Optimization

ICLR 2021poster

Flow-based models are powerful tools for designing probabilistic models with tractable density. This paper introduces Convex Potential Flows (CP-Flow), a natural and efficient parameterization of invertible models inspired by the optimal transport (OT) theory. CP-Flows are the gradient map of a stro…

2021

Data-Efficient Reinforcement Learning with Self-Predictive Representations

ICLR 2021spotlight

While deep reinforcement learning excels at solving tasks where large amounts of data can be collected through virtually unlimited interaction with the environment, learning from limited interaction remains a key challenge. We posit that an agent can learn more efficiently if we augment reward maxim…

2021

Deep Reinforcement Learning at the Edge of the Statistical Precipice

NeurIPS 2021oral

Deep reinforcement learning (RL) algorithms are predominantly evaluated by comparing their relative performance on a large suite of tasks. Most published results on deep RL benchmarks compare point estimates of aggregate performance such as mean and median scores across tasks, ignoring the statistic…

2021

Explicitly Modeling Syntax in Language Models with Incremental Parsing and a Dynamic Oracle

NAACL 2021long

Syntax is fundamental to our thinking about language. Failing to capture the structure of input language could lead to generalization problems and over-parametrization. In the present work, we propose a new syntax-aware language model: Syntactic Ordered Memory (SOM). The model explicitly models the…

Cited by 9SourcePDFScholar
2021

Generative Compositional Augmentations for Scene Graph Prediction

ICCV 2021poster

Inferring objects and their relationships from an image in the form of a scene graph is useful in many applications at the intersection of vision and language. We consider a challenging problem of compositional generalization that emerges in this task due to a long tail data distribution. Current sc…

Cited by 26PDFcodeScholar
2021

Gradient Starvation: A Learning Proclivity in Neural Networks

NeurIPS 2021poster

We identify and formalize a fundamental gradient descent phenomenon resulting in a learning proclivity in over-parameterized neural networks. Gradient Starvation arises when cross-entropy loss is minimized by capturing only a subset of features relevant for the task, despite the presence of other pr…

2021

Haptics-based Curiosity for Sparse-reward Tasks

CoRL 2021poster

Robots in many real-world settings have access to force/torque sensors in their gripper and tactile sensing is often necessary for tasks that involve contact-rich motion. In this work, we leverage surprise from mismatches in haptics feedback to guide exploration in hard sparse-reward reinforcement l…

Cited by 9SourceScholar
2021

Integrating Categorical Semantics into Unsupervised Domain Translation

ICLR 2021poster

While unsupervised domain translation (UDT) has seen a lot of success recently, we argue that mediating its translation via categorical semantic features could broaden its applicability. In particular, we demonstrate that categorical semantics improves the translation between perceptually different…

2021

Iterated learning for emergent systematicity in VQA

ICLR 2021oral

Although neural module networks have an architectural bias towards compositionality, they require gold standard layouts to generalize systematically in practice. When instead learning layouts and modules jointly, compositionality does not arise automatically and an explicit pressure is necessary for…

Cited by 37SourcePDFScholar
2021

Learning Task Decomposition with Ordered Memory Policy Network

ICLR 2021poster

Many complex real-world tasks are composed of several levels of subtasks. Humans leverage these hierarchical structures to accelerate the learning process and achieve better generalization. In this work, we study the inductive bias and propose Ordered Memory Policy Network (OMPN) to discover subtask…

Cited by 21SourcePDFScholar
2021

Neural Approximate Sufficient Statistics for Implicit Models

ICLR 2021spotlight

We consider the fundamental problem of how to automatically construct summary statistics for implicit generative models where the evaluation of the likelihood function is intractable but sampling data from the model is possible. The idea is to frame the task of constructing sufficient statistics as…

Cited by 78SourcePDFScholar
2021

Out-of-Distribution Generalization via Risk Extrapolation (REx)

ICML 2021oral

Distributional shift is one of the major obstacles when transferring machine learning prediction systems from the lab to the real world. To tackle this problem, we assume that variation across training domains is representative of the variation we might encounter at test time, but also that shifts a…

2021

Pretraining Representations for Data-Efficient Reinforcement Learning

NeurIPS 2021poster

Data efficiency is a key challenge for deep reinforcement learning. We address this problem by using unlabeled data to pretrain an encoder which is then finetuned on a small amount of task-specific data. To encourage learning representations which capture diverse aspects of the underlying MDP, we em…

2021

StructFormer: Joint Unsupervised Induction of Dependency and Constituency Structure from Masked Language Modeling

ACL 2021long

There are two major classes of natural language grammars — the dependency grammar that models one-to-one correspondences between words and the constituency grammar that models the assembly of one or several corresponded words. While previous unsupervised parsing methods mostly focus on only inducing…

2021

Systematic generalisation with group invariant predictions

ICLR 2021spotlight

We consider situations where the presence of dominant simpler correlations with the target variable in a training set can cause an SGD-trained neural network to be less reliant on more persistently correlating complex features. When the non-persistent, simpler correlations correspond to non-semantic…

Cited by 131SourcePDFScholar
2021

Understanding by Understanding Not: Modeling Negation in Language Models

NAACL 2021long

Negation is a core construction in natural language. Despite being very successful on many tasks, state-of-the-art pre-trained language models often handle negation incorrectly. To improve language models in this regard, we propose to augment the language modeling objective with an unlikelihood obje…

2020

AR-DAE: Towards Unbiased Neural Entropy Gradient Estimation

ICML 2020poster

Entropy is ubiquitous in machine learning, but it is in general intractable to compute the entropy of the distribution of an arbitrary continuous random variable. In this paper, we propose the amortized residual denoising autoencoder (AR-DAE) to approximate the gradient of the log density function,…

Cited by 27SourcePDFScholar
2020

Countering Language Drift with Seeded Iterated Learning

ICML 2020poster

Pretraining on human corpus and then finetuning in a simulator has become a standard pipeline for training a goal-oriented dialogue agent. Nevertheless, as soon as the agents are finetuned to maximize task completion, they suffer from the so-called language drift phenomenon: they slowly lose syntact…

2020

On Bonus Based Exploration Methods In The Arcade Learning Environment

ICLR 2020poster

Research on exploration in reinforcement learning, as applied to Atari 2600 game-playing, has emphasized tackling difficult exploration problems such as Montezuma's Revenge (Bellemare et al., 2016). Recently, bonus-based exploration methods, which explore by augmenting the environment reward, have r…

Cited by 88SourceScholar
2020

Stochastic Neural Network with Kronecker Flow

AISTATS 2020poster

Recent advances in variational inference enable the modelling of highly structured joint distributions, but are limited in their capacity to scale to the high-dimensional setting of stochastic neural networks. This limitation motivates a need for scalable parameterizations of the noise generation pr…

Cited by 10SourcePDFScholar
2019

Hierarchical Importance Weighted Autoencoders

ICML 2019oral

Importance weighted variational inference (Burda et al., 2015) uses multiple i.i.d. samples to have a tighter variational lower bound. We believe a joint proposal has the potential of reducing the number of redundant samples, and introduce a hierarchical structure to induce correlation. The hope is…

Cited by 25SourcePDFScholar
2019

On the Spectral Bias of Neural Networks

ICML 2019oral

Neural networks are known to be a class of highly expressive functions able to fit even random input-output mappings with 100% accuracy. In this work we present properties of neural networks that complement this aspect of expressivity. By using tools from Fourier analysis, we highlight a learning bi…

2019

Ordered Neurons: Integrating Tree Structures into Recurrent Neural Networks

ICLR 2019oral

Natural language is hierarchically structured: smaller units (e.g., phrases) are nested within larger units (e.g., clauses). When a larger constituent ends, all of the smaller constituents that are nested within it must also be closed. While the standard LSTM architecture allows different neurons to…

2019

Probability Distillation: A Caveat and Alternatives

UAI 2019poster

Due to Van den Oord et al. (2018), probability distillation has recently been of interest to deep learning practitioners, where, as a practical workaround for deploying autoregressive models in real-time applications, a student net-work is used to obtain quality samples in parallel. We identify a…

Cited by 13SourcePDFScholar
2019

Systematic Generalization: What Is Required and Can It Be Learned?

ICLR 2019poster

Numerous models for grounded language understanding have been recently proposed, including (i) generic models that can be easily adapted to any given task and (ii) intuitively appealing modular models that require background knowledge to be instantiated. We compare both types of models in how much t…

2018

Augmented CycleGAN: Learning Many-to-Many Mappings from Unpaired Data

ICML 2018oral

Learning inter-domain mappings from unpaired data can improve performance in structured prediction tasks, such as image segmentation, by reducing the need for paired data. CycleGAN was recently proposed for this problem, but critically assumes the underlying inter-domain mapping is approximately det…

Cited by 563SourcePDFScholar
2018

Mutual Information Neural Estimation

ICML 2018oral

We argue that the estimation of mutual information between high dimensional continuous random variables can be achieved by gradient descent over neural networks. We present a Mutual Information Neural Estimator (MINE) that is linearly scalable in dimensionality as well as in sample size, trainable t…

Cited by 1758SourcePDFScholar
2018

Neural Language Modeling by Jointly Learning Syntax and Lexicon

ICLR 2018poster

We propose a neural language model capable of unsupervised syntactic structure induction. The model leverages the structure information to form better semantic representations and better language modeling. Standard recurrent neural networks are limited by their structure and fail to efficiently use…

Cited by 208SourcePDFScholar
2018

Sim-to-Real Transfer with Neural-Augmented Robot Simulation

CoRL 2018

Despite the recent successes of deep reinforcement learning, teaching complex motor skills to a physical robot remains a hard problem. While learning directly on a real system is usually impractical, doing so in simulation has proven to be fast and safe. Nevertheless, because of the "reality gap," p

2017

A Closer Look at Memorization in Deep Networks

ICML 2017poster

We examine the role of memorization in deep learning, drawing connections to capacity, generalization, and adversarial robustness. While deep networks are capable of memorizing noise data, our results suggest that they tend to prioritize learning simple patterns first. In our experiments, we expose…

Cited by 2324SourcePDFScholar
2017

A Dataset and Exploration of Models for Understanding Video Data Through Fill-In-The-Blank Question-Answering

CVPR 2017poster

While deep convolutional neural networks frequently approach or exceed human-level performance in benchmark tasks involving static images, extending this success to moving images is not straightforward. Video understanding is of interest for many applications, including content recommendation, predi…

Cited by 126PDFcodeScholar
2017

Adversarially Learned Inference

ICLR 2017poster

We introduce the adversarially learned inference (ALI) model, which jointly learns a generation network and an inference network using an adversarial process. The generation network maps samples from stochastic latent variables to the data space while the inference network maps training examples in…

Cited by 1907SourcecodeScholar
2017

An Actor-Critic Algorithm for Sequence Prediction

ICLR 2017poster

We present an approach to training neural networks to generate sequences using actor-critic methods from reinforcement learning (RL). Current log-likelihood training methods are limited by the discrepancy between their training and testing modes, as models must generate tokens conditioned on their p…

Cited by 758SourcecodeScholar
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

GuessWhat?! Visual Object Discovery Through Multi-Modal Dialogue

CVPR 2017spotlight

We introduce GuessWhat?!, a two-player guessing game as a testbed for research on the interplay of computer vision and dialogue systems. The goal of the game is to locate an unknown object in a rich image scene by asking a sequence of questions. Higher-level image understanding, like spatial reason…

Cited by 482PDFScholar
2017

PixelVAE: A Latent Variable Model for Natural Images

ICLR 2017poster

Natural image modeling is a landmark challenge of unsupervised learning. Variational Autoencoders (VAEs) learn a useful latent representation and model global structure well but have difficulty capturing small details. PixelCNN models details very well, but lacks a latent code and is difficult to sc…

Cited by 420SourceScholar
2017

SampleRNN: An Unconditional End-to-End Neural Audio Generation Model

ICLR 2017poster

In this paper we propose a novel model for unconditional audio generation task that generates one audio sample at a time. We show that our model which profits from combining memory-less modules, namely autoregressive multilayer perceptron, and stateful recurrent neural networks in a hierarchical str…

Cited by 761SourcecodeScholar
2017

Zoneout: Regularizing RNNs by Randomly Preserving Hidden Activations

ICLR 2017poster

We propose zoneout, a novel method for regularizing RNNs. At each timestep, zoneout stochastically forces some hidden units to maintain their previous values. Like dropout, zoneout uses random noise to train a pseudo-ensemble, improving generalization. But by preserving instead of dropping hidden un…

Cited by 397SourcecodeScholar
2016

Deconstructing the Ladder Network Architecture

ICML 2016poster

The Ladder Network is a recent new approach to semi-supervised learning that turned out to be very successful. While showing impressive performance, the Ladder Network has many components intertwined, whose contributions are not obvious in such a complex architecture. This paper presents an extensiv…

Cited by 137SourcePDFScholar
2016

Dynamic Capacity Networks

ICML 2016poster

We introduce the Dynamic Capacity Network (DCN), a neural network that can adaptively assign its capacity across different portions of the input data. This is achieved by combining modules of two types: low-capacity sub-networks and high-capacity sub-networks. The low-capacity sub-networks are appli…

Cited by 160SourcePDFScholar
2015

Describing Videos by Exploiting Temporal Structure

ICCV 2015poster

Recent progress in using recurrent neural networks (RNNs) for image description has motivated the exploration of their application for video description. However, while images are static, working with videos requires modeling their dynamic temporal structure and then properly integrating that inform…

Cited by 1392PDFcodeScholar
2015

Show, Attend and Tell: Neural Image Caption Generation with Visual Attention

ICML 2015poster

Inspired by recent work in machine translation and object detection, we introduce an attention based model that automatically learns to describe the content of images. We describe how we can train this model in a deterministic manner using standard backpropagation techniques and stochastically by ma…

Cited by 13573SourcePDFScholar