Home > Technology peripherals > AI > body text

A review revealing basic models and robot development paths

王林
Release: 2024-01-15 21:24:33
forward
996 people have browsed it

Without changing the original meaning, robots are a technology that can have unlimited possibilities, especially when combined with smart technology. Recently, some large-scale models with revolutionary applications are expected to become the intelligent hub of robots, helping robots to perceive and understand the world, make decisions and plan

Recently, CMU's Yonatan Bisk and Google DeepMind A joint team led by Fei Xia released a review report introducing the application and development of basic models in the field of robotics. The first aurthor of the report is Yafei Hu, a fourth-year doctoral student at CMU whose research focuses on the intersection of robotics and artificial intelligence. Collaborating with him is Quanting Xie, who focuses on exploring embodied intelligence through basic models.

A review revealing basic models and robot development paths

Paper address: https://arxiv.org/pdf/2312.08782.pdf

Development Robots that can autonomously adapt to different environments have always been a dream of mankind, but this is a long and challenging road. Previously, robot perception systems using traditional deep learning methods usually required a large amount of labeled data to train supervised learning models, and the cost of labeling large data sets through crowdsourcing was very high.

In addition, due to the limited generalization ability of classic supervised learning methods, in order to deploy these models to specific scenarios or tasks, these trained models usually require carefully designed domain adaptation. technology, which in turn often requires further data collection and annotation steps. Similarly, classical robot planning and control approaches often require careful modeling of the world, the agent's own dynamics, and/or the dynamics of other agents. These models are usually built for each specific environment or task, and when conditions change, the model needs to be rebuilt. This shows that the migration performance of the classic model is also limited.

In fact, for many use cases, building effective models is either too expensive or simply impossible. Although deep (reinforcement) learning-based motion planning and control methods help alleviate these problems, they still suffer from distribution shift and reduced generalization ability.

Although there are many challenges in developing general-purpose robotic systems, the fields of natural language processing (NLP) and computer vision (CV) have made rapid progress recently, including for NLP Large language model (LLM), diffusion model for high-fidelity image generation, powerful visual model and visual language model for CV tasks such as zero-shot/few-shot generation.

The so-called "foundation model" is actually a large pre-training model (LPTM). They have powerful visual and verbal abilities. Recently, these models have also been applied in the field of robotics and are expected to give robotic systems open-world perception, task planning and even motion control capabilities. In addition to using existing vision and/or language basic models in the field of robotics, some research teams are developing basic models for robot tasks, such as action models for manipulation or motion planning models for navigation. These basic robot models demonstrate strong generalization capabilities and can adapt to different tasks and even specific solutions. There are also researchers who directly use vision/language basic models for robot tasks, which shows the possibility of integrating different robot modules into a single unified model.

Although vision and language basic models have promising prospects in the field of robotics, and new robot basic models are also being developed, there are still many challenges in the field of robotics that are difficult to solve.

From the perspective of actual deployment, models are often unreproducible, unable to generalize to different robot forms (multi-embodied generalization) or difficult to accurately understand which behaviors in the environment is feasible (or acceptable). In addition, most studies use Transformer-based architectures, focusing on semantic perception of objects and scenes, task-level planning, and control. Other parts of the robot system are less studied, such as basic models for world dynamics or basic models that can perform symbolic reasoning. These require cross-domain generalization capabilities.

Finally, we also need more large-scale real-world data and high-fidelity simulators that support diverse robotic tasks.

This review paper summarizes the basic models used in the field of robotics, with the goal of understanding how the basic models can help solve or alleviate the core challenges in the field of robotics.

In this review, the term "foundation models" used by researchers includes two aspects of the field of robotics: (1) the main existing visual and language models, mainly Achieved through zero-shot and contextual learning; (2) Use robot-generated data to specifically develop and apply basic models to solve robot tasks. The researchers summarized the methods of the basic model in relevant papers and conducted a meta-analysis of the experimental results of these papers

A review revealing basic models and robot development paths


A review revealing basic models and robot development paths

Overall structure of the review

Preliminary knowledge

In order to help readers better understand For the content of this review, the team first provides a section of preparatory knowledge

They will first introduce the basic knowledge of robotics and the current best technology. The main focus here is on methods used in the field of robotics before the era of basic models. Here is a brief explanation, please refer to the original paper for details.

  • #The main components of the robot can be divided into three parts: perception, decision-making and planning, and action generation. The team divides robot perception into passive perception, active perception and state estimation.
  • #In the robot decision-making and planning section, the researchers introduced classic planning methods and learning-based planning methods.
  • There are also classic control methods and learning-based control methods for machine action generation.

