search
HomeTechnology peripheralsAIDeep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research

Why does robotics lag so far behind natural language processing (NLP), vision and other artificial intelligence fields? Among other difficulties, data shortage is the main reason. In order to solve this problem, Google DeepMind and other institutions launched the open X-Embodiment data set and successfully trained a more powerful RT-X model

Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research
In 2023, when large models continue to make breakthroughs, research on embodied intelligent robots that use large models as brains to assist in operation is also rapidly advancing.

More than 2 months ago, Google DeepMind launched the first vision-language-action (VLA) model to control robots-RT-2. This model allows the robot to not only interpret complex human instructions, but also to understand the object in front of it (even if the object has never been seen before) and take actions according to the instructions. For example, you ask the robot to pick up the "extinct animal" on the table. It will grab the dinosaur doll in front of it.

Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research

At the time, a Google executive said the RT-2 was a major leap forward in the way robots were built and programmed. "Due to this change, we had to rethink our entire research plan."

What's even more surprising is that only more than two months have passed. DeepMind's robot model has improved again, and it has improved twice as fast.

How is this achieved?

We know that robots are usually very specialized in doing a certain thing, but have poor general capabilities. Typically, you have to train a model for each task, robot, and environment. Changing a variable often requires starting from scratch. But what if we could combine knowledge from various robotics disciplines to create a way to train universal robots?

This is what DeepMind has been doing for some time. They pooled data from 22 different robot types to create the Open X-Embodiment dataset, and then trained a more capable RT-X ( RT-1-X and RT-2-X respectively).

They tested the RT-1-X model at five different research labs, and the results showed that the new method performed better than methods developed independently for each robot. The average success rate increased by 50% across five different commonly used robots. They also show that RT-2-X trained on the above dataset improves performance on real-world robotic skills by a factor of 2, and that by learning new data, RT-2-X masters many new skills. This work shows that a single model trained on data from multiple robot types performs significantly better on multiple robots than a model trained on data from a single robot type.

Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research

It is worth mentioning that this research was not completed by DeepMind independently, but was the result of their collaboration with 33 academic laboratories. They are committed to developing this technology in an open and responsible manner.
Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research
Currently, the Open X-Embodiment dataset and RT-1-X model checkpoints are available to the broad research community.
Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research
Jim Fan, senior artificial intelligence scientist at Nvidia, said today could be the ImageNet moment for robots.

Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research

Google researcher Karol Hausman also expressed the same sigh: The ImageNet moment of robots has finally arrived.

Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research

Open played a key role. Just as ImageNet advanced computer vision research, Open X-Embodiment also advanced robotics.

Building diverse data sets has always been the key to training universal models. These trained models can control many different types of robots, follow different instructions, and perform complex tasks. Tasks perform basic reasoning and generalize efficiently. However, collecting such a dataset would be too resource-intensive for any single laboratory.

To this end, DeepMind collaborated with academic research laboratories at 33 institutions to build the Open X-Embodiment dataset. They collected data from 22 robot instances spanning more than 1 million clips demonstrating the robots' performance in more than 500 skills and 150,000 tasks. This dataset is the most comprehensive robotics dataset of its kind.

##                                Samples from the Open
Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research
#                                               
#RT-1-X: Success rate increased by 50%
Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research
RT-X is built based on two robotics transformer (RT) models become.

Specifically, they used RT-1 to train RT-1-X, where RT-1 is a 35M parameter network built on the Transformer architecture and is designed for robot control The design is shown in Figure 3.
Additionally, they trained RT-2-X on RT-2, a series of large-scale visual language action models (VLA) that perform at Internet scale It is trained on visual and language data as well as robot control data.

To evaluate RT-1-X, DeepMind compared it to models developed on specific tasks, such as opening doors. The results show that RT-1-X trained using the Open X-Embodiment dataset outperforms the original model by 50% on average.


                                                                                                                                                       The average success rate of RT-1-X is 50% higher than the original method.
Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research
## Series from different cooperation agencies about RT-1-X. -X: Barrier-free unlocking of new skills

