Disclosure of Invention
The invention aims to provide a driving situation prediction and self-adaptive strategy generation system based on a cloud multi-mode large model, which is used for solving the problems in the prior art.
The application is specifically as follows:
The driving situation prediction and self-adaptive strategy generation system based on the cloud multi-mode large model comprises a multi-mode data acquisition and situation prediction module, a self-adaptive strategy generation and remote optimization module, a collaborative driving and multi-vehicle strategy coordination module, a cloud driving intelligent monitoring and feedback module and a dynamic risk assessment and path optimization module;
The multi-mode data acquisition and situation prediction module acquires vehicle running data, weather data and traffic data through a camera, a laser radar, a sensor and a GPS which are deployed on a vehicle, and performs situation analysis and prediction on the acquired vehicle running data, weather data and traffic data by utilizing a multi-mode large model technology to generate a multi-mode large model analysis result;
The self-adaptive strategy generation and remote optimization module is used for generating multiple strategies for coping with complex situations through the multi-mode large model analysis result, automatically selecting and optimizing multiple strategies aiming at the multiple strategies, and generating an optimal strategy;
The cooperative driving and multi-vehicle strategy coordination module is used for coordinating strategies for coping with complex situations among a plurality of automatic driving vehicles, ensuring that the vehicles can cooperatively work under the same complex situations, avoiding collision among the vehicles and optimizing the overall safety;
the cloud driving intelligent monitoring and feedback module is used for intelligently monitoring the running state, the environmental change and the coping strategy of the vehicle through the cloud and providing feedback in real time;
The dynamic risk assessment and path optimization module is used for carrying out real-time assessment on the dynamic risk in the vehicle driving path through the prediction and analysis of the multi-mode large model and generating an optimal path optimization scheme;
The multi-mode data acquisition and situation prediction module, the self-adaptive strategy generation and remote optimization module, the collaborative driving and multi-vehicle strategy coordination module, the cloud driving intelligent monitoring and feedback module and the dynamic risk assessment and path optimization module are connected with each other.
Further, the multi-mode data acquisition and situation prediction module comprises an image and sensor data fusion sub-module, a situation prediction sub-module and a danger early warning sub-module;
The image and sensor data fusion sub-module is used for fusion analysis of the vehicle running data, the weather data and the traffic data through a multi-mode large model to generate a three-dimensional environment perception result;
the situation prediction submodule predicts a possible risk situation by combining the three-dimensional environment sensing result;
The danger early warning sub-module sends out early warning signals in advance to inform vehicles and passengers to take preventive measures when the situation prediction sub-module predicts the impending danger situation;
The image and sensor data fusion sub-module comprises an image data processing unit, a laser radar data processing unit and a data fusion unit;
The image data processing unit is used for carrying out different levels of image characteristics on two-dimensional image data captured by a camera by using a convolutional neural network, the convolutional neural network comprises ResNet-50 and EFFICIENTNET, the ResNet-50 and the EFFICIENTNET are connected in series, and the output of the ResNet-50 is used as the input of the EFFICIENTNET;
The laser radar data processing unit is used for extracting features of three-dimensional point cloud data captured by a laser radar by adopting a PointNet ++ network to obtain spatial information features and geometric features of each point so as to form three-dimensional point cloud features;
the data fusion unit is used for fusing the image characteristics and the three-dimensional point cloud characteristics to form multi-mode characteristics, and the fusion adopts a EarlyFusion strategy and self-attention mechanism mode, and the formula is as follows:
Ffusion=SelfAttention(Fimg,Flidar,F Other sensors ),
Wherein F fusion is the fused multi-modal feature, selfAttention is the self-attention function, F fusion is the image feature, F lidar is the three-dimensional point cloud feature, and F Other sensors is the other sensor feature;
the specific process of the situation prediction submodule is as follows:
Modeling and prediction of the space around the vehicle using BEVTransformer-based models that can handle long-range dependencies and effectively capture global information in complex scenes:
H=Transformer(Ffusion),
where H is a spatial representation of the surroundings of the vehicle, predictions generated based on the representation will be used for subsequent driving decisions;
estimating probability distribution of potential risk situations based on a Bayesian neural network BNN model:
p (y|h) = ≡p (y|z) P (z|h) dz, where z is an hidden variable to describe a potential risk context.
Further, the self-adaptive strategy generation and remote optimization module comprises a multi-strategy generation sub-module, a real-time remote optimization sub-module and a self-adaptive driving sub-module;
The multi-strategy generation sub-module is used for detecting that the vehicle encounters different situations, and generating a plurality of coping strategies, wherein the coping strategies comprise path re-planning, speed adjustment and emergency braking, and the different situations comprise complex situations or potential hazards encountered by the vehicle;
The real-time remote optimization sub-module optimizes the plurality of coping strategies through the cloud, dynamically adjusts the running scheme of the vehicle, and sends control instructions corresponding to the optimized strategies to the vehicle in real time.
Further, the adaptive driving sub-module generates adaptive driving strategies of different levels based on different situations;
the specific implementation process of the multi-strategy generation sub-module is as follows:
different driving strategies are generated by using the deep Q network in reinforcement learning, different driving scenes are considered in the driving strategy generating process, and the optimal strategy is selected according to the current environment state:
Q(s,a)=E[r+βmax'aQ(s',a')],
Wherein s represents the current vehicle state, including speed, position, sensor data, a represents the set of actions that can be taken, including braking, steering, accelerating, decelerating, β is a discount factor, r is an instant prize, max 'a Q (s', a ') represents the maximum Q value of all possible actions in the next state s', E represents the learning rate, and the driving scenario includes emergency braking, avoidance of obstacles, and decelerating;
The real-time remote optimization sub-module optimizes the specific implementation process of the plurality of coping strategies through the cloud:
optimizing the generated multiple coping strategy sets through a genetic algorithm GA, and performing multi-objective optimization by using multiple objective functions:
Min{f1(a),f2(a),...,fn(a)},
Where f n (a) is a loss function for a certain target, min represents the final selection of the optimal strategy;
The real-time remote optimization sub-module optimizes the plurality of coping strategies through a cloud, and the specific implementation process of dynamically adjusting the running scheme of the vehicle is as follows:
and realizing real-time remote strategy optimization through a differential evolution algorithm and a distributed deep learning model, and dynamically adjusting each vehicle according to an optimization strategy provided by a cloud.
Further, the collaborative driving and multi-vehicle strategy coordination module comprises a collaborative situation prediction sub-module, a strategy coordination sub-module and a collective path planning sub-module;
the collaborative situation prediction submodule is used for predicting global driving situation through cloud analysis of multi-mode data of all vehicles when a plurality of vehicles run in the same area and generating a multi-vehicle collaborative strategy;
the strategy coordination sub-module dynamically adjusts the driving strategy of each vehicle according to the state and the driving task of each vehicle, and ensures the mutual coordination among a plurality of vehicles;
The collective path planning sub-module is used for generating a collective path plan when a plurality of vehicles need to jointly pass through different situation road sections.
Further, the specific implementation process of the collaborative situation prediction submodule is as follows:
Global modeling is carried out on multi-mode data of multiple vehicles by using a global situation prediction algorithm based on a graph neural network GNN, the state of each vehicle is taken as a node, and updating is carried out through data of neighbor nodes, so that a global collaborative strategy and a global graph structure are finally formed:
Wherein, The characteristic representation N (v) which is the k-layer node v is a neighbor node set, W k is a network weight, and c vu is a normalization coefficient;
based on the global graph structure, generating a multi-vehicle collaborative path plan by using a distributed optimization Lagrange multiplier algorithm;
the strategy coordination sub-module dynamically adjusts the driving strategy of each vehicle to ensure that the mutual coordination among a plurality of vehicles is realized in the following steps:
And continuously adjusting the multi-vehicle strategy through real-time data feedback, and carrying out multi-vehicle strategy coordination by adopting a model based on a game theory.
Further, the cloud driving intelligent monitoring and feedback module comprises a global monitoring and scheduling sub-module, a feedback optimizing sub-module and an emergency remote receiving sub-module;
The global monitoring and scheduling sub-module continuously monitors the running condition of the vehicle through traffic data and weather data, and automatically triggers a strategy to adjust if a dangerous situation or an abnormal state is detected;
the feedback optimization sub-module is used for feeding back the execution result and data of the global monitoring and scheduling sub-module to the cloud, wherein the execution result and data are used for future situation prediction and strategy optimization generation to form a self-learning closed loop;
The emergency remote access sub-module is used for remotely taking over the control right of the vehicle and implementing emergency operation under the extreme situation, wherein the extreme situation comprises the collision of the vehicle or other serious danger.
Further, the implementation process of continuously monitoring the running condition of the vehicle through traffic data and weather data in the global monitoring and scheduling sub-module is as follows:
The position, the speed and the acceleration of the vehicle are monitored in real time through a Bayesian online learning algorithm and a Kalman filter, abnormal conditions are detected based on a dynamic Bayesian network DBN, and the Kalman filter updates a formula:
xt+1=Axt+But+wt,
Pt+1=APtAT+Q,
Where x t is the system state, u t is the predicted state estimate, P t is the covariance matrix, A is the state transition matrix, B is the control input matrix, and w t is the process noise;
the specific implementation process of the feedback optimization sub-module is as follows:
analyzing by adopting a regression analysis method, preprocessing the result and data executed by the global monitoring and scheduling submodule in real time, and carrying out time sequence analysis on historical dangerous situation or abnormal state data of the vehicle by utilizing an autoregressive moving average model to generate feature data of future situation prediction and strategy optimization of the vehicle;
Based on the feature data of the future situation prediction and strategy optimization of the vehicle, combining external environment data, adopting random forest regression to analyze road conditions and weather information, and forming a self-learning closed loop;
the specific implementation process of the emergency remote receiving pipe module is as follows:
when a potential extreme situation is detected, remote take over is performed by a rule-based PID controller, the PID control formula:
where e (t) is the error signal and K p、Ki、Kd is the proportional, integral and derivative coefficients, respectively.
Further, the dynamic risk assessment and path optimization module comprises a dynamic risk assessment sub-module, a path planning and optimization sub-module and an emergency route generation sub-module;
The dynamic risk assessment sub-module is used for analyzing potential risks on a road in real time and optimizing and adjusting the path of the vehicle according to the severity of the risks;
The path planning and optimizing sub-module generates an optimal running path for the vehicle according to the evaluation result of the dynamic risk evaluation sub-module and simultaneously ensures that the path planning is dynamically updated according to actual conditions in the running process of the vehicle;
The emergency route generation sub-module is used for generating an emergency path planning route when the vehicle encounters a high-risk situation, and optimizing the path planning route in real time.
Further, the specific implementation process of the dynamic risk assessment sub-module is as follows:
Analyzing by adopting a factor analysis method, preprocessing data in real time, extracting the characteristics of the position, the speed and the acceleration of the vehicle, and performing time sequence analysis on the historical driving data of the vehicle by utilizing an autoregressive moving average model to generate real-time characteristic data of the vehicle;
Based on the real-time characteristic data of the vehicle, combining external environment data, adopting a Gaussian Process Regression (GPR) to analyze road conditions and weather information, identifying and classifying the types of roads and road conditions, evaluating risk grades, and generating a risk evaluation result;
road condition and weather information analysis are carried out by adopting a Gaussian process regression GPR, the type and the road surface condition of the road are identified and classified, the risk level is estimated, and the method further comprises the step of predicting the potential danger area on the road through a confidence interval:
f (x) =gpr (m (x), k (x, x '), where m (x) is a mean function and k (x, x') is a kernel function for measuring similarity between road points;
the specific implementation process of the path planning and optimizing sub-module is as follows:
Generating an optimal running path by adopting an A-algorithm and combining dynamic programming DP, calculating an alternative path bypassing a potential risk area through multidimensional analysis of the current traffic condition and a road network, and carrying out predictive evaluation on traffic flow and predicted running time of each path to generate a preferred detour path set;
The goal of dynamic programming DP is to find the optimal route for the set of preferred detour paths with guaranteed security by the shortest path algorithm:
J*(s)=minu{g(s,u)+J*(f(s,u))},
where J *(s) is the optimal cost for state s and g (s, u) is the cost function for taking action u.
Compared with the prior art, the embodiment of the invention achieves the following beneficial effects:
The embodiment of the invention provides a driving situation prediction and self-adaptive strategy generation system based on a cloud multi-mode large model, wherein a multi-mode data acquisition and situation prediction module acquires vehicle driving data, weather data and traffic data through cameras, laser radars, sensors and GPS deployed on vehicles, carries out situation analysis and prediction on the acquired vehicle driving data, weather data and traffic data by utilizing a multi-mode large model technology to generate a multi-mode large model analysis result, a self-adaptive strategy generation and remote optimization module automatically selects and optimizes various strategies aiming at the various strategies and generates an optimal strategy, a collaborative driving and multi-vehicle strategy coordination module is used for coordinating strategies for coping with the complex situations among a plurality of automatic driving vehicles, ensures that the plurality of vehicles can work cooperatively under the same complex situation, avoids collision among the plurality of vehicles and optimizes the whole safety, and carries out intelligent monitoring on the driving state, environmental change and coping strategies of the vehicles by utilizing a multi-mode large model technology, and provides feedback in real time, a dynamic risk assessment and path optimization module automatically selects and optimizes various strategies for coping with the complex situations, and can calculate and process the situation of the data in advance by deploying the cloud large model, and the optimal driving situation, can calculate and store the real-time risk prediction data, and the real-time risk prediction data can be stored by the data of the cloud situation has high risk prediction system, the perception and prediction capability of the automatic driving system is improved, various coping strategies aiming at the risks are generated, dynamic generation and remote optimization are further carried out through the self-adaptive strategies, and the vehicle is helped to make safer and more intelligent driving decisions in complex scenes.
Detailed Description
The present invention will be described in detail with reference to the accompanying drawings.
Example 1
The embodiment of the invention provides a driving situation prediction and self-adaptive strategy generation system based on a cloud multi-mode large model, which is shown in fig. 1 and comprises a multi-mode data acquisition and situation prediction module, a self-adaptive strategy generation and remote optimization module, a collaborative driving and multi-vehicle strategy coordination module, a cloud driving intelligent monitoring and feedback module and a dynamic risk assessment and path optimization module;
The multi-mode data acquisition and situation prediction module acquires vehicle running data, weather data and traffic data through a camera, a laser radar, a sensor and a GPS which are deployed on a vehicle, and performs situation analysis and prediction on the acquired vehicle running data, weather data and traffic data by utilizing a multi-mode large model technology to generate a multi-mode large model analysis result;
The self-adaptive strategy generation and remote optimization module is used for generating multiple strategies for coping with complex situations through the multi-mode large model analysis result, automatically selecting and optimizing multiple strategies aiming at the multiple strategies, and generating an optimal strategy;
The cooperative driving and multi-vehicle strategy coordination module is used for coordinating strategies for coping with complex situations among a plurality of automatic driving vehicles, ensuring that the vehicles can cooperatively work under the same complex situations, avoiding collision among the vehicles and optimizing the overall safety;
the cloud driving intelligent monitoring and feedback module is used for intelligently monitoring the running state, the environmental change and the coping strategy of the vehicle through the cloud and providing feedback in real time;
The dynamic risk assessment and path optimization module is used for carrying out real-time assessment on the dynamic risk in the vehicle driving path through the prediction and analysis of the multi-mode large model and generating an optimal path optimization scheme;
The multi-mode data acquisition and situation prediction module, the self-adaptive strategy generation and remote optimization module, the collaborative driving and multi-vehicle strategy coordination module, the cloud driving intelligent monitoring and feedback module and the dynamic risk assessment and path optimization module are connected with each other.
Further, the multi-mode data acquisition and situation prediction module comprises an image and sensor data fusion sub-module, a situation prediction sub-module and a danger early warning sub-module, as shown in fig. 2;
The image and sensor data fusion sub-module is used for fusion analysis of the vehicle running data, the weather data and the traffic data through a multi-mode large model to generate a three-dimensional environment perception result;
the situation prediction submodule predicts a possible risk situation by combining the three-dimensional environment sensing result;
The danger early warning sub-module sends out early warning signals in advance to inform vehicles and passengers to take preventive measures when the situation prediction sub-module predicts the impending danger situation;
The image and sensor data fusion sub-module comprises an image data processing unit, a laser radar data processing unit and a data fusion unit;
The image data processing unit is used for carrying out different levels of image characteristics on two-dimensional image data captured by a camera by using a convolutional neural network, the convolutional neural network comprises ResNet-50 and EFFICIENTNET, the ResNet-50 and the EFFICIENTNET are connected in series, and the output of the ResNet-50 is used as the input of the EFFICIENTNET;
The laser radar data processing unit is used for extracting features of three-dimensional point cloud data captured by a laser radar by adopting a PointNet ++ network to obtain spatial information features and geometric features of each point so as to form three-dimensional point cloud features;
the data fusion unit is used for fusing the image characteristics and the three-dimensional point cloud characteristics to form multi-mode characteristics, and the fusion adopts a EarlyFusion strategy and self-attention mechanism mode, and the formula is as follows:
Ffusion=SelfAttention(Fimg,Flidar,F Other sensors ),
Wherein F fusion is the fused multi-modal feature, selfAttention is the self-attention function, F fusion is the image feature, F lidar is the three-dimensional point cloud feature, and F Other sensors is the other sensor feature;
the specific process of the situation prediction submodule is as follows:
Modeling and prediction of the space around the vehicle using BEVTransformer-based models that can handle long-range dependencies and effectively capture global information in complex scenes:
H=Transformer(Ffusion),
where H is a spatial representation of the surroundings of the vehicle, predictions generated based on the representation will be used for subsequent driving decisions;
estimating probability distribution of potential risk situations based on a Bayesian neural network BNN model:
p (y|h) = ≡p (y|z) P (z|h) dz, where z is an hidden variable to describe a potential risk context.
Further, the adaptive strategy generation and remote optimization module comprises a multi-strategy generation sub-module, a real-time remote optimization sub-module and an adaptive driving sub-module, as shown in fig. 3;
The multi-strategy generation sub-module is used for detecting that the vehicle encounters different situations, and generating a plurality of coping strategies, wherein the coping strategies comprise path re-planning, speed adjustment and emergency braking, and the different situations comprise complex situations or potential hazards encountered by the vehicle;
The real-time remote optimization sub-module optimizes the plurality of coping strategies through the cloud, dynamically adjusts the running scheme of the vehicle, and sends control instructions corresponding to the optimized strategies to the vehicle in real time.
Specifically, the interaction process between the multi-mode data acquisition and situation prediction module and the self-adaptive strategy generation and remote optimization module is as follows:
the multi-mode data acquisition and situation prediction module is responsible for acquiring and processing sensor data of the vehicle and the environment and generating real-time perception results and situation prediction information of the environment. The information is directly input into an adaptive strategy generation module for generating a strategy adapting to the current situation.
Interaction algorithm and model:
Data sharing and transfer mechanism:
the characteristics F fusion and the situation prediction result H after the multi-mode data fusion are transmitted to the adaptive strategy generation module as input:
Inputto Module:{Ffusion,H},
Wherein F fusion represents the environmental perception information of the current vehicle, and H represents the situation prediction result in a short time in the future, including sudden obstacle and bad weather;
bayesian network-based risk assessment delivery:
the situation prediction result generated by the multi-mode data acquisition module can be used for modeling the potential risk based on the Bayesian network, and the risk estimation is transmitted to the strategy generation module:
the strategy generation module generates various coping strategies according to the risk probability;
policy generation dependent state input:
The state space S includes prediction information from the context prediction module, such as risk level on the path, environmental complexity, etc. Based on these states, the policy generation module uses deep Q learning or a policy gradient algorithm to generate corresponding countermeasure actions.
Further, the adaptive driving sub-module generates adaptive driving strategies of different levels based on different situations;
the specific implementation process of the multi-strategy generation sub-module is as follows:
different driving strategies are generated by using the deep Q network in reinforcement learning, different driving scenes are considered in the driving strategy generating process, and the optimal strategy is selected according to the current environment state:
Q(s,a)=E[r+βmax'aQ(s',a')],
Wherein s represents the current vehicle state, including speed, position, sensor data, a represents the set of actions that can be taken, including braking, steering, accelerating, decelerating, β is a discount factor, r is an instant prize, max 'a Q (s', a ') represents the maximum Q value of all possible actions in the next state s', E represents the learning rate, and the driving scenario includes emergency braking, avoidance of obstacles, and decelerating;
The real-time remote optimization sub-module optimizes the specific implementation process of the plurality of coping strategies through the cloud:
optimizing the generated multiple coping strategy sets through a genetic algorithm GA, and performing multi-objective optimization by using multiple objective functions:
Min{f1(a),f2(a),...,fn(a)},
Where f n (a) is a loss function for a certain target, min represents the final selection of the optimal strategy;
The real-time remote optimization sub-module optimizes the plurality of coping strategies through a cloud, and the specific implementation process of dynamically adjusting the running scheme of the vehicle is as follows:
and realizing real-time remote strategy optimization through a differential evolution algorithm and a distributed deep learning model, and dynamically adjusting each vehicle according to an optimization strategy provided by a cloud.
Further, the collaborative driving and multi-vehicle strategy coordination module comprises a collaborative situation prediction sub-module, a strategy coordination sub-module and a collective path planning sub-module, as shown in fig. 4;
the collaborative situation prediction submodule is used for predicting global driving situation through cloud analysis of multi-mode data of all vehicles when a plurality of vehicles run in the same area and generating a multi-vehicle collaborative strategy;
the strategy coordination sub-module dynamically adjusts the driving strategy of each vehicle according to the state and the driving task of each vehicle, and ensures the mutual coordination among a plurality of vehicles;
The collective path planning sub-module is used for generating a collective path plan when a plurality of vehicles need to jointly pass through different situation road sections.
Specifically, the interaction process between the adaptive strategy generation and remote optimization module and the collaborative driving and multi-vehicle strategy coordination module is as follows:
interaction description:
In a multi-vehicle cooperative scene, the self-adaptive strategy generation module interacts the generated single-vehicle strategy with the cooperative driving module so as to ensure strategy compatibility among multiple vehicles and avoid conflict.
Interaction algorithm and model:
policy coordination based on game theory:
The multi-vehicle cooperation is optimized through a model based on game theory, the strategy generation of each vehicle needs to consider the behaviors of other vehicles, and the system can find the optimal strategy combination of the plurality of vehicles by using a Nash equilibrium model;
policy adjustment and information exchange between multiple workshops:
The collaborative driving module adjusts the strategy of each vehicle by using a distributed optimization algorithm to ensure global optimization, for example, a distributed consensus algorithm based on Lagrangian multipliers is adopted for optimization, and the system coordinates the strategy of all vehicles through distributed optimization;
Global context prediction and sharing for co-driving:
The situation prediction information H i of each vehicle is integrated through the cloud to generate global situation prediction information H global to adjust the collective paths and behaviors of multiple vehicles:
Hglobal=Fusion(H1,H2,...,Hn),
Through an embedded node aggregation mechanism of the GNN graph neural network, the system can capture the interaction relationship among vehicles and perform global optimization.
Further, the specific implementation process of the collaborative situation prediction submodule is as follows:
Global modeling is carried out on multi-mode data of multiple vehicles by using a global situation prediction algorithm based on a graph neural network GNN, the state of each vehicle is taken as a node, and updating is carried out through data of neighbor nodes, so that a global collaborative strategy and a global graph structure are finally formed:
Wherein, The characteristic representation N (v) which is the k-layer node v is a neighbor node set, W k is a network weight, and c vu is a normalization coefficient;
based on the global graph structure, generating a multi-vehicle collaborative path plan by using a distributed optimization Lagrange multiplier algorithm;
the strategy coordination sub-module dynamically adjusts the driving strategy of each vehicle to ensure that the mutual coordination among a plurality of vehicles is realized in the following steps:
And continuously adjusting the multi-vehicle strategy through real-time data feedback, and carrying out multi-vehicle strategy coordination by adopting a model based on a game theory.
Further, the cloud driving intelligent monitoring and feedback module comprises a global monitoring and scheduling sub-module, a feedback optimizing sub-module and an emergency remote receiving sub-module, as shown in fig. 5;
The global monitoring and scheduling sub-module continuously monitors the running condition of the vehicle through traffic data and weather data, and automatically triggers a strategy to adjust if a dangerous situation or an abnormal state is detected;
the feedback optimization sub-module is used for feeding back the execution result and data of the global monitoring and scheduling sub-module to the cloud, wherein the execution result and data are used for future situation prediction and strategy optimization generation to form a self-learning closed loop;
The emergency remote access sub-module is used for remotely taking over the control right of the vehicle and implementing emergency operation under the extreme situation, wherein the extreme situation comprises the collision of the vehicle or other serious danger.
Specifically, the interaction process of the collaborative driving and multi-vehicle strategy coordination module and the cloud driving intelligent monitoring and feedback module is as follows:
interaction description:
Interaction between the collaborative driving module and the cloud intelligent monitoring module ensures timeliness of global monitoring and feedback. The cloud system can conduct remote optimization and emergency adjustment according to the multi-vehicle state information provided by the collaborative driving module.
Interaction algorithm and model:
feedback optimization based on global monitoring:
The cloud monitoring module automatically adjusts the cooperative strategy of multiple vehicles when danger or abnormality is detected by acquiring the state and environment information S i of each vehicle in real time, wherein the cooperative adjustment based on feedback can be realized through model predictive control;
Cloud global risk assessment and remote takeover:
When the cloud monitoring system detects an extreme dangerous situation, such as a complex situation which is about to collide or cannot be processed, the cloud system can trigger a remote take-over function, and by using an anomaly detection mechanism based on a Kalman filter, the cloud system can rapidly evaluate risks and send out a remote control instruction, and once the anomaly is detected, the cloud monitoring can calculate new control input according to the vehicle state and remotely take over the vehicle.
Further, the implementation process of continuously monitoring the running condition of the vehicle through traffic data and weather data in the global monitoring and scheduling sub-module is as follows:
The position, the speed and the acceleration of the vehicle are monitored in real time through a Bayesian online learning algorithm and a Kalman filter, abnormal conditions are detected based on a dynamic Bayesian network DBN, and the Kalman filter updates a formula:
xt+1=Axt+But+wt,
Pt+1=APtAT+Q,
Where x t is the system state, u t is the predicted state estimate, P t is the covariance matrix, A is the state transition matrix, B is the control input matrix, and w t is the process noise;
the specific implementation process of the feedback optimization sub-module is as follows:
analyzing by adopting a regression analysis method, preprocessing the result and data executed by the global monitoring and scheduling submodule in real time, and carrying out time sequence analysis on historical dangerous situation or abnormal state data of the vehicle by utilizing an autoregressive moving average model to generate feature data of future situation prediction and strategy optimization of the vehicle;
Based on the feature data of the future situation prediction and strategy optimization of the vehicle, combining external environment data, adopting random forest regression to analyze road conditions and weather information, and forming a self-learning closed loop;
the specific implementation process of the emergency remote receiving pipe module is as follows:
when a potential extreme situation is detected, remote take over is performed by a rule-based PID controller, the PID control formula:
where e (t) is the error signal and K p、Ki、Kd is the proportional, integral and derivative coefficients, respectively.
Further, the dynamic risk assessment and path optimization module comprises a dynamic risk assessment sub-module, a path planning and optimization sub-module and an emergency route generation sub-module, as shown in fig. 6;
The dynamic risk assessment sub-module is used for analyzing potential risks on a road in real time and optimizing and adjusting the path of the vehicle according to the severity of the risks;
The path planning and optimizing sub-module generates an optimal running path for the vehicle according to the evaluation result of the dynamic risk evaluation sub-module and simultaneously ensures that the path planning is dynamically updated according to actual conditions in the running process of the vehicle;
The emergency route generation sub-module is used for generating an emergency path planning route when the vehicle encounters a high-risk situation, and optimizing the path planning route in real time.
Specifically, the interaction process between the cloud driving intelligent monitoring and the feedback module and between the dynamic risk assessment and path optimization module is as follows:
interaction description:
the dynamic risk assessment and path optimization module is responsible for dynamically adjusting the running path of the vehicle according to the global information provided by the cloud monitoring module, and the real-time performance of the system in the aspects of risk assessment and path selection is ensured through interaction;
Interaction algorithm and model:
Path optimization based on risk assessment:
The cloud monitoring module provides a global risk assessment result R global, and the dynamic risk assessment module adjusts the vehicle path in real time according to the information. Path optimization is performed through an A-algorithm or dynamic programming DP based on a Belman equation;
real-time generation of emergency paths:
When the dynamic risk assessment module finds that a vehicle path has higher risk, such as an obstacle or an accident in front, the system generates an emergency path and informs the vehicle, a path planning algorithm is combined with risk assessment, an optimal emergency path is generated through a rapid search algorithm such as RRT or PRM, and the algorithm ensures that the vehicle avoids a high risk area through iterative search.
Further, the specific implementation process of the dynamic risk assessment sub-module is as follows:
Analyzing by adopting a factor analysis method, preprocessing data in real time, extracting the characteristics of the position, the speed and the acceleration of the vehicle, and performing time sequence analysis on the historical driving data of the vehicle by utilizing an autoregressive moving average model to generate real-time characteristic data of the vehicle;
Based on the real-time characteristic data of the vehicle, combining external environment data, adopting a Gaussian Process Regression (GPR) to analyze road conditions and weather information, identifying and classifying the types of roads and road conditions, evaluating risk grades, and generating a risk evaluation result;
road condition and weather information analysis are carried out by adopting a Gaussian process regression GPR, the type and the road surface condition of the road are identified and classified, the risk level is estimated, and the method further comprises the step of predicting the potential danger area on the road through a confidence interval:
f (x) =gpr (m (x), k (x, x '), where m (x) is a mean function and k (x, x') is a kernel function for measuring similarity between road points;
the specific implementation process of the path planning and optimizing sub-module is as follows:
Generating an optimal running path by adopting an A-algorithm and combining dynamic programming DP, calculating an alternative path bypassing a potential risk area through multidimensional analysis of the current traffic condition and a road network, and carrying out predictive evaluation on traffic flow and predicted running time of each path to generate a preferred detour path set;
The goal of dynamic programming DP is to find the optimal route for the set of preferred detour paths with guaranteed security by the shortest path algorithm:
J*(s)=minu{g(s,u)+J*(f(s,u))},
where J *(s) is the optimal cost for state s and g (s, u) is the cost function for taking action u.
Embodiment 2, situation prediction of road burst obstacle and adaptive strategy generation
1. Description of the background automated driving vehicles travel on highways with sudden obstacles, such as accidents or temporary road blocks, in front.
The system needs to predict the dangerous situation in advance and automatically generate the coping strategies.
2. The situation prediction and early warning system detects a front obstacle through a multi-mode sensor and predicts that the obstacle can influence the vehicle driving path through cloud multi-mode large model analysis.
The system gives out danger early warning in advance and prepares to generate a plurality of coping strategies.
3. The self-adaptive strategy generation comprises the steps of generating three strategies, namely emergency braking, lane change avoidance, speed reduction and waiting for removing the obstacle, by the system according to road conditions, vehicle speed and the like.
The cloud system selects the optimal strategy, namely lane change avoidance, sends a command to the vehicle, and adjusts the vehicle path.
4. And (3) feeding back and optimizing, namely recording an execution result by the system, feeding back to the cloud end, and optimizing a future situation prediction model.
Embodiment 3 Multi-vehicle coordination handling bursty traffic events
1. Background description when a plurality of autonomous vehicles run in urban areas, sudden traffic accidents occur, and the system needs to coordinate driving strategies of the plurality of vehicles so as to avoid secondary collision and traffic jam.
2. And the cloud system analyzes the multi-mode data of all related vehicles, predicts the influence range of the traffic accident in front, and evaluates the influence of the accident on the driving paths of all vehicles.
3. And the system generates different coping strategies for each vehicle, namely, part of vehicles adopt emergency braking to avoid and part of vehicles bypass in advance.
The system coordinates the speeds and the running routes of all vehicles to ensure smooth traffic at the accident scene.
4. Dynamic adjustment and feedback, wherein the system dynamically adjusts the driving strategy of each vehicle according to the real-time traffic condition, ensures safe passing, and feeds back the result for future collaborative optimization.
The algorithms and displays presented herein are not inherently related to any particular computer, virtual system, or other apparatus. Various general-purpose systems may also be used with the teachings herein. The required structure for a construction of such a system is apparent from the description above. In addition, the present invention is not directed to any particular programming language. It will be appreciated that the teachings of the present invention described herein may be implemented in a variety of programming languages, and the above description of specific languages is provided for disclosure of enablement and best mode of the present invention.
In the description provided herein, numerous specific details are set forth. However, it is understood that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, various features of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure and aiding in the understanding of one or more of the various inventive aspects. This method of disclosure, however, is not to be interpreted as reflecting an intention that the claimed invention requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention.
Those skilled in the art will appreciate that the modules in the apparatus of the embodiments may be adaptively changed and disposed in one or more apparatuses different from the embodiments. The modules or units or components of the embodiments may be combined into one module or unit or component and, furthermore, they may be divided into a plurality of sub-modules or sub-units or sub-components. Any combination of all features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or units of any method or apparatus so disclosed, may be used in combination, except insofar as at least some of such features and/or processes or units are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings), may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
Furthermore, those skilled in the art will appreciate that while some embodiments herein include some features but not others included in other embodiments, combinations of features of different embodiments are meant to be within the scope of the invention and form different embodiments. For example, in the following claims, any of the claimed embodiments can be used in any combination.
Various component embodiments of the invention may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that some or all of the functions of some or all of the components in an apparatus according to embodiments of the present invention may be implemented in practice using a microprocessor or Digital Signal Processor (DSP). The present invention can also be implemented as an apparatus or device program (e.g., a computer program and a computer program product) for performing a portion or all of the methods described herein. Such a program embodying the present invention may be stored on a computer readable medium, or may have the form of one or more signals. Such signals may be downloaded from an internet website, provided on a carrier signal, or provided in any other form.