Next, the team will introduce basic models and mainly focus on the fields of NLP and CV. The models involved include: LLM, VLM, visual basic model, text conditional image Generate models.

Challenges facing the field of robotics

Five core challenges faced by different modules of a typical robotic system. Figure 3 shows the classification of these five challenges.

A review revealing basic models and robot development paths

Generalization

Robot systems tend to Difficulty accurately sensing and understanding their environment. They also lack the ability to generalize training results on one task to another, which further limits their usefulness in the real world. In addition, due to different robot hardware, it is also difficult to transfer the model to different forms of robots. The generalization problem can be partially solved by using the base model for robots. Further questions such as generalization to different robot forms remain to be answered.

Data Scarcity

To develop reliable robot models, large-scale, high-quality data is crucial. Efforts are already underway to collect large-scale data sets from the real world, including autonomous driving, robot operation trajectories, etc. And collecting robot data from human demonstrations is expensive. However, the process of collecting sufficient and extensive data in the real world is further complicated by the diversity of tasks and environments. There are also security concerns about collecting data in the real world. In addition, in the real world, it is very difficult to collect data on a large scale, and it is even more difficult to collect the Internet-scale image/text data used to train the basic model.

To address these challenges, many research efforts have attempted to generate synthetic data in simulated environments. These simulated environments can provide a very realistic virtual world, allowing robots to learn and apply their skills in situations close to real-life scenarios. However, there are some limitations to using simulated environments, especially in terms of object diversity, which make it difficult to directly apply the skills learned to real-world situations

A promising The method is collaborative data collection, which collects data from different laboratory environments and robot types together, as shown in Figure 4a. However, the team took an in-depth look at the Open-X Embodiment Dataset and discovered that there were some limitations in terms of data type availability.

A review revealing basic models and robot development paths

Model and primitive requirements

Classical planning and control methods usually require carefully designed environment and robot models. Previous learning-based methods (such as imitation learning and reinforcement learning) trained policies in an end-to-end manner, that is, obtaining control outputs directly based on sensory inputs, thus avoiding the need to build and use models. These methods can partially solve the problem of relying on explicit models, but they are often difficult to generalize to different environments and tasks.

There are two problems that need to be solved: (1) How to learn strategies that are independent of the model and can generalize well? (2) How to learn excellent world models to apply classic model-based methods?

Task specification

To achieve a general-purpose agent, a key challenge is to understand the task specification and translate it into Rooted in the robot's current understanding of the world. Typically, these task specifications are provided by the user, who only has a limited understanding of the limitations of the robot's cognitive and physical capabilities. This raises many questions, including what best practices can be provided for these task specifications, and whether drafting these specifications is natural and simple enough. It is also challenging to understand and resolve ambiguities in task specifications based on the robot's understanding of its capabilities.

Uncertainty and Safety

In order to deploy robots in the real world, a key challenge is to deal with Uncertainty inherent in the environment and task specifications. Depending on the source, uncertainty can be divided into epistemic uncertainty (uncertainty caused by lack of knowledge) and accidental uncertainty (noise inherent in the environment).

The cost of uncertainty quantification (UQ) may be so high that research and applications are unsustainable, and it may also prevent downstream tasks from being solved optimally. Given the massively over-parameterized nature of the underlying model, in order to achieve scalability without sacrificing model generalization performance, it is crucial to provide UQ methods that preserve the training scheme while changing the underlying architecture as little as possible. Designing robots that can provide reliable confidence estimates of their own behavior and, in turn, intelligently request clearly stated feedback remains an unsolved challenge.

Despite recent progress, ensuring that robots have the ability to learn from experience to fine-tune their strategies and stay safe in new environments remains challenging.

Overview of Current Research Methods

This article also summarizes current research methods for base models of robots. The team divided the basic models used in the field of robotics into two categories: basic models for robots and rewritten content: Robot Basic Model (RFM).

The robot's basic model refers to the use of visual and language basic models for robots in a zero-sample manner without additional fine-tuning or training. The basic robot model can be warm-started through visual-language pre-training initialization, or the model can be trained directly on the robot data set

A review revealing basic models and robot development paths

Detailed classification

Basic model for robots

