← Search

Sanjiban Choudhury

52 accepted papers

2026

All Roads Lead to Likelihood: The Value of Reinforcement Learning in Fine-Tuning

ICLR 2026poster

From a first-principles perspective, it may seem odd that the strongest results in foundation model fine-tuning (FT) are achieved via a relatively complex, two-stage training procedure. Specifically, one first trains a reward model (RM) on some dataset (e.g., human preferences) before using it to pr…

Cited by 62SourceScholar
2025

A Smooth Sea Never Made a Skilled SAILOR: Robust Imitation via Learning to Search

NeurIPS 2025spotlight

The fundamental limitation of the behavioral cloning (BC) approach to imitation learning is that it only teaches an agent what the expert did at states the expert visited. This means that when a BC agent makes a mistake which takes them out of the support of the demonstrations, they often don't know…

Cited by 0SourcecodeScholar
2025

Better than Your Teacher: LLM Agents that learn from Privileged AI Feedback

ICLR 2025poster

While large language models (LLMs) show impressive decision-making abilities, current methods lack a mechanism for automatic self-improvement from errors during task execution. We propose LEAP, an iterative fine-tuning framework that continually improves LLM agents using feedback from AI expert teac…

2025

Imitation Learning from a Single Temporally Misaligned Video

ICML 2025poster

We examine the problem of learning sequential tasks from a single visual demonstration. A key challenge arises when demonstrations are temporally misaligned due to variations in timing, differences in embodiment, or inconsistencies in execution. Existing approaches treat imitation as a distribution-…

2025

Imitation Learning via Focused Satisficing

IJCAI 2025

Imitation learning often assumes that demonstrations are close to optimal according to some fixed, but unknown, cost function. However, according to satisficing theory, humans often choose acceptable behavior based on their personal (and potentially dynamic) levels of aspiration, rather than achievi

Cited by 0SourcePDFScholar
2025

Motion Tracks: A Unified Representation for Human-Robot Transfer in Few-Shot Imitation Learning

ICRA 2025

Teaching robots to autonomously complete everyday tasks remains a challenge. Imitation Learning (IL) is a powerful approach that imbues robots with skills via demonstrations, but is limited by the labor-intensive process of collecting teleoperated robot data. Human videos offer a scalable alternativ

Cited by 65SourcecodeScholar
2025

Multi-Turn Code Generation Through Single-Step Rewards

ICML 2025spotlight

We address the problem of code generation from multi-turn execution feedback. Existing methods either generate code without feedback or use complex, hierarchical reinforcement learning to optimize multi-turn rewards. We propose a simple yet scalable approach, $\mu$CODE, that solves multi-turn code…

2025

Non-Adversarial Inverse Reinforcement Learning via Successor Feature Matching

ICLR 2025poster

In inverse reinforcement learning (IRL), an agent seeks to replicate expert demonstrations through interactions with the environment. Traditionally, IRL is treated as an adversarial game, where an adversary searches over reward models, and a learner optimizes the reward through repeated RL procedure…

2025

Robotouille: An Asynchronous Planning Benchmark for LLM Agents

ICLR 2025poster

Effective asynchronous planning, or the ability to efficiently reason and plan over states and actions that must happen in parallel or sequentially, is essential for agents that must account for time delays, reason over diverse long-horizon tasks, and collaborate with other agents. While large langu…

2025

X-Sim: Cross-Embodiment Learning via Real-to-Sim-to-Real

CoRL 2025oral

Human videos offer a scalable way to train robot manipulation policies, but lack the action labels needed by standard imitation learning algorithms. Existing cross-embodiment approaches try to map human motion to robot actions, but often fail when the embodiments differ significantly. We propose X-S…

Cited by 0SourceScholar
2024

APRICOT: Active Preference Learning and Constraint-Aware Task Planning with LLMs

CoRL 2024poster

Home robots performing personalized tasks must adeptly balance user preferences with environmental affordances. We focus on organization tasks within constrained spaces, such as arranging items into a refrigerator, where preferences for placement collide with physical limitations. The robot must inf…

