CN112309117A - Traffic incident fusion system and method based on density clustering - Google Patents

Traffic incident fusion system and method based on density clustering Download PDF

Info

Publication number
CN112309117A
CN112309117A CN202011191547.6A CN202011191547A CN112309117A CN 112309117 A CN112309117 A CN 112309117A CN 202011191547 A CN202011191547 A CN 202011191547A CN 112309117 A CN112309117 A CN 112309117A
Authority
CN
China
Prior art keywords
event
data
fusion
events
traffic
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
Application number
CN202011191547.6A
Other languages
Chinese (zh)
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.)
Shanghai Juhong Information Technology Co ltd
Original Assignee
Shanghai Juhong Information Technology 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 Shanghai Juhong Information Technology Co ltd filed Critical Shanghai Juhong Information Technology Co ltd
Priority to CN202011191547.6A priority Critical patent/CN112309117A/en
Publication of CN112309117A publication Critical patent/CN112309117A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/01Detecting movement of traffic to be counted or controlled
    • G08G1/0104Measuring and analyzing of parameters relative to traffic conditions
    • G08G1/0125Traffic data processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/25Fusion techniques
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/01Detecting movement of traffic to be counted or controlled
    • G08G1/0104Measuring and analyzing of parameters relative to traffic conditions
    • G08G1/0137Measuring and analyzing of parameters relative to traffic conditions for specific applications