This content is rewritten as follows: This part of the content focuses on the field of robots Apply vision and language basic models to zero-shot situations. Among them, it mainly includes deploying VLM zero-sample into robot perception applications, and applying LLM's context learning capabilities to task-level and motion-level planning and action generation. Figure 6 shows some typical research work

A review revealing basic models and robot development paths

The rewritten content is: Robot Basic Model (RFM)

A review revealing basic models and robot development paths

As the robotics dataset grows containing state-action pairs from real robots, what is being rewritten is: Robot Base Model (RFM) Category Success is also becoming more and more likely. These models feature the use of robotic data to train the model to solve robotic tasks.

The research team summarized the different types of RFM in the discussion. The first is an RFM capable of performing specific tasks in a single robot module, also known as a single-objective robot base model. For example, the ability to generate RFMs that control low-level actions of a robot or models that can generate higher-level motion planning. The article also introduces an RFM that can perform tasks in multiple robot modules, that is, a universal model that can perform perception, control, and even non-robotic tasks

The basic model is used in solving robot problems What role does the challenge aspect play?

The previous article lists the five major challenges facing the field of robotics. Here we describe how basic models can help address these challenges.

All basic models related to visual information (such as VFM, VLM and VGM) can be used in the robot’s perception module. LLM, on the other hand, is more versatile and can be used for planning and control. The rewritten content is: Robot basic model (RFM) is usually used in planning and action generation modules. Table 1 summarizes the underlying models for solving different robotics challenges.

A review revealing basic models and robot development paths

As can be seen from the table, all basic models can well generalize the tasks of different robot modules. In particular, LLM performs well in task specification. RFM, on the other hand, is good at dealing with the challenge of dynamic models, since most RFMs are model-free methods. For robot perception capabilities, generalization capabilities and model challenges are interrelated. If the perception model already has good generalization capabilities, then there is no need to obtain more data for domain adaptation or additional fine-tuning

In addition, there is a lack of research on security challenges. , this will be an important future research direction.

Overview of Current Experiments and Evaluations

This section summarizes the current research results on datasets, benchmarks, and experiments.

Datasets and Benchmarks

There are limitations to relying solely on knowledge learned from language and vision datasets . As some research results show, some concepts such as friction and weight cannot be easily learned through these modalities alone.

Therefore, in order to enable robotic agents to better understand the world, the research community is not only adapting basic models from the language and vision domains, but also advancing the development of training and fine-tuning these models. A large and diverse multi-modal robot dataset.

Currently these efforts can be divided into two main directions: on the one hand, collecting data from the real world, and on the other hand, collecting data from the simulated world and migrating it to the real world. Each direction has its advantages and disadvantages. Datasets collected from the real world include RoboNet, Bridge Dataset V1, Bridge-V2, Language-Table, RT-1, etc. Commonly used simulators include Habitat, AI2THOR, Mujoco, AirSim, Arrival Autonomous Racing Simulator, Issac Gym, etc.

##Meta-Analysis of current methods

Another major contribution of this team is a meta-analysis of experiments in the papers mentioned in this review report, which can help clarify the following issues:

1. What tasks are people working on?

2. What data sets or simulators were used to train the model? What are the robot platforms used for testing?

3. What basic models are used by the research community? How effective is it in solving the task?

4. Which base models are more commonly used among these methods?

Table 2-7 and Figure 11 show the analysis results.

A review revealing basic models and robot development paths

A review revealing basic models and robot development paths


A review revealing basic models and robot development paths


A review revealing basic models and robot development paths

#Some of the team’s main observations from the meta-analysis:

The research community’s attention to robot operation tasks (Manipulation) is unbalanced

Generalization and robustness need to be improved

The exploration of low-level actions (Low-level Control) is very limited

The control frequency is too low (

The lack of unified test benchmarks (Metrics) and test platforms (Simulation or Hardware) makes comparison very difficult.

Discussion and future directions

The team summarized some challenges that still need to be solved and research directions worth discussing:

  • How to set a standard grounding for robot embodiment?
  • Safety and Uncertainty?
  • Are the end-to-end and modular approaches incompatible?
  • Adaptation to embodied physical changesAbility
  • World Model (World Model) method or model-independent method?
  • New robotic platform and multi-sensory information
  • Continue Learning
  • Standardization and reproducibility

The above is the detailed content of A review revealing basic models and robot development paths. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:51cto.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!