CN111383452A - Method for estimating and predicting short-term traffic running state of urban road network - Google Patents
Method for estimating and predicting short-term traffic running state of urban road network Download PDFInfo
- Publication number
- CN111383452A CN111383452A CN201911219004.8A CN201911219004A CN111383452A CN 111383452 A CN111383452 A CN 111383452A CN 201911219004 A CN201911219004 A CN 201911219004A CN 111383452 A CN111383452 A CN 111383452A
- Authority
- CN
- China
- Prior art keywords
- traffic
- road
- time
- road network
- speed
- 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.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G1/00—Traffic control systems for road vehicles
- G08G1/01—Detecting movement of traffic to be counted or controlled
- G08G1/0104—Measuring and analyzing of parameters relative to traffic conditions
- G08G1/0125—Traffic data processing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G1/00—Traffic control systems for road vehicles
- G08G1/01—Detecting movement of traffic to be counted or controlled
- G08G1/0104—Measuring and analyzing of parameters relative to traffic conditions
- G08G1/0125—Traffic data processing
- G08G1/0129—Traffic data processing for creating historical data or processing based on historical data
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G1/00—Traffic control systems for road vehicles
- G08G1/01—Detecting movement of traffic to be counted or controlled
- G08G1/0104—Measuring and analyzing of parameters relative to traffic conditions
- G08G1/0137—Measuring and analyzing of parameters relative to traffic conditions for specific applications
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- General Health & Medical Sciences (AREA)
- General Engineering & Computer Science (AREA)
- Biophysics (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- Biomedical Technology (AREA)
- Life Sciences & Earth Sciences (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Chemical & Material Sciences (AREA)
- Analytical Chemistry (AREA)
- Traffic Control Systems (AREA)
Abstract
The invention discloses a method for estimating and predicting short-term traffic running states of an urban road network, which comprises the following steps: (1) acquiring heterogeneous data, preprocessing the data, and reconstructing a speed field of a research unit by using a GASM algorithm by taking a road section between two signalized intersections in a city as the research unit; (2) constructing a spatial weight matrix of an urban road network, calculating the time-space correlation among all road sections, and identifying and quantifying the fragile road sections by adopting TOPSIS (technique for order preference by similarity to similarity); (3) taking the average value of the speeds according to the reconstructed speed field of the research unit and selecting a reasonable and fragile road section to construct a space-time characteristic matrix of the urban road network; (4) and estimating and predicting the traffic state of the whole road network according to the Bi-ConvLSTM. The method has the advantages that the speed field of the research unit is reconstructed by fusing heterogeneous data, the prediction limitation caused by a single data source is solved, meanwhile, Bi-ConvLSTM is adopted to consider the influence of the traffic speed of the upstream and downstream of the research unit, the space-time characteristic of the traffic flow is fully excavated, the prediction accuracy is further improved, and the like.
Description
Technical Field
The invention belongs to the technical field of intelligent traffic, and particularly relates to a method for estimating and predicting short-term traffic running states of an urban road network.
Background
With the rapid development of social economy and the arrival of the 5G information technology revolution, the life of people becomes more convenient and fast, and meanwhile, a new opportunity is brought to the traffic industry. Particularly, the rapid development of the intelligent traffic field is expected to solve the traffic problems such as traffic jam, traffic environment and the like.
Real-time monitoring of urban road traffic states and accurate traffic state information release are important foundations for guaranteeing traffic safety and operation efficiency. The reasonable and scientific management and control of traffic can be realized according to the real-time traffic state information of the road, the occurrence of congestion is reduced, road network resources are fully utilized, and the method has important practical significance in the aspects of shortening travel time and the like for road users. Therefore, real-time and accurate traffic state information estimation and prediction become a crucial link. However, the current research does not fully consider the effect of heterogeneous data on the estimation of the traffic state of the whole road network and the mutual influence of the traffic flow on the upstream and downstream, so that the prediction accuracy of the road network layer cannot meet the requirement.
When the traffic state of the whole road network is predicted, the upstream and downstream traffic states among the road sections in the road network cannot be ignored, but the general deep learning method is used for predicting in a one-way mode, for example, a Conv-LSTM model, some researches do not well dig the traffic space characteristics although Bidirectional traffic state prediction is carried out, for example, a Bidirectional LSTM model, some key information may be filtered by the model during prediction, and the final prediction result has certain deviation.
Disclosure of Invention
In order to solve the problems, the invention discloses a method for estimating and predicting the short-term traffic running state of an urban road network, which solves the problem that the existing prediction method is not comprehensive enough in consideration of space-time dimension, further improves the prediction precision, provides accurate traffic information for urban traffic managers and users in the future, and has great significance for the construction of an intelligent traffic system.
In order to achieve the purpose, the technical scheme of the invention is as follows:
a method for estimating and predicting short-term traffic running states of an urban road network comprises the following steps:
(1) acquiring urban taxi GPS data and urban road speed measuring card port data, and preprocessing heterogeneous data;
(2) the method comprises the steps that a road section between two intersections serves as a research unit, the GPS speed and the gate speed of a taxi are fused by utilizing a generalized adaptive smoothing algorithm (GASM), and the actual traffic state of the research unit (road section) is reconstructed;
(3) solving the average speed of the road section according to the fused traffic state;
(4) establishing a spatial weight matrix of an urban road network;
(5) calculating the space-time correlation between road sections;
(6) identifying and quantifying vulnerable road segments based on a near ideal point ranking method (TOPSIS);
(7) input data, i.e. a spatio-temporal matrix of the urban road network, a N x D characteristic matrix is generated, which describes the traffic speed over the road as a function of time. Wherein N is the number of vulnerable segments and D is the time interval;
(8) the method is based on the respective advantages of the Bi-LSTM and the CNN model and combines the advantages, namely, the Bi-ConvLSTM is used for extracting the space-time characteristics of the traffic state of the whole road network, and the estimation and the prediction values of the traffic state of the whole road network at the current moment and the next moment are obtained.
The invention has the beneficial effects that:
the method for estimating and predicting the short-term traffic running state of the urban road network comprises the steps of taking urban taxi GPS data and road network speed measuring gate data as basic data, fusing the taxi data and the gate data through a generalized adaptive smoothing algorithm (GASM), reconstructing an actual traffic flow, and truly reflecting the actual change of the traffic speed of the urban road section. The method effectively solves the problems of low traffic state estimation precision, large estimation error of a single data source and the like, effectively improves the traffic running state of a real road section, and lays a solid foundation for further estimating and predicting the traffic state of the whole road network. By defining the fragile road sections in the road network, the traffic state of the whole urban road network layer is accurately estimated and predicted in a short time by utilizing the bidirectional convolution long-short term memory neural network. By accurately reflecting the evolution law of the traffic state of the urban road network, optimal traffic control measures and travel plans are provided for road traffic managers and users.
Drawings
FIG. 1 is a flow chart of the method for estimating and predicting the short-term traffic operation state of the urban road network.
FIG. 2 is a schematic diagram of the structure of LSTM.
FIG. 3 is a schematic view of the BDC-LSTM structure.
Detailed Description
The present invention will be further illustrated with reference to the accompanying drawings and specific embodiments, which are to be understood as merely illustrative of the invention and not as limiting the scope of the invention.
Noun explanations of some abbreviations of the invention:
GASM (General adaptive smoothing method, generalized adaptive smoothing method),
TOPSIS (Technique for Order Preference by Similarity to Ideal solution, based on the approximation of the ideal point ordering method),
Bi-ConvLSTM (Bi-directional LSTM, bidirectional long-short time memory Network; CNN, convolutional neural Network, which is abbreviated as Bi-ConvLSTM after being fused, bidirectional convolutional long-short time memory neural Network).
Fig. 1 shows a flowchart of a method for estimating and predicting short-term traffic operation states of an urban road network, which is implemented by the invention, and the method specifically comprises the following steps:
001, acquiring urban taxi GPS data and urban road speed measuring card port data, and preprocessing heterogeneous data;
002, taking the road section between two intersections as a research unit, and reconstructing the actual traffic state of the research unit (road section) by fusing the taxi GPS speed and the gate speed by using a generalized adaptive smoothing algorithm (GASM);
003, calculating the average speed of the road section according to the fused traffic state;
004, establishing a city road network space weight matrix;
005, calculating the space-time correlation between the road sections;
006, identifying and quantifying vulnerable segments based on TOPSIS;
007 input data, i.e. a spatio-temporal matrix of the urban road network, a N x D feature matrix, which describes the traffic speed over the road as a function of time, is generated. Where N is the number of weak segments and D is the time interval.
008, the invention is based on the respective advantages of Bi-LSTM and CNN models and combines, namely Bi-ConvLSTM is used for extracting the space-time characteristics of the traffic state of the whole road network, and the estimation and prediction values of the traffic state of the whole road network at the current time and the next time are obtained.
In the above technical solution, the implementation method of step 002 includes:
since the collected traffic data is typically discrete and sparse, it is necessary to reconstruct the continuous velocity field using a generalized adaptive smoothing algorithm (GASM) to achieve accurate traffic conditions. The input data is a discrete set of data points { x }i,ti,v i1, the output is a continuous velocity field V (x, t), and the calculation formula is as follows:
wherein: x is a spatial coordinate; t time coordinate; v. ofiIs the velocity value of point i; smoothing kernel function phii(x, t) decreases as | x | and | t | increase.
The kernel function calculation formula is as follows:
wherein: point (x, t) is the evaluation point, (x)i,ti) For collected dataPoint, σ is half the distance between two adjacent detectors, τ is half the sampling time of the detectors; the normalization function is also defined as follows:
in order to truly reflect the propagation condition of the traffic flow, the GASM realizes the congestion traffic flow V by adjusting the kernel functioncong(x, t) and free stream VfreeThe velocity estimates of (x, t) are respectively as follows:
wherein: c. CfreeAnd ccongThe propagation velocities in case of congestion and free flow, respectively.
The continuous speed field of the traffic flow then consists of:
V(x,t)=w(x,t)Vcong(x,t)+[1-w(x,t)]Vfree(x,t) (6)
where w (x, t) is a weighted function of congestion and free stream traffic conditions, which is represented by an S-shaped nonlinear function:
thus, the traffic state based on heterogeneous data is calculated by the following formula:
wherein: z (x, t) is the traffic state estimated based on the heterogeneous data;is the kernel function corresponding to the data point i of the data source j (see formula (2)); α(j)(x, t) is a weighting factor α that measures the reliability dynamics of the data source j at point (x, t)(j)The calculation formula of (x, t) is as follows:
wherein:the estimated average velocity of the data source j,standard deviation of measurement error of data source j, index kjThe measurement error reflecting data source j varies with the change in average velocity.
In the above technical solution, the implementation method of step 004 is as follows:
the road network spatial adjacency matrix describes the adjacency relation between different spatial objects from the network topology perspective. A complex road network is generally abstracted into a directed graph G ═ N, L, which is composed of N nodes and L edges. The adjacency in the graph theory is expressed by the following formula:
is the weight of the adjacent edges i and j in the k-order adjacency matrix and forms an N × N space weight adjacency matrix EkThe comprehensive space adjacent matrix of the road network isConverting the spatial adjacency matrix into a spatial weight matrix by means of row normalization, i.e.Thus, a subject with N spatial elements has a spatial weight matrix expressed as follows:
in the above technical solution, the implementation method of step 005 is:
traffic states in a road network affect each other, and therefore it is necessary to quantify the spatio-temporal relationship between road segments. The correlation of two objects on the time series can be measured through the Pearson correlation function, meanwhile, the influence of the space relation is considered, and the space factor is introduced by utilizing the road section average speed obtained in the step 003As a comprehensive speed for quantifying the adjacent links, the calculation formula is as follows:
wherein:representing the traffic speed, w, of the section i at time tijFor the weight adjacent to the road sections i and j, i ∈ [1, R]
R is the number of road segments, T ∈ [1, T ], T is the length of the statistical time period, T time interval.
The speed correlation of the road section i and its adjacent road sections is shown as follows:
whereinIs the traffic speed of the road section i in the statistical time period TIs determined by the average value of (a) of (b),integrated speedS represents a time delay.
In the above technical solution, the implementation method of step 006 is:
in order to avoid calculating the traffic state of the urban road network on a large scale, effective extraction of the fragile road sections is important for deducing the traffic state of the whole road network. The invention adopts TOPSIS method to realize the identification of the fragile road section, and the calculation steps are as follows:
① define Positive Ideal solution A+And negative ideal scheme A-
A+(s)={maxCori(s)|s∈(1,2,...,S),1≤i≤R} (14)
A-(s)={minCori(s)|s∈(1,2,...,S),1≤i≤R} (15)
Wherein A is+(s) and A-(s) are positive and negative ideal schemes, respectively; r is the number of road segments in the road network, and S is a set of values of time delay S.
② calculating the weight at each time delay
To account for the closer traffic conditions in the close time intervals, the weights at different time delays are calculated from the euclidean distances as follows:
since greater weight is assigned to more similar traffic states, it is translated as follows:
where max (ed) and min (ed) are the maximum and minimum values, respectively, in the Euclidean distance set.
③ calculating distance
And calculating the distance between the space-time correlation of each path segment and the positive and negative ideal schemes, and taking the Euclidean weighted distance to calculate the following formula:
wherein:andthe weighted distances of the segment i from the positive and negative ideal respectively, and the other variables are defined as (14) - (15).
④ calculating similarity
And calculating the similarity of the road section i and the adjacent road sections thereof with the ideal scheme under the condition of all time delay so as to measure the influence degree between the traffic states of each road section and the adjacent road sections thereof. The calculation formula is as follows:
wherein C isiIs the similarity of the road section i to the ideal scheme, i.e. the degree of importance of the road section. C i1 means that the spatio-temporal correlation of the link i is the best case, which has the greatest influence, and vice versa. As defined for other variables and equations (18) - (19).
⑤ according to CiSequencing road section influence degrees and extracting fragile road sections
First according to C of each road sectioniThe values are sorted, then partial road sections are obtained based on the extraction proportion α, the partial road sections are regarded as weak road sections, namely the road sections which are most prone to congestion are regarded as weak road sections, and the traffic state of the whole road network is estimated and predicted by using the traffic characteristics of the weak road sections.
In the above technical solution, the implementation method of step 007 is as follows:
input data, i.e. a spatio-temporal feature matrix of the urban road network, an N x D feature matrix is generated, which describes the variation of the speed over time on the road. The time-space matrix is generally expressed as follows:
where N is the number of weak segments, D is the number of time delays, xitAnd (4) calculating the average traffic speed of the road section i at the time t, namely calculating the average speed of the road section i according to the fused traffic state.
In the above technical solution, the implementation method of step 008 is:
the invention is based on the respective advantages of the Bi-LSTM and the CNN models and combines the advantages, namely the Bi-ConvLSTM is utilized to realize the estimation and prediction of the traffic state of the whole road network. The model is used for extracting space related features and time related features from historical traffic speed data, and finally estimation and prediction are carried out by combining the features.
The spatial correlation characteristics are extracted from the traffic state of the current road section and the traffic state sequence of the adjacent road section of the current road section through a CNN model and are used for representing the correlation of the traffic states between the current road section and the adjacent road section; the time-related characteristics are extracted by adopting a Bi-LSTM model and considering that the traffic state at each moment is a time sequence and the current road section is influenced by upstream and downstream traffic flows, and the model finally obtains the forward and reverse traffic state information of the current road section, so that the actual traffic characteristics are better extracted, and the prediction error is further reduced.
The Bi-ConvLSTM model is fully trained by the urban traffic speed data constructed through the steps. Similar to general LSTM, in the Bi-ConvLSTM model, as shown in FIG. 2, x is input1,...,xtCell output C1,...,CtHidden state h1,...,htAre all 3D tensors. Each cell comprises three parts, namely input gates itForgetting door ftOutput gate ot. The Bi-ConvLSTM model determines the future state of a cell by its local neighbors' inputs and past states. The ConvLSTM model is calculated as followsShown in the figure:
wherein it,ft,Ct,ot,htRespectively showing an input gate, a forgetting gate, a cell state updating gate, an output gate and a hidden state; sigma and tanh respectively represent activation functions of a sigmoid function and a hyperbolic tangent function; a andrespectively representing a convolution operator and a Hadamard product; w and b represent the corresponding weight matrix and bias.
In Bi-ConvLSTM, the result sequence is output in the forward direction as shown in FIG. 3Is to use the forward input sequence to iterate calculation from time T-n to T-1 and output the result sequence reverselyIs iteratively computed from time T-n to T-1 using an inverse input sequence, eventually an output result vector in which the results for each element are fused by the following formula:
wherein sigmagA function is used to fuse the two result vectors output in the forward and reverse directions, which may be a summation function, an averaging function, etc.
When the model Bi-ConvLSTM is applied to an actual case, parameters such as the time sequence step length and the number of hidden layers of the involved Bi-ConvLSTM model, the number of network layers of a CNN model, the size and the step length of a convolution kernel, the number of neurons of all full connection layers and the like can be configured by those skilled in the art according to specific requirements, and are not described one by one here.
The method for estimating and predicting the short-term traffic running state of the urban road network provided by the embodiment of the invention is described in detail, the principle and the embodiment of the invention are explained in the text, and the description of the embodiment is only used for helping the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.
Claims (7)
1. A method for estimating and predicting short-term traffic running states of an urban road network is characterized by comprising the following steps: the method comprises the following steps:
(1) acquiring urban taxi GPS data and urban road speed measuring card port data, and preprocessing heterogeneous data;
(2) the method comprises the steps that a road section between two intersections serves as a research unit, and the GPS speed and the gate speed of a taxi are fused by using a GASM (generalized adaptive smoothing algorithm), so that the actual traffic state of the research unit is reconstructed;
(3) solving the average speed of the road section according to the fused traffic state;
(4) establishing a spatial weight matrix of an urban road network;
(5) calculating the space-time correlation between road sections;
(6) identifying and quantifying vulnerable road sections based on a TOPSIS method, namely an approximate ideal point sorting method;
(7) input data, i.e. a spatio-temporal matrix of the urban road network, a N x D characteristic matrix is generated, which describes the traffic speed over the road as a function of time. Wherein N is the number of vulnerable segments and D is the time interval;
(8) based on the respective advantages of the Bi-LSTM and the CNN models, the Bi-ConvLSTM is used for extracting the space-time characteristics of the traffic state of the whole road network, and the estimation and prediction values of the traffic state of the whole road network at the current moment and the next moment are obtained.
2. The method for estimating and predicting the short-term traffic operation state of the urban road network according to claim 1, wherein the method comprises the following steps: the implementation method of the step (2) comprises the following steps:
the input data is a discrete set of data points { x }i,ti,vi1, the output is a continuous velocity field V (x, t), which is calculated as follows:
wherein: x is the spatial coordinate, t time coordinate, viIs the velocity value of point i, smoothing kernel function phii(x, t) decreases as | x | and | t | increase;
the kernel function calculation formula is as follows:
wherein: point (x, t) is the evaluation point, (x)i,ti) For the collected data points, σ is half the distance between two adjacent detectors, and τ is half the sampling time of the detectors; the normalization function is also defined as follows:
GASM realizes congestion traffic flow V by adjusting kernel functioncong(x, t) and free stream VfreeThe velocity estimates of (x, t) are respectively as follows:
wherein: c. CfreeAnd ccongPropagation speeds under congested and free-flow conditions, respectively;
the continuous speed field of the traffic flow then consists of:
V(x,t)=w(x,t)Vcong(x,t)+[1-w(x,t)]Vfree(x,t) (6)
where w (x, t) is a weighted function of congestion and free stream traffic conditions, which is represented by an S-shaped nonlinear function:
thus, the traffic state based on heterogeneous data is calculated by the following formula:
wherein: z (x, t) is the traffic state estimated based on the heterogeneous data;is the corresponding kernel function of the data source j at the data point i α(j)(x, t) is a measure of the reliability dynamics of the data source j at point (x, t)
Weighting factor of index α(j)The calculation formula of (x, t) is as follows:
3. The method for estimating and predicting the short-term traffic operation state of the urban road network according to claim 1, wherein the method comprises the following steps: the implementation method of the step (4) comprises the following steps:
the complex road network is abstracted into a directed graph G (N, L) to express the topological relation of the road network, a directed graph consisting of N nodes and L edges is established, and the adjacency relation in the graph theory is expressed by the following formula:
is the weight of the adjacent edges i and j in the k-order adjacency matrix and forms an N × N space weight adjacency matrix EkThe comprehensive space adjacent matrix of the road network isConverting the spatial adjacency matrix into a spatial weight matrix by means of row normalization, i.e.Thus, a subject with N spatial elements has a spatial weight matrix expressed as follows:
4. the method for estimating and predicting the short-term traffic operation state of the urban road network according to claim 1, wherein the method comprises the following steps: the implementation method of the step (5) comprises the following steps:
the correlation of two objects on a time sequence can be measured through a Pearson correlation function, meanwhile, the influence of a spatial relation is considered, and a spatial factor is introduced by utilizing the road section average speed obtained in the step (3)As a comprehensive speed for quantifying the adjacent links, the calculation formula is as follows:
wherein:representing the traffic speed, w, of the section i at time tijFor the weight adjacent to the road sections i and j, i ∈ [1, R]R is the number of road segments, T ∈ [1, T]T is the length of the statistical time period, T time interval;
the speed correlation of the road section i and its adjacent road sections is shown as follows:
5. The method for estimating and predicting the short-term traffic operation state of the urban road network according to claim 1, wherein the method comprises the following steps: the implementation method of the step (6) comprises the following steps:
the TOPSIS method is adopted to realize the identification of the fragile road section, and the calculation steps are as follows:
① define Positive Ideal solution A+And negative ideal scheme A-
A+(s)={maxCori(s)|s∈(1,2,...,S),1≤i≤R} (14)
A-(s)={minCori(s)|s∈(1,2,...,S),1≤i≤R} (15)
Wherein A is+(s) and A-(s) are positive and negative ideal schemes, respectively; r is the number of road sections in the road network, and S is a value set of time delay S;
② calculating the weight at each time delay
Considering that traffic conditions are more similar in close time intervals, the weights at different time delays are calculated from the euclidean distance as follows:
since greater weight is assigned to more similar traffic states, it is translated as follows:
wherein max (ed) and min (ed) are the maximum and minimum values, respectively, in the Euclidean distance set;
③ calculating distance
And calculating the distance between the space-time correlation of each path segment and the positive and negative ideal schemes, and taking the Euclidean weighted distance to calculate the following formula:
wherein:andthe weighted distances of the road section i and the positive and negative ideal schemes respectively, and other variables are defined as (14) - (15);
④ calculating similarity
Calculating the similarity between the road section i and the adjacent road sections thereof and the ideal scheme under the condition of all time delay so as to measure the influence degree between the traffic states of each road section and the adjacent road sections thereof; the calculation formula is as follows:
wherein C isiThe similarity of the road section i and the ideal scheme, namely the importance degree of the road section; ci1 represents that the space-time correlation of the road section i is the best case, the influence degree is the greatest, and vice versa; as defined for other variables and equations (18) - (19);
⑤ according to CiSequencing road section influence degrees and extracting fragile road sections
First according to C of each road sectioniThe values are sorted, partial road sections are obtained based on the extraction proportion α, the partial road sections are regarded as weak road sections, and the traffic state of the whole road network is estimated and predicted by using the traffic characteristics of the weak road sections.
6. The method for estimating and predicting the short-term traffic operation state of the urban road network according to claim 1, wherein the method comprises the following steps: the implementation method of the step (7) comprises the following steps:
generating input data, namely a space-time characteristic matrix of the urban road network, and an N-D characteristic matrix, wherein the N-D characteristic matrix describes the change of speed on a road along with time; the time-space matrix is generally expressed as follows:
where N is the number of weak segments, D is the number of time delays, xitThe average traffic speed of the road section i at the time t is the average speed of the road section i according to the fused traffic state in the step (3);
7. the method for estimating and predicting the short-term traffic operation state of the urban road network according to claim 1, wherein the method comprises the following steps: the implementation method of the step (8) comprises the following steps:
training a Bi-ConvLSTM model by using the urban traffic speed tensor data generated in the step (7); similar to general LSTM, in the Bi-ConvLSTM model, x is input1,...,xtCell output C1,...,CtHidden state h1,...,htAre all 3D tensors; each cell comprises three parts, namely input gates itForgetting door ftOutput gate ot(ii) a The Bi-ConvLSTM model determines the future state of a certain cell by the inputs of its local neighbors and the past state; the formula for the ConvLSTM model is as follows:
wherein it,ft,Ct,ot,htRespectively showing an input gate, a forgetting gate, a cell state updating gate, an output gate and a hidden state; sigma and tanh respectively represent activation functions of a sigmoid function and a hyperbolic tangent function; a andrespectively representing a convolution operator and a Hadamard product; w and b represent the respective weight matrix and bias;
in Bi-ConvLSTM, the result sequence is output in the forward directionIs to use the forward input sequence to iterate calculation from time T-n to T-1 and output the result sequence reverselyIs iteratively computed from time T-n to T-1 using an inverse input sequence, eventually an output result vector in which the results for each element are fused by the following formula:
wherein sigmagThe function is used to fuse the two result vectors output in the forward and reverse directions.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911219004.8A CN111383452A (en) | 2019-12-03 | 2019-12-03 | Method for estimating and predicting short-term traffic running state of urban road network |
PCT/CN2020/071137 WO2021109318A1 (en) | 2019-12-03 | 2020-01-09 | Method for estimating and predicting short-term traffic circulation state of urban road network |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911219004.8A CN111383452A (en) | 2019-12-03 | 2019-12-03 | Method for estimating and predicting short-term traffic running state of urban road network |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111383452A true CN111383452A (en) | 2020-07-07 |
Family
ID=71218499
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911219004.8A Pending CN111383452A (en) | 2019-12-03 | 2019-12-03 | Method for estimating and predicting short-term traffic running state of urban road network |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN111383452A (en) |
WO (1) | WO2021109318A1 (en) |
Cited By (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111914052A (en) * | 2020-08-04 | 2020-11-10 | 中国人民解放军战略支援部队信息工程大学 | Method and device for determining regional spatial incidence relation |
CN112489420A (en) * | 2020-11-17 | 2021-03-12 | 中国科学院深圳先进技术研究院 | Road traffic state prediction method, system, terminal and storage medium |
CN112562319A (en) * | 2020-11-16 | 2021-03-26 | 中铁第四勘察设计院集团有限公司 | Traffic monitoring method and device based on big data |
CN112819213A (en) * | 2021-01-22 | 2021-05-18 | 华南理工大学 | Expressway freight volume prediction method and system based on deep learning network |
CN112966871A (en) * | 2021-03-15 | 2021-06-15 | 上海交通大学 | Traffic jam prediction method and system based on convolution long-short term memory neural network |
CN112966853A (en) * | 2021-02-04 | 2021-06-15 | 南通大学 | Urban road network short-term traffic flow prediction method based on space-time residual error mixed model |
CN112967498A (en) * | 2021-02-02 | 2021-06-15 | 重庆首讯科技股份有限公司 | Short-term traffic flow prediction method based on dynamic space-time correlation characteristic optimization |
CN112991721A (en) * | 2021-02-04 | 2021-06-18 | 南通大学 | Urban road network traffic speed prediction method based on graph convolution network node association degree |
CN113096404A (en) * | 2021-04-23 | 2021-07-09 | 中南大学 | Road blockade oriented quantitative calculation method for change of traffic flow of road network |
CN113259900A (en) * | 2021-05-27 | 2021-08-13 | 华砺智行(武汉)科技有限公司 | Distributed multi-source heterogeneous traffic data fusion method and device |
CN113420414A (en) * | 2021-05-27 | 2021-09-21 | 四川大学 | Short-term traffic flow prediction model based on dynamic space-time analysis |
CN113449402A (en) * | 2021-06-22 | 2021-09-28 | 武汉大学 | Road network efficiency gain prediction method after broken road is opened |
CN113470347A (en) * | 2021-05-20 | 2021-10-01 | 上海天壤智能科技有限公司 | Congestion identification method and system combining bayonet vehicle passing record and floating vehicle GPS data |
CN113570867A (en) * | 2021-09-26 | 2021-10-29 | 西南交通大学 | Urban traffic state prediction method, device, equipment and readable storage medium |
CN114141017A (en) * | 2021-12-14 | 2022-03-04 | 北京航空航天大学 | Road toughness measuring method considering long-term and short-term road section performance |
CN114639238A (en) * | 2022-02-23 | 2022-06-17 | 东南大学 | Urban expressway traffic state estimation method based on normalized spectral clustering algorithm |
CN114926981A (en) * | 2022-05-07 | 2022-08-19 | 同济大学 | Road network traffic jam active management and control method and system |
CN115331433A (en) * | 2022-07-28 | 2022-11-11 | 东南大学 | Urban main road multi-vehicle track reconstruction method based on multi-source data |
CN115620513A (en) * | 2022-09-20 | 2023-01-17 | 东南大学 | Urban road network state monitoring method and visualization system based on toughness analysis |
CN115691140A (en) * | 2022-11-02 | 2023-02-03 | 东南大学 | Analysis and prediction method for space-time distribution of automobile charging demand |
CN115713856A (en) * | 2022-10-19 | 2023-02-24 | 东南大学 | Vehicle path planning method based on traffic flow prediction and actual road conditions |
CN117056693A (en) * | 2023-05-31 | 2023-11-14 | 长安大学 | Urban road network interface traffic data quality diagnosis and recovery method |
Families Citing this family (52)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113592246B (en) * | 2021-07-05 | 2024-04-19 | 中冶南方城市建设工程技术有限公司 | PCA-TOPSIS model-based road construction period bus network evaluation method |
CN113537596B (en) * | 2021-07-16 | 2024-08-06 | 南京理工大学 | Short-time passenger flow prediction method for new line station of urban rail transit |
CN113609656A (en) * | 2021-07-19 | 2021-11-05 | 航天科工智能运筹与信息安全研究院(武汉)有限公司 | Intelligent city decision system and method based on digital twin |
CN113742893B (en) * | 2021-08-06 | 2024-02-06 | 中煤科工集团沈阳研究院有限公司 | Gas concentration prediction method based on multi-element fusion space-time characteristic convolution network |
CN113806419B (en) * | 2021-08-26 | 2024-04-12 | 西北大学 | Urban area function recognition model and recognition method based on space-time big data |
CN113903170B (en) * | 2021-08-30 | 2023-07-14 | 航天科工广信智能技术有限公司 | Large-scale road network traffic flow prediction method based on structure self-adaptive self-evolution deep learning |
CN113947010B (en) * | 2021-09-03 | 2024-09-06 | 同济大学 | Urban road network congestion evolution analysis method considering space-time characteristics |
CN113689052B (en) * | 2021-09-06 | 2024-07-16 | 北京航空航天大学 | Travel demand prediction method based on tensor product neural network |
CN113947182B (en) * | 2021-09-24 | 2024-06-14 | 西安理工大学 | Traffic flow prediction model construction method based on dual-stage stacked graph convolution network |
CN114036135A (en) * | 2021-10-13 | 2022-02-11 | 中国科学技术大学 | Method and system for estimating urban mobile source pollution emission by using incomplete information |
CN114037587B (en) * | 2021-10-19 | 2024-04-16 | 东南大学 | Urban commute main channel multi-ramp network connection control method based on heterogeneous causal inference |
CN114021254A (en) * | 2021-11-04 | 2022-02-08 | 东南大学 | Basic road section traffic simulation method based on multi-lane cellular transmission model |
CN114004421B (en) * | 2021-11-17 | 2024-05-10 | 湖南大学 | Traffic data missing value interpolation method based on space-time integrated learning |
CN114186370B (en) * | 2021-12-09 | 2024-08-09 | 长安大学 | Road side unit optimal layout method considering coexistence of vehicle-to-vehicle communication and vehicle-to-road communication |
CN114368420A (en) * | 2021-12-23 | 2022-04-19 | 中国铁道科学研究院集团有限公司通信信号研究所 | Method for predicting workload of station shunting operation |
CN114495492B (en) * | 2021-12-31 | 2023-05-23 | 中国科学院软件研究所 | Traffic flow prediction method based on graph neural network |
CN114333327B (en) * | 2022-01-05 | 2022-10-28 | 北京航空航天大学合肥创新研究院(北京航空航天大学合肥研究生院) | Traffic state prediction method based on multi-stream neural network |
CN114596700B (en) * | 2022-01-10 | 2024-02-02 | 昆明理工大学 | Real-time traffic estimation method for expressway section based on portal data |
CN114463972B (en) * | 2022-01-26 | 2024-02-27 | 成都和乐信软件有限公司 | Road section interval traffic analysis prediction method based on ETC portal communication data |
CN114511154B (en) * | 2022-02-22 | 2024-06-14 | 南通大学 | Traffic flow prediction method based on space-time complex graph convolutional network |
CN114611814B (en) * | 2022-03-21 | 2024-06-07 | 中南大学 | Urban traffic flow prediction method for aggregating multi-scale space-time similarity information |
CN114692964B (en) * | 2022-03-24 | 2024-05-31 | 北京工商大学 | Space-time traffic flow prediction method based on cross attention mechanism |
CN114758499B (en) * | 2022-04-01 | 2023-08-18 | 济南市公安局交通警察支队 | Method, equipment and storage medium for intelligent automatic control of urban elevated expressway ramp based on multi-source data |
CN115482655B (en) * | 2022-04-18 | 2023-08-29 | 同济大学 | Path induction method based on partial least square Kriging model |
CN115083146B (en) * | 2022-04-27 | 2023-08-29 | 同济大学 | Method for acquiring safety cause influence range in intelligent networking environment |
CN114973660B (en) * | 2022-05-13 | 2023-10-24 | 黄河科技学院 | Traffic decision method of model linearization iterative updating method |
CN115063972B (en) * | 2022-05-18 | 2024-06-11 | 浙江工业大学 | Traffic speed prediction method and system based on graph convolution and gating circulation unit |
CN115081680B (en) * | 2022-05-23 | 2023-06-20 | 天津大学 | Power failure risk prediction method based on heterogeneous feature fusion |
CN114999154B (en) * | 2022-05-26 | 2024-02-02 | 浙江工业大学 | Road service level prediction method based on graph rolling network |
CN115019507B (en) * | 2022-06-06 | 2023-12-01 | 上海旷途科技有限公司 | Urban road network travel time reliability real-time estimation method |
CN115311846B (en) * | 2022-06-24 | 2023-08-11 | 华东师范大学 | Factory road congestion prediction method and prediction system combining truck task states |
CN115346371B (en) * | 2022-08-12 | 2023-12-29 | 广西新发展交通集团有限公司 | Identification method for important nodes of traffic road network |
CN115481531B (en) * | 2022-09-06 | 2023-07-11 | 苏州大学 | SUMO-based road network traffic flow real-time twin method and system |
CN115565369B (en) * | 2022-09-20 | 2024-04-16 | 北京工商大学 | Space-time hypergraph convolution traffic flow prediction method and system based on hypergraph |
CN115565376B (en) * | 2022-09-30 | 2024-05-03 | 福州大学 | Vehicle journey time prediction method and system integrating graph2vec and double-layer LSTM |
CN115762140B (en) * | 2022-11-01 | 2024-06-07 | 山东高速集团有限公司 | Expressway traffic accident risk prediction method considering variable heterogeneity |
CN115798198B (en) * | 2022-11-03 | 2024-04-05 | 公安部交通管理科学研究所 | Urban road network travel time distribution estimation method based on data fusion |
CN116824838B (en) * | 2022-11-07 | 2024-06-18 | 苏州规划设计研究院股份有限公司 | Road network level traffic flow integrated prediction method based on self-adaptive time sequence decomposition |
CN116052427B (en) * | 2023-02-03 | 2024-05-31 | 湖南大学深圳研究院 | Inter-city inter-regional mobility prediction method and device based on private car travel track data |
CN116542438B (en) * | 2023-03-28 | 2024-01-30 | 大连海事大学 | Bus passenger starting and stopping point estimation and repair method based on non-reference real phase |
CN116110234B (en) * | 2023-04-11 | 2023-07-14 | 城云科技(中国)有限公司 | Traffic flow prediction method and device based on artificial intelligence and application of traffic flow prediction method and device |
CN117198037B (en) * | 2023-05-07 | 2024-02-09 | 河海大学 | Traffic flow prediction method based on graph convolution echo state network |
CN116681176B (en) * | 2023-06-12 | 2024-05-03 | 济南大学 | Traffic flow prediction method based on clustering and heterogeneous graph neural network |
CN116662766B (en) * | 2023-08-01 | 2023-10-03 | 浙江大学 | Wind speed prediction method and device based on data two-dimensional reconstruction and electronic equipment |
CN116913098B (en) * | 2023-09-14 | 2023-12-22 | 华东交通大学 | Short-time traffic flow prediction method integrating air quality and vehicle flow data |
CN117235556B (en) * | 2023-11-13 | 2024-02-27 | 浙江大学城乡规划设计研究院有限公司 | Traffic manager-oriented multi-mode traffic composite network construction method |
CN117690298B (en) * | 2023-12-15 | 2024-06-04 | 北京昇启科技有限公司 | Conflict road right allocation modeling method and system based on graph theory |
CN117475640B (en) * | 2023-12-26 | 2024-03-15 | 中国市政工程华北设计研究总院有限公司 | Signal intersection operation evaluation method based on radar fusion detection |
CN117523848B (en) * | 2024-01-04 | 2024-04-19 | 湖南工商大学 | Traffic jam information prediction method, device, computer equipment and medium |
CN117854285B (en) * | 2024-03-07 | 2024-06-07 | 南京邮电大学 | Storm water road section identification method considering urban hydrology and traffic flow characteristics |
CN118430243A (en) * | 2024-04-26 | 2024-08-02 | 交通运输部路网监测与应急处置中心 | Highway network operation situation estimation method based on distributed observer |
CN118313694B (en) * | 2024-06-05 | 2024-08-13 | 云南建设基础设施投资股份有限公司 | Intelligent expressway cooperative control method, system and device |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105046376A (en) * | 2015-09-06 | 2015-11-11 | 河海大学 | Reservoir group flood control scheduling scheme optimization method taking index correlation into consideration |
CN106571034A (en) * | 2016-11-02 | 2017-04-19 | 浙江大学 | City expressway traffic state rolling prediction method based on fusion data |
CN108583578A (en) * | 2018-04-26 | 2018-09-28 | 北京领骏科技有限公司 | The track decision-making technique based on multiobjective decision-making matrix for automatic driving vehicle |
CN109285346A (en) * | 2018-09-07 | 2019-01-29 | 北京航空航天大学 | A kind of city road net traffic state prediction technique based on key road segment |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7557731B2 (en) * | 2006-11-09 | 2009-07-07 | Sridhara Subbiah Ramasubbu | RFID reader enabled intelligent traffic signalling and RFID enabled vehicle tags (number plates) |
CN105868870A (en) * | 2016-05-17 | 2016-08-17 | 北京数行健科技有限公司 | Urban expressway travel time estimation method and device based on data fusion |
CN109285348B (en) * | 2018-10-26 | 2022-02-18 | 深圳大学 | Vehicle behavior identification method and system based on unmanned aerial vehicle and long-and-short memory network |
CN109493599A (en) * | 2018-11-16 | 2019-03-19 | 南京航空航天大学 | A kind of Short-time Traffic Flow Forecasting Methods based on production confrontation network |
CN110047291B (en) * | 2019-05-27 | 2020-06-19 | 清华大学深圳研究生院 | Short-term traffic flow prediction method considering diffusion process |
CN110516833A (en) * | 2019-07-03 | 2019-11-29 | 浙江工业大学 | A method of the Bi-LSTM based on feature extraction predicts road traffic state |
-
2019
- 2019-12-03 CN CN201911219004.8A patent/CN111383452A/en active Pending
-
2020
- 2020-01-09 WO PCT/CN2020/071137 patent/WO2021109318A1/en active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105046376A (en) * | 2015-09-06 | 2015-11-11 | 河海大学 | Reservoir group flood control scheduling scheme optimization method taking index correlation into consideration |
CN106571034A (en) * | 2016-11-02 | 2017-04-19 | 浙江大学 | City expressway traffic state rolling prediction method based on fusion data |
CN108583578A (en) * | 2018-04-26 | 2018-09-28 | 北京领骏科技有限公司 | The track decision-making technique based on multiobjective decision-making matrix for automatic driving vehicle |
CN109285346A (en) * | 2018-09-07 | 2019-01-29 | 北京航空航天大学 | A kind of city road net traffic state prediction technique based on key road segment |
Non-Patent Citations (5)
Title |
---|
J.W.C. VAN LINT 等: "A Robust and Efficient Method for Fusing Heterogeneous Data from Traffic Sensors on Freeways", 《COMPUTER-AIDED CIVIL AND INFRASTRUCTURE ENGINEERING》 * |
MARTIN TREIBER 等: "Reconstructing the Traffic State by Fusion of Heterogeneous Data", 《COMPUTER-AIDED CIVIL AND INFRASTRUCTURE ENGINEERING》 * |
YIPENG LIU 等: "Short-term traffic flow prediction with Conv-LSTM", 《2017 9TH INTERNATIONAL CONFERENCE ON WIRELESS COMMUNICATIONS AND SIGNAL PROCESSING (WCSP)》 * |
苏飞 等: "基于时空相关性的城市交通路网关键路段识别", 《交通运输系统工程与信息》 * |
邢皓: "车辆轨迹重构方法综述", 《交通工程》 * |
Cited By (36)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111914052B (en) * | 2020-08-04 | 2022-11-29 | 中国人民解放军战略支援部队信息工程大学 | Method and device for determining regional spatial incidence relation |
CN111914052A (en) * | 2020-08-04 | 2020-11-10 | 中国人民解放军战略支援部队信息工程大学 | Method and device for determining regional spatial incidence relation |
CN112562319A (en) * | 2020-11-16 | 2021-03-26 | 中铁第四勘察设计院集团有限公司 | Traffic monitoring method and device based on big data |
CN112489420A (en) * | 2020-11-17 | 2021-03-12 | 中国科学院深圳先进技术研究院 | Road traffic state prediction method, system, terminal and storage medium |
CN112819213A (en) * | 2021-01-22 | 2021-05-18 | 华南理工大学 | Expressway freight volume prediction method and system based on deep learning network |
CN112819213B (en) * | 2021-01-22 | 2022-06-14 | 华南理工大学 | Highway freight volume prediction method and system based on deep learning network |
CN112967498A (en) * | 2021-02-02 | 2021-06-15 | 重庆首讯科技股份有限公司 | Short-term traffic flow prediction method based on dynamic space-time correlation characteristic optimization |
CN112967498B (en) * | 2021-02-02 | 2022-05-03 | 重庆首讯科技股份有限公司 | Short-term traffic flow prediction method based on dynamic space-time correlation characteristic optimization |
CN112991721A (en) * | 2021-02-04 | 2021-06-18 | 南通大学 | Urban road network traffic speed prediction method based on graph convolution network node association degree |
CN112966853B (en) * | 2021-02-04 | 2023-12-22 | 南通大学 | Urban road network short-time traffic flow prediction method based on space-time residual mixed model |
CN112966853A (en) * | 2021-02-04 | 2021-06-15 | 南通大学 | Urban road network short-term traffic flow prediction method based on space-time residual error mixed model |
CN112966871A (en) * | 2021-03-15 | 2021-06-15 | 上海交通大学 | Traffic jam prediction method and system based on convolution long-short term memory neural network |
CN113096404A (en) * | 2021-04-23 | 2021-07-09 | 中南大学 | Road blockade oriented quantitative calculation method for change of traffic flow of road network |
CN113470347A (en) * | 2021-05-20 | 2021-10-01 | 上海天壤智能科技有限公司 | Congestion identification method and system combining bayonet vehicle passing record and floating vehicle GPS data |
CN113420414A (en) * | 2021-05-27 | 2021-09-21 | 四川大学 | Short-term traffic flow prediction model based on dynamic space-time analysis |
CN113259900A (en) * | 2021-05-27 | 2021-08-13 | 华砺智行(武汉)科技有限公司 | Distributed multi-source heterogeneous traffic data fusion method and device |
CN113420414B (en) * | 2021-05-27 | 2022-08-30 | 四川大学 | Short-term traffic flow prediction model based on dynamic space-time analysis |
CN113449402A (en) * | 2021-06-22 | 2021-09-28 | 武汉大学 | Road network efficiency gain prediction method after broken road is opened |
CN113449402B (en) * | 2021-06-22 | 2022-08-05 | 武汉大学 | Road network efficiency gain prediction method after broken road is opened |
CN113570867B (en) * | 2021-09-26 | 2021-12-07 | 西南交通大学 | Urban traffic state prediction method, device, equipment and readable storage medium |
CN113570867A (en) * | 2021-09-26 | 2021-10-29 | 西南交通大学 | Urban traffic state prediction method, device, equipment and readable storage medium |
CN114141017A (en) * | 2021-12-14 | 2022-03-04 | 北京航空航天大学 | Road toughness measuring method considering long-term and short-term road section performance |
CN114141017B (en) * | 2021-12-14 | 2022-09-27 | 北京航空航天大学 | Road toughness measuring method considering long-term and short-term road section performance |
CN114639238A (en) * | 2022-02-23 | 2022-06-17 | 东南大学 | Urban expressway traffic state estimation method based on normalized spectral clustering algorithm |
CN114639238B (en) * | 2022-02-23 | 2023-02-14 | 东南大学 | Urban expressway traffic state estimation method based on normalized spectral clustering algorithm |
CN114926981B (en) * | 2022-05-07 | 2023-04-11 | 同济大学 | Road network traffic jam active management and control method and system |
CN114926981A (en) * | 2022-05-07 | 2022-08-19 | 同济大学 | Road network traffic jam active management and control method and system |
CN115331433A (en) * | 2022-07-28 | 2022-11-11 | 东南大学 | Urban main road multi-vehicle track reconstruction method based on multi-source data |
CN115331433B (en) * | 2022-07-28 | 2023-09-29 | 东南大学 | Urban arterial road multi-vehicle track reconstruction method based on multi-source data |
CN115620513A (en) * | 2022-09-20 | 2023-01-17 | 东南大学 | Urban road network state monitoring method and visualization system based on toughness analysis |
CN115620513B (en) * | 2022-09-20 | 2023-10-03 | 东南大学 | Urban road network state monitoring method and visualization system based on toughness analysis |
CN115713856A (en) * | 2022-10-19 | 2023-02-24 | 东南大学 | Vehicle path planning method based on traffic flow prediction and actual road conditions |
CN115713856B (en) * | 2022-10-19 | 2023-09-22 | 东南大学 | Vehicle path planning method based on traffic flow prediction and actual road conditions |
CN115691140A (en) * | 2022-11-02 | 2023-02-03 | 东南大学 | Analysis and prediction method for space-time distribution of automobile charging demand |
CN115691140B (en) * | 2022-11-02 | 2023-08-15 | 东南大学 | Analysis and prediction method for space-time distribution of automobile charging demand |
CN117056693A (en) * | 2023-05-31 | 2023-11-14 | 长安大学 | Urban road network interface traffic data quality diagnosis and recovery method |
Also Published As
Publication number | Publication date |
---|---|
WO2021109318A1 (en) | 2021-06-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111383452A (en) | Method for estimating and predicting short-term traffic running state of urban road network | |
CN110223517B (en) | Short-term traffic flow prediction method based on space-time correlation | |
CN111612243B (en) | Traffic speed prediction method, system and storage medium | |
Zhang et al. | DNEAT: A novel dynamic node-edge attention network for origin-destination demand prediction | |
Sit et al. | Decentralized flood forecasting using deep neural networks | |
Chen et al. | A novel reinforced dynamic graph convolutional network model with data imputation for network-wide traffic flow prediction | |
CN111860951A (en) | Rail transit passenger flow prediction method based on dynamic hypergraph convolutional network | |
CN112418547A (en) | Bus stop passenger flow prediction method based on GCN-LSTM combined model | |
CN113762595B (en) | Traffic time prediction model training method, traffic time prediction method and equipment | |
CN112949999A (en) | High-speed traffic accident risk early warning method based on Bayesian deep learning | |
CN112949828A (en) | Graph convolution neural network traffic prediction method and system based on graph learning | |
CN114495507B (en) | Traffic flow prediction method integrating space-time attention neural network and traffic model | |
CN115376317B (en) | Traffic flow prediction method based on dynamic graph convolution and time sequence convolution network | |
CN117494034A (en) | Air quality prediction method based on traffic congestion index and multi-source data fusion | |
CN113742195B (en) | Bayesian neural network-based system health state prediction method | |
CN113112791A (en) | Traffic flow prediction method based on sliding window long-and-short term memory network | |
CN116468186A (en) | Flight delay time prediction method, electronic equipment and storage medium | |
Zhang et al. | Forecast daily tourist volumes during the epidemic period using COVID-19 data, search engine data and weather data | |
CN114596726A (en) | Parking position prediction method based on interpretable space-time attention mechanism | |
CN115080795A (en) | Multi-charging-station cooperative load prediction method and device | |
CN115063972A (en) | Traffic speed prediction method and system based on graph convolution and gate control cyclic unit | |
Shuai et al. | Relationship analysis of short-term origin–destination prediction performance and spatiotemporal characteristics in urban rail transit | |
CN112927507B (en) | Traffic flow prediction method based on LSTM-Attention | |
CN113742178A (en) | Network node health state monitoring method based on LSTM | |
Tang et al. | Spatial-temporal traffic performance collaborative forecast in urban road network based on dynamic factor model |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20200707 |
|
RJ01 | Rejection of invention patent application after publication |