Landscapes

  • Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • General Engineering & Computer Science (AREA)
  • Artificial Intelligence (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Chemical & Material Sciences (AREA)
  • Analytical Chemistry (AREA)
  • Traffic Control Systems (AREA)

Abstract

The invention relates to a traffic incident fusion system and method based on density clustering, the system receives the data uploaded after the vehicle sensor identifies the incident at first; after map matching and other preprocessing steps, performing spatial clustering based on road network topological distance on the positions of the reported event set; and finally, pushing the fused event to a subscription user. The traffic event data output by the method can be used as beneficial supplement of official release information, and timeliness and coverage rate of short-period traffic event broadcasting are enhanced.

Description

Traffic incident fusion system and method based on density clustering
Technical Field
The invention relates to the technical field of dynamic traffic information service, in particular to a traffic event fusion system and method based on density clustering.
Background
The dynamic traffic information service comprises the steps of collecting, processing and releasing real-time traffic information, and is usually integrated on a navigation electronic map to guide a subscriber to select a proper route so as to facilitate the trip. Traffic events belong to a class of dynamic traffic information, and may be classified into short-term traffic events such as traffic accidents, bad weather, etc., and long-term traffic events such as construction work, sporting events, etc., according to duration. At present, long-period traffic events are reliable in source and comprehensive in coverage range; the reliability and coverage rate of the short-period traffic event data source have problems: official information such as accident early warning regularly issued by traffic police on radio stations has the advantages of accurate information and defects of incomplete data coverage and poor timeliness; the User Generated Content (UGC), such as user reported event data collected in a mobile phone map app, has the advantages of being high in timeliness and wide in coverage range, and has the disadvantage of being low in data reliability.
The density-based clustering algorithm belongs to an unsupervised machine learning algorithm, can eliminate noise data interference and effectively distinguish high-density spatial data sets in any shapes.
As mentioned above, the traffic events reported by users are less reliable, because they may contain false reports or malicious reports. Therefore, the density-based clustering algorithm is used for the event data reported by the users, so that the data quality of the reported events is improved, and the clustered traffic event data can be used as a beneficial supplement of official release information.
Disclosure of Invention
The invention aims to overcome the defects of the prior art, provides a traffic incident fusion system and method based on density clustering,
in order to solve the technical problem, the invention is realized as follows:
a traffic incident fusion system based on density clustering comprises a data storage unit, a data preprocessing unit, a data fusion unit, a real-time traffic incident updating interface and a sensor data receiving interface; the sensor data receiving interface is respectively connected with the data storage unit and the data preprocessing unit, the data preprocessing unit is sequentially connected with the data fusion unit and the data storage unit, and the data storage unit is connected with the real-time traffic incident updating interface;
the data storage unit is used for storing the real-time traffic incident related data;
the data fusion unit is used for fusing point, line and plane events uploaded by vehicles;
the real-time traffic event updating interface is used for reading the traffic event data in the data storage unit and issuing the traffic event data to the vehicle subscribed with the service;
the sensor data receiving interface is used for receiving sensor data uploaded by vehicles in real time and synchronously updating the sensor data to the data storage unit, and the data comprises: reporting a timestamp, an event type, an event occurrence timestamp, sensor data and a GPS record in an event occurrence interval;
the data preprocessing unit is used for preprocessing sensor data, dividing events into three types of points, lines and planes according to influence ranges, and performing map matching on the longitude and the latitude of the GPS records during the event.
The traffic incident fusion system based on density clustering is characterized in that: and the traffic event data output by the data fusion unit is stored in a TPEG specification code.
The fusion method of the traffic incident fusion system based on density clustering is characterized by comprising the following steps:
the method comprises the following steps that firstly, a sensor data receiving interface receives sensor data uploaded by vehicle number, safety certification is carried out, invalid data are filtered, and then the sensor data are stored in a data storage unit;
secondly, the data preprocessing unit preprocesses the sensor data and classifies the sensor data into events of three types, namely point, line and surface;
thirdly, the data fusion unit respectively uses a density-based clustering algorithm for the point, line and surface events, and finally codes the event with the fused weight larger than the threshold value into a TPEG specification and stores the TPEG specification into the data storage unit;
and fourthly, monitoring the traffic event data in the data storage unit by the real-time traffic event updating interface, and pulling the updated event data to issue to the vehicle subscribed with the service.
The fusion method of the traffic incident fusion system based on density clustering is characterized in that: the preprocessing step in the second step comprises the steps of decoding the sensor data, dividing the event into three types of points, lines and planes according to the influence range, and performing map matching on the longitude and latitude of the GPS record during the event; the point event refers to an event with an influence range of a certain position on a road section, such as an anchor drop, an accident and the like; the line event refers to an event with an influence range of one or more road sections, such as a wet and slippery road; the surface event refers to an event with an influence range of an area, such as heavy rain, heavy fog and the like.
The fusion method of the traffic incident fusion system based on density clustering is characterized in that: the density-based clustering algorithm in the third step takes a fusion algorithm of line events as an example to explain the specific steps:
5.1 full-scale event fusion:
when the system is started or the map version is updated, executing a full event fusion algorithm;
5.1a, filtering out overdue events, namely events of which the occurrence time is more than a threshold value from the current time;
5.1b calculating the distance between two events, wherein the distance is defined as setting the event E1Event E2The road sections are respectively L1、L2;L1Starting point s1End point e1Length l of1;L2Starting point s2End point e2Length l of2. Event E1Occurrence position to s1A distance of d1Event E2Occurrence position to s2A distance of d2;
dist(E1, E2) = min(l1-d1+dist(e1,s2)+d2, l2-d2+dist(e2, s1)+d1);
dist(e1, s2) Point e on the road network directed graph1To a point s2Shortest distance, dist (e)2, s1) Represents a point e2To a point s1The shortest distance of;
5.1c, selecting proper parameter values of an epsilon-neighborhood and MinPts, and executing a DBSCAN algorithm on the event set, wherein the epsilon-neighborhood is a distance space with an object O as a center and epsilon as a radius, the parameter epsilon is greater than 0 and is a neighborhood radius value of the object, and the MinPts is a neighborhood density threshold and is the minimum contained point number in the object epsilon-neighborhood;
5.1d, calculating the weight of each cluster in the clustering result, and combining event road sections contained in the clusters into a communication path; the weight of the cluster is determined by comprehensively considering factors such as road grade, vehicle running speed and the like;
5.2 incremental event fusion:
when a report event is newly added or a historical event in a clustering result cluster is expired, executing an incremental event fusion algorithm;
5.2a, calculating the distance between every two newly added events and the distance between the newly added events and the historical events;
5.2b, selecting proper epsilon-neighborhood and MinPts parameter values, and executing a DBSCAN algorithm on the newly added event set;
5.2c, calculating the updated cluster weight, and combining the event road sections contained in the cluster into a communication path;
and when the historical events in a certain cluster are expired, taking other events in the cluster as new events, and executing the steps.
The invention has the beneficial effects that: the system firstly receives data uploaded after a vehicle sensor identifies an event; after map matching and other preprocessing steps, performing spatial clustering based on road network topological distance on the positions of the reported event set; and finally, pushing the fused event to a subscription user. The traffic event data output by the method can be used as beneficial supplement of official release information, and timeliness and coverage rate of short-period traffic event broadcasting are enhanced.
Drawings
The invention is described in further detail below with reference to the following figures and embodiments:
FIG. 1 is a block diagram of a traffic event fusion system based on density clustering according to the present invention.
Detailed Description
As shown in fig. 1: a traffic incident fusion system based on density clustering comprises a data storage unit, a data preprocessing unit, a data fusion unit, a real-time traffic incident updating interface and a sensor data receiving interface; the sensor data receiving interface is respectively connected with the data storage unit and the data preprocessing unit, the data preprocessing unit is sequentially connected with the data fusion unit and the data storage unit, and the data storage unit is connected with the real-time traffic incident updating interface;
the data storage unit is used for storing the real-time traffic incident related data;
the data fusion unit is used for fusing point, line and plane events uploaded by vehicles;
the real-time traffic event updating interface is used for reading the traffic event data in the data storage unit and issuing the traffic event data to the vehicle subscribed with the service;
the sensor data receiving interface is used for receiving sensor data uploaded by vehicles in real time and synchronously updating the sensor data to the data storage unit, and the data comprises: reporting a timestamp, an event type, an event occurrence timestamp, sensor data and a GPS record in an event occurrence interval;
the data preprocessing unit is used for preprocessing sensor data, dividing events into three types of points, lines and planes according to influence ranges, and performing map matching on the longitude and the latitude of the GPS records during the event.
And the traffic event data output by the data fusion unit is stored in a TPEG specification code.
The fusion method of the traffic incident fusion system based on density clustering comprises the following steps:
the method comprises the following steps that firstly, a sensor data receiving interface receives sensor data uploaded by vehicle number, safety certification is carried out, invalid data are filtered, and then the sensor data are stored in a data storage unit;
secondly, the data preprocessing unit preprocesses the sensor data and classifies the sensor data into events of three types, namely point, line and surface;
thirdly, the data fusion unit respectively uses a density-based clustering algorithm for the point, line and surface events, and finally codes the event with the fused weight larger than the threshold value into a TPEG specification and stores the TPEG specification into the data storage unit;
and fourthly, monitoring the traffic event data in the data storage unit by the real-time traffic event updating interface, and pulling the updated event data to issue to the vehicle subscribed with the service.
The preprocessing step in the second step comprises the steps of decoding the sensor data, dividing the event into three types of points, lines and planes according to the influence range, and performing map matching on the longitude and latitude of the GPS record during the event; the point event refers to an event with an influence range of a certain position on a road section, such as an anchor drop, an accident and the like; the line event refers to an event with an influence range of one or more road sections, such as a wet and slippery road; the surface event refers to an event with an influence range of an area, such as heavy rain, heavy fog and the like.
The density-based clustering algorithm in the third step takes a fusion algorithm of line events as an example to explain the specific steps:
5.1 full-scale event fusion:
when the system is started or the map version is updated, executing a full event fusion algorithm;
5.1a, filtering out overdue events, namely events of which the occurrence time is more than a threshold value from the current time;
5.1b calculating the distance between two events, wherein the distance is defined as setting the event E1Event E2The road sections are respectively L1、L2;L1Starting point s1End point e1Length l of1;L2Starting point s2End point e2Length l of2. Event E1Occurrence position to s1A distance of d1Event E2Occurrence position to s2A distance of d2;
dist(E1, E2) = min(l1-d1+dist(e1,s2)+d2, l2-d2+dist(e2, s1)+d1);
dist(e1, s2) Point e on the road network directed graph1To a point s2Shortest distance, dist (e)2, s1) Represents a point e2To a point s1The shortest distance of;
5.1c, selecting proper parameter values of an epsilon-neighborhood and MinPts, and executing a DBSCAN algorithm on the event set, wherein the epsilon-neighborhood is a distance space with an object O as a center and epsilon as a radius, the parameter epsilon is greater than 0 and is a neighborhood radius value of the object, and the MinPts is a neighborhood density threshold and is the minimum contained point number in the object epsilon-neighborhood;
5.1d, calculating the weight of each cluster in the clustering result, and combining event road sections contained in the clusters into a communication path; the weight of the cluster is determined by comprehensively considering factors such as road grade, vehicle running speed and the like;
5.2 incremental event fusion:
when a report event is newly added or a historical event in a clustering result cluster is expired, executing an incremental event fusion algorithm;
5.2a, calculating the distance between every two newly added events and the distance between the newly added events and the historical events;
5.2b, selecting proper epsilon-neighborhood and MinPts parameter values, and executing a DBSCAN algorithm on the newly added event set;
5.2c, calculating the updated cluster weight, and combining the event road sections contained in the cluster into a communication path;
and when the historical events in a certain cluster are expired, taking other events in the cluster as new events, and executing the steps.

