


Google's new research on embodied intelligence: RT-H, which is better than RT-2, is here
As large language models such as GPT-4 are increasingly integrated with robotics, artificial intelligence is gradually moving into the real world. Therefore, research related to embodied intelligence has also attracted more and more attention. Among many research projects, Google's "RT" series of robots have always been at the forefront, and this trend has begun to accelerate recently (see "Large Models Are Reconstructing Robots, How Google Deepmind Defines Embodied Intelligence in the Future" for details).
In July last year, Google DeepMind launched RT-2, which is the world’s first robot capable of controlling vision-language-action (VLA). ) interaction model. Just by giving instructions in a conversational way, RT-2 can identify Swift in a large number of pictures and deliver a can of Coke to her.
Now, this robot has evolved again. The latest version of the RT robot is called "RT-H". It can improve the accuracy of task execution and learning efficiency by decomposing complex tasks into simple language instructions and then converting these instructions into robot actions. For example, given a task, such as "putting the lid on the pistachio jar" and a scene image, RT-H will use a visual language model (VLM) to predict language actions (motion), such as "move the arm forward" and "Rotate the arm to the right", and then predict the robot's action based on these verbal actions.
The action hierarchy is critical to optimizing the accuracy and learning efficiency of robot task execution. This hierarchical structure makes RT-H perform significantly better than RT-2 in various robot tasks, providing a more efficient execution path for the robot.
The following are the details of the paper.
Paper Overview
- ##Paper title: RT-H: Action Hierarchies Using Language
- Paper link: https://arxiv.org/pdf/2403.01823.pdf
- Project link: https://rt-hierarchy.github.io/
Language is the engine of human reasoning that allows us to break down complex concepts into simpler components, correct our misunderstandings, and generalize concepts in new contexts. In recent years, robots have also begun to use the efficient and combined structure of language to break down high-level concepts, provide language correction, or achieve generalization in new environments.
These studies usually follow a common paradigm: faced with a high-level task described in language (such as "pick up the Coke can"), they learn to combine observations with the task description in language Mapping policies to low-level robot actions, which requires large-scale multi-task datasets. The advantage of language in these scenarios is that it encodes shared structure between similar tasks (e.g., "pick up the Coke can" versus "pick up the apple"), thereby reducing the data required to learn mappings from tasks to actions. However, as tasks become more diverse, the language used to describe each task also becomes more diverse (e.g., “pick up a Coke can” versus “fill a glass of water”), making learning between different tasks solely through high-level language It becomes more difficult to share structures between
To learn diverse tasks, researchers aim to more accurately capture the similarities between these tasks.
They found that language can not only describe high-level tasks, but also explain in detail how to complete the tasks - this kind of representation is more delicate and closer to specific actions. For example, the task of "picking up a Coke can" can be broken down into a series of more detailed steps, namely "language motion": first "reaching the arm forward", then "grasping the can", and finally "raising the arm upward" ”. The core insight of the researchers is that by using verbal actions as an intermediate layer connecting high-level task descriptions and low-level actions, they can be used to build an action hierarchy formed by verbal actions.
There are several advantages to establishing this level of action:
- It enables better sharing of data at the language action level between different tasks, so that the combination of language actions and the generalization in multi-task data sets are enhanced. For example, although "pour a glass of water" and "pick up a Coke can" are semantically different, their verbal actions are exactly the same until they are executed to pick up the object.
- Language actions are not simply fixed primitives, but are learned through instructions and visual observation based on the specifics of the current task and scene. For example, "reach arms forward" does not specify the speed or direction of movement, which depends on the specific task and observation. The context-dependence and flexibility of learned verbal actions provide us with new capabilities: allowing people to make modifications to verbal actions when the strategy is not 100% successful (see orange area in Figure 1). Further, the robot can even learn from these human corrections. For example, when performing the task of "picking up a Coke can", if the robot closes the gripper in advance, we can instruct it to "keep the arm extended forward longer". This kind of fine-tuning in specific scenarios is not only easy for human guidance , and easier for robots to learn.
In view of the above advantages of language actions, researchers from Google DeepMind designed an end-to-end framework - RT-H ( Robot Transformer with Action Hierarchies, that is, a robot Transformer that uses action levels, focuses on learning this type of action level. RT-H understands how to perform a task at a detailed level by analyzing observations and high-level task descriptions to predict current verbal action instructions. Then, using these observations, tasks, and inferred verbal actions, RT-H predicts the corresponding actions for each step. The verbal actions provide additional context in the process to help predict specific actions more accurately (purple area in Figure 1) .
In addition, they developed an automated method to extract simplified language action sets from the robot's proprioception, building a rich database of more than 2,500 language actions without the need for manual Label.
RT-H’s model architecture draws on RT-2, which is a large-scale visual language model (VLM) jointly trained on Internet-scale visual and language data, aiming to Improve the effectiveness of strategy learning. RT-H uses a single model to handle both language actions and action queries, leveraging extensive Internet-scale knowledge to power every level of the action hierarchy.
In experiments, researchers found that using the language action hierarchy can bring significant improvements in processing diverse multi-task data sets, compared to RT-2 on a range of tasks Performance improved by 15%. They also found that modifications to the speech movements resulted in near-perfect success rates on the same task, demonstrating the flexibility and situational adaptability of the learned speech movements. Furthermore, by fine-tuning the model for language action intervention, its performance exceeds SOTA interactive imitation learning methods (such as IWR) by 50%. Ultimately, they proved that language actions in RT-H can better adapt to scene and object changes, showing better generalization performance than RT-2.
RT-H architecture detailed explanation
#In order to effectively capture the shared structure across multi-task datasets (not represented by high-level task descriptions), RT-H aims to learn to explicitly exploit action-level strategies.
Specifically, the research team introduced the intermediate language action prediction layer into policy learning. Language actions that describe the fine-grained behavior of robots can capture useful information from multi-task datasets and can generate high-performance policies. Verbal actions can again come into play when the learned policy is difficult to execute: they provide an intuitive interface for online human correction relevant to a given scenario. Policies trained on speech actions can naturally follow low-level human corrections and successfully complete tasks given correction data. Furthermore, the strategy can even be trained on language-corrected data and further improve its performance.
As shown in Figure 2, RT-H has two key stages: first, predict language actions based on task descriptions and visual observations, and then predict language actions based on predicted language actions, specific tasks, and observation results. Infer precise actions.
RT-H uses a VLM backbone network and follows the training procedure of RT-2 for instantiation. Similar to RT-2, RT-H leverages extensive prior knowledge in natural language and image processing from Internet-scale data through collaborative training. To incorporate this prior knowledge into all levels of the action hierarchy, a single model learns both verbal actions and action queries simultaneously.
Experimental results
In order to comprehensively evaluate the performance of RT-H, the research team set four key experimental questions:
- Q1 (Performance): Can action hierarchies with language improve policy performance on multi-task datasets?
- Q2 (Situational): Are the language actions learned by RT-H related to the task and scene context?
- Q3 (Correction): Is training on speech movement correction better than teleoperated correction?
- Q4 (Summary): Can action hierarchies improve the robustness of out-of-distribution settings?
#In terms of data set, this study uses a large multi-task data set containing 100,000 demonstration samples with random object poses and backgrounds. This dataset combines the following datasets:
- Kitchen: The dataset used by RT-1 and RT-2, consisting of 6 semantic task categories from 70K samples.
- Diverse: A new dataset consisting of more complex tasks, with more than 24 semantic task categories, but only 30K samples.
The study called this combined dataset the Diverse Kitchen (D K) dataset and used an automated program to label it for verbal actions. To evaluate the performance of RT-H trained on the full Diverse Kitchen dataset, the study evaluated eight specific tasks, including:
1) Place the bowl upright on the counter Up
2) Open the pistachio jar
3) Close the pistachio jar
4 ) Move the bowl away from the cereal dispenser
5) Place the bowl under the cereal dispenser
6) Place the oatmeal in the bowl Medium
7) Take the spoon from the basket
8) Pull the napkin from the dispenser
These eight tasks were chosen because they require complex action sequences and high precision.
The following table gives the RT-H, RT-H-Joint and RT- 2 Minimum MSE of training checkpoint. The MSE of RT-H is about 20% lower than that of RT-2, and the MSE of RTH-Joint is 5-10% lower than RT-2, indicating that action hierarchy can help improve offline action prediction in large multi-task datasets. RT-H (GT) uses the ground truth MSE metric and achieves a 40% gap from end-to-end MSE, indicating that correctly labeled language actions have high informational value for predicting actions.
Figure 4 shows several examples of contextual actions taken from the RT-H online evaluation. As can be seen, the same verbal action often results in subtle changes in actions to accomplish the task, while still respecting the higher-level verbal action.
As shown in Figure 5, the research team demonstrated the flexibility of RT-H by intervening online with language movements in RT-H.
This study also used comparative experiments to analyze the effect of correction. The results are shown in Figure 6 below:
As shown in Figure 7, RT-H and RT-H-Joint are significantly more robust to scene changes:
In fact, there is some shared structure between seemingly different tasks. For example, each of these tasks requires some picking behaviors to start the task, and by learning the shared structure of language actions across different tasks, RT -H completes the pickup phase without any corrections.
Even when RT-H is no longer able to generalize its speech action predictions, speech action corrections can usually generalize, so just do A few fixes will do the job successfully. This demonstrates the potential of verbal actions to expand data collection on new tasks.
Interested readers can read the original text of the paper to learn more about the research content.
The above is the detailed content of Google's new research on embodied intelligence: RT-H, which is better than RT-2, is here. For more information, please follow other related articles on the PHP Chinese website!