In order to study the knowledge transfer capabilities of RT-X, DeepMind conducted other experiments. These experiments involved objects and skills that were not present in the RT-2 dataset, but were present in another robot's dataset. Results showed that the RT-2-X was three times more successful at mastering new skills than its previous best model, the RT-2. This also illustrates that joint training with data from other platforms can give RT-2-X additional skills not present in the original data set, allowing it to perform novel tasks.
##                                                                                                                                                                                                                                   
Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research
A series of results show that RT-2-X achieves skills previously unachievable with RT-2, including better handling of space understanding. For example, if we ask the robot to "move the apple near the cloth", or ask the robot to "move the apple to the cloth", in order to achieve the goal requirements, the robot will take completely different trajectories. Simply change the preposition from "near" to "on" to adjust the actions taken by the robot.
RT-2-X shows that incorporating data from other robots into RT-2-X training can improve the robot's task performance range, but only if the use of high enough Capacity architecture.

Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research

                                                                                                                                                                                                                                                                            to be made.

Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics researchResearch inspiration: Robots need to learn from each other, and so do researchers

Robot research It’s in the exciting early stages. This new research from DeepMind shows that by scaling learning with more diverse data and better models, it may be possible to develop more useful assistive robots. Collaborating and sharing resources with labs around the world is critical to advancing robotics research in an open and responsible manner. DeepMind hopes to reduce barriers and accelerate research by opening up data sources and providing secure but limited models. The future of robotics depends on robots learning from each other and, most importantly, allowing researchers to learn from each other.

This work proves that the model can be generalized in different environments, and its performance is consistent whether on robots at Google DeepMind or on robots at different universities around the world. has been significantly improved. Future research could explore how to combine these advances with RoboCat’s self-improvement properties, allowing the model to continuously improve based on its own experience. Another future direction is to further explore how mixing different data sets affects cross-embodied agent generalization, and how this generalization is achieved.

If you want to know more about RT-X, you can refer to this paper published by DeepMind:

Paper link: https://robotics-transformer-x.github.io/paper.pdf

Project link: https://robotics-transformer -x.github.io/
Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research
  • Reference link: https://www.deepmind.com/blog/scaling -up-learning-across-many-different-robot-types

The above is the detailed content of Deep learning giant DeepMind has made breakthrough progress on the ImageNet dataset, bringing a new milestone to robotics research. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:机器之心. If there is any infringement, please contact admin@php.cn delete
An easy-to-understand explanation of how to set up two-step authentication in ChatGPT!An easy-to-understand explanation of how to set up two-step authentication in ChatGPT!May 12, 2025 pm 05:37 PM

ChatGPT Security Enhanced: Two-Stage Authentication (2FA) Configuration Guide Two-factor authentication (2FA) is required as a security measure for online platforms. This article will explain in an easy-to-understand manner the 2FA setup procedure and its importance in ChatGPT. This is a guide for those who want to use ChatGPT safely. Click here for OpenAI's latest AI agent, OpenAI Deep Research ⬇️ [ChatGPT] What is OpenAI Deep Research? A thorough explanation of how to use it and the fee structure! table of contents ChatG

[For businesses] ChatGPT training | A thorough introduction to 8 free training options, subsidies, and examples![For businesses] ChatGPT training | A thorough introduction to 8 free training options, subsidies, and examples!May 12, 2025 pm 05:35 PM

The use of generated AI is attracting attention as the key to improving business efficiency and creating new businesses. In particular, OpenAI's ChatGPT has been adopted by many companies due to its versatility and accuracy. However, the shortage of personnel who can effectively utilize ChatGPT is a major challenge in implementing it. In this article, we will explain the necessity and effectiveness of "ChatGPT training" to ensure successful use of ChatGPT in companies. We will introduce a wide range of topics, from the basics of ChatGPT to business use, specific training programs, and how to choose them. ChatGPT training improves employee skills