Claims (5)

1. A traffic incident fusion system based on density clustering comprises a data storage unit, a data preprocessing unit, a data fusion unit, a real-time traffic incident updating interface and a sensor data receiving interface; the sensor data receiving interface is respectively connected with the data storage unit and the data preprocessing unit, the data preprocessing unit is sequentially connected with the data fusion unit and the data storage unit, and the data storage unit is connected with the real-time traffic incident updating interface;
the data storage unit is used for storing the real-time traffic incident related data;
the data fusion unit is used for fusing point, line and plane events uploaded by vehicles;
the real-time traffic event updating interface is used for reading the traffic event data in the data storage unit and issuing the traffic event data to the vehicle subscribed with the service;
the sensor data receiving interface is used for receiving sensor data uploaded by vehicles in real time and synchronously updating the sensor data to the data storage unit, and the data comprises: reporting a timestamp, an event type, an event occurrence timestamp, sensor data and a GPS record in an event occurrence interval;
the data preprocessing unit is used for preprocessing sensor data, dividing events into three types of points, lines and planes according to influence ranges, and performing map matching on the longitude and the latitude of the GPS records during the event.
2. The density-cluster-based traffic event fusion system of claim 1, wherein: and the traffic event data output by the data fusion unit is stored in a TPEG specification code.
3. The fusion method of the traffic event fusion system based on density clustering according to claim 1, characterized by comprising the steps of:
the method comprises the following steps that firstly, a sensor data receiving interface receives sensor data uploaded by vehicle number, safety certification is carried out, invalid data are filtered, and then the sensor data are stored in a data storage unit;
secondly, the data preprocessing unit preprocesses the sensor data and classifies the sensor data into events of three types, namely point, line and surface;
thirdly, the data fusion unit respectively uses a density-based clustering algorithm for the point, line and surface events, and finally codes the event with the fused weight larger than the threshold value into a TPEG specification and stores the TPEG specification into the data storage unit;
and fourthly, monitoring the traffic event data in the data storage unit by the real-time traffic event updating interface, and pulling the updated event data to issue to the vehicle subscribed with the service.
4. The fusion method of the traffic event fusion system based on density clustering of claim 3, wherein: the preprocessing step in the second step comprises the steps of decoding the sensor data, dividing the event into three types of points, lines and planes according to the influence range, and performing map matching on the longitude and latitude of the GPS record during the event; the point event refers to an event with an influence range of a certain position on a road section, such as an anchor drop, an accident and the like; the line event refers to an event with an influence range of one or more road sections, such as a wet and slippery road; the surface event refers to an event with an influence range of an area, such as heavy rain, heavy fog and the like.
5. The fusion method of the traffic event fusion system based on density clustering of claim 3, wherein: the density-based clustering algorithm in the third step takes a fusion algorithm of line events as an example to explain the specific steps:
5.1 full-scale event fusion:
when the system is started or the map version is updated, executing a full event fusion algorithm;
5.1a, filtering out overdue events, namely events of which the occurrence time is more than a threshold value from the current time;
5.1b calculating the distance between two events, wherein the distance is defined as setting the event E1Event E2The road sections are respectively L1、L2;L1Starting point s1End point e1Length l of1;L2Starting point s2End point e2Length l of2. Event E1Occurrence position to s1A distance of d1Event E2Occurrence position to s2A distance of d2;
dist(E1, E2) = min(l1-d1+dist(e1,s2)+d2, l2-d2+dist(e2, s1)+d1);
dist(e1, s2) Point e on the road network directed graph1To a point s2Shortest distance, dist (e)2, s1) Watch (A)Indication point e2To a point s1The shortest distance of;
5.1c, selecting proper parameter values of an epsilon-neighborhood and MinPts, and executing a DBSCAN algorithm on the event set, wherein the epsilon-neighborhood is a distance space with an object O as a center and epsilon as a radius, the parameter epsilon is greater than 0 and is a neighborhood radius value of the object, and the MinPts is a neighborhood density threshold and is the minimum contained point number in the object epsilon-neighborhood;
5.1d, calculating the weight of each cluster in the clustering result, and combining event road sections contained in the clusters into a communication path; the weight of the cluster is determined by comprehensively considering factors such as road grade, vehicle running speed and the like;
5.2 incremental event fusion:
when a report event is newly added or a historical event in a clustering result cluster is expired, executing an incremental event fusion algorithm;
5.2a, calculating the distance between every two newly added events and the distance between the newly added events and the historical events;
5.2b, selecting proper epsilon-neighborhood and MinPts parameter values, and executing a DBSCAN algorithm on the newly added event set;
5.2c, calculating the updated cluster weight, and combining the event road sections contained in the cluster into a communication path;
and when the historical events in a certain cluster are expired, taking other events in the cluster as new events, and executing the steps.
CN202011191547.6A 2020-10-30 2020-10-30 Traffic incident fusion system and method based on density clustering Pending CN112309117A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011191547.6A CN112309117A (en) 2020-10-30 2020-10-30 Traffic incident fusion system and method based on density clustering

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011191547.6A CN112309117A (en) 2020-10-30 2020-10-30 Traffic incident fusion system and method based on density clustering

