← Search

Chelsea Finn

229 accepted papers

2026

Cosmos Policy: Fine-Tuning Video Models for Visuomotor Control and Planning

ICLR 2026poster

Recent video generation models demonstrate remarkable ability to capture complex physical interactions and scene evolution over time. To leverage their spatiotemporal priors, robotics works have adapted video models for policy learning but introduce complexity by requiring multiple stages of post-tr…

Cited by 0SourcecodeScholar
2026

Ctrl-World: A Controllable Generative World Model for Robot Manipulation

ICLR 2026poster

Generalist robot policies can now perform a wide range of manipulation skills, but evaluating and improving their ability with unfamiliar objects and instructions remains a significant challenge. Rigorous evaluation requires a large number of real-world rollouts, while systematic improvement demands…

Cited by 0SourcecodeScholar
2026

Emergence of Human to Robot Transfer in Vision-Language-Action Models

RSS 2026poster

Vision-language-action (VLA) models can enable broad open world generalization, but require large and diverse datasets. It is appealing to consider whether some of this data can come from human videos, which cover diverse real-world situations and are easy to obtain. However, it is difficult to trai…

Cited by 0SourceScholar
2026

FSPO: Few-Shot Optimization of Synthetic Preferences Effectively Personalizes to Real Users

ICLR 2026poster

Effective personalization of LLMs is critical for a broad range of user-interfacing applications such as virtual assistants and content curation. Inspired by the strong in-context capabilities of LLMs, we propose few-shot preference optimization (FSPO), an algorithm for LLM personalization that refr…

Cited by 0SourcecodeScholar
2026

PolaRiS: Scalable Real-to-Sim Evaluations for Generalist Robot Policies

RSS 2026poster

A significant challenge for robot learning research is our ability to accurately measure and compare the performance of robot policies. Benchmarking in robotics is historically challenging due to the stochasticity, reproducibility, and time-consuming nature of real-world rollouts. This challenge is …

Cited by 26SourceScholar
2026

Polychromic Objectives for Reinforcement Learning

ICLR 2026poster

Reinforcement learning fine-tuning (RLFT) is a dominant paradigm for improving pretrained policies for downstream tasks. These pretrained policies, trained on large datasets, produce generations with a broad range of promising but unrefined behaviors. Often, a critical failure mode of RLFT arises wh…

Cited by 0SourceScholar
2026

Posterior Behavioral Cloning: Pretraining BC Policies for Efficient RL Finetuning

ICML 2026spotlight

Standard practice across domains from robotics to language is to first pretrain a policy on a large-scale demonstration dataset, and then finetune this policy, typically with reinforcement learning (RL), in order to improve performance on deployment domains. This finetuning step has proved critical …

Cited by 0SourceScholar
2026

RLAD: Training LLMs to Discover Abstractions for Solving Reasoning Problems

ICLR 2026poster

Reasoning requires going beyond pattern matching or memorization of solutions to identify and implement algorithmic procedures that can be used to deduce answers to hard problems. Doing so requires reusing primitives, intermediate results, or procedures across multiple problems. While RL post-traini…

Cited by 0SourceScholar
2026

RoboMME: Benchmarking and Understanding Memory for Robotic Generalist Policies

ICML 2026oral

Memory is critical for long-horizon and history-dependent robotic manipulation. Such tasks often involve counting repeated actions or manipulating objects that become temporarily occluded. Recent vision-language-action (VLA) models have begun to incorporate memory mechanisms; however, their evaluati…

Cited by 0SourcecodeScholar
2026

Scaling up Memory for Robotic Control via Experience Retrieval

ICLR 2026poster

Humans rely on memory to perform tasks; our goal is to endow robot policies with the same ability. Naively conditioning on long observation histories is computationally expensive and brittle under covariate shift, while indiscriminate subsampling of history leads to irrelevant or redundant informati…

Cited by 0SourcecodeScholar
2026

TQL: Scaling Q-Functions with Transformers by Preventing Attention Collapse

ICML 2026poster

Despite scale driving substantial recent advancements in machine learning, reinforcement learning (RL) methods still primarily use small value functions. Naively scaling value functions -- including with a transformer architecture, which is known to be highly scalable -- often results in learning in…

Cited by 0SourceScholar
2026

VLAW: Iterative Co-Improvement of Vision-Language-Action Policy and World Model

ICML 2026poster

The goal of this paper is to improve the performance and reliability of vision-language-action (VLA) models through iterative online interaction. Since collecting policy rollouts in the real world is expensive, we investigate whether a learned simulator—specifically, an action-conditioned video gene…

Cited by 0SourceScholar
2026

What Matters for Batch Online Reinforcement Learning in Robotics?

ICLR 2026poster

The ability to learn from large batches of autonomously collected data for policy improvement---a paradigm we refer to as batch online reinforcement learning---holds the promise of enabling truly scalable robot learning by significantly reducing the need for human effort of data collection while get…

Cited by 0SourceScholar
2026

π∗0.6π0.6∗\pi^{*}_{0.6}: a VLA That Learns From Experience

RSS 2026poster

Vision–language–action (VLA) models offer a promising path toward general-purpose robots, but achieving the reliability and speed required for practical deployment remains challenging. We present a general-purpose method, RL with Experience and Corrections via Advantage-conditioned Policies (RECAP) …

Cited by 0SourceScholar
2025

$\pi_{0.5}$: a Vision-Language-Action Model with Open-World Generalization

CoRL 2025oral

In order for robots to be useful, they must perform practically relevant tasks in the real world, outside of the lab. While vision-language-action (VLA) models have demonstrated impressive results for end-to-end robot control, it remains an open question how far such models can generalize in the wil…

Cited by 0SourceScholar
2025

Bidirectional Decoding: Improving Action Chunking via Guided Test-Time Sampling

ICLR 2025poster

Predicting and executing a sequence of actions without intermediate replanning, known as action chunking, is increasingly used in robot learning from human demonstrations. Yet, its effects on the learned policy remain inconsistent: some studies find it crucial for achieving strong results, while oth…

2025

CoT-VLA: Visual Chain-of-Thought Reasoning for Vision-Language-Action Models

CVPR 2025poster

Vision-language-action models (VLAs) have shown potential in leveraging pretrained vision-language models and diverse robot demonstrations for learning generalizable sensorimotor control. While this paradigm effectively utilizes large-scale data from both robotic and non-robotic sources, current VLA…

2025

Commonsense Reasoning for Legged Robot Adaptation with Vision-Language Models

ICRA 2025

Legged robots are physically capable of navigating a diverse variety of environments and overcoming a wide range of obstructions. For example, in a search and rescue mission, a legged robot could climb over debris, crawl through gaps, and navigate out of dead ends. However, the robot's controller ne

Cited by 21SourceScholar
2025

FAST: Efficient Action Tokenization for Vision-Language-Action Models

RSS 2025poster

Autoregressive sequence models, such as Transformer-based vision-language action (VLA) policies, can be tremendously effective for capturing complex and generalizable robotic behaviors. However, such models require us to choose a tokenization of our continuous action signals, which determines how th…

Cited by 44PDFScholar
2025

Grounding by Trying: LLMs with Reinforcement Learning-Enhanced Retrieval

ICLR 2025poster

The hallucinations of large language models (LLMs) are increasingly mitigated by allowing LLMs to search for information and to ground their answers in real sources. Unfortunately, LLMs often struggle with posing the right search queries, especially when dealing with complex or otherwise indirect to…

Cited by 5SourcePDFScholar
2025

Helpful DoggyBot: Open-World Object Fetching using Legged Robots and Vision-Language Models

IROS 2025

Learning-Based methods have achieved strong performance for quadrupedal locomotion. However, several challenges prevent quadrupeds from learning helpful indoor skills that require interaction with environments and humans: lack of end-effectors for manipulation, limited semantic under-standing using

Cited by 15SourceScholar
2025

Hi Robot: Open-Ended Instruction Following with Hierarchical Vision-Language-Action Models

ICML 2025poster

