Skip to main content

China Intelligent Driving Fusion Algorithm Research Report 2024: Sparse Algorithms, Temporal Fusion and Enhanced Planning and Control Become the Trend - ResearchAndMarkets.com

The "China Intelligent Driving Fusion Algorithm Research Report, 2024" report has been added to ResearchAndMarkets.com's offering.

Intelligent Driving Fusion Algorithm Research: sparse algorithms, temporal fusion and enhanced planning and control become the trend.

China Intelligent Driving Fusion Algorithm Research Report, 2024 analyzes the status quo and trends of intelligent driving fusion algorithms (including perception, positioning, prediction, planning, decision, etc.), sorts out algorithm solutions and cases of chip vendors, OEMs, Tier1 & Tier2 suppliers and L4 algorithm providers, and summarizes the development trends of intelligent driving algorithms.

Since the period of eight months from Musk's live test drive of FSD V12 Beta in August 2023 to the 30-day free trial of FSD V12 Supervised in March 2024, advanced intelligent driving such as urban NOA has begun to become the arena of major OEMs, and there have been ever more application cases for end-to-end algorithms, BEV Transformer algorithms, and AI foundation model algorithms.

Sparse algorithms improve efficiency and reduce intelligent driving cost.

At present, most BEV algorithms are dense and consume considerable computing power and storage. The smoothness of more than 30 frames per second requires expensive computing resources such as NVIDIA A100. Even so, only 5 to 6 2MP cameras can be supported. For 8MP cameras, extremely expensive resources like multiple H100 GPUs are needed.

Our real world has sparse features. Sparsification helps sensors reduce noise and improve robustness. In addition, as distance increases, grids are bound to be sparse, and a dense network can only be maintained within about 50 meters. By reducing queries and feature interactions, sparse perception algorithms speed up calculations and lower storage requirements, greatly improve the computing efficiency and system performance of the perception model, shorten the system latency, expand the perception accuracy range, and ease the impact of vehicle speed.

Therefore, the academia has shifted to sparse target-level algorithms rather than dense grid-based algorithms since 2021. With long-term efforts, sparse target-level algorithms can perform almost as well as dense grid-based algorithms. The industry also keeps iterating sparse algorithms. Recently, Horizon Robotics has open-sourced Sparse4D, its vision-only algorithm which ranks first on both nuScenes vision-only 3D detection and 3D tracking lists.

Sparse4D is a series of algorithms moving towards long-time-sequence sparse 3D target detection, belonging to the scope of multi-view temporal fusion perception technology. Facing the industry development trend of sparse perception, Sparse4D builds a pure sparse fusion perception framework, which makes perception algorithms more efficient and accurate and simplifies perception systems. Compared with dense BEV algorithms, Sparse4D reduces the computational complexity, breaks the limit of computing power on the perception range, and outperforms dense BEV algorithms in perception effect and reasoning speed.

Another significant advantage of sparse algorithms is to cut down the cost of intelligent driving solutions by reducing dependence on sensors and consuming less computing power. For example, Megvii Technology mentioned that taking a range of measures, for example, optimizing the BEV algorithm, reducing computing power, removing HD maps, RTK and LiDAR, unifying the algorithm framework, and automatic annotation, it has lowered the costs of its intelligent driving solutions based on PETR series sparse algorithms by 20%-30%, compared with conventional solutions on the market.

4D algorithms offer higher accuracy and make intelligent driving more reliable.

As seen from the sensor configurations of OEMs, in recent three years ever more sensors have been installed, with increasing intelligent driving functions and application scenarios. Most urban NOA solutions are equipped with 10-12 cameras, 3-5 radars, 12 ultrasonic radars and 1-3 LiDARs.

With the increasing number of sensors, ever more perception data are generated. How to improve the utilization of the data is also placed on the agenda of OEMs and algorithm providers. Although the algorithm details of companies are a little different, the general ideas of the current mainstream BEV Transformer solutions are basically the same: conversion from 2D to 3D and then to 4D.

Temporal fusion can greatly improve the algorithm continuity, and the memory of obstacles can handle occlusion and allows for better perception the speed information. The memory of road signs can improve the driving safety and the accuracy of vehicle behavior prediction. The fusion of information from historical frames can improve the perception accuracy of the current object, while the fusion of information from future frames can verify the object perception accuracy, thereby enhancing the algorithm reliability and accuracy.

End-to-end algorithms integrating perception, planning and control enable more anthropomorphic intelligent driving.

Mainstream intelligent driving algorithms have adopted the "BEV+Transformer" architecture, and many innovative perception algorithms have emerged. However, rule-based algorithms still prevail among planning and control algorithms. Some OEMs face technical and practical challenges in both perception and planning & control systems, which are sometimes in a 'split' state. In some complex scenarios, the perception module may fail to accurately recognize or understand the environmental information, and the decision module may make incorrect driving decisions due to improper handling of the perception results or algorithm limitations. This restricts the development of advanced intelligent driving to some extent.

UniAD, an end-to-end intelligent driving algorithm jointly released by SenseTime, OpenDriveLab and Horizon Robotics, was rated as the Best Paper in CVPR2023. UniAD integrates three main tasks (perception, prediction and planning) and six sub-tasks (target detection, target tracking, scene mapping, trajectory prediction, grid prediction and path planning) into a unified end-to-end network framework based on Transformer for the first time to attain a general model of full-stack task-critical driving. Under the nuScenes real scene dataset, UniAD performs all tasks best in the field, especially in terms of the prediction and planning results far better the previous best solution.

