Movatterモバイル変換


[0]ホーム

URL:


CN119360555B - A vehicle-mounted geological disaster early warning system and method based on environmental perception - Google Patents

A vehicle-mounted geological disaster early warning system and method based on environmental perception
Download PDF

Info

Publication number
CN119360555B
CN119360555BCN202411919624.3ACN202411919624ACN119360555BCN 119360555 BCN119360555 BCN 119360555BCN 202411919624 ACN202411919624 ACN 202411919624ACN 119360555 BCN119360555 BCN 119360555B
Authority
CN
China
Prior art keywords
vehicle
geological disaster
early warning
information
risk
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202411919624.3A
Other languages
Chinese (zh)
Other versions
CN119360555A (en
Inventor
刁士航
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Rivotek Technology Jiangsu Co Ltd
Original Assignee
Rivotek Technology Jiangsu Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Rivotek Technology Jiangsu Co LtdfiledCriticalRivotek Technology Jiangsu Co Ltd
Priority to CN202411919624.3ApriorityCriticalpatent/CN119360555B/en
Publication of CN119360555ApublicationCriticalpatent/CN119360555A/en
Application grantedgrantedCritical
Publication of CN119360555BpublicationCriticalpatent/CN119360555B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Classifications

Landscapes

Abstract

The invention relates to a vehicle-mounted geological disaster early warning system and method based on environment awareness, and relates to the technical field of vehicle early warning. The system comprises an information acquisition module, a judgment and analysis module, a pre-training geological disaster early warning model and an early warning execution module, wherein the information acquisition module is used for acquiring geological disaster information, vehicle information and external environment information in real time, the judgment and analysis module predicts a vehicle driving path through a driving path prediction unit, the geological disaster information is input into the pre-training geological disaster early warning model through the geological disaster prediction unit to predict the occurrence probability value of geological disasters of each monitoring point or area, the risk level of the influence of the geological disasters on the vehicle is estimated through a risk assessment unit, and the early warning execution module is used for carrying out early warning prompt according to the risk level matching safety suggestion. According to the method, the risk is estimated in real time by comprehensively acquiring the information and using the geological disaster prediction model, and early warning and safety advice are provided in time, so that the driving safety can be effectively improved.

Description

Vehicle-mounted geological disaster early warning system and method based on environment awareness
Technical Field
The invention relates to the technical field of vehicle early warning, in particular to a vehicle-mounted geological disaster early warning system and method based on environment awareness.
Background
When geological disasters such as earthquakes, landslides, debris flows, landslide and the like come temporarily, a driver cannot timely learn information through a vehicle-mounted system, can only learn through approaches such as a mobile phone and the like, and cannot evaluate the dangerous degree of the current situation.
The traditional geological disaster early warning system is mostly dependent on single type of monitoring data, has limitation in processing complex space-time data, and is difficult to accurately capture the relevance and characteristics among different disasters.
With the development of sensor technology and big data analysis, more and more real-time data can be collected and utilized, and a new opportunity is provided for geological disaster early warning. However, how to effectively integrate multi-source data and construct a comprehensive geological disaster early warning system through advanced machine learning and deep learning technologies so as to improve the accuracy and timeliness of early warning is still a challenge.
Disclosure of Invention
Aiming at the problem of lack of geological disaster early warning in the driving process in the prior art, the invention provides a vehicle-mounted geological disaster early warning system and method based on environment awareness.
In order to achieve the above object, the present invention is realized by the following technical scheme:
a vehicle-mounted geological disaster early warning system based on environmental awareness, the system comprising:
The information acquisition module is used for acquiring geological disaster information, vehicle information and external environment information in real time, wherein the geological disaster information comprises seismic waveform data and topographic image data, the vehicle information comprises a navigation route, a real-time position of the vehicle, a real-time speed of the vehicle, historical driving track data of the vehicle and driver preference data, and the external environment information comprises historical traffic data, real-time traffic information and weather data;
The judgment analysis module comprises a driving path prediction unit, a geological disaster prediction unit and a risk assessment unit;
The travel path prediction unit is used for predicting a vehicle travel path based on vehicle information and external environment information;
The geological disaster prediction unit is used for inputting geological disaster information into a pre-trained geological disaster early warning model and predicting probability values of occurrence of geological disasters of each monitoring point or region;
The geological disaster early warning model adopts a multi-task learning architecture, can learn a plurality of targets of earthquake intensity prediction, landslide risk assessment, debris flow early warning and collapse early warning at the same time, and promotes knowledge migration by sharing a bottom layer characteristic layer;
The risk assessment unit is used for assessing the risk level of the influence of the geological disaster on the vehicle according to the probability value of the occurrence of the geological disaster of each monitoring point or region;
and the early warning execution module is used for matching the safety suggestion according to the risk level and carrying out early warning prompt.
As a preferable mode of the present invention, the method of predicting a vehicle travel path based on vehicle information and external environment information includes:
data cleaning, denoising and feature extraction are carried out on the vehicle information and the external environment information, and a structured data set for training is generated;
training the historical driving track data and the real-time traffic information of the vehicle through a recurrent neural network or a long-short-term memory network, constructing a time sequence prediction model, and predicting the driving path of the vehicle based on the time sequence data;
data training is carried out locally by utilizing the federal learning technology, and model parameters are shared, but original data are not shared directly;
Optimizing the prediction result by adopting a deep Q learning algorithm, and simulating feedback mechanisms of different path selections;
based on the real-time traffic data and the weather data, the prediction result is dynamically adjusted and updated in real time by using a self-attention mechanism and timely fed back to a driver so as to adapt to the traffic condition which changes in real time.
As a preferable scheme of the invention, the construction method of the geological disaster early warning model comprises the following steps:
carrying out data preprocessing, namely carrying out normalization processing on multi-source geological disaster information, and constructing an adjacent matrix according to the geographical position relation to represent the connection strength between monitoring points;
Feature extraction, namely extracting features from seismic waveform data by using 1D CNN, and extracting topographic information from topographic image data by using 2D CNN;
Input feature map by DCT transformationDividing the channel dimension into a plurality of feature vectors, and applying DCT (discrete cosine transform) of different frequency components to each feature vector, wherein the formula is as follows:
;
In the formula,Is the firstFrequency representation of the individual feature vectors after DCT processing; The index of the feature vector is represented,,Representing the number of feature vectors; Representing a characteristic diagramMiddle (f)A feature vector; the index of the frequency is represented and,,Length for DCT transform; indexing elements in the feature vector; Representing a characteristic diagramMiddle (f)The first feature vectorAn element; is the basis function of the DCT;
FIG. neural network block operations Using ChebConv and GCSConv layers, spatial and temporal relationships in the encoded graph structure are conveyed according to the adjacency matrix, the FIG. neural network block operations are represented as:
;
In the formula,Is the firstFeature vectors of the individual nodes; the number of nodes; is an adjacency matrix; representing the input feature vectorAdjacency matrixIs output by a graph neural network block;
Self-supervised contrast learning, namely, by constructing positive samples and negative samples and defining contrast loss functions, the model can learn the internal relation between data without depending on a large amount of marked data, and the contrast loss functions are expressed as follows:
;
In the formula,Is a contrast loss; is a positive sample pairAndA similarity function between the two; as a set of negative examples of the way,Is a negative sample setAny one of the elements; Is a positive sampleAnd negative sampleA similarity function between the two; Is a temperature parameter for adjusting the output of the similarity function;
the state updating of the convolution long expression memory model is realized by integrating convolution operation into a long expression memory architecture and is used for capturing a multi-scale space-time structure, and the state updating equation is as follows:
;
;
In the formula,AndRespectively representing a fast hidden state and a slow hidden state; Is a time stepIs a measurement of the observed value of (2); AndIs a gain factor for adjusting respectivelyAndRate of change of (2)AndRespectively areAndIs used to update the function of the (c),AndRespectively update functionsAndFor adjusting the behavior of the function; Representing the Hadamard product;
Adopting an implicit-explicit time stepping scheme in a convolution long expression memory model, and solving the state updating equation by using an implicit Euler method or a Longer-Kutta method;
and (3) multi-task learning, namely introducing a multi-task learning mechanism, and simultaneously learning a plurality of targets such as earthquake intensity prediction, landslide risk assessment and debris flow early warning, and promoting knowledge migration by sharing a bottom characteristic layer.
As a preferred solution of the present invention, in the multitasking learning mechanism, the probability of converting the output into each class using the softmax function is expressed as:
;
In the formula,Is the firstA score for each category; Is the firstRaw output values of the individual classes (logits, i.e., the unnormalized value that the model outputs at the last layer); Is the predicted total number of categories.
As a preferred solution of the present invention, in the risk assessment unit, weighted average is performed on probability values of occurrence of geological disasters of each monitoring point or region on a vehicle driving path, so as to obtain comprehensive risk probability of the whole vehicle driving path, and the risk is classified into different grades according to the comprehensive risk probability:
when the comprehensive risk probability is 0-0.2, the risk level is low risk;
When the comprehensive risk probability is 0.2-0.6, the risk grade is medium risk;
when the comprehensive risk probability is 0.6-1.0, the risk grade is high risk;
The weight is determined according to the historical disaster frequency of each monitoring point or area, the terrain and the distance from the vehicle driving path.
As a preferable scheme of the invention, the risk assessment unit further comprises a step of collecting a vehicle-mounted camera picture, judging whether trees, billboards, high buildings, high mountains, boulders or other objects with falling risks exist around the vehicle through a target detection algorithm, and if the trees, billboards, high buildings, boulders or other objects with falling risks exist, adding falling risk weights into the comprehensive risk probability to further divide the risk grades.
As a preferred embodiment of the present invention, the early warning execution module includes:
the geological information display unit is used for displaying or voice broadcasting geological disaster information through the central control screen and generating early warning information to remind a user;
And the safety suggestion matching unit is used for matching the safety suggestions according to the current risk level of the vehicle.
An on-vehicle geological disaster early warning method based on environment perception, based on the on-vehicle geological disaster early warning system based on environment perception as described above, the method includes:
Acquiring geological disaster information, vehicle information and external environment information in real time, wherein the geological disaster information comprises seismic waveform data and topographic image data, the vehicle information comprises a navigation route, a real-time position of the vehicle, a real-time vehicle speed, historical driving track data of the vehicle and driver preference data, and the external environment information comprises historical traffic data, real-time traffic information and weather data;
predicting a vehicle travel path based on the vehicle information and the external environment information;
inputting geological disaster information into a pre-trained geological disaster early warning model, and predicting the occurrence probability value of geological disasters of each monitoring point or area;
according to the probability value of occurrence of the geological disaster of each monitoring point or region, evaluating the risk level of the geological disaster affecting the vehicle;
and carrying out early warning prompt according to the risk level matching safety suggestion.
A computer readable storage medium storing a computer program which when executed by a processor implements a vehicle-mounted geological disaster warning method based on environmental awareness as described above.
Compared with the prior art, the method has the advantages that diversified information can be obtained in real time, so that the system can predict the geological disaster risk more accurately and respond in time, the vehicle information and the external environment information are combined to predict the driving path of the vehicle, the system is facilitated to identify potential geological disaster risk areas in advance so as to perform targeted early warning, a multi-task learning architecture geological disaster early warning model is adopted, multiple targets such as earthquake intensity prediction, landslide risk assessment, debris flow early warning and collapse early warning can be learned at the same time, the generalization performance and prediction accuracy of the model are improved, the occurrence probability of geological disasters can be predicted more accurately by the system, the risk level of the influence of the geological disasters on the vehicle is estimated in real time according to the occurrence probability value of the geological disasters, the real-time risk assessment capability enables the system to respond in time before the occurrence of the disasters, safety suggestions are provided for drivers, and correct geological disasters are facilitated to make correct decisions when the drivers face potential geological disasters, so that driving safety is remarkably improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the description of the embodiments will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art. Wherein:
FIG. 1 is a modular block diagram of a system of the present invention;
fig. 2 is a flow chart of the method of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more clear, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings of the embodiments of the present invention. It will be apparent that the described embodiments are some, but not all, embodiments of the invention. All other embodiments, which are obtained by a person skilled in the art based on the described embodiments of the invention, fall within the scope of protection of the invention.
As shown in fig. 1, in an embodiment of the present invention, there is provided a vehicle-mounted geological disaster early warning system based on environmental awareness, including:
(1) Information acquisition module
The information acquisition module is used for acquiring geological disaster information, vehicle information and external environment information in real time, wherein the geological disaster information comprises seismic waveform data, topographic image data and the like, the vehicle information comprises navigation routes, real-time positions of vehicles, real-time speeds of vehicles, historical driving track data of vehicles, driver preference data (driving habits, preferences and the like) and the like, and the external environment information comprises historical traffic data, real-time traffic information (such as traffic jams, road construction, traffic accidents and the like), weather data and the like;
(2) Judgment and analysis module
The system comprises a driving path prediction unit, a geological disaster prediction unit and a risk assessment unit;
1) The travel path prediction unit is configured to predict a travel path of a vehicle based on vehicle information and external environment information, and the method includes:
data cleaning, denoising and feature extraction are carried out on the vehicle information and the external environment information, and a structured data set for training is generated;
training the historical driving track data and the real-time traffic information of the vehicle through a recurrent neural network or a long-short-term memory network, constructing a time sequence prediction model, and predicting the driving path of the vehicle based on the time sequence data;
Data training is carried out locally by utilizing the federal learning technology, model parameters are shared, and original data is not shared directly, so that data privacy protection is enhanced, and generalization capability of a path prediction model is improved through cooperative training of different data sources;
Optimizing the prediction result by adopting a deep Q-network (DQN) algorithm, and enabling the prediction result to be more accurate and adapt to a complex traffic environment by simulating feedback mechanisms of different path selections;
based on the real-time traffic data and the weather data, the prediction result is dynamically adjusted and updated in real time by using a self-attention mechanism and timely fed back to a driver so as to adapt to the traffic condition which changes in real time.
2) The geological disaster prediction unit is used for inputting geological disaster information into a pre-trained geological disaster early warning model and predicting probability values of occurrence of geological disasters of each monitoring point or region;
The geological disaster early warning model adopts a multi-task learning architecture, can learn a plurality of targets such as earthquake intensity prediction, landslide risk assessment, debris flow early warning and collapse early warning and the like at the same time, and promotes knowledge migration by sharing a bottom characteristic layer;
A long expression memory architecture is a recurrent neural network element designed to process data with complex spatio-temporal dependencies, and LEM architecture enhances the capabilities of traditional recurrent elements (such as LSTM or GRU) by introducing multi-scale temporal dynamics, thereby better capturing long-term dependencies and multi-scale patterns in the data. By integrating convolution operations into the LEM architecture, the processing power of the model on spatial information is further enhanced. This enables the model to better capture multi-scale spatial patterns in the input data.
The construction method of the geological disaster early warning model comprises the following steps:
1. Data preprocessing:
Carrying out normalization processing on multi-source geological disaster information (such as seismic waveform data, topographic image data, meteorological data and the like), and constructing an adjacent matrix according to geographic position relations to represent the connection strength between monitoring points;
2. Feature extraction:
Convolution feature extraction, namely extracting features from seismic waveform data by using a 1D CNN (one-dimensional convolution neural network), and extracting topographic information from topographic image data by using a 2D CNN (two-dimensional convolution neural network);
frequency enhanced channel attention mechanism-feature map input by DCT transformThe method comprises the steps of dividing the channel dimension into a plurality of feature vectors, and applying DCT (discrete cosine transformation) of different frequency components to each feature vector to capture more frequency information and avoid the Gibbs phenomenon in the Fourier transform, wherein the formula is as follows:
;
In the formula,Is the firstFrequency representation of the individual feature vectors after DCT processing; The index of the feature vector is represented,,Representing the number of feature vectors; Representing a characteristic diagramMiddle (f)A feature vector; the index of the frequency is represented and,,Length for DCT transform; indexing elements in the feature vector; Representing a characteristic diagramMiddle (f)The first feature vectorAn element; is the basis function of the DCT;
3. graph Neural Network (GNN) block operation:
using ChebConv and GCSConv layers, spatial and temporal information is conveyed according to adjacency matrices, encoding spatio-temporal relationships in the graph structure, the graph neural network block operation is expressed as:
;
In the formula,Is the firstFeature vectors of the individual nodes; the number of nodes; is an adjacency matrix; representing the input feature vectorAdjacency matrixIs output by a graph neural network block;
ChebConv (Chebyshev Convolution ) is a convolution operation used in a Graph Neural Network (GNN) that approximates a graph filter based on chebyshev polynomials that can effectively process local and non-local information in graph structure data to better capture complex relationships between nodes in a graph.
GCSConv (GRAPH SKIP Convolution) can be expressed as "graph-jump convolution," which refers to the ability of the layer to enhance local structure and feature diffusion through trainable jump connections (skip connections). In particular, the GCSConv layer combines spectral domain diffusion (focusing on the global structure of the graph) and spatial domain diffusion (emphasizing the local neighborhood structure of each node) to better capture local and global information in the graph data. In the application of earthquake early warning and other geological disaster prediction, GCSConv layers can help the model to more effectively encode complex space-time relations between monitoring points, and the accuracy and reliability of prediction are improved.
4. Self-supervision contrast learning:
The generalization capability of the model is enhanced by introducing self-supervision contrast learning, and the model can learn the internal relation between data without depending on a large amount of labeling data by constructing positive samples and negative samples and defining a proper contrast loss function, wherein the contrast loss function is expressed as follows:
;
In the formula,For comparison loss, the method is used for measuring the similarity difference between the positive sample pair and the negative sample pair; is a positive sample pairAndSimilarity functions between the two, common similarity functions include cosine similarity (Cosine Similarity) or Dot Product (Dot Product); as a set of negative examples of the way,Is a negative sample setAny one of the elements; Is a positive sampleAnd negative sampleA similarity function between the two; Is a temperature parameter for adjusting the output of the similarity function, typically a small positive number, for controlling the sharpness of the similarity function;
5. State update of convolution long expression memory model:
The method is used for capturing a multi-scale space-time structure by integrating convolution operation into a long expression memory architecture, and a state update equation is as follows:
;
;
In the formula,AndRespectively representing a fast hidden state and a slow hidden state; Is a time stepIs a measurement of the observed value of (2); AndIs a gain factor for adjusting respectivelyAndIs a rate of change of (2); AndRespectively areAndIs used to update the function of the (c),AndRespectively update functionsAndFor adjusting the behavior of the function; Representing the Hadamard product;
in a convolutional long-term expression memory model, an implicit-explicit (IMEX) time-stepping scheme is employed to improve numerical stability, for example, the implicit Euler method or the Dragon-Kutta method can be used to solve the state update equation.
6. Multitasking learning:
a multi-task learning mechanism is introduced, so that the model can learn a plurality of targets such as earthquake intensity prediction, landslide risk assessment, debris flow early warning and the like at the same time, and knowledge migration is promoted by sharing a bottom layer characteristic layer;
7. outputting a predicted probability value:
The final output of the model may be a continuous value (e.g., seismic intensity), a classification label (e.g., risk level), or other form of prediction, for multi-classification tasks, the probability of converting the output to each class directly using the softmax function is expressed as:
;
In the formula,Is the firstA score for each geological disaster category; Is the firstOriginal output values of individual geologic hazard categories (logits, i.e., un-normalized values of the model output at the last layer); is the total number of predicted geological disaster categories.
3) The risk assessment unit is used for assessing the risk level of the influence of the geological disaster on the vehicle according to the probability value of the occurrence of the geological disaster of each monitoring point or region;
In the risk assessment unit, weighted average is carried out on probability values of geological disasters of all monitoring points or areas on a vehicle driving path to obtain comprehensive risk probability of the whole vehicle driving path, and the risk is divided into different grades according to the comprehensive risk probability:
when the comprehensive risk probability is 0-0.2, the risk level is low risk;
When the comprehensive risk probability is 0.2-0.6, the risk grade is medium risk;
when the comprehensive risk probability is 0.6-1.0, the risk grade is high risk;
the weight is determined according to the historical disaster frequency of each monitoring point or area, the terrain and the distance between the monitoring point or area and the vehicle driving path;
The risk assessment unit further comprises a vehicle-mounted camera picture collection unit, a target detection algorithm is used for judging whether trees, billboards, high buildings, high mountains, boulders or other objects with falling risks exist around the vehicle, and if the trees, billboards, high buildings, boulders or other objects with falling risks exist, falling risk weights are added into the comprehensive risk probability to further divide risk grades.
Optionally, the seismic risk assessment criteria may also be set to:
High risk of earthquake with a level greater than 6, a depth of 0-60 km of the source, high building, mountain, boulders, bridges, poles, etc. within 80 km from the center of the earthquake, and nearby (if the earthquake is within 50 km of the ocean floor and the level is above 6, it increases: within 200 meters from the coastline, within 10 meters from the altitude);
The medium risk is that the earthquake is grade 4 to grade 6, the depth of the earthquake focus is 60 to 300 km, the distance from the earthquake focus is 80 to 160 km, street lamps, trees, high walls, fences, billboards and the like are arranged nearby (if the earthquake is in the sea, the earthquake increases by 200 to 1000 meters from the coastline, and the altitude is 10 to 30 meters);
Low risk, earthquake grade less than grade 4, earthquake source depth more than 300 km, distance more than 160 km from earthquake center, etc.
(3) Early warning execution module
The early warning execution module is used for matching the safety suggestion according to the risk level and carrying out early warning prompt, and comprises the following steps:
the geological information display unit is used for displaying or voice broadcasting geological disaster information through the central control screen and generating early warning information to remind a user;
The early warning prompt mode can be that red represents high risk, yellow represents medium risk and blue represents low risk, so that the risk prompt is more visual;
And the safety suggestion matching unit is used for matching the safety suggestions according to the current risk level of the vehicle.
As shown in fig. 2, another embodiment of the present invention provides a vehicle-mounted geological disaster early warning method based on environmental awareness, which is based on the vehicle-mounted geological disaster early warning system based on environmental awareness as described above, and includes the following steps:
S1, acquiring geological disaster information, vehicle information and external environment information in real time, wherein the geological disaster information comprises seismic waveform data and topographic image data, the vehicle information comprises a navigation route, a real-time position of the vehicle, a real-time vehicle speed, historical driving track data of the vehicle and driver preference data, and the external environment information comprises historical traffic data, real-time traffic information and weather data;
s2, predicting a vehicle driving path based on vehicle information and external environment information;
S3, inputting geological disaster information into a pre-trained geological disaster early warning model, and predicting probability values of occurrence of geological disasters of each monitoring point or area;
s4, evaluating the risk level of the geological disaster affecting the vehicle according to the probability value of the geological disaster of each monitoring point or region;
And S5, matching safety suggestions according to the risk level, and carrying out early warning prompt.
Portions of the present application may be implemented in hardware, software, firmware, or a combination thereof. In the above-described embodiments, the various steps or methods may be implemented in software or firmware stored in a memory and executed by a suitable instruction execution system. All or part of the steps of the methods of the embodiments described above may be performed by a program that, when executed, comprises one or a combination of the steps of the method embodiments, instructs the associated hardware to perform the method. Embodiments of the present application thus also provide a computer readable storage medium, which may be a read-only memory, a magnetic disk or an optical disk, etc., having stored thereon a computer program which, when executed by a processor, implements an on-board geological disaster warning method based on environmental awareness as described above.
In summary, the method and the system can acquire diversified information in real time, so that the system can more accurately predict the geological disaster risk and respond in time, the vehicle information and the external environment information are combined to predict the driving path of the vehicle, the system is facilitated to identify potential geological disaster risk areas in advance, and accordingly targeted early warning is carried out, a geological disaster early warning model of a multi-task learning framework is adopted, a plurality of targets such as earthquake intensity prediction, landslide risk assessment, debris flow early warning and collapse early warning can be learned at the same time, the generalization performance and prediction precision of the model are improved, the system can more accurately predict the occurrence probability of the geological disaster, the risk level of the influence of the geological disaster on the vehicle is evaluated in real time according to the occurrence probability value of the geological disaster, the real-time risk assessment capability enables the system to respond in time before the occurrence of the disaster, safety advice is provided for a driver, correct decisions are facilitated when the driver faces the potential geological disaster are facilitated, and therefore the driving safety is remarkably improved.
It should be noted that the above embodiments are only for illustrating the technical solution of the present invention and not for limiting the same, and although the present invention has been described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that the technical solution of the present invention may be modified or substituted without departing from the spirit and scope of the technical solution of the present invention, which is intended to be covered in the scope of the claims of the present invention.

