Stanford
University
  • Stanford Home
  • Maps & Directions
  • Search Stanford
  • Emergency Info
  • Terms of Use
  • Privacy
  • Copyright
  • Trademarks
  • Non-Discrimination
  • Accessibility
© Stanford University.  Stanford, California 94305.
Robotics | Stanford HAI

Stay Up To Date

Get the latest news, advances in research, policy work, and education program updates from HAI in your inbox weekly.

Sign Up For Latest News

Navigate
  • About
  • Events
  • Careers
  • Search
Participate
  • Get Involved
  • Support HAI
  • Contact Us
Skip to content
  • About

    • About
    • People
    • Get Involved with HAI
    • Support HAI
  • Research

    • Research
    • Fellowship Programs
    • Grants
    • Student Affinity Groups
    • Centers & Labs
    • Research Publications
    • Research Partners
  • Education

    • Education
    • Executive and Professional Education
    • Government and Policymakers
    • K-12
    • Stanford Students
  • Policy

    • Policy
    • Policy Publications
    • Policymaker Education
    • Student Opportunities
  • AI Index

    • AI Index
    • AI Index Report
    • Global Vibrancy Tool
    • People
  • News
  • Events
  • Industry
  • Centers & Labs

Robotics

AI enables robots to perform increasingly complex tasks across sectors, from manufacturing to healthcare.

Stanford HAI Conference Explores Robotics in a Human-Centered World: Hype, Hope, and Future Directions
Shana Lynch
Apr 03, 2025
News

Scholars zeroed in on the need for data, generalization, and better human experience.

News

Stanford HAI Conference Explores Robotics in a Human-Centered World: Hype, Hope, and Future Directions

Shana Lynch
RoboticsApr 03

Scholars zeroed in on the need for data, generalization, and better human experience.

Robotics and AI
Stanford HAI
Jun 01, 2022
Industry Brief
Robotics and AI Industry Brief Cover

Robots are becoming a core building block in engineering and healthcare applications, altering the way many industries operate, and improving quality of life for everyone. With AI, robots are further given the ability to learn and adapt so that they can work collaboratively alongside humans and other robots in real-world environments. This industry brief provides a cross-section of key research – at HAI and across Stanford – that leverages AI methods into new algorithms for human robot interaction and robot navigation. Discover how researchers are designing intelligent robots that learn and adapt to human demonstration, and how they could be used to disrupt and create markets in a wide range of industries including manufacturing, healthcare, autonomous vehicles, and many more.

Industry Brief
Robotics and AI Industry Brief Cover

Robotics and AI

Stanford HAI
RoboticsHealthcareAutomationWorkforce, LaborJun 01

Robots are becoming a core building block in engineering and healthcare applications, altering the way many industries operate, and improving quality of life for everyone. With AI, robots are further given the ability to learn and adapt so that they can work collaboratively alongside humans and other robots in real-world environments. This industry brief provides a cross-section of key research – at HAI and across Stanford – that leverages AI methods into new algorithms for human robot interaction and robot navigation. Discover how researchers are designing intelligent robots that learn and adapt to human demonstration, and how they could be used to disrupt and create markets in a wide range of industries including manufacturing, healthcare, autonomous vehicles, and many more.

ReMix: Optimizing Data Mixtures for Large Scale Imitation Learning
Joey Hejna, Chethan Anand Bhateja, Yichen Jiang, Karl Pertsch, Dorsa Sadigh
Sep 05, 2024
Research
Your browser does not support the video tag.

Increasingly large robotics datasets are being collected to train larger foundation models in robotics. However, despite the fact that data selection has been of utmost importance to scaling in vision and natural language processing (NLP), little work in robotics has questioned what data such models should actually be trained on. In this work we investigate how to weigh different subsets or "domains'' of robotics datasets during pre-training to maximize worst-case performance across all possible downstream domains using distributionally robust optimization (DRO). Unlike in NLP, we find that these methods are hard to apply out of the box due to varying action spaces and dynamics across robots. Our method, ReMix, employs early stopping and action normalization and discretization to counteract these issues. Through extensive experimentation on both the Bridge and OpenX datasets, we demonstrate that data curation can have an outsized impact on downstream performance. Specifically, domain weights learned by ReMix outperform uniform weights by over 40% on average and human-selected weights by over 20% on datasets used to train the RT-X models.

Research
Your browser does not support the video tag.

ReMix: Optimizing Data Mixtures for Large Scale Imitation Learning

Joey Hejna, Chethan Anand Bhateja, Yichen Jiang, Karl Pertsch, Dorsa Sadigh
Computer VisionRoboticsNatural Language ProcessingSep 05

Increasingly large robotics datasets are being collected to train larger foundation models in robotics. However, despite the fact that data selection has been of utmost importance to scaling in vision and natural language processing (NLP), little work in robotics has questioned what data such models should actually be trained on. In this work we investigate how to weigh different subsets or "domains'' of robotics datasets during pre-training to maximize worst-case performance across all possible downstream domains using distributionally robust optimization (DRO). Unlike in NLP, we find that these methods are hard to apply out of the box due to varying action spaces and dynamics across robots. Our method, ReMix, employs early stopping and action normalization and discretization to counteract these issues. Through extensive experimentation on both the Bridge and OpenX datasets, we demonstrate that data curation can have an outsized impact on downstream performance. Specifically, domain weights learned by ReMix outperform uniform weights by over 40% on average and human-selected weights by over 20% on datasets used to train the RT-X models.