Cited by 3SourceScholar
2024

Hybrid Inverse Reinforcement Learning

ICML 2024poster

The inverse reinforcement learning approach to imitation learning is a double-edged sword. On the one hand, it can enable learning from a smaller number of expert demonstrations with more robustness to error compounding than behavioral cloning approaches. On the other hand, it requires that the lear…

2024

InteRACT: Transformer Models for Human Intent Prediction Conditioned on Robot Actions

ICRA 2024poster

In collaborative human-robot manipulation, a robot must predict human intents and adapt its actions accordingly to smoothly execute tasks. However, the human’s intent in turn depends on actions the robot takes, creating a chicken-or-egg problem. Prior methods ignore such inter-dependency and instead…

Cited by 8SourcecodeScholar
2024

MOSAIC: Modular Foundation Models for Assistive and Interactive Cooking

CoRL 2024poster

We present MOSAIC, a modular architecture for coordinating multiple robots to (a) interact with users using natural language and (b) manipulate an open vocabulary of everyday objects. At several levels, MOSAIC employs modularity: it leverages multiple large-scale pre-trained models for high-level ta…

Cited by 0SourceScholar
2024

UNcommonsense Reasoning: Abductive Reasoning about Uncommon Situations

NAACL 2024long

Language technologies that accurately model the dynamics of events must perform commonsense reasoning. Existing work evaluating commonsense reasoning focuses on making inferences about common, everyday situations. To instead investigate the ability to model unusual, unexpected, and unlikely situatio…

Cited by 3SourcePDFScholar
2023

Demo2Code: From Summarizing Demonstrations to Synthesizing Code via Extended Chain-of-Thought

NeurIPS 2023poster

Language instructions and demonstrations are two natural ways for users to teach robots personalized tasks. Recent progress in Large Language Models (LLMs) has shown impressive performance in translating language instructions into code for robotic tasks. However, translating demonstrations into task…

Cited by 30SourcePDFScholar
2023

GuILD: Guided Incremental Local Densification for Accelerated Sampling-based Motion Planning

ICRA 2023poster

Sampling-based motion planners rely on incre-mental densification to discover progressively shorter paths. After computing feasible path \xi\xi between start x_{s}x_{s} and goal x_{t}x_{t}, the Informed Set (IS) prunes the configuration space \mathcal{X}\mathcal{X} by conservatively eliminating poin…

Cited by 12SourceScholar
2023

Impossibly Good Experts and How to Follow Them

ICLR 2023poster

We consider the sequential decision making problem of learning from an expert that has access to more information than the learner. For many problems this extra information will enable the expert to achieve greater long term reward than any policy without this privileged information access. We cal…

Cited by 16SourcePDFScholar
2023

Inverse Reinforcement Learning without Reinforcement Learning

ICML 2023poster

Inverse Reinforcement Learning (IRL) is a powerful set of techniques for imitation learning that aims to learn a reward function that rationalizes expert demonstrations. Unfortunately, traditional IRL methods suffer from a computational weakness: they require repeatedly solving a hard reinforcement…

2023

Learning Shared Safety Constraints from Multi-task Demonstrations

NeurIPS 2023poster

Regardless of the particular task we want to perform in an environment, there are often shared safety constraints we want our agents to respect. For example, regardless of whether it is making a sandwich or clearing the table, a kitchen robot should not break a plate. Manually specifying such a cons…

2023

ManiCast: Collaborative Manipulation with Cost-Aware Human Forecasting

CoRL 2023poster

Seamless human-robot manipulation in close proximity relies on accurate forecasts of human motion. While there has been significant progress in learning forecast models at scale, when applied to manipulation tasks, these models accrue high errors at critical transition points leading to degradation…

Cited by 5SourcecodeScholar
2023

The Virtues of Laziness in Model-based RL: A Unified Objective and Algorithms

ICML 2023poster

We propose a novel approach to addressing two fundamental challenges in Model-based Reinforcement Learning (MBRL): the computational expense of repeatedly finding a good policy in the learned model, and the objective mismatch between model fitting and policy computation. Our "lazy" method leverages…