Claims (9)

CN202411919624.3A2024-12-252024-12-25 A vehicle-mounted geological disaster early warning system and method based on environmental perceptionActiveCN119360555B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202411919624.3ACN119360555B (en)2024-12-252024-12-25 A vehicle-mounted geological disaster early warning system and method based on environmental perception

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202411919624.3ACN119360555B (en)2024-12-252024-12-25 A vehicle-mounted geological disaster early warning system and method based on environmental perception

Publications (2)

Publication NumberPublication Date
CN119360555A CN119360555A (en)2025-01-24
CN119360555Btrue CN119360555B (en)2025-05-13

Family

ID=94319908

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202411919624.3AActiveCN119360555B (en)2024-12-252024-12-25 A vehicle-mounted geological disaster early warning system and method based on environmental perception

Country Status (1)

CountryLink
CN (1)CN119360555B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN119961773B (en)*2025-04-112025-07-15润芯微科技(江苏)有限公司Driving behavior risk assessment method and system
CN120180832B (en)*2025-05-212025-07-25浙江大学Method for evaluating probability of river blockage of post-earthquake rainfall induced landslide-debris flow geological disaster chain
CN120318993B (en)*2025-06-162025-09-30厦门四信通信科技有限公司Vehicle-mounted multistage disaster prevention early warning method and system based on Beidou communication

Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN111915845A (en)*2020-08-072020-11-10虞茂奎Road geological disaster early warning broadcasting method and auxiliary system
CN118378135A (en)*2024-06-252024-07-23西南石油大学 Classification and prediction method of liquid loading in gas wells based on frequency channel conversion and self-supervision

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
JP5705361B1 (en)*2014-09-022015-04-22アジア航測株式会社 Vehicle damage risk assessment device
CN110930651B (en)*2019-11-292021-12-10成都理工大学Disaster early warning-based road vehicle management and control method, system and readable storage medium
JP2021142788A (en)*2020-03-102021-09-24トヨタ自動車株式会社Operation support system
EP4462325A1 (en)*2022-01-042024-11-13Wuhan Lotus Cars Co., Ltd.Traffic environmental risk assessment method and apparatus, and risk assessment method and apparatus
CN116453300A (en)*2022-12-292023-07-18上海洛轲智能科技有限公司 Vehicle early warning method and vehicle early warning device for camping environment
CN117818647A (en)*2024-02-082024-04-05梅赛德斯-奔驰集团股份公司Driving assistance method for vehicle, driving assistance system for vehicle, computer program product and vehicle
CN117893382B (en)*2024-03-132024-05-31天津市地质研究和海洋地质中心Geological disaster risk evaluation method and system based on multi-element feature fusion
CN118280072B (en)*2024-06-032024-08-09山东省鲁南地质工程勘察院(山东省地质矿产勘查开发局第二地质大队)Geological disaster early warning system with high stability
CN118941102A (en)*2024-06-272024-11-12贵州电网有限责任公司 A geological disaster risk early warning method and system based on environmental meteorological factors
CN118840829B (en)*2024-09-232025-03-04浙江浙交检测技术有限公司Geological disaster risk evaluation method and system based on machine learning

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN111915845A (en)*2020-08-072020-11-10虞茂奎Road geological disaster early warning broadcasting method and auxiliary system
CN118378135A (en)*2024-06-252024-07-23西南石油大学 Classification and prediction method of liquid loading in gas wells based on frequency channel conversion and self-supervision