Mykel Kochenderfer
Person
Person

Mykel Kochenderfer

RoboticsAutomationOct 05
Making Robots Real Partners in Daily Life
Katharine Miller
Dec 09, 2024
News

Stanford’s Vocal Sandbox brings us closer to robots that can adapt, learn, and assist in real time.

News

Making Robots Real Partners in Daily Life

Katharine Miller
RoboticsDec 09

Stanford’s Vocal Sandbox brings us closer to robots that can adapt, learn, and assist in real time.

BetaZero: Belief-State Planning for Long-Horizon POMDPs Using Learned Approximations
Anthony Corso, Mykel Kochenderfer, Jef Caers, Robert J. Moss
Jul 31, 2024
Research
Your browser does not support the video tag.

Real-world planning problems, including autonomous driving and sustainable energy applications like carbon storage and resource exploration, have recently been modeled as partially observable Markov decision processes (POMDPs) and solved using approximate methods. To solve high-dimensional POMDPs in practice, state- of-the-art methods use online planning with problem-specific heuristics to reduce planning horizons and make the problems tractable. Algorithms that learn approximations to replace heuristics have recently found success in large-scale fully observable domains. The key insight is the combination of online Monte Carlo tree search with offline neural network approximations of the optimal policy and value function. In this work, we bring this insight to partially observable domains and propose BetaZero, a belief-state planning algorithm for high-dimensional POMDPs. BetaZero learns offline approximations that replace heuristics to enable online decision making in long-horizon problems. We address several challenges inherent in large-scale partially observable domains; namely challenges of transitioning in stochastic environments, prioritizing action branching with a limited search bud- get, and representing beliefs as input to the network. To formalize the use of all limited search information, we train against a novel Q-weighted visit counts policy. We test BetaZero on various well-established POMDP benchmarks found in the literature and a real-world problem of critical mineral exploration. Experiments show that BetaZero outperforms state-of-the-art POMDP solvers on a variety of tasks.1

Research
Your browser does not support the video tag.

BetaZero: Belief-State Planning for Long-Horizon POMDPs Using Learned Approximations

Anthony Corso, Mykel Kochenderfer, Jef Caers, Robert J. Moss
AutomationRoboticsJul 31

Real-world planning problems, including autonomous driving and sustainable energy applications like carbon storage and resource exploration, have recently been modeled as partially observable Markov decision processes (POMDPs) and solved using approximate methods. To solve high-dimensional POMDPs in practice, state- of-the-art methods use online planning with problem-specific heuristics to reduce planning horizons and make the problems tractable. Algorithms that learn approximations to replace heuristics have recently found success in large-scale fully observable domains. The key insight is the combination of online Monte Carlo tree search with offline neural network approximations of the optimal policy and value function. In this work, we bring this insight to partially observable domains and propose BetaZero, a belief-state planning algorithm for high-dimensional POMDPs. BetaZero learns offline approximations that replace heuristics to enable online decision making in long-horizon problems. We address several challenges inherent in large-scale partially observable domains; namely challenges of transitioning in stochastic environments, prioritizing action branching with a limited search bud- get, and representing beliefs as input to the network. To formalize the use of all limited search information, we train against a novel Q-weighted visit counts policy. We test BetaZero on various well-established POMDP benchmarks found in the literature and a real-world problem of critical mineral exploration. Experiments show that BetaZero outperforms state-of-the-art POMDP solvers on a variety of tasks.1

All Work Published on Robotics

Fei-Fei Li Says Understanding How The World Works Is The Next Step For AI
The Economist
Nov 20, 2024
Media Mention

Stanford HAI co-director Fei-Fei Li says the next frontier in AI lies in advancing spatial intelligence. In this op-ed, she explains how enabling machines to perceive and interact with the world in 3D can unlock human-centered AI applications for robotics, healthcare, education, and beyond.

Fei-Fei Li Says Understanding How The World Works Is The Next Step For AI

The Economist
Nov 20, 2024

Stanford HAI co-director Fei-Fei Li says the next frontier in AI lies in advancing spatial intelligence. In this op-ed, she explains how enabling machines to perceive and interact with the world in 3D can unlock human-centered AI applications for robotics, healthcare, education, and beyond.

Robotics
Healthcare
Education, Skills
Media Mention
Dorsa Sadigh
Associate Professor of Computer Science and of Electrical Engineering, Stanford University | Senior Fellow, Stanford HAI
Person

Dorsa Sadigh

Associate Professor of Computer Science and of Electrical Engineering, Stanford University | Senior Fellow, Stanford HAI
Robotics
Person
Stanford HAI and Stanford Robotics Center Launch New Partnership
Patrick Hynes
Oct 29, 2024
Announcement

Stanford HAI and Stanford Robotics Center Launch New Partnership

Patrick Hynes
Oct 29, 2024
Robotics
Announcement
Building a Precise Assistive-Feeding Robot That Can Handle Any Meal
Katharine Miller
Apr 10, 2023
News

Stanford researchers improve the skewering, scooping, and bite transfer steps.

Building a Precise Assistive-Feeding Robot That Can Handle Any Meal

Katharine Miller
Apr 10, 2023

Stanford researchers improve the skewering, scooping, and bite transfer steps.

Computer Vision
Robotics
News