Research
Our research is organized around six core thrusts that together span the full autonomy stack — from foundational models and scalable backbones, to safety, data-driven improvement, high-performance control, and application-driven deployment.
Thrust 1
Robot Foundation Models
Representative Papers
A central goal of modern robotics is to move beyond systems engineered for a single task toward generalist robots that operate across many tasks, objects, and embodiments. Recent progress has been driven by robot foundation models trained on large and diverse data: vision-language-action (VLA) models that map perception and instructions directly to control, and world models that learn how the physical world responds to a robot’s actions. These models offer broad competence, but they remain limited in reliability, physical grounding, and the deliberate reasoning that real-world deployment demands.
We develop the learning and reasoning foundations that make such systems dependable. Our work spans test-time methods that improve the robustness and generalization of VLAs through sampling and verification rather than additional training; self-supervised approaches that let robots bootstrap action-predictive reasoning from their own interaction data; and physically grounded planning that couples 3D scene reconstruction, vision-language perception, and physics simulation so that robots can reason about the consequences of their actions before they act. Together, these efforts aim toward a new generation of robot foundation models that pair the breadth of large-scale learning with the reliability, physical grounding, and reasoning that real-world autonomy demands.
Thrust 2
Embodied AI Agents
Modern agentic systems can orchestrate complex work in the digital world, drawing on planning, tool use, and broad world knowledge. A natural next step is to extend these capabilities from digital tasks to physical ones, augmenting robotic systems with the same flexibility. Yet this translation is far from straightforward. Foundation models are largely trained on data that disregards the multi-modal signals central to robotics, and agentic reasoning has not been designed with embodied use cases in mind. At the same time, agentic systems excel precisely in the complex, open-ended settings that demand handling novel scenarios never encountered during training, which is exactly the regime in which future mobile robots must operate. Agentic systems therefore present a significant opportunity, alongside central difficulties.
We develop methods that let agents control robotic embodiments, build a grounded understanding of their environments, and reason about the actions available to them. We study tool use both as a means of interacting with the physical world and as a way to resolve uncertainty by actively drawing information from the environment. Our extensive expertise in the optimization of large-scale systems offers a novel perspective on orchestration and lets us rethink reasoning in a robotic context, recognizing that embodied agents must form their understanding of the world from far richer sensory streams than VLMs or digital agentic systems. The central challenge, then, is interpreting this multi-modal input while respecting real-time compute constraints.
Representative Papers
- •Structured World-State Reasoning for Agentic Robotic Search · CoRL (submitted), 2026
- •FARM: Find Anything using Relational Spatial Memory · CoRL (submitted), 2026
- •SPACER: Robotic Data Scientist Framework for Actionable Failure Explanations · CoRL (submitted), 2026
Thrust 3
Physical AI Safety

Deploying AI systems in the physical world introduces a new category of risk: unlike digital systems, embodied agents must act under real-time constraints in a dynamic environment. A robot that fails to recognize an anomaly, misinterprets a sensor reading, or violates a safety constraint may present dangerous behavior. The environments that will demand the next generation of robot autonomy stacks, e.g., contact-rich manipulation, autonomous navigation in dynamic scenes, operation alongside humans, are too unpredictable to capture all corner cases in nominal training data. Closing the gap between in-distribution performance and real-world reliability is the central problem of physical AI safety.
We develop algorithms that allow robot policies to detect, anticipate, and recover from potential failures while satisfying formal safety constraints. Our work spans runtime monitoring systems that identify out-of-distribution situations before they cause harm; mechanistic interpretability methods that probe the internal representations of robot foundation models to expose how behaviors and failure modes are encoded and can be steered as desired; safety filters that provably constrain policy outputs to safe sets; and reasoning-based frameworks that draw on the broad world knowledge of foundation models to recognize novel hazards and synthesize contingency plans on the fly. By understanding not just what robots do but when and why they fail, we aim to build physical AI systems that operators and society can depend on in high-stakes, real-world deployments.
Representative Papers
Thrust 4
Data Flywheels for Robotics
A data flywheel is a cycle of self-improvement in which robot deployment experience feeds back to improve the policies and perception models that generated it. Building an effective flywheel is a multi-stage problem. Policies are deployed within a safety envelope; each deployment generates telemetry capturing multi-modal rollout data; targeted data collection gathers data that addresses observed failure modes; curation filters out existing data causally linked to those failures; and the resulting dataset trains the next policy before redeployment. Each stage is coupled to the others: tighter safety envelopes shape the distribution of rollout data, failure attribution enables both targeted data collection and principled data curation, which together form an improved dataset to train the next policy with.
Our research develops the methodology to close this loop both reliably and effectively, working toward robotic systems that earn broader autonomy through accumulated deployment experience.
Representative Papers
- •Realistic Extreme Behavior Generation for Improved AV Testing · IEEE ICRA, 2025
- •CUPID: Curating Data your Robot Loves with Influence Functions · CoRL, 2025
- •Data Lifecycle Management in Evolving Input Distributions for Learning-based Aerospace Applications · IEEE Aerospace Conference, 2023