A thorough explanation of how to use ChatGPT to streamline your Twitter operations!A thorough explanation of how to use ChatGPT to streamline your Twitter operations!May 12, 2025 pm 05:34 PM

Improved efficiency and quality in social media operations are essential. Particularly on platforms where real-time is important, such as Twitter, requires continuous delivery of timely and engaging content. In this article, we will explain how to operate Twitter using ChatGPT from OpenAI, an AI with advanced natural language processing capabilities. By using ChatGPT, you can not only improve your real-time response capabilities and improve the efficiency of content creation, but you can also develop marketing strategies that are in line with trends. Furthermore, precautions for use

[For Mac] Explaining how to get started and how to use the ChatGPT desktop app![For Mac] Explaining how to get started and how to use the ChatGPT desktop app!May 12, 2025 pm 05:33 PM

ChatGPT Mac desktop app thorough guide: from installation to audio functions Finally, ChatGPT's desktop app for Mac is now available! In this article, we will thoroughly explain everything from installation methods to useful features and future update information. Use the functions unique to desktop apps, such as shortcut keys, image recognition, and voice modes, to dramatically improve your business efficiency! Installing the ChatGPT Mac version of the desktop app Access from a browser: First, access ChatGPT in your browser.

What is the character limit for ChatGPT? Explanation of how to avoid it and upper limits by modelWhat is the character limit for ChatGPT? Explanation of how to avoid it and upper limits by modelMay 12, 2025 pm 05:32 PM

When using ChatGPT, have you ever had experiences such as, "The output stopped halfway through" or "Even though I specified the number of characters, it didn't output properly"? This model is very groundbreaking and not only allows for natural conversations, but also allows for email creation, summary papers, and even generate creative sentences such as novels. However, one of the weaknesses of ChatGPT is that if the text is too long, input and output will not work properly. OpenAI's latest AI agent, "OpenAI Deep Research"

What is ChatGPT's voice input and voice conversation function? Explaining how to set it up and how to use itWhat is ChatGPT's voice input and voice conversation function? Explaining how to set it up and how to use itMay 12, 2025 pm 05:27 PM

ChatGPT is an innovative AI chatbot developed by OpenAI. It not only has text input, but also features voice input and voice conversation functions, allowing for more natural communication. In this article, we will explain how to set up and use the voice input and voice conversation functions of ChatGPT. Even when you can't take your hands off, ChatGPT responds and responds with audio just by talking to you, which brings great benefits in a variety of situations, such as busy business situations and English conversation practice. A detailed explanation of how to set up the smartphone app and PC, as well as how to use each.

An easy-to-understand explanation of how to use ChatGPT for job hunting and job hunting!An easy-to-understand explanation of how to use ChatGPT for job hunting and job hunting!May 12, 2025 pm 05:26 PM

The shortcut to success! Effective job change strategies using ChatGPT In today's intensifying job change market, effective information gathering and thorough preparation are key to success. Advanced language models like ChatGPT are powerful weapons for job seekers. In this article, we will explain how to effectively utilize ChatGPT to improve your job hunting efficiency, from self-analysis to application documents and interview preparation. Save time and learn techniques to showcase your strengths to the fullest, and help you make your job search a success. table of contents Examples of job hunting using ChatGPT Efficiency in self-analysis: Chat

An easy-to-understand explanation of how to create and output mind maps using ChatGPT!An easy-to-understand explanation of how to create and output mind maps using ChatGPT!May 12, 2025 pm 05:22 PM

Mind maps are useful tools for organizing information and coming up with ideas, but creating them can take time. Using ChatGPT can greatly streamline this process. This article will explain in detail how to easily create mind maps using ChatGPT. Furthermore, through actual examples of creation, we will introduce how to use mind maps on various themes. Learn how to effectively organize and visualize your ideas and information using ChatGPT. OpenAI's latest AI agent, OpenA

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

MinGW - Minimalist GNU for Windows

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.

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version