Generalist robots that can perform a range of different tasks in open-world settings must be able to not only reason about the steps needed to accomplish their goals, but also process complex instructions, prompts, and even feedback during task execution. Intricate instructions (e.g., "Could you mak…

Cited by 11SourcePDFScholar
2025

Learning Long-Context Diffusion Policies via Past-Token Prediction

CoRL 2025poster

Reasoning over long sequences of observations and actions is essential for many robotic tasks. Yet, learning effective long-context policies from demonstrations remains challenging. As context length increases, training becomes increasingly expensive due to rising memory demands, and policy perfor…

Cited by 0SourcecodeScholar
2025

MJ-Bench: Is Your Multimodal Reward Model Really a Good Judge for Text-to-Image Generation?

NeurIPS 2025poster

While text-to-image models like GPT-4o-Image and FLUX are rapidly proliferating, they often encounter challenges such as hallucination, bias, and the production of unsafe, low-quality output. To effectively address these issues, it is crucial to align these models with desired behaviors based on fee…

Cited by 0SourcecodeScholar
2025

MJ-Video: Benchmarking and Rewarding Video Generation with Fine-Grained Video Preference

NeurIPS 2025spotlight

Recent advancements in video generation have significantly improved the ability to synthesize videos from text instructions. However, existing models still struggle with key challenges such as instruction misalignment, content hallucination, safety concerns, and generation bias. To address these lim…

Cited by 0SourceScholar
2025

PERSONA: A Reproducible Testbed for Pluralistic Alignment

COLING 2025main

The rapid advancement of language models (LMs) necessitates robust alignment with diverse user values. However, current preference optimization approaches often fail to capture the plurality of user opinions, instead reinforcing majority viewpoints and marginalizing minority perspectives. We introdu…

Cited by 12SourcePDFScholar
2025

Range, not Independence, Drives Modularity in Biologically Inspired Representations

ICLR 2025poster

Why do biological and artificial neurons sometimes modularise, each encoding a single meaningful variable, and sometimes entangle their representation of many variables? In this work, we develop a theory of when biologically inspired networks---those that are nonnegative and energy efficient---modul…

Cited by 0SourcePDFScholar
2025

RoboArena: Distributed Real-World Evaluation of Generalist Robot Policies

CoRL 2025oral

Comprehensive, unbiased, and comparable evaluation of modern generalist policies is uniquely challenging: existing approaches for robot benchmarking typically rely on heavy standardization, either by specifying fixed evaluation tasks and environments, or by hosting centralized "robot challenges", an…

Cited by 0SourceScholar
2025

RoboCrowd: Scaling Robot Data Collection Through Crowdsourcing

ICRA 2025

In recent years, imitation learning from large-scale human demonstrations has emerged as a promising paradigm for training robot policies. However, the burden of collecting large quantities of human demonstrations is significant in terms of collection time and the need for access to expert operators

Cited by 9SourcecodeScholar
2025

Speedtuning: Speeding Up Policy Execution with Lightweight Reinforcement Learning

ICRA 2025

While learned robotic policies hold promise for advancing generalizable manipulation, their practical deployment is often hindered by suboptimal execution speeds. Imitation learning policies are inherently limited by hardware constraints and the speed of the operator during data collection. In addit

Cited by 2SourcecodeScholar
2025

SutureBot: A Precision Framework & Benchmark For Autonomous End-to-End Suturing

NeurIPS 2025poster

Robotic suturing is a prototypical long-horizon dexterous manipulation task, requiring coordinated needle grasping, precise tissue penetration, and secure knot tying. Despite numerous efforts toward end-to-end autonomy, a fully autonomous suturing pipeline has yet to be demonstrated on physical hard…

Cited by 0SourceScholar
2025

π₀: A Vision-Language-Action Flow Model for General Robot Control

RSS 2025poster

Robot learning holds tremendous promise to unlock the full potential of flexible, general, and dexterous robot systems. However, bringing robot learning to the level of generality required for effective real-world systems faces major obstacles in terms of data, generalization, and robustness. In thi…

Cited by 2309PDFScholar
2024

A Critical Evaluation of AI Feedback for Aligning Large Language Models

NeurIPS 2024poster

Learning from AI feedback (LAIF) is a popular paradigm for improving the instruction-following abilities of powerful pre-trained language models. LAIF first performs supervised fine-tuning (SFT) using demonstrations from a teacher model and then further fine-tunes the model with reinforcement learni…

2024

ALOHA Unleashed: A Simple Recipe for Robot Dexterity

CoRL 2024poster

Recent work has shown promising results for learning end-to-end robot policies using imitation learning. In this work we address the question of how far can we push imitation learning for challenging dexterous manipulation tasks. We show that a simple recipe of large scale data collection on the ALO…

Cited by 83SourceScholar
2024

An Emulator for Fine-tuning Large Language Models using Small Language Models

ICLR 2024poster

Widely used language models (LMs) are typically built by scaling up a two-stage training pipeline: a pre-training stage that uses a very large, diverse dataset of text and a fine-tuning (sometimes, 'alignment') stage that uses targeted examples or other specifications of desired behaviors. While it…

2024

Analyzing and Mitigating Object Hallucination in Large Vision-Language Models

ICLR 2024poster

Large vision-language models (LVLMs) have shown remarkable abilities in understanding visual information with human languages. However, LVLMs still suffer from object hallucination, which is the problem of generating descriptions that include objects that do not actually exist in the images. This ca…

2024

Calibrating Language Models with Adaptive Temperature Scaling

EMNLP 2024main

The effectiveness of large language models (LLMs) is not only measured by their ability to generate accurate outputs but also by their calibration—how well their confidence scores reflect the probability of their outputs being correct. While unsupervised pre-training has been shown to yield LLMs wit…

2024

Contrastive Preference Learning: Learning from Human Feedback without Reinforcement Learning

ICLR 2024poster

Reinforcement Learning from Human Feedback (RLHF) has emerged as a popular paradigm for aligning models with human intent. Typically RLHF algorithms operate in two phases: first, use human preferences to learn a reward function and second, align the model by optimizing the learned reward via reinfor…

Cited by 27SourcePDFScholar
2024

DROID: A Large-Scale In-The-Wild Robot Manipulation Dataset

RSS 2024poster

The creation of large, diverse, high-quality robot manipulation datasets is an important stepping stone on the path toward more capable and robust robotic manipulation policies. However, creating such datasets is challenging: collecting robot manipulation data in diverse environments poses logistica…

Cited by 216SourcePDFScholar
2024

Decomposing the Generalization Gap in Imitation Learning for Visual Robotic Manipulation

ICRA 2024poster

What makes generalization hard for imitation learning in visual robotic manipulation? This question is difficult to approach at face value, but the environment from the perspective of a robot can often be decomposed into enumerable factors of variation, such as the lighting conditions or the placeme…

Cited by 59SourceScholar
2024

Disentangling Length from Quality in Direct Preference Optimization

ACL 2024findings

Reinforcement Learning from Human Feedback (RLHF) has been a crucial component in the recent success of Large Language Models. However, RLHF is know to exploit biases in human preferences, such as verbosity. A well-formatted and eloquent answer is often more highly rated by users, even when it is le…

2024

Efficient Data Collection for Robotic Manipulation via Compositional Generalization

RSS 2024poster

Data collection has become an increasingly important problem in robotic manipulation, yet there still lacks much understanding of how to effectively collect data to facilitate broad generalization. Recent works on large-scale robotic data collection typically vary many environmental factors of varia…

Cited by 15SourcePDFScholar
2024

Evaluating Real-World Robot Manipulation Policies in Simulation

CoRL 2024poster

The field of robotics has made significant advances towards generalist robot manipulation policies. However, real-world evaluation of such policies is not scalable and faces reproducibility challenges, issues that are likely to worsen as policies broaden the spectrum of tasks they can perform. In th…

Cited by 67SourcecodeScholar
2024

Fine-Tuning Language Models for Factuality

ICLR 2024poster

The fluency and creativity of large pre-trained language models (LLMs) have led to their widespread use, sometimes even as a replacement for traditional search engines. Yet language models are prone to making convincing but factually inaccurate claims, often referred to as `hallucinations.' These er…

2024

HumanPlus: Humanoid Shadowing and Imitation from Humans

CoRL 2024poster

One of the key arguments for building robots that have similar form factors to human beings is that we can leverage the massive human data for training.Yet, doing so has remained challenging in practice due to the complexities in humanoid perception and control, lingering physical gaps between human…

Cited by 109SourceScholar
2024

Improving Domain Generalization with Domain Relations

ICLR 2024spotlight

Distribution shift presents a significant challenge in machine learning, where models often underperform during the test stage when faced with a different distribution than the one they were trained on. In this paper, we focus on domain shifts, which occur when the model is applied to new domains th…

Cited by 11SourcePDFScholar
2024

Language Model Detectors Are Easily Optimized Against

ICLR 2024poster

The fluency and general applicability of large language models (LLMs) has motivated significant interest in detecting whether a piece of text was written by a language model. While both academic and commercial detectors have been deployed in some settings, particularly education, other research has…

2024

Learning to Explore in POMDPs with Informational Rewards

ICML 2024poster

Standard exploration methods typically rely on random coverage of the state space or coverage-promoting exploration bonuses. However, in partially observed settings, the biggest exploration challenge is often posed by the need to discover information-gathering strategies---e.g., an agent that has to…

Cited by 3SourcePDFScholar
2024

Mobile ALOHA: Learning Bimanual Mobile Manipulation using Low-Cost Whole-Body Teleoperation

CoRL 2024poster

Imitation learning from human demonstrations has shown impressive performance in robotics. However, most results focus on table-top manipulation, lacking the mobility and dexterity necessary for generally useful tasks. In this work, we develop a system for imitating mobile manipulation tasks that ar…

Cited by 15SourceScholar
2024

Mobility VLA: Multimodal Instruction Navigation with Long-Context VLMs and Topological Graphs

CoRL 2024poster

An elusive goal in navigation research is to build an intelligent agent that can understand multimodal instructions including natural language and image, and perform useful navigation. To achieve this, we study a widely useful category of navigation tasks we call Multimodal Instruction Navigation wi…

Cited by 20SourceScholar
2024

Octo: An Open-Source Generalist Robot Policy

RSS 2024poster

Large policies pretrained on diverse robot datasets have the potential to transform robotic learning: instead of training new policies from scratch, such generalist robot policies may be finetuned with only a little in-domain data, yet generalize broadly. However, to be widely applicable across a ra…

Cited by 327SourcePDFScholar
2024

Open X-Embodiment: Robotic Learning Datasets and RT-X Models : Open X-Embodiment Collaboration

ICRA 2024

Large, high-capacity models trained on diverse datasets have shown remarkable successes on efficiently tackling downstream applications. In domains from NLP to Computer Vision, this has led to a consolidation of pretrained models, with general pretrained backbones serving as a starting point for man

Cited by 910SourcecodeScholar
2024

Open X-Embodiment: Robotic Learning Datasets and RT-X Models : Open X-Embodiment Collaboration0

ICRA 2024poster

Large, high-capacity models trained on diverse datasets have shown remarkable successes on efficiently tackling downstream applications. In domains from NLP to Computer Vision, this has led to a consolidation of pretrained models, with general pretrained backbones serving as a starting point for man…

Cited by 259SourcecodeScholar
2024

OpenVLA: An Open-Source Vision-Language-Action Model

CoRL 2024poster

Large policies pretrained on a combination of Internet-scale vision-language data and diverse robot demonstrations have the potential to change how we teach robots new skills: rather than training new behaviors from scratch, we can fine-tune such vision-language-action (VLA) models to obtain robust,…

Cited by 437SourceScholar
2024

PIVOT: Iterative Visual Prompting Elicits Actionable Knowledge for VLMs

ICML 2024poster

Vision language models (VLMs) have shown impressive capabilities across a variety of tasks, from logical reasoning to visual understanding. This opens the door to richer interaction with the world, for example robotic control. However, VLMs produce only textual outputs, while robotic control and oth…

Cited by 95SourcePDFScholar
2024

Preference Fine-Tuning of LLMs Should Leverage Suboptimal, On-Policy Data

ICML 2024poster

Learning from preference labels plays a crucial role in fine-tuning large language models --- this is done via supervised learning, on-policy reinforcement learning (RL), or contrastive learning. Different methods come with different implementation tradeoffs, and existing empirical findings present…

2024

Project and Probe: Sample-Efficient Adaptation by Interpolating Orthogonal Features

ICLR 2024spotlight

Transfer learning with a small amount of target data is an effective and common approach to adapting a pre-trained model to distribution shifts. In some situations, target data labels may be expensive to obtain, so we may only have access to a limited number of target data points. To make the most o…

Cited by 3SourcePDFScholar
2024

Pushing the Limits of Cross-Embodiment Learning for Manipulation and Navigation

RSS 2024poster

Recent years in robotics and imitation learning have shown remarkable progress in training large-scale foundation models by leveraging data across a multitude of embodiments. The success of such policies might lead us to wonder: just how diverse can the robots in the training set be while still faci…

2024

RLVF: Learning from Verbal Feedback without Overgeneralization

ICML 2024poster

The diversity of contexts in which large language models (LLMs) are deployed requires the ability to modify or customize default model behaviors to incorporate nuanced requirements and preferences. A convenient interface to specify such model adjustments is high-level verbal feedback, such as “Don’t…

2024

RT-Trajectory: Robotic Task Generalization via Hindsight Trajectory Sketches

ICLR 2024spotlight

Generalization remains one of the most important desiderata for robust robot learning systems. While recently proposed approaches show promise in generalization to novel objects, semantic concepts, or visual distribution shifts, generalization to new tasks remains challenging. For example, a languag…

Cited by 53SourcePDFScholar
2024

Robot Fine-Tuning Made Easy: Pre-Training Rewards and Policies for Autonomous Real-World Reinforcement Learning

ICRA 2024poster

The pre-train and fine-tune paradigm in machine learning has had dramatic success in a wide range of domains because the use of existing data or pre-trained models on the internet enables quick and easy learning of new tasks. We aim to enable this paradigm in robotic reinforcement learning, allowing…

Cited by 29SourcecodeScholar
2024

Robotic Control via Embodied Chain-of-Thought Reasoning

CoRL 2024poster

A key limitation of learned robot control policies is their inability to generalize outside their training data. Recent works on vision-language-action models (VLAs) have shown that the use of large, internet pre-trained vision-language models as the backbone of learned robot policies can substanti…

Cited by 58SourceScholar
2024

SERL: A Software Suite for Sample-Efficient Robotic Reinforcement Learning

ICRA 2024poster

In recent years, significant progress has been made in the field of robotic reinforcement learning (RL), enabling methods that handle complex image observations, train in the real world, and incorporate auxiliary data, such as demonstrations and prior experience. However, despite these advances, rob…

Cited by 48SourcecodeScholar
2024

Scaling Laws for Reward Model Overoptimization in Direct Alignment Algorithms

NeurIPS 2024poster

Reinforcement Learning from Human Feedback (RLHF)has been crucial to the recent success of Large Language Models (LLMs), however it is often a complex and brittle process. In the classical RLHF framework, a reward model is first trained to represent human preferences, which is in turn used by an onl…

Cited by 47SourcePDFScholar
2024

Self-Guided Masked Autoencoders for Domain-Agnostic Self-Supervised Learning

ICLR 2024poster

Self-supervised learning excels in learning representations from large amounts of unlabeled data, demonstrating success across multiple data modalities. Yet, extending self-supervised learning to new modalities is non-trivial because the specifics of existing methods are tailored to each domain, suc…

2024

Surgical Robot Transformer (SRT): Imitation Learning for Surgical Tasks

CoRL 2024poster

We explore whether surgical manipulation tasks can be learned on the da Vinci robot via imitation learning. However, the da Vinci system presents unique challenges which hinder straight-forward implementation of imitation learning. Notably, its forward kinematics is inconsistent due to imprecise joi…

Cited by 27SourceScholar
2024

Tripod: Three Complementary Inductive Biases for Disentangled Representation Learning

ICML 2024poster

Inductive biases are crucial in disentangled representation learning for narrowing down an underspecified solution set. In this work, we consider endowing a neural network autoencoder with three select inductive biases from the literature: data compression into a grid-like latent space via quantizat…

2024

What Makes Pre-Trained Visual Representations Successful for Robust Manipulation?

CoRL 2024poster

Inspired by the success of transfer learning in computer vision, roboticists have investigated visual pre-training as a means to improve the learning efficiency and generalization ability of policies learned from pixels. To that end, past work has favored large object interaction datasets, such as f…

Cited by 19SourceScholar
2024

Zero-Shot Robotic Manipulation with Pre-Trained Image-Editing Diffusion Models

ICLR 2024poster

If generalist robots are to operate in truly unstructured environments, they need to be able to recognize and reason about novel objects and scenarios. Such objects and scenarios might not be present in the robot’s own training data. We propose SuSIE, a method that leverages an image-editing diffusi…

2023

Behavior Retrieval: Few-Shot Imitation Learning by Querying Unlabeled Datasets

RSS 2023poster

Enabling robots to learn novel visuomotor skills in a data-efficient manner remains an unsolved problem with myriad challenges. A popular paradigm for tackling this problem is through leveraging large unlabeled datasets that have many behaviors in them and then adapting a policy to a specific task u…

Cited by 34SourcePDFScholar
2023

Bitrate-Constrained DRO: Beyond Worst Case Robustness To Unknown Group Shifts

ICLR 2023poster

Training machine learning models robust to distribution shifts is critical for real-world applications. Some robust training algorithms (e.g., Group DRO) specialize to group shifts and require group information on all training points. Other methods (e.g., CVaR DRO) that do not need group annotations…

2023

BridgeData V2: A Dataset for Robot Learning at Scale

CoRL 2023poster

We introduce BridgeData V2, a large and diverse dataset of robotic manipulation behaviors designed to facilitate research in scalable robot learning. BridgeData V2 contains 53,896 trajectories collected across 24 environments on a publicly available low-cost robot. Unlike many existing robotic manip…

Cited by 168SourcecodeScholar
2023

Cal-QL: Calibrated Offline RL Pre-Training for Efficient Online Fine-Tuning

NeurIPS 2023poster

A compelling use case of offline reinforcement learning (RL) is to obtain a policy initialization from existing datasets followed by fast online fine-tuning with limited interaction. However, existing offline RL methods tend to behave poorly during fine-tuning. In this paper, we devise an approach f…

2023

DetectGPT: Zero-Shot Machine-Generated Text Detection using Probability Curvature

ICML 2023oral

The increasing fluency and widespread usage of large language models (LLMs) highlight the desirability of corresponding tools aiding detection of LLM-generated text. In this paper, we identify a property of the structure of an LLM's probability function that is useful for such detection. Specificall…

2023

Direct Preference Optimization: Your Language Model is Secretly a Reward Model

NeurIPS 2023oral

While large-scale unsupervised language models (LMs) learn broad world knowledge and some reasoning skills, achieving precise control of their behavior is difficult due to the completely unsupervised nature of their training. Existing methods for gaining such steerability collect human labels of the…

Cited by 3284SourcePDFScholar
2023

Disentanglement via Latent Quantization

NeurIPS 2023poster

In disentangled representation learning, a model is asked to tease apart a dataset's underlying sources of variation and represent them independently of one another. Since the model is provided with no ground truth information about these sources, inductive biases take a paramount role in enabling d…

2023

Diversify and Disambiguate: Out-of-Distribution Robustness via Disagreement

ICLR 2023poster

Real-world machine learning problems often exhibit shifts between the source and target distributions, in which source data does not fully convey the desired behavior on target inputs. Different functions that achieve near-perfect source accuracy can make differing predictions on test inputs, and su…

Cited by 36SourcePDFScholar
2023

Just Ask for Calibration: Strategies for Eliciting Calibrated Confidence Scores from Language Models Fine-Tuned with Human Feedback

EMNLP 2023short main

A trustworthy real-world prediction system should produce well-calibrated confidence scores; that is, its confidence in an answer should be indicative of the likelihood that the answer is correct, enabling deferral to an expert in cases of low-confidence predictions. Recent studies have shown that u…

Cited by 0SourceScholar
2023

Language-Driven Representation Learning for Robotics

RSS 2023poster

Recent work in visual representation learning for robotics demonstrates the viability of learning from large video datasets of humans performing everyday tasks. Leveraging methods such as masked autoencoding and contrastive learning, these representations exhibit strong transfer to policy learning f…

2023

Learning Fine-Grained Bimanual Manipulation with Low-Cost Hardware

RSS 2023poster

Fine manipulation tasks, such as threading cable ties or slotting a battery, are notoriously difficult for robots because they require precision, careful coordination of contact forces, and closed-loop visual feedback. Performing these tasks typically requires high-end robots, accurate sensors, or c…

2023

MOTO: Offline Pre-training to Online Fine-tuning for Model-based Robot Learning

CoRL 2023poster

We study the problem of offline pre-training and online fine-tuning for reinforcement learning from high-dimensional observations in the context of realistic robot tasks. Recent offline model-free approaches successfully use online fine-tuning to either improve the performance of the agent over the…

Cited by 16SourceScholar
2023

Meta-Learning Online Adaptation of Language Models

EMNLP 2023long main

Large language models encode impressively broad world knowledge in their parameters. However, the knowledge in static language models falls out of date, limiting the model’s effective “shelf life.” While online fine-tuning can reduce this degradation, we find that naively fine-tuning on a stream of…

Cited by 0SourcecodeScholar
2023

NeRF in the Palm of Your Hand: Corrective Augmentation for Robotics via Novel-View Synthesis

CVPR 2023poster

Expert demonstrations are a rich source of supervision for training visual robotic manipulation policies, but imitation learning methods often require either a large number of demonstrations or expensive online expert supervision to learn reactive closed-loop behaviors. In this work, we introduce SP…

Cited by 53SourcePDFScholar
2023

Neural Functional Transformers

NeurIPS 2023poster

The recent success of neural networks as implicit representation of data has driven growing interest in neural functionals: models that can process other neural networks as input by operating directly over their weight spaces. Nevertheless, constructing expressive and efficient neural functional arc…

2023

Open-World Object Manipulation using Pre-Trained Vision-Language Models

CoRL 2023poster

For robots to follow instructions from people, they must be able to connect the rich semantic information in human vocabulary, e.g. ``can you get me the pink stuffed whale?'' to their sensory observations and actions. This brings up a notably difficult challenge for robots: while robot learning appr…

Cited by 161SourcecodeScholar
2023

Permutation Equivariant Neural Functionals

NeurIPS 2023poster

This work studies the design of neural networks that can process the weights or gradients of other neural networks, which we refer to as *neural functional networks* (NFNs). Despite a wide range of potential applications, including learned optimization, processing implicit neural representations, ne…

2023

Polybot: Training One Policy Across Robots While Embracing Variability

CoRL 2023poster

Reusing large datasets is crucial to scale vision-based robotic manipulators to everyday scenarios due to the high cost of collecting robotic datasets. However, robotic platforms possess varying control schemes, camera viewpoints, kinematic configurations, and end-effector morphologies, posing signi…

Cited by 27SourceScholar
2023

Pre-Training for Robots: Offline RL Enables Learning New Tasks in a Handful of Trials

RSS 2023poster

Progress in deep learning highlights the tremendous potential of utilizing diverse datasets for attaining effective generalization and makes it enticing to consider leveraging broad datasets for attaining robust generalization in robotic learning as well. However, in practice we often want to learn…

Cited by 80SourcePDFScholar
2023

Q-Transformer: Scalable Offline Reinforcement Learning via Autoregressive Q-Functions

CoRL 2023poster

In this work, we present a scalable reinforcement learning method for training multi-task policies from large offline datasets that can leverage both human demonstrations and autonomously collected data. Our method uses a Transformer to provide a scalable representation for Q-functions trained via o…

Cited by 106SourceScholar
2023

RT-1: Robotics Transformer for Real-World Control at Scale

RSS 2023poster

By transferring knowledge from large, diverse, task-agnostic datasets, modern machine learning models can solve specific downstream tasks either zero-shot or with small task-specific datasets to a high level of performance. While this capability has been demonstrated in other fields such as computer…

2023

RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control

CoRL 2023poster

We study how vision-language models trained on Internet-scale data can be incorporated directly into end-to-end robotic control to boost generalization and enable emergent semantic reasoning. Our goal is to enable a single end-to-end trained model to both learn to map robot observations to actions a…

Cited by 1068SourceScholar
2023

RoboCLIP: One Demonstration is Enough to Learn Robot Policies

NeurIPS 2023poster

Reward specification is a notoriously difficult problem in reinforcement learning, requiring extensive expert supervision to design robust reward functions. Imitation learning (IL) methods attempt to circumvent these problems by utilizing expert demonstrations instead of using an extrinsic reward fu…

Cited by 74SourcePDFScholar
2023

Robot Parkour Learning

CoRL 2023oral

Parkour is a grand challenge for legged locomotion that requires robots to overcome various obstacles rapidly in complex environments. Existing methods can generate either diverse but blind locomotion skills or vision-based but specialized skills by using reference animal data or complex rewards. Ho…

Cited by 195SourcecodeScholar
2023

Self-Improving Robots: End-to-End Autonomous Visuomotor Reinforcement Learning

CoRL 2023poster

In imitation and reinforcement learning (RL), the cost of human supervision limits the amount of data that the robots can be trained on. While RL offers a framework for building self-improving robots that can learn via trial-and-error autonomously, practical realizations end up requiring extensive h…

Cited by 16SourceScholar
2023

Simple Embodied Language Learning as a Byproduct of Meta-Reinforcement Learning

ICML 2023poster

Whereas machine learning models typically learn language by directly training on language tasks (e.g., next-word prediction), language emerges in human children as a byproduct of solving non-language tasks (e.g., acquiring food). Motivated by this observation, we ask: can embodied reinforcement lear…

Cited by 6SourcePDFScholar
2023

Supervised Pretraining Can Learn In-Context Reinforcement Learning

NeurIPS 2023spotlight

Large transformer models trained on diverse datasets have shown a remarkable ability to learn in-context, achieving high few-shot performance on tasks they were not explicitly trained to solve. In this paper, we study the in-context learning capabilities of transformers in decision-making problems,…

Cited by 80SourcePDFScholar
2023

Surgical Fine-Tuning Improves Adaptation to Distribution Shifts

ICLR 2023poster

A common approach to transfer learning under distribution shift is to fine-tune the last few layers of a pre-trained model, preserving learned features while also adapting to the new task. This paper shows that in such settings, selectively fine-tuning a subset of layers (which we term surgical fine…

2023

Train Offline, Test Online: A Real Robot Learning Benchmark

ICRA 2023poster

Three challenges limit the progress of robot learning research: robots are expensive (few labs can participate), everyone uses different robots (findings do not generalize across labs), and we lack internet-scale robotics data. We take on these challenges via a new benchmark: Train Offline, Test Onl…

Cited by 20SourcecodeScholar
2023

Waypoint-Based Imitation Learning for Robotic Manipulation

CoRL 2023poster

While imitation learning methods have seen a resurgent interest for robotic manipulation, the well-known problem of compounding errors continues to afflict behavioral cloning (BC). Waypoints can help address this problem by reducing the horizon of the learning problem for BC, and thus, the errors co…

Cited by 59SourcecodeScholar
2022

A State-Distribution Matching Approach to Non-Episodic Reinforcement Learning

ICML 2022spotlight

While reinforcement learning (RL) provides a framework for learning through trial and error, translating RL algorithms into the real world has remained challenging. A major hurdle to real-world application arises from the development of algorithms in an episodic setting where the environment is rese…

2022

Autonomous Reinforcement Learning: Formalism and Benchmarking

ICLR 2022poster

Reinforcement learning (RL) provides a naturalistic framing for learning through trial and error, which is appealing both because of its simplicity and effectiveness and because of its resemblance to how humans and animals acquire skills through experience. However, real-world embodied learning, suc…

2022

C-Mixup: Improving Generalization in Regression

NeurIPS 2022accept

Improving the generalization of deep networks is an important open challenge, particularly in domains without plentiful data. The mixup algorithm improves generalization by linearly interpolating a pair of examples and their corresponding labels. These interpolated examples augment the original trai…

2022

Correct-N-Contrast: a Contrastive Approach for Improving Robustness to Spurious Correlations

ICML 2022oral

Spurious correlations pose a major challenge for robust machine learning. Models trained with empirical risk minimization (ERM) may learn to rely on correlations between class labels and spurious attributes, leading to poor performance on data groups without these correlations. This is challenging t…

2022

Do As I Can, Not As I Say: Grounding Language in Robotic Affordances

CoRL 2022oral

Large language models can encode a wealth of semantic knowledge about the world. Such knowledge could be extremely useful to robots aiming to act upon high-level, temporally extended instructions expressed in natural language. However, a significant weakness of language models is that they lack real…

Cited by 1747SourcecodeScholar
2022

Do deep networks transfer invariances across classes?

ICLR 2022poster

In order to generalize well, classifiers must learn to be invariant to nuisance transformations that do not alter an input's class. Many problems have "class-agnostic" nuisance transformations that apply similarly to all classes, such as lighting and background changes for image classification. Neur…

2022

Enhancing Self-Consistency and Performance of Pre-Trained Language Models through Natural Language Inference

EMNLP 2022main

While large pre-trained language models are powerful, their predictions often lack logical consistency across test inputs. For example, a state-of-the-art Macaw question-answering (QA) model answers <i>Yes</i> to <i>Is a sparrow a bird?</i> and <i>Does a bird have feet?</i> but answers <i>No</i> to…

Cited by 47SourcePDFScholar
2022

Extending the WILDS Benchmark for Unsupervised Adaptation

ICLR 2022oral

Machine learning systems deployed in the wild are often trained on a source distribution but deployed on a different target distribution. Unlabeled data can be a powerful point of leverage for mitigating these distribution shifts, as it is frequently much more available than labeled data and can oft…

Cited by 143SourcePDFScholar
2022

Fast Model Editing at Scale

ICLR 2022poster

While large pre-trained models have enabled impressive results on a variety of downstream tasks, the largest existing models still make errors, and even accurate predictions may become outdated over time. Because detecting all such failures at training time is impossible, enabling both developers an…

2022

Giving Feedback on Interactive Student Programs with Meta-Exploration

NeurIPS 2022accept

Developing interactive software, such as websites or games, is a particularly engaging way to learn computer science. However, teaching and giving feedback on such software is time-consuming — standard approaches require instructors to manually grade student-implemented interactive programs. As a re…

2022

How to Leverage Unlabeled Data in Offline Reinforcement Learning

ICML 2022spotlight

Offline reinforcement learning (RL) can learn control policies from static datasets but, like standard RL methods, it requires reward annotations for every transition. In many cases, labeling large datasets with rewards may be costly, especially if those rewards must be provided by human labelers, w…

Cited by 85SourcePDFScholar
2022

Improving Out-of-Distribution Robustness via Selective Augmentation

ICML 2022spotlight

Machine learning algorithms typically assume that training and test examples are drawn from the same distribution. However, distribution shift is a common problem in real-world applications and can cause models to perform dramatically worse at test time. In this paper, we specifically consider the p…

2022

LAPO: Latent-Variable Advantage-Weighted Policy Optimization for Offline Reinforcement Learning

NeurIPS 2022accept

Offline reinforcement learning methods hold the promise of learning policies from pre-collected datasets without the need to query the environment for new samples. This setting is particularly well-suited for continuous control robotic applications for which online data collection based on trial-and…

Cited by 25SourcePDFScholar
2022

Learning Options via Compression

NeurIPS 2022accept

Identifying statistical regularities in solutions to some tasks in multi-task reinforcement learning can accelerate the learning of new tasks. Skill learning offers one way of identifying these regularities by decomposing pre-collected experiences into a sequence of skills. A popular approach to ski…

2022

MEMO: Test Time Robustness via Adaptation and Augmentation

NeurIPS 2022accept

While deep neural networks can attain good accuracy on in-distribution test points, many applications require robustness even in the face of unexpected perturbations in the input, changes in the domain, or other sources of distribution shift. We study the problem of test time robustification, i.e.,…

2022

Memory-Based Model Editing at Scale

ICML 2022spotlight

Even the largest neural networks make errors, and once-correct predictions can become invalid as the world changes. Model editors make local updates to the behavior of base (pre-trained) models to inject updated knowledge or correct undesirable behaviors. Existing model editors have shown promise, b…

2022

Play it by Ear: Learning Skills amidst Occlusion through Audio-Visual Imitation Learning

RSS 2022poster

Humans are capable of completing a range of challenging manipulation tasks that require reasoning jointly over modalities such as vision, touch, and sound. Moreover, many such tasks are partially-observed; for example, taking a notebook out of a backpack will lead to visual occlusion and require rea…

Cited by 34SourcePDFScholar
2022

R3M: A Universal Visual Representation for Robot Manipulation

CoRL 2022poster

We study how visual representations pre-trained on diverse human video data can enable data-efficient learning of downstream robotic manipulation tasks. Concretely, we pre-train a visual representation using the Ego4D human video dataset using a combination of time-contrastive learning, video-langua…

Cited by 615SourcecodeScholar
2022

Robust Policy Learning over Multiple Uncertainty Sets

ICML 2022spotlight

Reinforcement learning (RL) agents need to be robust to variations in safety-critical environments. While system identification methods provide a way to infer the variation from online experience, they can fail in settings where fast identification is not possible. Another dominant approach is robus…

Cited by 18SourcePDFScholar
2022

Vision-Based Manipulators Need to Also See from Their Hands

ICLR 2022oral

We study how the choice of visual perspective affects learning and generalization in the context of physical manipulation from raw sensor observations. Compared with the more commonly used global third-person perspective, a hand-centric (eye-in-hand) perspective affords reduced observability, but we…

Cited by 48SourcePDFScholar
2022

When to Ask for Help: Proactive Interventions in Autonomous Reinforcement Learning

NeurIPS 2022accept

A long-term goal of reinforcement learning is to design agents that can autonomously interact and learn in the world. A critical challenge to such autonomy is the presence of irreversible states which require external assistance to recover from, such as when a robot arm has pushed an object off of a…

2022

Wild-Time: A Benchmark of in-the-Wild Distribution Shift over Time

NeurIPS 2022accept

Distribution shifts occur when the test distribution differs from the training distribution, and can considerably degrade performance of machine learning models deployed in the real world. While recent works have studied robustness to distribution shifts, distribution shifts arising from the passage…

2022

You Only Live Once: Single-Life Reinforcement Learning

NeurIPS 2022accept

Reinforcement learning algorithms are typically designed to learn a performant policy that can repeatedly and autonomously complete a task, usually starting from scratch. However, in many real-world situations, the goal might not be to learn a policy that can do the task repeatedly, but simply to pe…

Cited by 28SourcePDFScholar
2021

A Workflow for Offline Model-Free Robotic Reinforcement Learning

CoRL 2021oral

Offline reinforcement learning (RL) enables learning control policies by utilizing only prior experience, without any online interaction. This can allow robots to acquire generalizable skills from large and diverse datasets, without any costly or unsafe online data collection. Despite recent algorit…

Cited by 105SourceScholar
2021

Actionable Models: Unsupervised Offline Reinforcement Learning of Robotic Skills

ICML 2021spotlight

We consider the problem of learning useful robotic skills from previously collected offline data without access to manually specified rewards or additional online exploration, a setting that is becoming increasingly important for scaling robot learning by reusing past robotic data. In particular, we…

Cited by 171SourcePDFScholar
2021

Adaptive Risk Minimization: Learning to Adapt to Domain Shift

NeurIPS 2021poster

A fundamental assumption of most machine learning algorithms is that the training and test data are drawn from the same underlying distribution. However, this assumption is violated in almost all practical applications: machine learning systems are regularly tested under distribution shift, due to c…

2021

Autonomous Reinforcement Learning via Subgoal Curricula

NeurIPS 2021poster

Reinforcement learning (RL) promises to enable autonomous acquisition of complex behaviors for diverse agents. However, the success of current reinforcement learning algorithms is predicated on an often under-emphasised requirement -- each trial needs to start from a fixed initial state distribution…

Cited by 34SourcePDFScholar
2021

BC-Z: Zero-Shot Task Generalization with Robotic Imitation Learning

CoRL 2021poster

In this paper, we study the problem of enabling a vision-based robotic manipulation system to generalize to novel tasks, a long-standing challenge in robot learning. We approach the challenge from an imitation learning perspective, aiming to study how scaling and broadening the data collected can fa…

Cited by 594SourceScholar
2021

Bayesian Meta-Learning for Few-Shot Policy Adaptation Across Robotic Platforms

IROS 2021poster

Reinforcement learning methods can achieve significant performance but require a large amount of training data collected on the same robotic platform. A policy trained with expensive data is rendered useless after making even a minor change to the robot hardware. In this paper, we address the challe…

Cited by 34SourceScholar
2021

COMBO: Conservative Offline Model-Based Policy Optimization

NeurIPS 2021poster

Model-based reinforcement learning (RL) algorithms, which learn a dynamics model from logged experience and perform conservative planning under the learned model, have emerged as a promising paradigm for offline reinforcement learning (offline RL). However, practical variants of such model-based alg…

Cited by 490SourcePDFScholar
2021

Catformer: Designing Stable Transformers via Sensitivity Analysis

ICML 2021spotlight

Transformer architectures are widely used, but training them is non-trivial, requiring custom learning rate schedules, scaling terms, residual connections, careful placement of submodules such as normalization, and so on. In this paper, we improve upon recent analysis of Transformers and formalize a…

Cited by 22SourcePDFScholar
2021

Conservative Data Sharing for Multi-Task Offline Reinforcement Learning

NeurIPS 2021poster

Offline reinforcement learning (RL) algorithms have shown promising results in domains where abundant pre-collected data is available. However, prior methods focus on solving individual problems from scratch with an offline dataset without considering how an offline RL agent can acquire multiple ski…

Cited by 90SourcePDFScholar
2021

Decoupling Exploration and Exploitation for Meta-Reinforcement Learning without Sacrifices

ICML 2021spotlight

The goal of meta-reinforcement learning (meta-RL) is to build agents that can quickly learn new tasks by leveraging prior experience on related tasks. Learning a new task often requires both exploring to gather task-relevant information and exploiting this information to solve the task. In principle…

2021

Deep Reinforcement Learning amidst Continual Structured Non-Stationarity

ICML 2021spotlight

As humans, our goals and our environment are persistently changing throughout our lifetime based on our experiences, actions, and internal and external drives. In contrast, typical reinforcement learning problem set-ups consider decision processes that are stationary across episodes. Can we develop…

Cited by 47SourcePDFScholar
2021

Differentiable Annealed Importance Sampling and the Perils of Gradient Noise

NeurIPS 2021poster

Annealed importance sampling (AIS) and related algorithms are highly effective tools for marginal likelihood estimation, but are not fully differentiable due to the use of Metropolis-Hastings correction steps. Differentiability is a desirable property as it would admit the possibility of optimizing…

Cited by 38SourcePDFScholar
2021

Efficiently Identifying Task Groupings for Multi-Task Learning

NeurIPS 2021spotlight

Multi-task learning can leverage information learned by one task to benefit the training of other tasks. Despite this capacity, naively training all tasks together in one model often degrades performance, and exhaustively searching through combinations of task groupings can be prohibitively expensiv…

2021

Example-Driven Model-Based Reinforcement Learning for Solving Long-Horizon Visuomotor Tasks

CoRL 2021poster

In this paper, we study the problem of learning a repertoire of low-level skills from raw images that can be sequenced to complete long-horizon visuomotor tasks. Reinforcement learning (RL) is a promising approach for acquiring short-horizon skills autonomously. However, the focus of RL algorithms h…

Cited by 29SourceScholar
2021

Greedy Hierarchical Variational Autoencoders for Large-Scale Video Prediction

CVPR 2021poster

A video prediction model that generalizes to diverse scenes would enable intelligent agents such as robots to perform a variety of tasks via planning with the model. However, while existing video prediction models have produced promising results on small datasets, they suffer from severe underfittin…

Cited by 131PDFScholar
2021

Information is Power: Intrinsic Control via Information Capture

NeurIPS 2021poster

Humans and animals explore their environment and acquire useful skills even in the absence of clear goals, exhibiting intrinsic motivation. The study of intrinsic motivation in artificial agents is concerned with the following question: what is a good general-purpose objective for an agent? We study…

Cited by 11SourcePDFScholar
2021

Just Train Twice: Improving Group Robustness without Training Group Information

ICML 2021oral

Standard training via empirical risk minimization (ERM) can produce models that achieve low error on average but high error on minority groups, especially in the presence of spurious correlations between the input and label. Prior approaches to this problem, like group distributionally robust optimi…

2021

Learning Generalizable Robotic Reward Functions from “In-The-Wild” Human Videos

RSS 2021poster

We are motivated by the goal of generalist robots that can complete a wide range of tasks across many environments. Critical to this is the robot's ability to acquire some metric of task success or reward; which is necessary for reinforcement learning; planning; or knowing when to ask for help. For…

Cited by 134SourcePDFScholar
2021

Learning Language-Conditioned Robot Behavior from Offline Data and Crowd-Sourced Annotation

CoRL 2021poster

We study the problem of learning a range of vision-based manipulation tasks from a large offline dataset of robot interaction. In order to accomplish this, humans need easy and effective ways of specifying tasks to the robot. Goal images are one popular form of task specification, as they are alread…

Cited by 170SourceScholar
2021

Meta-learning with an Adaptive Task Scheduler

NeurIPS 2021poster

To benefit the learning of a new task, meta-learning has been proposed to transfer a well-generalized meta-model learned from various meta-training tasks. Existing meta-learning algorithms randomly sample meta-training tasks with a uniform probability, under the assumption that tasks are of equal im…

2021

Model-Based Visual Planning with Self-Supervised Functional Distances

ICLR 2021spotlight

A generalist robot must be able to complete a variety of tasks in its environment. One appealing way to specify each task is in terms of a goal observation. However, learning goal-reaching policies with reinforcement learning remains a challenging problem, particularly when hand-engineered reward fu…

2021

Noether Networks: meta-learning useful conserved quantities

NeurIPS 2021poster

Progress in machine learning (ML) stems from a combination of data availability, computational resources, and an appropriate encoding of inductive biases. Useful biases often exploit symmetries in the prediction problem, such as convolutional networks relying on translation equivariance. Automatical…

Cited by 38SourcePDFScholar
2021

Offline Meta-Reinforcement Learning with Advantage Weighting

ICML 2021spotlight

This paper introduces the offline meta-reinforcement learning (offline meta-RL) problem setting and proposes an algorithm that performs well in this setting. Offline meta-RL is analogous to the widely successful supervised learning strategy of pre-training a model on a large batch of fixed, pre-coll…

2021

Recovery RL: Safe Reinforcement Learning With Learned Recovery Zones

RA-L 2021

Safety remains a central obstacle preventing widespread use of RL in the real world: learning new tasks in uncertain environments requires extensive exploration, but safety requires limiting exploration. We propose Recovery RL, an algorithm which navigates this tradeoff by (1) leveraging offline dat

Cited by 288SourceScholar
2021

SMiRL: Surprise Minimizing Reinforcement Learning in Unstable Environments

ICLR 2021oral

Every living organism struggles against disruptive environmental forces to carve out and maintain an orderly niche. We propose that such a struggle to achieve and preserve order might offer a principle for the emergence of useful behaviors in artificial agents. We formalize this idea into an unsuper…

Cited by 49SourcePDFScholar
2021

Scaling Up Multi-Task Robotic Reinforcement Learning

CoRL 2021poster

General-purpose robotic systems must master a large repertoire of diverse skills. While reinforcement learning provides a powerful framework for acquiring individual behaviors, the time needed to acquire each skill makes the prospect of a generalist robot trained with RL daunting. In this paper, we…

Cited by 38SourcecodeScholar
2021

Visual Adversarial Imitation Learning using Variational Models

NeurIPS 2021poster

Reward function specification, which requires considerable human effort and iteration, remains a major impediment for learning behaviors through deep reinforcement learning. In contrast, providing visual demonstrations of desired behaviors presents an easier and more natural way to teach agents. We…

Cited by 50SourcePDFScholar
2021

WILDS: A Benchmark of in-the-Wild Distribution Shifts

ICML 2021oral

Distribution shifts—where the training distribution differs from the test distribution—can substantially degrade the accuracy of machine learning (ML) systems deployed in the wild. Despite their ubiquity in the real-world deployments, these distribution shifts are under-represented in the datasets w…

2020

Cautious Adaptation For Reinforcement Learning in Safety-Critical Settings

ICML 2020poster

Reinforcement learning (RL) in real-world safety-critical target settings like urban driving is hazardous, imperiling the RL agent, other agents, and the environment. To overcome this difficulty, we propose a "safety-critical adaptation" task setting: an agent first trains in non-safety-critical "so…

Cited by 79SourcePDFScholar
2020

Continual Learning of Control Primitives : Skill Discovery via Reset-Games

NeurIPS 2020poster

Reinforcement learning has the potential to automate the acquisition of behavior in complex settings, but in order for it to be successfully deployed, a number of practical challenges must be addressed. First, in real world settings, when an agent attempts a tasks and fails, the environment must som…

2020

Gradient Surgery for Multi-Task Learning

NeurIPS 2020poster

While deep learning and deep reinforcement learning (RL) systems have demonstrated impressive results in domains such as image classification, game playing, and robotic control, data efficiency remains a major challenge. Multi-task learning has emerged as a promising approach for sharing structure a…

2020

Hierarchical Foresight: Self-Supervised Learning of Long-Horizon Tasks via Visual Subgoal Generation

ICLR 2020poster

Video prediction models combined with planning algorithms have shown promise in enabling robots to learn to perform many vision-based tasks through only self-supervision, reaching novel goals in cluttered scenes with unseen objects. However, due to the compounding uncertainty in long horizon video p…

Cited by 166SourcecodeScholar
2020

Learning Latent Representations to Influence Multi-Agent Interaction

CoRL 2020

Seamlessly interacting with humans or robots is hard because these agents are non-stationary. They update their policy in response to the ego agent’s behavior, and the ego agent must anticipate these changes to co-adapt. Inspired by humans, we recognize that robots do not need to explicitly model ev

Cited by 0SourcePDFScholar
2020

Learning Predictive Models from Observation and Interaction

ECCV 2020poster

Learning predictive models from interaction with the world allows an agent, such as a robot, to learn about how the world works, and then use this learned model to plan coordinated sequences of actions to bring about desired outcomes. However, learning a model that captures the dynamics of complex s…

Cited by 65SourcePDFScholar
2020

Long-Horizon Visual Planning with Goal-Conditioned Hierarchical Predictors

NeurIPS 2020poster

The ability to predict and plan into the future is fundamental for agents acting in the world. To reach a faraway goal, we predict trajectories at multiple timescales, first devising a coarse plan towards the goal and then gradually filling in details. In contrast, current learning approaches for vi…

2020

MELD: Meta-Reinforcement Learning from Images via Latent State Models

CoRL 2020

Meta-reinforcement learning algorithms can enable autonomous agents, such as robots, to quickly acquire new behaviors by leveraging prior experience in a set of related training tasks. However, the onerous data requirements of meta-training compounded with the challenge of learning from sensory inpu

2020

MOPO: Model-based Offline Policy Optimization

NeurIPS 2020poster

Offline reinforcement learning (RL) refers to the problem of learning policies entirely from a batch of previously collected data. This problem setting is compelling, because it offers the promise of utilizing large, diverse, previously collected datasets to acquire policies without any costly or da…

2020

Meta-Learning without Memorization

ICLR 2020spotlight

The ability to learn new concepts with small amounts of data is a critical aspect of intelligence that has proven challenging for deep learning methods. Meta-learning has emerged as a promising technique for leveraging data from previous tasks to enable efficient learning of new tasks. However, most…

Cited by 249SourcecodeScholar
2020

Model Based Reinforcement Learning for Atari

ICLR 2020spotlight

Model-free reinforcement learning (RL) can be used to learn effective policies for complex tasks, such as Atari games, even from image observations. However, this typically requires very large amounts of interaction -- substantially more, in fact, than a human would need to learn the same games. How…

Cited by 1127SourcecodeScholar
2020

Never Stop Learning: The Effectiveness of Fine-Tuning in Robotic Reinforcement Learning

CoRL 2020

One of the great promises of robot learning systems is that they will be able to learn from their mistakes and continuously adapt to ever-changing environments. Despite this potential, most of the robot learning systems today produce static policies that are not further adapted during deployment, be

Cited by 0SourcePDFScholar
2020

OmniTact: A Multi-Directional High-Resolution Touch Sensor

ICRA 2020poster

Incorporating touch as a sensing modality for robots can enable finer and more robust manipulation skills. Existing tactile sensors are either flat, have small sensitive fields or only provide low-resolution signals. In this paper, we introduce OmniTact, a multi-directional high-resolution tactile s…

Cited by 147SourceScholar
2020

On the Expressivity of Neural Networks for Deep Reinforcement Learning

ICML 2020poster

We compare the model-free reinforcement learning with the model-based approaches through the lens of the expressive power of neural networks for policies, Q-functions, and dynamics. We show, theoretically and empirically, that even for one-dimensional continuous state space, there are many MDPs whos…

2020

One Solution is Not All You Need: Few-Shot Extrapolation via Structured MaxEnt RL

NeurIPS 2020poster

While reinforcement learning algorithms can learn effective policies for complex tasks, these policies are often brittle to even minor task variations, especially when variations are not explicitly provided during training. One natural approach to this problem is to train agents with manually specif…

Cited by 115SourcePDFScholar
2020

Rapidly Adaptable Legged Robots via Evolutionary Meta-Learning

IROS 2020poster

Learning adaptable policies is crucial for robots to operate autonomously in our complex and quickly changing world. In this work, we present a new meta-learning method that allows robots to quickly adapt to changes in dynamics. In contrast to gradient-based meta-learning algorithms that rely on sec…

Cited by 96SourceScholar
2020

Reinforcement Learning with Videos: Combining Offline Observations with Interaction

CoRL 2020

Reinforcement learning is a powerful framework for robots to acquire skills from experience, but often requires a substantial amount of online data collection. As a result, it is difficult to collect sufficiently diverse experiences that are needed for robots to generalize broadly. Videos of humans,

2020

Scalable Multi-Task Imitation Learning with Autonomous Improvement

ICRA 2020poster

While robot learning has demonstrated promising results for enabling robots to automatically acquire new skills, a critical challenge in deploying learning-based systems is scale: acquiring enough data for the robot to effectively generalize broadly. Imitation learning, in particular, has remained a…

Cited by 46SourceScholar
2020

VideoFlow: A Conditional Flow-Based Model for Stochastic Video Generation

ICLR 2020poster

Generative models that can model and predict sequences of future events can, in principle, learn to capture complex real-world phenomena, such as physical interactions. However, a central challenge in video prediction is that the future is highly uncertain: a sequence of past observations of events…

Cited by 123SourcecodeScholar
2020

Watch, Try, Learn: Meta-Learning from Demonstrations and Rewards

ICLR 2020poster

Imitation learning allows agents to learn complex behaviors from demonstrations. However, learning a complex vision-based task may require an impractical number of demonstrations. Meta-imitation learning is a promising approach towards enabling agents to learn a new task from one or a few demonstrat…

Cited by 69SourceScholar
2020

Weakly-Supervised Reinforcement Learning for Controllable Behavior

NeurIPS 2020poster

Reinforcement learning (RL) is a powerful framework for learning to take actions to solve tasks. However, in many settings, an agent must winnow down the inconceivably large space of all possible tasks to the single task that it is currently being asked to solve. Can we instead constrain the space o…

2019

Deep Online Learning Via Meta-Learning: Continual Adaptation for Model-Based RL

ICLR 2019poster

Humans and animals can learn complex predictive models that allow them to accurately and reliably reason about real-world phenomena, and they can adapt such models extremely quickly in the face of unexpected changes. Deep neural network models allow us to represent very complex functions, but lack t…

Cited by 236SourcePDFScholar
2019

Efficient Off-Policy Meta-Reinforcement Learning via Probabilistic Context Variables

ICML 2019oral

Deep reinforcement learning algorithms require large amounts of experience to learn an individual task. While meta-reinforcement learning (meta-RL) algorithms can enable agents to learn new skills from small amounts of experience, several major challenges preclude their practicality. Current methods…

2019

End-To-End Robotic Reinforcement Learning without Reward Engineering

RSS 2019poster

The combination of deep neural network models and reinforcement learning algorithms can make it possible to learn policies for robotic behaviors that directly read in raw sensory inputs, such as camera images, effectively subsuming both estimation and control into one model. However, real-world appl…

2019

Entity Abstraction in Visual Model-Based Reinforcement Learning

CoRL 2019

We present OP3, a framework for model-based reinforcement learning that acquires object representations from raw visual observations without supervision and uses them to predict and plan. To ground these abstract representations of entities to actual objects in the world, we formulate an interactive

2019

Guided Meta-Policy Search

NeurIPS 2019spotlight

Reinforcement learning (RL) algorithms have demonstrated promising results on complex tasks, yet often require impractical numbers of samples because they learn from scratch. Meta-RL aims to address this challenge by leveraging experience from previous tasks so as to more quickly solve new tasks. Ho…

Cited by 87SourcePDFScholar
2019

Improvisation through Physical Understanding: Using Novel Objects As Tools with Visual Foresight

RSS 2019poster

Machine learning has enabled robots to perform complex tasks in narrowly-scoped settings, and to perform simple tasks with high generalization. However, learning a model that can both perform complex tasks and generalize to previously unseen objects and goals remains a significant challenge. We stud…

Cited by 105SourcePDFScholar
2019

Learning a Prior over Intent via Meta-Inverse Reinforcement Learning

ICML 2019oral

A significant challenge for the practical application of reinforcement learning to real world problems is the need to specify an oracle reward function that correctly defines a task. Inverse reinforcement learning (IRL) seeks to avoid this challenge by instead inferring a reward function from expert…

Cited by 88SourcePDFScholar
2019

Learning to Adapt in Dynamic, Real-World Environments through Meta-Reinforcement Learning

ICLR 2019poster

Although reinforcement learning methods can achieve impressive results in simulation, the real world presents two major challenges: generating samples is exceedingly expensive, and unexpected perturbations or unseen situations cause proficient but specialized policies to fail at test time. Given tha…

Cited by 740SourcePDFScholar
2019

Manipulation by Feel: Touch-Based Control with Deep Predictive Models

ICRA 2019poster

Touch sensing is widely acknowledged to be important for dexterous robotic manipulation, but exploiting tactile sensing for continuous, non-prehensile manipulation is challenging. General purpose control techniques that are able to effectively leverage tactile sensing as well as accurate physics mod…

Cited by 158SourceScholar
2019

Meta-Inverse Reinforcement Learning with Probabilistic Context Variables

NeurIPS 2019poster

Reinforcement learning demands a reward function, which is often difficult to provide or design in real world applications. While inverse reinforcement learning (IRL) holds promise for automatically learning reward functions from demonstrations, several major challenges remain. First, existing IRL m…

2019

Meta-Learning with Implicit Gradients

NeurIPS 2019poster

A core capability of intelligent systems is the ability to quickly learn new tasks by drawing on prior experience. Gradient (or optimization) based meta-learning has recently emerged as an effective approach for few-shot learning. In this formulation, meta-parameters are learned in the outer loop, w…