Also Published As

Publication numberPublication date
CN119360555A (en)2025-01-24

Similar Documents

PublicationPublication DateTitle
CN119360555B (en) A vehicle-mounted geological disaster early warning system and method based on environmental perception
JP2021531462A (en) Intelligent navigation methods and systems based on topology maps
JP7399891B2 (en) Providing additional instructions for difficult maneuvers during navigation
WO2021082464A1 (en)Method and device for predicting destination of vehicle
Sharma et al.Deep learning-based object detection and classification for autonomous vehicles in different weather scenarios of Quebec, Canada
US20210271876A1 (en)Determining traffic control features based on telemetry patterns within digital image representations of vehicle telemetry data
CN112101187B (en)Road identification method and device and electronic equipment
WO2021191168A1 (en)System and method for predicting road crash risk and severity using machine learning trained on augmented datasets
US20250285423A1 (en)Method and appratus for predicting road traffic carbon emission based on panoramic image, device and medium
CN113159403A (en)Method and device for predicting pedestrian track at intersection
CN117522369A (en)Intelligent pavement inspection method and system based on Beidou remote sensing technology fusion
CN115311867B (en)Tunnel scene positioning method and device, computer equipment and storage medium
Sinha et al.Sustainable time series model for vehicular traffic trends prediction in metropolitan network
CN114139984B (en)Urban traffic accident risk prediction method based on flow and accident cooperative sensing
Anitha Selvasofia et al.GINSER: Geographic Information System Based Optimal Route Recommendation via Optimized Faster R-CNN
CN118457622A (en)Auxiliary driving method and system based on artificial intelligence
CN117132958A (en)Road element identification method and related device
Lakshna et al.Smart traffic: traffic congestion reduction by shortest route* search algorithm
CN118397841B (en) Driving track extraction and processing method and system based on driving recorder data
CN120070900B (en) Model training method, vehicle control method, and device based on multi-point supervision
NingPrediction and detection of urban trajectory using data mining and deep neural network
CN119879960B (en)Map processing method, map processing apparatus, and computer program product
CN119290689B (en) Method, device, equipment and medium for predicting urban traffic atmospheric particulate matter concentration
CN120063316B (en) A smart park vehicle navigation planning method and system based on digital twin
KR20250075169A (en)Method for providing service based on dynamic thematic map

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp