← Search

Rob Fergus

45 accepted papers

2026

KL-Regularized Reinforcement Learning is Designed to Mode Collapse

ICLR 2026poster

Classical intuitions cast minimizing reverse KL as "mode seeking" and forward KL as "mass covering". In KL-regularized reinforcement learning, however, the regularizer determines _both_ the target distribution's shape _and_ the divergence being implicitly minimized, making its role more nuanced than…

Cited by 0SourceScholar
2026

Towards Spatial Supersensing in Video

ICLR 2026poster

We frame spatial supersensing in video as an overarching goal for multimodal intelligence and argue that progress requires a shift from long-context brute force to predictive sensing. Using a four-level taxonomy: semantic perception, streaming event cognition, implicit 3D spatial cognition, and pred…

Cited by 0SourcecodeScholar
2026

Towards Unified Multimodal Pretraining

ICML 2026spotlight

Unified multimodal models aim to input and output both vision and language data within a single system. In this work, we explore the design space of Unified Multimodal Pretraining through a controlled, from-scratch study. We find that leveraging a single high-dimensional semantic encoder (e.g. SigLI…

Cited by 0SourceScholar
2025

BALROG: Benchmarking Agentic LLM and VLM Reasoning On Games

ICLR 2025poster

Large Language Models (LLMs) and Vision Language Models (VLMs) possess extensive knowledge and exhibit promising reasoning abilities, however, they still struggle to perform well in complex, dynamic environments. Real-world tasks require handling intricate interactions, advanced spatial reasoning, l…

Cited by 9SourcePDFScholar
2025

Efficient Exploration and Discriminative World Model Learning with an Object-Centric Abstraction

ICLR 2025poster

In the face of difficult exploration problems in reinforcement learning, we study whether giving an agent an object-centric mapping (describing a set of items and their attributes) allow for more efficient learning. We found this problem is best solved hierarchically by modelling items at a higher l…

Cited by 0SourcePDFScholar
2025

Training Language Models on Synthetic Edit Sequences Improves Code Synthesis

ICLR 2025poster

Software engineers mainly write code by editing existing programs. In contrast, language models (LMs) autoregressively synthesize programs in a single pass. One explanation for this is the scarcity of sequential edit data. While high-quality instruction data for code synthesis is scarce, edit data f…

2025

Understanding outer learning rates in Local SGD

NeurIPS 2025poster

Modern machine learning often requires training with large batch size, distributed data, and massively parallel compute hardware (like mobile and other edge devices or distributed data centers). Communication becomes a major bottleneck in such settings but methods like Local Stochastic Gradient Desc…

Cited by 0SourceScholar
2024

A Fresh Take on Stale Embeddings: Improving Dense Retriever Training with Corrector Networks

ICML 2024poster

In dense retrieval, deep encoders provide embeddings for both inputs and targets, and the softmax function is used to parameterize a distribution over a large number of candidate targets (e.g., textual passages for information retrieval). Significant challenges arise in training such encoders in the…

Cited by 0SourcePDFScholar
2024

Adaptive Retrieval and Scalable Indexing for k-NN Search with Cross-Encoders

ICLR 2024poster

Cross-encoder (CE) models which compute similarity by jointly encoding a query-item pair perform better than using dot-product with embedding-based models (dual-encoders) at estimating query-item relevance. Existing approaches perform k-NN search with cross-encoders by approximating the CE similarit…

Cited by 0SourcePDFScholar
2024

Cambrian-1: A Fully Open, Vision-Centric Exploration of Multimodal LLMs

NeurIPS 2024oral

We introduce Cambrian-1, a family of multimodal LLMs (MLLMs) designed with a vision-centric approach. While stronger language models can enhance multimodal capabilities, the design choices for vision components are often insufficiently explored and disconnected from visual representation learning re…

2024

USTAD: Unified Single-model Training Achieving Diverse Scores for Information Retrieval

ICML 2024poster

Modern information retrieval (IR) systems consists of multiple stages like retrieval and ranking, with Transformer-based models achieving state-of-the-art performance at each stage. In this paper, we challenge the tradition of using separate models for different stages and ask if a single Transforme…

Cited by 0SourcePDFScholar
2023

Distilling Internet-Scale Vision-Language Models into Embodied Agents

ICML 2023poster

Instruction-following agents must ground language into their observation and action spaces. Learning to ground language is challenging, typically requiring domain-specific engineering or large quantities of human interaction data. To address this challenge, we propose using pretrained vision-languag…

Cited by 29SourcePDFScholar
2023

Reduce, Reuse, Recycle: Compositional Generation with Energy-Based Diffusion Models and MCMC

ICML 2023poster

Since their introduction, diffusion models have quickly become the prevailing approach to generative modeling in many domains. They can be interpreted as learning the gradients of a time-varying sequence of log-probability density functions. This interpretation has motivated classifier-based and cla…

2023

Teacher Guided Training: An Efficient Framework for Knowledge Transfer

ICLR 2023poster

The remarkable performance gains realized by large pretrained models, e.g., GPT-3, hinge on the massive amounts of data they are exposed to during training. Analogously, distilling such large models to compact models for efficient deployment also necessitates a large amount of (labeled or unlabeled)…

Cited by 2SourcePDFScholar
2022

Learning to Navigate Wikipedia by Taking Random Walks

NeurIPS 2022accept

A fundamental ability of an intelligent web-based agent is seeking out and acquiring new information. Internet search engines reliably find the correct vicinity but the top results may be a few links away from the desired target. A complementary approach is navigation via hyperlinks, employing a pol…

Cited by 5SourcePDFScholar
2022

Mastering Visual Continuous Control: Improved Data-Augmented Reinforcement Learning

ICLR 2022poster

We present DrQ-v2, a model-free reinforcement learning (RL) algorithm for visual continuous control. DrQ-v2 builds on DrQ, an off-policy actor-critic approach that uses data augmentation to learn directly from pixels. We introduce several improvements that yield state-of-the-art results on the DeepM…

2021

Automatic Data Augmentation for Generalization in Reinforcement Learning

NeurIPS 2021poster

Deep reinforcement learning (RL) agents often fail to generalize beyond their training environments. To alleviate this problem, recent work has proposed the use of data augmentation. However, different tasks tend to benefit from different types of augmentations and selecting the right one typically…

2021

Image Augmentation Is All You Need: Regularizing Deep Reinforcement Learning from Pixels

ICLR 2021spotlight

We propose a simple data augmentation technique that can be applied to standard model-free reinforcement learning algorithms, enabling robust learning directly from pixels without the need for auxiliary losses or pre-training. The approach leverages input perturbations commonly used in computer vis…

2021

Imitation by Predicting Observations

ICML 2021spotlight

Imitation learning enables agents to reuse and adapt the hard-won expertise of others, offering a solution to several key challenges in learning behavior. Although it is easy to observe behavior in the real-world, the underlying actions may not be accessible. We present a new method for imitation so…

2021

Improving Sample Efficiency in Model-Free Reinforcement Learning from Images

AAAI 2021technical

Training an agent to solve control tasks directly from high-dimensional images with model-free reinforcement learning (RL) has proven difficult. A promising approach is to learn a latent representation together with the control policy. However, fitting a high-capacity encoder using a scarce reward s…

2021

Offline Reinforcement Learning with Fisher Divergence Critic Regularization

ICML 2021spotlight

Many modern approaches to offline Reinforcement Learning (RL) utilize behavior regularization, typically augmenting a model-free actor critic algorithm with a penalty measuring divergence of the policy from the offline data. In this work, we propose an alternative approach to encouraging the learned…

2021

Reinforcement Learning with Prototypical Representations

ICML 2021spotlight

Learning effective representations in image-based environments is crucial for sample efficient Reinforcement Learning (RL). Unfortunately, in RL, representation learning is confounded with the exploratory experience of the agent – learning a useful representation requires diverse data, while effecti…

2020

Energy-based models for atomic-resolution protein conformations

ICLR 2020spotlight

We propose an energy-based model (EBM) of protein conformations that operates at atomic scale. The model is trained solely on crystallized protein data. By contrast, existing approaches for scoring conformations use energy functions that incorporate knowledge of physical principles and features that…

Cited by 64SourcecodeScholar
2020

Fast Adaptation to New Environments via Policy-Dynamics Value Functions

ICML 2020poster

Standard RL algorithms assume fixed environment dynamics and require a significant amount of interaction to adapt to new environments. We introduce Policy-Dynamics Value Functions (PD-VF), a novel approach for rapidly adapting to dynamics different from those previously seen in training. PD-VF expli…

Cited by 32SourcePDFScholar
2019

Hierarchical RL Using an Ensemble of Proprioceptive Periodic Policies

ICLR 2019poster

In this paper we introduce a simple, robust approach to hierarchically training an agent in the setting of sparse reward tasks. The agent is split into a low-level and a high-level policy. The low-level policy only accesses internal, proprioceptive dimensions of the state observation. The low-level…

Cited by 20SourcePDFScholar
2018

Intrinsic Motivation and Automatic Curricula via Asymmetric Self-Play

ICLR 2018poster

We describe a simple scheme that allows an agent to learn about its environment in an unsupervised manner. Our scheme pits two versions of the same agent, Alice and Bob, against one another. Alice proposes a task for Bob to complete; and then Bob attempts to complete the task. In this work we will…

Cited by 464SourcePDFScholar
2018

Learning by Asking Questions

CVPR 2018poster

We introduce an interactive learning framework for the development and testing of intelligent visual systems, called learning-by-asking (LBA). We explore LBA in context of the Visual Question Answering (VQA) task. LBA differs from standard VQA training in that most questions are not observed during…

Cited by 97SourcePDFScholar
2018

Modeling Others using Oneself in Multi-Agent Reinforcement Learning

ICML 2018oral

We consider the multi-agent reinforcement learning setting with imperfect information. The reward function depends on the hidden goals of both agents, so the agents must infer the other players’ goals from their observed behavior in order to maximize their returns. We propose a new approach for lear…

Cited by 264SourcePDFScholar
2015

Beyond Frontal Faces: Improving Person Recognition Using Multiple Cues

CVPR 2015poster

We explore the task of recognizing peoples' identities in photo albums in an unconstrained setting. To facilitate this, we introduce the new People In Photo Albums (PIPA) dataset, consisting of over 60000 instances of ~2000 individuals collected from public Flickr photo albums. With only about half…

Cited by 210SourcePDFScholar
2015

Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks

NeurIPS 2015poster

In this paper we introduce a generative model capable of producing high quality samples of natural images. Our approach uses a cascade of convolutional networks (convnets) within a Laplacian pyramid framework to generate images in a coarse-to-fine fashion. At each level of the pyramid a separate gen…

Cited by 3162SourcePDFScholar
2015

End-to-End Integration of a Convolution Network, Deformable Parts Model and Non-Maximum Suppression

CVPR 2015poster

Deformable Parts Models and Convolutional Networks each have achieved notable performance in object detection. Yet these two approaches find their strengths in complementary areas: DPMs are well-versed in object composition, modeling fine-grained spatial relationships between parts; likewise, Conv…

Cited by 117SourcePDFScholar
2015

Learning Spatiotemporal Features With 3D Convolutional Networks

ICCV 2015poster

We propose a simple, yet effective approach for spatiotemporal feature learning using deep 3-dimensional convolutional networks (3D ConvNets) trained on a large scale supervised video dataset. Our findings are three-fold: 1) 3D ConvNets are more suitable for spatiotemporal feature learning compared…

Cited by 11362PDFcodeScholar
2015

Predicting Depth, Surface Normals and Semantic Labels With a Common Multi-Scale Convolutional Architecture

ICCV 2015poster

In this paper we address three different computer vision tasks using a single basic architecture: depth prediction, surface normal estimation, and semantic labeling. We use a multiscale convolutional network that is able to adapt easily to each task using only small modifications, regressing from…

Cited by 3530PDFScholar
2015

Web Scale Photo Hash Clustering on A Single Machine

CVPR 2015poster

This paper addresses the problem of clustering a very large number of photos (i.e. hundreds of millions a day) in a stream into millions of clusters. This is particularly important as the popularity of photo sharing websites, such as Facebook, Google, and Instagram. Given large number of photos avai…

Cited by 120SourcePDFScholar