China and global end-to-end autonomous driving industry report 2024-2025: how li auto becomes a leader from an intelligent driving follower
												Dublin, jan. 28, 2025 (globe newswire) -- the "end-to-end autonomous driving industry report, 2024-2025" report has been added to researchandmarkets.com's offering. end-to-end intelligent driving research: how li auto becomes a leader from an intelligent driving follower there are two types of end-to-end autonomous driving: global (one-stage) and segmented (two-stage) types. the former has a clear concept, and much lower r&d cost than the latter, because it does not require any manually annotated data sets but relies on multimodal foundation models developed by google, meta, alibaba and openai. standing on the shoulders of these technology giants, the performance of global end-to-end autonomous driving is much better than segmented end-to-end autonomous driving, but at extremely high deployment cost. segmented end-to-end autonomous driving still uses the traditional cnn backbone network to extract features for perception, and adopts end-to-end path planning. although its performance is not as good as global end-to-end autonomous driving, it has lower deployment cost. however, the deployment cost of segmented end-to-end autonomous driving is still very high compared with the current mainstream traditional "bev+occ+decision tree" solution. as a representative of global end-to-end autonomous driving, waymo emma directly inputs videos without a backbone network but with a multimodal foundation model as the core. uniad is a representative of segmented end-to-end autonomous driving. based on whether feedback can be obtained, end-to-end autonomous driving researches are mainly divided into two categories: the research is conducted in simulators such as carla, and the next planned instructions can be actually performed; the research based on collected real data, mainly imitation learning, referring to uniad. end-to-end autonomous driving currently features an open loop, so it is impossible to truly see the effects of the execution of one's own predicted instructions. without feedback, the evaluation of open-loop autonomous driving is very limited. the two indicators commonly used in documents include l2 distance and collision rate. l2 distance: the l2 distance between the predicted trajectory and the true trajectory is calculated to judge the quality of the predicted trajectory. collision rate: the probability of collision between the predicted trajectory and other objects is calculated to evaluate the safety of the predicted trajectory. the most attractive thing about end-to-end autonomous driving is the potential for performance improvement. the earliest end-to-end solution is uniad. a paper at the end of 2022 revealed that the l2 distance was as long as 1.03 meters. it was greatly reduced to 0.55 meters at the end of 2023 and further to 0.22 meters in late 2024. horizon robotics is one of the most active companies in the end-to-end field, and its technology development also shows the overall evolution of the end-to-end route. after uniad came out, horizon robotics immediately proposed vad whose concept is similar to that of uniad with much better performance. then, horizon robotics turned to global end-to-end autonomous driving. its first result was he-driver, which had a relatively large number of parameters. the following senna has a smaller number of parameters and is also one of the best-performing end-to-end solutions. the core of some end-to-end systems is still bevformer which uses vehicle can bus information by default, including explicit information related to the vehicle's speed, acceleration and steering angle, exerting a significant impact on path planning. these end-to-end systems still require supervised training, so massive manual annotations are indispensable, which makes the data cost very high. furthermore, since the concept of gpt is borrowed, why not use llm directly, in this case, li auto proposed drivevlm. the scenario description module of drivevlm is composed of environment description and key object recognition. environment description focuses on common driving environments such as weather and road conditions. key object recognition is to find key objects that have a greater impact on current driving decision. environment description includes the following four parts: weather, time, road type, and lane line. differing from the traditional autonomous driving perception module that detects all objects, drivevlm focuses on recognizing key objects in the current driving scenario that are most likely to affect autonomous driving decision, because detecting all objects will consume enormous computing power. thanks to the pre-training of the massive autonomous driving data accumulated by li auto and the open source foundation model, vlm can better detect key long-tail objects, such as road debris or unusual animals, than traditional 3d object detectors. for each key object, drivevlm will output its semantic category (c) and the corresponding 2d object box (b) respectively. pre-training comes from the field of nlp foundation models, because nlp uses very little annotated data and is very expensive. pre-training first uses massive unannotated data for training to find language structure features, and then takes prompts as labels to solve specific downstream tasks by fine-tuning. drivevlm completely abandons the traditional algorithm bevformer as the core but adopts large multimodal models. li auto's drivevlm leverages alibaba's foundation model qwen-vl with up to 9.7 billion parameters, 448*448 input resolution, and nvidia orin for inference operations. how does li auto transform from a high-level intelligent driving follower into a leader? at the beginning of 2023, li auto was still a laggard in the noa arena. it began to devote itself to r&d of high-level autonomous driving in 2023, accomplished multiple noa version upgrades in 2024, and launched all-scenario autonomous driving from parking space to parking space in late november 2024, thus becoming a leader in mass production of high-level intelligent driving (noa). reviewing the development history of li auto's end-to-end intelligent driving, in addition to the data from its own hundreds of thousands of users, it also partnered with a number of partners on r&d of end-to-end models. drivevlm is the result of the cooperation between li auto and tsinghua university. in addition to drivevlm, li auto also launched str2 with shanghai qi zhi institute, fudan university, etc., proposed drivedreamer4d with gigastudio, the institute of automation of chinese academy of sciences, and unveiled moe with tsinghua university. mixture of experts (moe) architecture in order to solve the problem of too many parameters and too much calculation in foundation models, li auto has cooperated with tsinghua university to adopt moe architecture. mixture of experts (moe) is an integrated learning method that combines multiple specialized sub-models (i.e. 'experts') to form a complete model. each 'expert' makes contributions in the field in which it is good at. the mechanism that determines which 'expert' participates in answering a specific question is called a 'gated network'.