2022

Causal Imitation Learning under Temporally Correlated Noise

ICML 2022oral

We develop algorithms for imitation learning from policy data that was corrupted by temporally correlated noise in expert actions. When noise affects multiple timesteps of recorded data, it can manifest as spurious correlations between states and actions that a learner might latch on to, leading to…

2022

Minimax Optimal Online Imitation Learning via Replay Estimation

NeurIPS 2022accept

Online imitation learning is the problem of how best to mimic expert demonstrations, given access to the environment or an accurate simulator. Prior work has shown that in the \textit{infinite} sample regime, exact moment matching achieves value equivalence to the expert policy. However, in the \tex…

2022

Sequence Model Imitation Learning with Unobserved Contexts

NeurIPS 2022accept

We consider imitation learning problems where the learner's ability to mimic the expert increases throughout the course of an episode as more information is revealed. One example of this is when the expert has access to privileged information: while the learner might not be able to accurately reprod…

2022

Towards Uniformly Superhuman Autonomy via Subdominance Minimization

ICML 2022spotlight

Prevalent imitation learning methods seek to produce behavior that matches or exceeds average human performance. This often prevents achieving expert-level or superhuman performance when identifying the better demonstrations to imitate is difficult. We instead assume demonstrations are of varying qu…

Cited by 5SourcePDFScholar
2021

Bayesian Residual Policy Optimization: : Scalable Bayesian Reinforcement Learning with Clairvoyant Experts

IROS 2021poster

Informed and robust decision making in the face of uncertainty is critical for robots operating in unstructured environments. We formulate this as Bayesian Reinforcement Learning over latent Markov Decision Processes (MDPs). While Bayes-optimality is theoretically the gold standard, existing algorit…

Cited by 9SourceScholar
2021

Blending MPC & Value Function Approximation for Efficient Reinforcement Learning

ICLR 2021poster

Model-Predictive Control (MPC) is a powerful tool for controlling complex, real-world systems that uses a model to make predictions about future behavior. For each state encountered, MPC solves an online optimization problem to choose a control action that will minimize future cost. This is a surpri…

Cited by 43SourcePDFScholar
2021

Of Moments and Matching: A Game-Theoretic Framework for Closing the Imitation Gap

ICML 2021spotlight

We provide a unifying view of a large family of previous imitation learning algorithms through the lens of moment matching. At its core, our classification scheme is based on whether the learner attempts to match (1) reward or (2) action-value moments of the expert’s behavior, with each option leadi…

2020

ICS: Incremental Constrained Smoothing for State Estimation

ICRA 2020poster

A robot operating in the world constantly receives information about its environment in the form of new measurements at every time step. Smoothing-based estimation methods seek to optimize for the most likely robot state estimate using all measurements up till the current time step. Existing methods…

Cited by 26SourceScholar
2020

Learning from Interventions: Human-robot interaction as both explicit and implicit feedback

RSS 2020poster

Scalable robot learning from seamless human-robot interaction is critical if robots are to solve a multitude of tasks in the real world. Current approaches to imitation learning suffer from one of two drawbacks. On the one hand, they rely solely on off-policy human demonstration, which in some cases…

Cited by 66SourcePDFScholar
2020

Posterior Sampling for Anytime Motion Planning on Graphs with Expensive-to-Evaluate Edges

ICRA 2020poster

Collision checking is a computational bottleneck in motion planning, requiring lazy algorithms that explicitly reason about when to perform this computation. Optimism in the face of collision uncertainty minimizes the number of checks before finding the shortest path. However, this may take a prohib…

Cited by 15SourceScholar
2019

Bayesian Policy Optimization for Model Uncertainty

ICLR 2019poster

Addressing uncertainty is critical for autonomous systems to robustly adapt to the real world. We formulate the problem of model uncertainty as a continuous Bayes-Adaptive Markov Decision Process (BAMDP), where an agent maintains a posterior distribution over latent model parameters given a history…

Cited by 59SourcePDFScholar
2019