Thrust 5
Optimal & Learning-based Control
Within the robotics stack, there are numerous problems to solve in planning and control, at various levels of abstraction, and with different frequency requirements. And in each layer, these problems generally can be divided into two classes: those that are easy to model (with a prescribed level of accuracy and computational expense), and those that are hard.
For the modelable class, optimization-based techniques can lead to fast, globally-accurate solutions with hard constraint satisfaction (especially important for safety-critical systems). Whereas, for the hard-to-model class, we typically have to either make approximations, or turn to learning. When a policy is in-distribution, learning can bring high levels of capability to some of the hardest challenges in fields such as manipulation.
In our research in ASL, we look at how these methods are complementary, rather than distinct, with a particular emphasis on safety and reliability for AI-driven systems. Considering these fields together allows us to push forward the frontier of performance and safety, allowing robots to be more capable while being confident about constraints.
Representative Papers
- •Discovering Dominant Dynamics for Nonlinear Continuum Robot Control · npj Robotics, 2025
- •Safe, Task-Consistent Manipulation with Operational Space Control Barrier Functions · IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2025
- •Transformer-based Model Predictive Control: Trajectory Optimization via Sequence Modeling · IEEE RA-L, 2024
Thrust 6
Autonomy in the Field

Representative Papers
- •Discovering Dominant Dynamics for Nonlinear Continuum Robot Control · Nature Portfolio (npj Robotics), 2025
- •Locomotion as manipulation with ReachBot · Science Robotics, 2024
- •Testing Gecko-Inspired Adhesives with Astrobee Aboard the ISS · IEEE Robotics and Automation Magazine, 2022
Autonomous systems are increasingly central to modern society, becoming deeply embedded in critical infrastructure, human-facing services, and scientific discovery. From robotic exploration of extreme environments such as space, to autonomous vehicles navigating complex urban landscapes, to assistive robots operating alongside humans, autonomy is rapidly moving from research prototypes to indispensable real-world operations. These domains require systems that can reason under uncertainty, adapt to novel conditions, and operate robustly for extended periods with limited supervision. Bridging the gap between advances in robot autonomy and deployment in these real-world settings is therefore both a scientific challenge and an opportunity for broad societal impact.
We pursue application-driven autonomy in domains where intelligent robots can meaningfully advance science and benefit society. Our work spans space robotics, legged systems, humanoids, autonomous vehicles, soft robots, and robotic manipulation, with a focus on high-impact applications that demand robust autonomy in complex, potentially unstructured environments. Our research has been deployed in some of the world’s most challenging operational settings, including aboard the International Space Station, where autonomous robotic technologies developed by our group have been tested in microgravity. These deployments serve not only as application targets but also as rigorous testbeds that expose the fundamental limitations of current autonomy stacks.
By working in the field, we gain insights that drive our core research thrusts and ensure that our scientific contributions are grounded in the realities of real-world robotic systems. Through this tight integration of fundamental research and real-world deployment, we aim to develop autonomous systems that expand the reach of human capability, accelerate scientific discovery, and create tangible societal value.