The basic end-to-end algorithm enables direct inputs from sensors and predictive control outputs, but it is difficult to optimize, because of lacking effective feature communication between network modules and effective interaction between tasks and needing to output results in phases. The decision-oriented perception and decision integrated design proposed by the UniAD algorithm uses token features for deep fusion according to the perception-prediction-decision process, so that the indicators of all tasks targeting decision are consistently improved.

In terms of planning and control algorithms, Tesla adopts an approach of interactive search + evaluation model to enable a comfortable and effective algorithm that combines conventional search algorithms with artificial intelligence:

Firstly, candidate objects are obtained according to lane lines, occupancy networks and obstacles, and then decision trees and candidate object sequences are generated.

The trajectory for reaching the above objects is constructed synchronously using conventional search and neural networks.

The interaction between the vehicle and other participants in the scene is predicted to form a new trajectory. After multiple evaluations, the final trajectory is selected. During the trajectory generation, Tesla applies conventional search algorithms and neural networks, and then scores the generated trajectory according to collision check, comfort analysis, the possibility of the driver taking over and the similarity with people, to finally decide the implementation strategy.

XBrain, the ultimate architecture of Xpeng's all-scenario intelligent driving, is composed of XNet 2.0, a deep vision neural network, and XPlanner, a planning and control module based on a neural network. XPlanner is a planning and control algorithm based on a neural network, with the following features:

  • Rule algorithm
  • Long time sequence (minute-level)
  • Multi-object (multi-agent decision, gaming capability)
  • Strong reasoning

The previous advanced algorithms and ADAS functional architectures were separated and consisted of many small logic planning and control algorithms for sub-scenes, while XPlanner has a unified planning and control algorithm architecture. XPlanner is supported by a foundation model and a large number of extreme driving scenes for simulation training, thus ensuring that it can cope with various complex situations.

Key Topics Covered:

1 Overview of Intelligent Driving Fusion Algorithms

1.1 Intelligent Driving Algorithms: Perception, Decision, Actuation

1.2 Intelligent Driving Algorithms: Iteration History

1.3 Intelligent Driving Perception Algorithms - Visual Perception

1.4 Intelligent Driving Fusion Algorithms

1.5 Application Cases of OEM Fusion Algorithms

1.6 Comparison among OEM Fusion Algorithm Models

1.7 Comparison among Tier 1 Fusion Algorithm Models

1.8 Intelligent Driving Algorithm Supply Models

1.9 Development Trends of Intelligent Driving Fusion Algorithms

2 End-to-end Algorithms

2.1 End-to-end Intelligent Driving Becomes a Long-Term Consensus

2.1.1 How to Build an End-to-end Neural Network Foundation Model of Intelligent Driving?

2.2 Occupancy Networks

2.3 Application Cases of End-to-end Algorithms

3 BEV Transformer Foundation Model Algorithms

3.1 From Small Models to Foundation Models

3.2 BEV+Transformer Algorithms

3.3 Comparison among OEM BEV+Transformer Algorithms

3.4 Comparison among BEV+Transformer Algorithms of Tier 1 Suppliers

4 Data Is the Cornerstone of Fusion Algorithms

4.1 Data Is the Cornerstone of Fusion Algorithms

4.1.1 Datasets: How to Collect

4.1.2 Datasets: Evolution from Single-vehicle Intelligence to Vehicle-city Integration

4.1.3 Datasets: From Perception to Prediction and Planning

4.1.4 Datasets: Multimodal, End-to-end

4.1.5 Next-generation Datasets

4.2 Intelligent Driving Dataset Comparison

4.3 Major Data Training Set Suppliers and Their Products

4.4 Application Cases of Datasets in Intelligent Driving

5 Algorithms of Chip Vendors

5.1 Huawei

5.2 Horizon Robotics

5.3 Black Sesame Technologies

5.4 Mobileye

5.5 Qualcomm Arriver

5.6 NXP

5.7 NVIDIA

6 Algorithms of Tier 1 & Tier 2 Vendors

6.1 Momenta

6.2 Nullmax

6.3 ArcSoft

6.4 JueFX Technology

6.5 StradVision

6.6 iMotion

6.7 EnjoyMove Technology

6.8 Haomo.AI

6.9 In-driving Tech

6.10 Valeo

7 Algorithms of Emerging Automakers and OEMs

7.1 Tesla

7.2 NIO

7.3 Li Auto

7.4 Xpeng

7.5 Leapmotor

7.6 ZEEKR

7.7 BMW

7.8 SAIC

7.9 GM

8 Robtaxi Algorithms of L4 Intelligent Driving

8.1 Baidu Apollo

8.2 Pony.ai

8.3 WeRide

8.4 DeepRoute.ai

8.5 QCraft

8.6 UISEE

8.7 Didi Autonomous Driving

8.8 Waymo

For more information about this report visit https://www.researchandmarkets.com/r/4nqo90

About ResearchAndMarkets.com

ResearchAndMarkets.com is the world's leading source for international market research reports and market data. We provide you with the latest data on international and regional markets, key industries, the top companies, new products and the latest trends.

Contacts

ResearchAndMarkets.com

Laura Wood, Senior Press Manager

press@researchandmarkets.com

For E.S.T Office Hours Call 1-917-300-0470

For U.S./ CAN Toll Free Call 1-800-526-8630

For GMT Office Hours Call +353-1-416-8900

Data & News supplied by www.cloudquote.io
Stock quotes supplied by Barchart
Quotes delayed at least 20 minutes.
By accessing this page, you agree to the following
Privacy Policy and Terms and Conditions.