LEGO: Leveraging Experience in Roadmap Generation for Sampling-Based Planning

IROS 2019poster

We consider the problem of leveraging prior experience to generate roadmaps in sampling-based motion planning. A desirable roadmap is one that is sparse, allowing for fast search, with nodes spread out at key locations such that a low- cost feasible path exists. An increasingly popular approach is t…

Cited by 79SourceScholar
2019

Towards a Robust Aerial Cinematography Platform: Localizing and Tracking Moving Targets in Unstructured Environments

IROS 2019poster

The use of drones for aerial cinematography has revolutionized several applications and industries that require live and dynamic camera viewpoints such as entertainment, sports, and security. However, safely controlling a drone while filming a moving target usually requires multiple expert human ope…

Cited by 108SourceScholar
2017

A κITE in the wind: Smooth trajectory optimization in a moving reference frame

ICRA 2017poster

A significant challenge for unmanned aerial vehicles capable of flying long distances is planning in a wind field. Although there has been a plethora of work on the individual topics of planning long routes, smooth trajectory optimization and planning in a wind field, it is difficult for these metho…

Cited by 20SourceScholar
2017

Adaptive Information Gathering via Imitation Learning

RSS 2017poster

In the adaptive information gathering problem, a policy is required to select an informative sensing location using the history of measurements acquired thus far. While there is an extensive amount of prior work investigating effective practical approximations using variants of Shannon's entropy, th…

Cited by 25SourcePDFScholar
2017

Densification strategies for anytime motion planning over large dense roadmaps

ICRA 2017poster

We consider the problem of computing shortest paths in a dense motion-planning roadmap G. We assume that n, the number of vertices of G, is very large. Thus, using any path-planning algorithm that directly searches G, running in O(VlogV + E) ≈ O(n2) time, becomes unacceptably expensive. We are there…

Cited by 11SourceScholar
2017

Near-Optimal Edge Evaluation in Explicit Generalized Binomial Graphs

NeurIPS 2017poster

Robotic motion-planning problems, such as a UAV flying fast in a partially-known environment or a robot arm moving around cluttered objects, require finding collision-free paths quickly. Typically, this is solved by constructing a graph, where vertices represent robot configurations and edges repres…

2016

Regionally accelerated batch informed trees (RABIT*): A framework to integrate local information into optimal path planning

ICRA 2016

Sampling-based optimal planners, such as RRT*, almost-surely converge asymptotically to the optimal solution, but have provably slow convergence rates in high dimensions. This is because their commitment to finding the global optimum compels them to prioritize exploration of the entire problem domai

Cited by 111SourceScholar
2015

Emergency maneuver library - ensuring safe navigation in partially known environments

ICRA 2015poster

Autonomous mobile robots are required to operate in partially known and unstructured environments. It is imperative to guarantee safety of such systems for their successful deployment. Current state of the art does not fully exploit the sensor and dynamic capabilities of a robot. Also, given the non…

Cited by 31SourceScholar
2015

The Dynamics Projection Filter (DPF) - real-time nonlinear trajectory optimization using projection operators

ICRA 2015poster

Robotic navigation applications often require on-line generation of trajectories that respect underactuated non-linear dynamics, while optimizing a cost function that depends only on a low-dimensional workspace (collision avoidance). Approaches to non-linear optimization, such as differential dynami…

Cited by 7SourceScholar
2015

The planner ensemble: Motion planning by executing diverse algorithms

ICRA 2015poster

Autonomous systems that navigate in unknown environments encounter a variety of planning problems. The success of any one particular planning strategy depends on the validity of assumptions it leverages about the structure of the problem, e.g., Is the cost map locally convex? Does the feasible state…

Cited by 19SourceScholar
2015

Theoretical Limits of Speed and Resolution for Kinodynamic Planning in a Poisson Forest

RSS 2015poster

The performance of a state lattice motion planning algorithm depends critically on the resolution of the lattice to ensure a balance between solution quality and computation time. There is currently no theoretical basis for selecting the resolution because of its dependence on the robot dynamics and…

Cited by 8SourcePDFScholar