Publications (1)

Publication Number Publication Date
CN112309117A true CN112309117A (en) 2021-02-02

Family

ID=74332981

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011191547.6A Pending CN112309117A (en) 2020-10-30 2020-10-30 Traffic incident fusion system and method based on density clustering

Country Status (1)

Country Link
CN (1) CN112309117A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114973668A (en) * 2022-05-18 2022-08-30 广州市交通规划研究院有限公司 Urban road traffic weak link identification method based on topological step number analysis
CN115170053A (en) * 2022-05-24 2022-10-11 中睿信数字技术有限公司 Event distribution processing system based on cluster fusion
CN115440044A (en) * 2022-07-29 2022-12-06 深圳高速公路集团股份有限公司 Road multi-source event data fusion method and device, storage medium and terminal

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521969A (en) * 2011-12-20 2012-06-27 北京世纪高通科技有限公司 Positioning method of traffic event information and apparatus thereof
CN104508719A (en) * 2012-07-17 2015-04-08 日产自动车株式会社 Driving assistance system and driving assistance method
CN104615638A (en) * 2014-11-25 2015-05-13 浙江银江研究院有限公司 Big-data-oriented distributed density clustering method
CN106458218A (en) * 2014-03-04 2017-02-22 谷歌公司 Reporting road event data and sharing with other vehicles
CN108513674A (en) * 2018-03-26 2018-09-07 深圳市锐明技术股份有限公司 A kind of detection alarm method, storage medium and the server of Chinese herbaceous peony accumulated snow and icing
CN111524362A (en) * 2020-05-19 2020-08-11 河北德冠隆电子科技有限公司 Vehicle safety driving guarantee system and method based on multi-data fusion
JP2020166717A (en) * 2019-03-29 2020-10-08 本田技研工業株式会社 Information acquisition device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521969A (en) * 2011-12-20 2012-06-27 北京世纪高通科技有限公司 Positioning method of traffic event information and apparatus thereof
CN104508719A (en) * 2012-07-17 2015-04-08 日产自动车株式会社 Driving assistance system and driving assistance method
CN106458218A (en) * 2014-03-04 2017-02-22 谷歌公司 Reporting road event data and sharing with other vehicles
CN104615638A (en) * 2014-11-25 2015-05-13 浙江银江研究院有限公司 Big-data-oriented distributed density clustering method
CN108513674A (en) * 2018-03-26 2018-09-07 深圳市锐明技术股份有限公司 A kind of detection alarm method, storage medium and the server of Chinese herbaceous peony accumulated snow and icing
JP2020166717A (en) * 2019-03-29 2020-10-08 本田技研工業株式会社 Information acquisition device
CN111524362A (en) * 2020-05-19 2020-08-11 河北德冠隆电子科技有限公司 Vehicle safety driving guarantee system and method based on multi-data fusion

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
陈燕芹: ""城市道路交通事故多发点的鉴别方法研究"", 《中国优秀硕士学位论文全文数据库 工程科技II辑》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114973668A (en) * 2022-05-18 2022-08-30 广州市交通规划研究院有限公司 Urban road traffic weak link identification method based on topological step number analysis
CN115170053A (en) * 2022-05-24 2022-10-11 中睿信数字技术有限公司 Event distribution processing system based on cluster fusion
CN115440044A (en) * 2022-07-29 2022-12-06 深圳高速公路集团股份有限公司 Road multi-source event data fusion method and device, storage medium and terminal
CN115440044B (en) * 2022-07-29 2023-10-13 深圳高速公路集团股份有限公司 Highway multisource event data fusion method, device, storage medium and terminal

Similar Documents

Publication Publication Date Title
CN112309117A (en) Traffic incident fusion system and method based on density clustering
CN109000668B (en) Real-time intelligent navigation method based on Internet of vehicles
CN102289935B (en) Use the data estimation road traffic condition from Mobile data source
CN111091720B (en) Congestion road section identification method and device based on signaling data and floating car data
CA2429659C (en) Traffic monitoring system
CN102087788B (en) Method for estimating traffic state parameter based on confidence of speed of float car
US7949330B2 (en) System and method for providing weather warnings and alerts
CN103578272B (en) Method and device for recognizing abnormal road conditions
CN101976505A (en) Traffic evaluation method and system
CN108848460B (en) Man-vehicle association method based on RFID and GPS data
AU2018354458A1 (en) Road traffic monitoring and notification system
CN108550264A (en) A kind of road monitoring method, device, equipment and storage medium
CN104200667A (en) Traffic jam grade detection method based on cellphone signal data
CN107872767A (en) A kind of net about car brush single act recognition methods and identifying system
CN108922244A (en) A kind of reminding method, device, equipment and the storage medium of exception road conditions
CN108922216A (en) A kind of road monitoring method and system based on vehicle mounted guidance
CN115060283A (en) Method and system for identifying navigable elements affected by weather conditions
KR20150097782A (en) Method and system for learning traffic events, and use of the system
CN110675625A (en) Intelligent traffic big data method and system
JP6086817B2 (en) Congestion condition grasping device, congestion condition grasping method, and congestion condition grasping program
CN102768797A (en) Urban road condition information evaluation method and device
CN107305734B (en) Real-time traffic information acquisition method and device
CN110556014A (en) intelligent bus dispatching platform system
CN116668958A (en) Urban resident dynamic OD matrix extraction method based on mobile phone signaling data
Hoong et al. Road traffic prediction using Bayesian networks

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: 20210202

RJ01 Rejection of invention patent application after publication