← Search

Nicholas Rhinehart

28 accepted papers

2025

DR-MPC: Deep Residual Model Predictive Control for Real-World Social Navigation

RA-L 2025

How can a robot safely navigate around people with complex motion patterns? Deep Reinforcement Learning (DRL) in simulation holds some promise, but much prior work relies on simulators that fail to capture the nuances of real human motion. Thus, we propose Deep Residual Model Predictive Control (DR-

Cited by 15SourceScholar
2025

Towards foundational LiDAR world models with efficient latent flow matching

NeurIPS 2025poster

LiDAR-based world models offer more structured and geometry-aware representations than their image-based counterparts. However, existing LiDAR world models are narrowly trained; each model excels only in the domain for which it was built. This raises a critical question: can we develop LiDAR world m…

Cited by 0SourceScholar
2024

CARFF: Conditional Auto-encoded Radiance Field for 3D Scene Forecasting

ECCV 2024poster

"We propose , a method for predicting future 3D scenes given past observations. Our method maps 2D ego-centric images to a distribution over plausible 3D latent scene configurations and predicts the evolution of hypothesized scenes through time. Our latents condition a global Neural Radiance Field (…

Cited by 2SourcePDFScholar
2023

The Waymo Open Sim Agents Challenge

NeurIPS 2023spotlight

Simulation with realistic, interactive agents represents a key task for autonomous vehicle software development. In this work, we introduce the Waymo Open Sim Agents Challenge (WOSAC). WOSAC is the first public challenge to tackle this task and propose corresponding metrics. The goal of the challeng…

2022

Hybrid Imitative Planning with Geometric and Predictive Costs in Off-road Environments

ICRA 2022poster

Geometric methods for solving open-world off-road navigation tasks, by learning occupancy and metric maps, provide good generalization but can be brittle in outdoor environments that violate their assumptions (e.g., tall grass). Learning-based methods can directly learn collision-free behavior from…

Cited by 17SourceScholar
2022

Is Anyone There? Learning a Planner Contingent on Perceptual Uncertainty

CoRL 2022poster

Robots in complex multi-agent environments should reason about the intentions of observed and currently unobserved agents. In this paper, we present a new learning-based method for prediction and planning in complex multi-agent environments where the states of the other agents are partially-observed…

Cited by 14SourceScholar
2022

Offline Reinforcement Learning for Visual Navigation

CoRL 2022oral

Reinforcement learning can enable robots to navigate to distant goals while optimizing user-specified reward functions, including preferences for following lanes, staying on paved paths, or avoiding freshly mowed grass. However, online learning from trial-and-error for real-world robots is logistica…

Cited by 21SourcecodeScholar
2022

S2Net: Stochastic Sequential Pointcloud Forecasting

ECCV 2022poster

"Predicting futures of surrounding agents is critical for autonomous systems such as self-driving cars. Instead of requiring accurate detection and tracking prior to trajectory prediction, an object agnostic Sequential Pointcloud Forecasting (SPF) task was proposed in prior work, which enables a for…

Cited by 22SourcePDFScholar
2021

Conservative Safety Critics for Exploration

ICLR 2021poster

Safe exploration presents a major challenge in reinforcement learning (RL): when active data collection requires deploying partially trained policies, we must ensure that these policies avoid catastrophically unsafe regions, while still enabling trial and error learning. In this paper, we target the…

Cited by 168SourcePDFScholar
2021

Contingencies from Observations: Tractable Contingency Planning with Learned Behavior Models

ICRA 2021poster

Humans have a remarkable ability to accurately reason about future events, including the behaviors and states of mind of other agents. Consider driving a car through a busy intersection: it is necessary to reason about the physics of the vehicle, the intentions of other drivers, and their beliefs ab…

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

Parrot: Data-Driven Behavioral Priors for Reinforcement Learning

ICLR 2021oral

Reinforcement learning provides a general framework for flexible decision making and control, but requires extensive data collection for each new task that an agent needs to learn. In other machine learning fields, such as natural language processing or computer vision, pre-training on large, previo…

Cited by 168SourcePDFScholar
2021

Rapid Exploration for Open-World Navigation with Latent Goal Models

CoRL 2021oral

We describe a robotic learning system for autonomous exploration and navigation in diverse, open-world environments. At the core of our method is a learned latent variable model of distances and actions, along with a non-parametric topological memory of images. We use an information bottleneck to re…

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

ViNG: Learning Open-World Navigation with Visual Goals

ICRA 2021poster

We propose a learning-based navigation system for reaching visually indicated goals and demonstrate this system on a real mobile robot platform. Learning provides an appealing alternative to conventional methods for robotic navigation: instead of reasoning about environments in terms of geometry and…

Cited by 114SourceScholar
2020

Can Autonomous Vehicles Identify, Recover From, and Adapt to Distribution Shifts?

ICML 2020poster

Out-of-training-distribution (OOD) scenarios are a common challenge of learning agents at deployment, typically leading to arbitrary deductions and poorly-informed decisions. In principle, detection of and adaptation to OOD scenes can mitigate their adverse effects. In this paper, we highlight the l…

2020

Deep Imitative Models for Flexible Inference, Planning, and Control

ICLR 2020poster

Imitation Learning (IL) is an appealing approach to learn desirable autonomous behavior. However, directing IL to achieve arbitrary goals is difficult. In contrast, planning-based algorithms use dynamics models and reward functions to achieve goals. Yet, reward functions that evoke desirable behavio…

Cited by 170SourcecodeScholar
2020

Generative Hybrid Representations for Activity Forecasting With No-Regret Learning

CVPR 2020oral

Automatically reasoning about future human behaviors is a difficult problem but has significant practical applications to assistive systems. Part of this difficulty stems from learning systems' inability to represent all kinds of behaviors. Some behaviors, such as motion, are best described with con…

Cited by 36PDFScholar
2020

Inverting the Pose Forecasting Pipeline with SPF2: Sequential Pointcloud Forecasting for Sequential Pose Forecasting

CoRL 2020

Many autonomous systems forecast aspects of the future in order to aid decision-making. For example, self-driving vehicles and robotic manipulation systems often forecast future object poses by first detecting and tracking objects. However, this detect-then-forecast pipeline is expensive to scale, a

Cited by 0SourcePDFScholar
2019

Directed-Info GAIL: Learning Hierarchical Policies from Unsegmented Demonstrations using Directed Information

ICLR 2019poster

The use of imitation learning to learn a single policy for a complex task that has multiple modes or hierarchical structure can be challenging. In fact, previous work has shown that when the modes are known, learning separate policies for each mode or sub-task can greatly improve the performance of…

Cited by 95SourcePDFScholar
2019

PRECOG: PREdiction Conditioned on Goals in Visual Multi-Agent Settings

ICCV 2019poster

For autonomous vehicles (AVs) to behave appropriately on roads populated by human-driven vehicles, they must be able to reason about the uncertain intentions and decisions of other drivers from rich perceptual information. Towards these capabilities, we present a probabilistic forecasting model of f…

Cited by 467PDFcodeScholar
2018

Learning Neural Parsers with Deterministic Differentiable Imitation Learning

CoRL 2018

We explore the problem of learning to decompose spatial tasks into segments, as exemplified by the problem of a painting robot covering a large object. Inspired by the ability of classical decision tree algorithms to construct structured parti- tions of their input spaces, we formulate the problem o

Cited by 0SourcePDFScholar
2018

N2N learning: Network to Network Compression via Policy Gradient Reinforcement Learning

ICLR 2018poster

While bigger and deeper neural network architectures continue to advance the state-of-the-art for many computer vision tasks, real-world adoption of these networks is impeded by hardware and speed constraints. Conventional model compression methods attempt to address this problem by modifying the ar…

Cited by 232SourcePDFScholar
2018

R2P2: A ReparameteRized Pushforward Policy for Diverse, Precise Generative Path Forecasting

ECCV 2018poster

We propose a method to forecast a vehicle's ego-motion as a distribution over spatiotemporal paths, conditioned on features (e.g., from LIDAR and images) embedded in an overhead map. The method learns a policy inducing a distribution over simulated trajectories that is both diverse (produces most pa…

Cited by 295SourcePDFScholar
2017

Predictive-State Decoders: Encoding the Future into Recurrent Networks

NeurIPS 2017poster

Recurrent neural networks (RNNs) are a vital modeling technique that rely on internal states learned indirectly by optimization of a supervised, unsupervised, or reinforcement training loss. RNNs are used to model dynamic processes that are characterized by underlying latent states whose form is oft…

Cited by 46SourcePDFScholar
2015

Visual chunking: A list prediction framework for region-based object detection

ICRA 2015poster

We consider detecting objects in an image by iteratively selecting from a set of arbitrarily shaped candidate regions. Our generic approach, which we term visual chunking, reasons about the locations of multiple object instances in an image while expressively describing object boundaries. We design…

Cited by 5SourceScholar