Harness the Power of On-Device AI: Building a Personal Chatbot CLI In the recent past, the concept of a personal AI assistant seemed like science fiction. Imagine Alex, a tech enthusiast, dreaming of a smart, local AI companion—one that doesn't rely

Their inaugural launch of AI4MH took place on April 15, 2025, and luminary Dr. Tom Insel, M.D., famed psychiatrist and neuroscientist, served as the kick-off speaker. Dr. Insel is renowned for his outstanding work in mental health research and techno

"We want to ensure that the WNBA remains a space where everyone, players, fans and corporate partners, feel safe, valued and empowered," Engelbert stated, addressing what has become one of women's sports' most damaging challenges. The anno

Introduction Python excels as a programming language, particularly in data science and generative AI. Efficient data manipulation (storage, management, and access) is crucial when dealing with large datasets. We've previously covered numbers and st

Before diving in, an important caveat: AI performance is non-deterministic and highly use-case specific. In simpler terms, Your Mileage May Vary. Don't take this (or any other) article as the final word—instead, test these models on your own scenario

Building a Standout AI/ML Portfolio: A Guide for Beginners and Professionals Creating a compelling portfolio is crucial for securing roles in artificial intelligence (AI) and machine learning (ML). This guide provides advice for building a portfolio

The result? Burnout, inefficiency, and a widening gap between detection and action. None of this should come as a shock to anyone who works in cybersecurity. The promise of agentic AI has emerged as a potential turning point, though. This new class

Immediate Impact versus Long-Term Partnership? Two weeks ago OpenAI stepped forward with a powerful short-term offer, granting U.S. and Canadian college students free access to ChatGPT Plus through the end of May 2025. This tool includes GPT‑4o, an a


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft