WO2021077760A1 - Abnormal driving early warning method on basis of reasonable driving range of vehicle at intersection - Google Patents

Abnormal driving early warning method on basis of reasonable driving range of vehicle at intersection Download PDF

Info

Publication number
WO2021077760A1
WO2021077760A1 PCT/CN2020/095096 CN2020095096W WO2021077760A1 WO 2021077760 A1 WO2021077760 A1 WO 2021077760A1 CN 2020095096 W CN2020095096 W CN 2020095096W WO 2021077760 A1 WO2021077760 A1 WO 2021077760A1
Authority
WO
WIPO (PCT)
Prior art keywords
trajectory
vehicle
intersection
stage
abnormal
Prior art date
Application number
PCT/CN2020/095096
Other languages
French (fr)
Chinese (zh)
Inventor
吕伟韬
张子龙
周东
李璐
Original Assignee
江苏智通交通科技有限公司
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 江苏智通交通科技有限公司 filed Critical 江苏智通交通科技有限公司
Publication of WO2021077760A1 publication Critical patent/WO2021077760A1/en

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
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/097Supervising of traffic control systems, e.g. by giving an alarm if two crossing streets have green light simultaneously
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/123Traffic control systems for road vehicles indicating the position of vehicles, e.g. scheduled vehicles; Managing passenger vehicles circulating according to a fixed timetable, e.g. buses, trains, trams

Definitions

  • the invention relates to the field of vehicle driving monitoring, in particular to an abnormal driving early warning method based on a reasonable driving range of a vehicle at an intersection.
  • the popularization of electronic police intelligent equipment provides effective support conditions for illegal driving of vehicles at intersections.
  • the invention CN201520771567.9 proposed a capture system for illegal driving of vehicles.
  • Hardware manufacturers such as Hisense and Dahua have adopted The detection equipment of the road network and the electronic police realize off-site law enforcement against violations such as reverse driving.
  • the present invention proposes an abnormal driving early warning method based on the reasonable driving range of intersection vehicles.
  • the method takes the intersection as the research object and realizes the extraction and analysis of the intersection vehicle trajectory based on historical monitoring video data, and effectively distinguishes the abnormal vehicle trajectory Realize the extraction and analysis of normal vehicle trajectories, and then determine the reasonable driving range of vehicles in each flow direction of the intersection according to the normal vehicle trajectory, establish a normal range database, and provide early warning for real-time violation vehicles and abnormal behavior at intersections, thereby improving the efficiency of intersection supervision and preventing traffic accidents at intersections.
  • Congestion provides effective preventive measures.
  • the abnormal driving early warning method based on the reasonable driving range of the intersection vehicle includes the following steps:
  • Step 1 Determine the trajectory of each vehicle at the intersection based on the historical video of the intersection monitoring, and classify the vehicle trajectory type pattern through hierarchical clustering and intersection channelization;
  • Step 2 Extract and analyze the reasonable range of vehicle trajectories at the intersections, and realize the management of the reasonable range of vehicles at the intersection;
  • Step 3 Early warning of past abnormal driving vehicles based on the real-time monitoring video information of the intersection to realize the monitoring and management of the abnormal situation at the intersection.
  • Step 1-2 classify the vehicle trajectory type pattern based on the hierarchical clustering algorithm and the intersection channelization information. Specifically, the feature points p i are extracted from a single vehicle trajectory, and the vehicle trajectory hierarchical clustering is performed through Euclidean distance or LCSS distance, and abnormal vehicle trajectories are eliminated, and vehicle trajectories are divided according to the characteristics of intersection channelization.
  • step 2 specifically includes the following steps:
  • Step 2-1 Extract the vehicle trajectory TR of a single mode type, and realize the extraction and analysis of the normal vehicle trajectory in this mode type through hierarchical clustering.
  • Step 2-2 Perform trajectory smoothing based on the normal vehicle trajectory extracted by screening in step 2-1, re-extract feature points of the vehicle trajectory, and determine the single-directional vehicle operating range.
  • Step 2-3 repeat steps 2-1 and 2-2 to determine the envelope trajectory of each flow direction at the intersection, and integrate the reasonable driving range of the vehicle trajectory at the intersection.
  • step 2-1 specifically includes the following sub-steps:
  • step 2-1-1 the trajectory similarity ⁇ , variance ⁇ 2 and arc length ratio ⁇ of a single vehicle trajectory based on the feature points p i of the vehicle trajectory TR j are solved as feature values.
  • Step 2-1-2 use the similarity ⁇ , acceleration variance ⁇ 2 and arc length ratio ⁇ j of the vehicle trajectory TR j as feature data to perform hierarchical clustering of the vehicle trajectory, and divide it into abnormal driving trajectory, abnormal behavior trajectory and normal vehicle trajectory Three types, and then eliminate the abnormal driving trajectory and abnormal behavior trajectory, realize the normal vehicle trajectory data extraction; specifically, integrate the similarity ⁇ j and acceleration variance of each vehicle trajectory TR j
  • the arc length ratio ⁇ j value is used as the characteristic value, and the hierarchical clustering algorithm is used to divide the data into three groups. According to the data volume and the degree of dispersion ⁇ of each group of data, the abnormal driving trajectory, abnormal behavior trajectory and normal vehicle trajectory are determined.
  • the group of data with the smallest amount of data and the ratio of the number of the group to the total number is less than the abnormal threshold is defaulted as the abnormal trajectory, and the group of data with a larger degree of dispersion ⁇ is defaulted as the abnormal behavior trajectory;
  • Step 2-1-3 based on the DTW algorithm, re-cluster the normal vehicle trajectory of step 2-1-2, and distinguish between the normal vehicle trajectory and the outlier trajectory based on the number of trajectories and the degree of dispersion ⁇ of each cluster after clustering , To extract the normal vehicle trajectory.
  • step 2-2 specifically includes the following sub-steps:
  • Step 2-2-1 filter and extract the trajectory points p i under the normal vehicle trajectory TR j to achieve smooth vehicle trajectory, and select new feature points p′ i to determine the vehicle trajectory according to the smoothed vehicle trajectory points equally;
  • Step 2-2-2 Determine the main curve of vehicle operation based on all vehicle trajectories TR j and their new feature points p′ i; specifically, based on the selected feature points p′ i of each vehicle trajectory, correspond them one by one , The center point of stage i is determined under the same stage i, and the main curve TR mid is obtained, namely:
  • TR mid master curve showing the trajectory of the vehicle;
  • P i mid central point of the i-th stage indicates trajectories of the feature points, wherein 1 ⁇ i ⁇ n, n represents the number of feature points selected;
  • p 'ji represents the j-th track vehicle
  • dist(p' ji , P i mid ) represents the distance between the characteristic point of j trajectories and the center point of stage i;
  • Step 2-2-3 in accordance with the master curve and master curves TR mid point P i mid stage of each stage is determined envelope points Q i, and thus obtained two smooth envelope, determines a vehicle trajectory with a reasonable range;
  • steps 2-2-3 specifically include the following sub-steps:
  • Step 2-2-3-1 Determine the distance between the vehicle trajectory point p′ ji and the main curve TR mid in the same phase according to the stage point P i mid on the main curve, where the closest point to the main curve is not on the main curve TR. At mid , it means that the vehicle trajectory point has shifted at this stage, and it is removed, otherwise, go to the next step;
  • Steps 2-2-3-2 the trajectory of the vehicle deviates from the respective track point does not occur at the same stage p 'ji main curve TR mid distance dist (p' ji, TR mid ) sorting, selecting 80% -90%
  • the median value is taken as the radius distance of the main curve corresponding to the envelope curve at this stage, denoted as r i ;
  • x 'i and y' i represents the coordinates of the package on the envelope stage i, denoted by Q i, with Curvilinear coordinates on a front stage i, denoted as P i mid;
  • k i represents the i-th stage of inclination of the envelope bag,
  • B i represents the lower envelope curve of the main lines of intersection intercept i stage;
  • Step 2-2-3-4 judge the position relationship between it and the main curve according to the envelope coordinates solved in the previous step; specifically, according to the main curve point P i mid of this stage and the main curve point of the next stage Obtain the envelope threshold ⁇ , namely:
  • x′ i and y′ i represent the point coordinates of the envelope on the i stage; with Indicates the coordinates of the master curve on stage i;
  • the envelope points represented by x′ i and y′ i are on the left side of the main curve, and ⁇ >0 indicates that the envelope points of x′ i and y′ i are on the right side of the main curve, and vice versa.
  • ⁇ 0 the envelope points represented by x′ i and y′ i are on the left side of the main curve, and ⁇ >0 indicates that the envelope points of x′ i and y′ i are on the right side of the main curve, and vice versa.
  • Step 2-2-3-5 Integrate the envelope point coordinates Q i of all the stage points, smooth the envelope trajectory, and obtain a new envelope characteristic point q s (i), thereby determining the envelope trajectory TR q , the range composed of two lines is the reasonable driving range of the vehicle trajectory in this mode.
  • step 3 includes the following sub-steps:
  • Step 3-1 Determine the direction and track information of the vehicle based on real-time surveillance video analysis
  • Step 3-2 compare the vehicle trajectory path obtained in step 3-1 with the reasonable driving range of the intersection vehicle trajectory obtained in step 2; if the vehicle exceeds the driving range, an early warning is given and the vehicle information is sent to the off-site law enforcement system ;
  • Step 3-3 If the ratio between the number of vehicles running downward and the total number of vehicles passing in a unit time is greater than the threshold of abnormal conditions, the intersection flow direction will be warned, and it can be linked to the traffic situation monitoring system or video monitoring system at the same time. Alarm for abnormal conditions at intersections to monitor abnormal conditions at intersections.
  • the beneficial effect achieved by the present invention is as follows: Compared with the traditional GPS vehicle trajectory clustering abnormal analysis mode, the present invention is based on historical video data, and realizes the extraction and analysis of the vehicle trajectory at the intersection through the hierarchical clustering algorithm, and effectively combines the abnormal vehicle trajectory and abnormal behavior trajectory. , Outlier trajectory and other vehicle trajectory recognition, and extract the correct vehicle trajectory. Compared with the traditional early warning method of illegal and abnormal intersections, the present invention extracts and analyzes the correct vehicle trajectory, determines the reasonable driving range of vehicles in each direction of the intersection, and compares the original intersection trajectory interval to a smaller and more reasonable interval, and effectively warns abnormal vehicles driving and improves the non-compliance. The efficiency of on-site law enforcement reduces the workload of manual review and provides reference indicators for intelligent identification. At the same time, it can distinguish abnormal conditions of intersections based on abnormalities of multiple vehicles, realize remote linkage monitoring, and improve the efficiency of intersection traffic supervision.
  • Fig. 1 is a schematic diagram of the steps of the abnormal driving early warning method of the present invention.
  • Fig. 2 is a schematic diagram of a vehicle trajectory pattern divided by hierarchical clustering in an embodiment of the invention.
  • Fig. 3 is a schematic diagram of a trajectory after extraction of a vehicle trajectory at a single intersection in an embodiment of the present invention.
  • the abnormal driving early warning method based on the reasonable driving range of the intersection vehicle includes the following steps:
  • Step 1 Determine the trajectory of each vehicle at the intersection based on the historical video of the intersection monitoring, and classify the vehicle trajectory type pattern through hierarchical clustering and intersection channelization.
  • Step 1-2 classify the vehicle trajectory type pattern based on the hierarchical clustering algorithm and the intersection channelization information.
  • the feature points p i are extracted from a single vehicle trajectory, and the vehicle trajectory hierarchical clustering is performed by Euclidean distance or LCSS distance, and abnormal vehicle trajectories (such as staying at intersections, driving in reverse, etc.) Channelization features realize vehicle trajectory division.
  • the types of vehicle trajectories include left, straight, and right turns in four directions: east, south, west, and north, with a total of 12 types.
  • Step 2 Extract and analyze the reasonable range of vehicle trajectories at the intersections, and realize the management of the reasonable range of vehicles at the intersection.
  • Step 2-1 extract a single mode type vehicle trajectory TR, analyze all trajectories under this type through a hierarchical clustering algorithm, and realize normal vehicle trajectory extraction.
  • step 2-1-1 the trajectory similarity ⁇ , variance ⁇ 2 and arc length ratio ⁇ of a single vehicle trajectory based on the feature points p i of the vehicle trajectory TR j are solved as feature values.
  • the vehicle trajectory TR j similarity ⁇ is solved by the LCSS algorithm or the DTW algorithm according to the vehicle trajectory type; the vehicle trajectory TR j is determined based on the frame number of the feature points p i of the vehicle trajectory TR j and the distance between the feature points acceleration variance ⁇ 2; determining the vehicle trajectory TR j ⁇ arc length than the distance between the vehicle based on the feature point trajectory TR j.
  • the formula for the similarity ⁇ of the vehicle trajectory TR j is:
  • TR 1 and TR 2 are two trajectories of length m and n respectively; Where p i and q j respectively represent the coordinates of the characteristic points of the trajectory, The same Where 1 ⁇ i ⁇ m, 1 ⁇ j ⁇ n, Indicates that the trajectory is empty; dist(p i ,q j ) represents the Euclidean distance between two coordinate points, and ⁇ is the similarity threshold; LCSS(TR 1 ,TR 2 ) represents the longest common of the two trajectories of TR 1 and TR 2 Subsequence length; D LCSS (TR 1 ,TR 2 ) is the similarity distance between trajectories TR 1 and TR 2 ; min(len TR1 ,len TR2 ) represents the smaller value of the length of trajectories TR 1 and TR 2 ; D LCSS ( TR 1 , TR 1 ) represents the longest common subsequence similarity distance between TR 1 and TR 1 , and N represents the number of vehicle trajectories;
  • the acceleration variance ⁇ 2 of the vehicle trajectory TR j is:
  • ⁇ i+1 represents the acceleration of the feature point i+1, where f i and f i+1 represent the number of frames, It represents the Euclidean distance between feature point i and feature point i+1, and p i and p i+1 represent feature points.
  • the trajectory arc length ratio ⁇ of the vehicle trajectory TR j is:
  • p 1 , p i , p i+1 , and p n all represent the feature points in the vehicle trajectory TR j; Represents the Euclidean distance between the characteristic point i of the vehicle trajectory and the characteristic point i+1; It represents the Euclidean distance between the feature point n of the vehicle root trajectory and the feature point 1; n represents the number of feature points in the vehicle trajectory, 1 ⁇ i ⁇ n.
  • Step 2-1-2 use the similarity ⁇ , acceleration variance ⁇ 2 and arc length ratio ⁇ j of the vehicle trajectory TR j as feature data to perform hierarchical clustering of the vehicle trajectory, and divide it into abnormal driving trajectory, abnormal behavior trajectory and normal vehicle trajectory Three types, and then eliminate the abnormal driving trajectory and abnormal behavior trajectory, realize the normal vehicle trajectory data extraction.
  • the arc length ratio ⁇ j value is used as the characteristic value, and the hierarchical clustering algorithm is used to divide the data into three groups.
  • the abnormal driving trajectory, abnormal behavior trajectory and normal vehicle trajectory are determined.
  • the group of data with the smallest amount of data and the ratio of the number of the group to the total number is less than the abnormal threshold (usually 30%) is defaulted as an abnormal trajectory, and the group of data with a larger degree of dispersion ⁇ is defaulted as an abnormal behavior, where the degree of dispersion ⁇ is as follows :
  • n' is the total number of feature points of all vehicle trajectories in the divided group
  • p i is the feature point, Is the cluster center point, that is, the group center of the divided group of data; Indicates the distance from the p i point to the cluster center point.
  • Step 2-1-3 under the DTW algorithm, perform hierarchical clustering again on the normal vehicle trajectory of the previous step, and distinguish the normal vehicle trajectory and the outlier trajectory.
  • extract the normal vehicle trajectory in the previous step determine the similarity between the two trajectories based on the DTW algorithm, list the similarity matrix S[a][b], and divide the vehicle trajectory into Two types include normal trajectory and outlier trajectory.
  • the outlier trajectory is determined based on the number of trajectories or the degree of dispersion ⁇ , so as to extract the normal vehicle trajectory.
  • the set of data is defaulted as abnormal outlier
  • the trajectory, the other group is the normal trajectory; otherwise, the discrete degree ⁇ of the two sets of data is solved separately, and the group of data with the larger value is defaulted as the abnormal outlier trajectory.
  • Step 2-2 Perform trajectory smoothing based on the vehicle trajectory extracted in step 2-1, re-extract feature points of the vehicle trajectory, and determine the vehicle operating range in a single direction.
  • Step 2-2-1 Screen the trajectory points p i under the normal vehicle trajectory TR j extracted in the previous step to achieve smooth vehicle trajectory, and analyze and determine the new feature point p′ i after the vehicle trajectory is smoothed.
  • the present invention selects the moving average smoothing method, which is specifically as follows:
  • p s (i) represents the smoothed vehicle trajectory point:
  • is the smoothing index, which is determined according to the number of trajectory points of the shortest trajectory in all trajectories and the number of feature points that need to be selected.
  • the present invention reselects 10 features Point, so the value of ⁇ is 5.
  • vehicle trajectory TR ⁇ P′
  • Step 2-2-2 Determine the main curve of vehicle operation based on all vehicle trajectories TR j and their characteristic points p′ i. Specifically, based on the selected feature points p′ i of each vehicle trajectory, they are one-to-one correspondence, and the center point of stage i is determined at the same stage i to obtain the main curve TR mid , namely:
  • TR mid master curve showing the trajectory of the vehicle;
  • P i mid central point of the i-th stage indicates trajectories of the feature points, wherein 1 ⁇ i ⁇ n, n represents the number of the selected feature point (in general, n-value of 10 );
  • p′ ji represents the new feature points of the j-th vehicle trajectory at the i-th stage, where 1 ⁇ j ⁇ N, and N represents the total number of vehicle trajectories.
  • dist (p 'ji, P i mid) represents the i th track j the distance between the center point of the feature point and stage i.
  • Step 2-2-3 in accordance with the master curve and master curve TR mid stage of a step of determining the point P i mid point of each stage envelope Q i, and thus obtain a smooth envelope.
  • Step 2-2-3-1 Determine the distance between the vehicle trajectory point p′ ji and the main curve TR mid in the same phase according to the stage point P i mid on the main curve, where the closest point to the main curve is not on the main curve TR. At mid , it means that the vehicle trajectory point has shifted at this stage, and it will be eliminated, otherwise, go to the next step.
  • Steps 2-2-3-2 the trajectory of the vehicle deviates from the respective track point does not occur at the same stage p 'ji main curve TR mid distance dist (p' ji, TR mid ) sorting, selecting 80% -90%
  • the median value is taken as the radius distance of the envelope curve corresponding to the main curve at this stage, denoted as r i .
  • x 'i and y' i represents the coordinates of the package on the envelope stage i, denoted by Q i, with Curvilinear coordinates on a front stage i, denoted as P i mid; k i represents the slope of the i-th stage of the envelope, i B i represents the main phase of the envelope curve intersects the line intercept.
  • Step 2-2-3-4 judge the positional relationship between it and the main curve according to the envelope coordinates solved in the previous step. Specifically, according to the main curve point P i mid of this stage and the main curve point of the next stage Obtain the envelope threshold ⁇ , namely:
  • x′ i and y′ i represent the point coordinates of the envelope on the i stage; with Represents the coordinates of the master curve on stage i.
  • the envelope points represented by x′ i and y′ i are on the left side of the main curve, and ⁇ >0 means that the envelope points of x i and y i are on the right side of the main curve. On the straight line where the main curve intersects.
  • Step 2-2-3-5 Integrate the envelope point coordinates Q i of all the stage points, smooth the envelope trajectory, and obtain a new envelope characteristic point q s (i), thereby determining the envelope trajectory TR q is the reasonable driving range of the vehicle trajectory in this mode (direction).
  • Step 2-3 repeat steps 2-1 and 2-2 to determine the envelope trajectory of each flow direction at the intersection (the reasonable driving range of the vehicle), and integrate the reasonable driving range of the vehicle trajectory at the intersection.
  • the reasonable driving range of the vehicle for the trajectory of the vehicle turning left, going straight, and turning right in the four directions is determined.
  • Step 3 Early warning of past abnormal driving vehicles based on the real-time monitoring video information of the intersection to realize the monitoring and management of the abnormal situation at the intersection.
  • Step 3-1 Determine the direction and track information of the vehicle based on real-time surveillance video analysis.
  • Step 3-2 compare the vehicle trajectory path obtained in step 3-1 with the reasonable driving range of the intersection vehicle trajectory obtained in step 2; if the vehicle exceeds the driving range, an early warning is given and the vehicle information is sent to the off-site law enforcement system .
  • Step 3-2 If the ratio between the number of vehicles running downward and the total number of vehicles passing in a unit time is greater than the abnormal condition threshold (usually about 50%, this value can be selected according to the actual situation of the intersection), then proceed to the flow direction of the intersection Early warning can be linked to the traffic situation monitoring system or video monitoring system to realize the alarm of abnormal conditions at the intersection and monitor the abnormal conditions at the intersection.
  • the abnormal condition threshold usually about 50%, this value can be selected according to the actual situation of the intersection

Abstract

An abnormal driving early warning method on the basis of the reasonable driving range of a vehicle at an intersection. The method uses historical surveillance video data as a basis, comprehensively analyzes vehicle trajectories at intersections by means of a hierarchical algorithm, an LCSS algorithm and a DTW algorithm, and determines a reasonable vehicle trajectory range in each flow direction of the intersection, thus achieving prompt abnormal driving vehicle early warning on the basis of the surveillance video, effectively determining illegal behavior, promptly learning of intersection abnormalities, improving traffic management efficiency, enhancing the strength of black dot regulation and control at intersections, and providing a safe and clear traffic environment for intersections.

Description

基于路口车辆合理行驶范围的异常行驶预警方法Abnormal driving early warning method based on reasonable driving range of vehicles at intersection 技术领域Technical field
本发明涉及车辆驾驶监测领域,具体涉及一种基于路口车辆合理行驶范围的异常行驶预警方法。The invention relates to the field of vehicle driving monitoring, in particular to an abnormal driving early warning method based on a reasonable driving range of a vehicle at an intersection.
背景技术Background technique
随着城市化进程的加快,汽车保有量的不断增加,城市道路交通状况变得十分复杂。在城市路网中,交叉口作为城市交通的“咽喉”,是整个城市交通的核心,交叉路口车辆是否按序按规行驶是导致交通事故和交通拥堵问题的关键因素,因此如何对路口车辆行驶轨迹判别,实现违规车辆预警是如今缓解城区交通问题的关键点之一。With the acceleration of urbanization and the continuous increase of car ownership, urban road traffic conditions have become very complicated. In the urban road network, intersections, as the "throat" of urban traffic, are the core of the entire urban traffic. Whether vehicles at intersections drive in order and in accordance with regulations is a key factor leading to traffic accidents and traffic congestion. Therefore, how to drive vehicles at intersections Trajectory identification and realizing early warning of illegal vehicles are one of the key points to alleviate urban traffic problems today.
现阶段智能交通的发展,电子警察智能设备的普及为路口车辆违规行驶提供了有效的支撑条件,如发明CN201520771567.9提出一种车辆违规行驶的抓拍系统,海信、大华等硬件厂商通过布设在路网的检测设备和电子警察实现逆向行驶等违规行为的非现场执法。At the current stage of the development of intelligent transportation, the popularization of electronic police intelligent equipment provides effective support conditions for illegal driving of vehicles at intersections. For example, the invention CN201520771567.9 proposed a capture system for illegal driving of vehicles. Hardware manufacturers such as Hisense and Dahua have adopted The detection equipment of the road network and the electronic police realize off-site law enforcement against violations such as reverse driving.
目前对于车辆违规行驶仅是针对“压线”、“逆向”等违规行驶进行的预警和非现场执法,但在实际车辆运行中,常发生“左转车辆利用直行车道绕行”等“钻空”违法行为或路口异常绕行行为,这些异常行驶将加剧路口拥堵问题和事故的发生。At present, the illegal driving of vehicles is only an early warning and off-site law enforcement for "line pressing", "reverse" and other violations. However, in actual vehicle operation, "left-turning vehicles use the straight lane to bypass" and other "drilling holes" often occur. "Illegal behaviors or abnormal detours at intersections, these abnormal driving will aggravate intersection congestion and accidents.
发明内容Summary of the invention
本发明针对上述存在的技术问题,提出一种基于路口车辆合理行驶范围的异常行驶预警方法,该方法将路口作为研究对象,基于历史监控视频数据实现路口车辆轨迹提取分析,有效判别出异常车辆轨迹实现正常车辆轨迹的提取分析,进而针对正常车辆轨迹确定路口各流向的车辆合理行驶范围,建立正常范围数据库,为实时违规车辆及路口异常行为进行预警,从而提高路口监管效率,为路口交通事故和拥堵提供有效防范措施。In view of the above-mentioned technical problems, the present invention proposes an abnormal driving early warning method based on the reasonable driving range of intersection vehicles. The method takes the intersection as the research object and realizes the extraction and analysis of the intersection vehicle trajectory based on historical monitoring video data, and effectively distinguishes the abnormal vehicle trajectory Realize the extraction and analysis of normal vehicle trajectories, and then determine the reasonable driving range of vehicles in each flow direction of the intersection according to the normal vehicle trajectory, establish a normal range database, and provide early warning for real-time violation vehicles and abnormal behavior at intersections, thereby improving the efficiency of intersection supervision and preventing traffic accidents at intersections. Congestion provides effective preventive measures.
基于路口车辆合理行驶范围的异常行驶预警方法,包括如下步骤:The abnormal driving early warning method based on the reasonable driving range of the intersection vehicle includes the following steps:
步骤1,基于路口监控历史视频确定路口各车辆轨迹,通过层次聚类和路口渠化对车辆轨迹类型模式分类;Step 1: Determine the trajectory of each vehicle at the intersection based on the historical video of the intersection monitoring, and classify the vehicle trajectory type pattern through hierarchical clustering and intersection channelization;
步骤2,分别对路口各流向下车辆轨迹合理范围提取分析,实现路口车辆合理范围管理;Step 2: Extract and analyze the reasonable range of vehicle trajectories at the intersections, and realize the management of the reasonable range of vehicles at the intersection;
步骤3,根据路口实时监控视频信息对过往异常行驶车辆预警,实现路口异常情况监控管理。Step 3: Early warning of past abnormal driving vehicles based on the real-time monitoring video information of the intersection to realize the monitoring and management of the abnormal situation at the intersection.
进一步地,所述步骤1中,具体步骤如下:Further, in the step 1, the specific steps are as follows:
步骤1-1,基于路口监控单位时间段历史视频,提取不同车辆ID下的原始轨迹点,记为P(f,x,y),其中f表示帧数,x和y表示坐标数值,进而通过初始数据清洗确定不同车辆ID的单条车辆轨迹,记为TR={P|p i,1≤i≤n,n为轨迹点数}; Step 1-1, based on the historical video of the intersection monitoring unit time period, extract the original trajectory points under different vehicle IDs, denoted as P(f,x,y), where f represents the number of frames, x and y represent the coordinate values, and then pass determining the initial data of different cleaning vehicle ID of a single track vehicle, referred to as TR = {P | p i, 1≤i≤n, n } is the locus of points;
步骤1-2,基于层次聚类算法和路口渠化信息对车辆轨迹类型模式进行分类。具体来说,对单条车辆轨迹进行特征点p i提取,通过欧式距离或LCSS距离进行车辆轨迹层次聚类,剔除出异常车辆轨迹,按路口渠化特征实现车辆轨迹划分。 Step 1-2, classify the vehicle trajectory type pattern based on the hierarchical clustering algorithm and the intersection channelization information. Specifically, the feature points p i are extracted from a single vehicle trajectory, and the vehicle trajectory hierarchical clustering is performed through Euclidean distance or LCSS distance, and abnormal vehicle trajectories are eliminated, and vehicle trajectories are divided according to the characteristics of intersection channelization.
进一步地,所述步骤2中,具体包括如下步骤:Further, the step 2 specifically includes the following steps:
步骤2-1,提取出单一模式类型车辆轨迹TR,通过层次聚类实现该模式类型下正常车辆轨迹提取分析。Step 2-1: Extract the vehicle trajectory TR of a single mode type, and realize the extraction and analysis of the normal vehicle trajectory in this mode type through hierarchical clustering.
步骤2-2,基于步骤2-1筛选提取的正常车辆轨迹进行轨迹平滑,重新提取车辆轨迹特征点,确定单一方向车辆运行范围。Step 2-2: Perform trajectory smoothing based on the normal vehicle trajectory extracted by screening in step 2-1, re-extract feature points of the vehicle trajectory, and determine the single-directional vehicle operating range.
步骤2-3,重复步骤2-1和2-2确定路口各流向包络线轨迹,整合得到路口车辆轨迹合理行驶范围。Step 2-3, repeat steps 2-1 and 2-2 to determine the envelope trajectory of each flow direction at the intersection, and integrate the reasonable driving range of the vehicle trajectory at the intersection.
进一步地,所述步骤2-1中,具体包括如下分步骤:Further, the step 2-1 specifically includes the following sub-steps:
步骤2-1-1,基于车辆轨迹TR j特征点p i对单一车辆轨迹的轨迹相似度λ、方差α 2、弧长比σ作为特征数值求解。其中1≤i≤n,n为轨迹特征点个数;1≤j≤N,N为车辆轨迹个数;具体来说,根据车辆轨迹类型通过LCSS算法或DTW算法求解出车辆轨迹TR j相似度λ;基于车辆轨迹TR j的特征点p i的帧数及特征点之间的距离确定车辆轨迹TR j的加速度方差α 2;基于车辆轨迹TR j特征点之间的距离确定车辆轨迹TR j弧长比σ; In step 2-1-1, the trajectory similarity λ, variance α 2 and arc length ratio σ of a single vehicle trajectory based on the feature points p i of the vehicle trajectory TR j are solved as feature values. Among them, 1≤i≤n, n is the number of trajectory feature points; 1≤j≤N, N is the number of vehicle trajectories; specifically, according to the type of vehicle trajectory, the similarity of vehicle trajectory TR j can be obtained through LCSS algorithm or DTW algorithm [lambda]; the distance between the frames and the feature points of the vehicle trajectory TR j p i is determined based on the variance of the acceleration of the vehicle track TR j α 2; determining the vehicle trajectory TR j arc distance between the vehicle based on the feature point trajectory TR j Length ratio σ;
步骤2-1-2,将车辆轨迹TR j的相似度λ、加速度方差α 2、弧长比σ j作为特征数据进行车辆轨迹层次聚类,划分为异常行驶轨迹、异常行为轨迹和正常车辆轨迹三类,进而剔除异常行驶轨迹和异常行为轨迹,实现正常车辆轨迹数据提取;具体来说,整合各车辆轨迹TR j的相似度λ j、加速度方差
Figure PCTCN2020095096-appb-000001
弧长比σ j数值作为特征值,以层次聚类算法划分为三组数据,根据各组数据的数据量和离散程度ε确定异常行驶轨迹、异常行为轨迹和正常车辆轨迹。其中,将数据量最小且该组数量与总数比值小于异常阈值的那组数据默认为异常轨迹,将离散程度ε较大那组数据默认为异常行为轨迹;
Step 2-1-2, use the similarity λ, acceleration variance α 2 and arc length ratio σ j of the vehicle trajectory TR j as feature data to perform hierarchical clustering of the vehicle trajectory, and divide it into abnormal driving trajectory, abnormal behavior trajectory and normal vehicle trajectory Three types, and then eliminate the abnormal driving trajectory and abnormal behavior trajectory, realize the normal vehicle trajectory data extraction; specifically, integrate the similarity λ j and acceleration variance of each vehicle trajectory TR j
Figure PCTCN2020095096-appb-000001
The arc length ratio σ j value is used as the characteristic value, and the hierarchical clustering algorithm is used to divide the data into three groups. According to the data volume and the degree of dispersion ε of each group of data, the abnormal driving trajectory, abnormal behavior trajectory and normal vehicle trajectory are determined. Among them, the group of data with the smallest amount of data and the ratio of the number of the group to the total number is less than the abnormal threshold is defaulted as the abnormal trajectory, and the group of data with a larger degree of dispersion ε is defaulted as the abnormal behavior trajectory;
步骤2-1-3,基于DTW算法下对步骤2-1-2的正常车辆轨迹再次层次聚类,基于聚类后各簇的轨迹数目和离散程度ε判别划分出正常车辆轨迹和离群轨迹,提取出正常车辆轨迹。Step 2-1-3, based on the DTW algorithm, re-cluster the normal vehicle trajectory of step 2-1-2, and distinguish between the normal vehicle trajectory and the outlier trajectory based on the number of trajectories and the degree of dispersion ε of each cluster after clustering , To extract the normal vehicle trajectory.
进一步地,所述步骤2-2中,具体包括如下分步骤:Further, the step 2-2 specifically includes the following sub-steps:
步骤2-2-1,对筛选提取的正常车辆轨迹TR j下的轨迹点p i,实现车辆轨迹平滑,根据平滑后的车辆轨迹点等分选取确定车辆轨迹的新特征点p′ iStep 2-2-1, filter and extract the trajectory points p i under the normal vehicle trajectory TR j to achieve smooth vehicle trajectory, and select new feature points p′ i to determine the vehicle trajectory according to the smoothed vehicle trajectory points equally;
步骤2-2-2,基于所有车辆轨迹TR j及其新特征点p′ i确定车辆运行的主曲线;具体来说,基于各条车辆轨迹选取的特征点p′ i,将其一一对应,同一阶段i下确定阶段i中心点,得到主曲线TR mid,即: Step 2-2-2: Determine the main curve of vehicle operation based on all vehicle trajectories TR j and their new feature points p′ i; specifically, based on the selected feature points p′ i of each vehicle trajectory, correspond them one by one , The center point of stage i is determined under the same stage i, and the main curve TR mid is obtained, namely:
Figure PCTCN2020095096-appb-000002
Figure PCTCN2020095096-appb-000002
Figure PCTCN2020095096-appb-000003
Figure PCTCN2020095096-appb-000003
式中,TR mid表示车辆轨迹主曲线;P i mid表示第i阶段轨迹特征点的中心点,其中1≤i≤n,n表示选取的特征点个数;p′ ji表示第j条车辆轨迹的第i阶段轨迹新特征点,其中1≤j≤N,N表示车辆轨迹总数; Wherein, TR mid master curve showing the trajectory of the vehicle; P i mid central point of the i-th stage indicates trajectories of the feature points, wherein 1≤i≤n, n represents the number of feature points selected; p 'ji represents the j-th track vehicle The new feature points of the i-th stage trajectory, where 1≤j≤N, N represents the total number of vehicle trajectories;
同时基于各阶段与中心点距离的数值分布情况,确定各阶段的离群点,即:At the same time, based on the numerical distribution of the distance between each stage and the center point, determine the outliers of each stage, namely:
Figure PCTCN2020095096-appb-000004
Figure PCTCN2020095096-appb-000004
式中,dist(p' ji,P i mid)表示j条轨迹i特征点与i阶段中心点之间的距离; In the formula, dist(p' ji , P i mid ) represents the distance between the characteristic point of j trajectories and the center point of stage i;
对i阶段内所有轨迹点距离数值进行分析,通过正态分布分析,将其大于正态分布(μ+2σ)的数值对应轨迹阶段点默认为离群点;Analyze the distance values of all the trajectory points in the i stage, and through the normal distribution analysis, the trajectory stage points corresponding to the values greater than the normal distribution (μ+2σ) are defaulted as outliers;
步骤2-2-3,根据主曲线TR mid及主曲线上阶段点P i mid确定各阶段包络线点Q i,进而平滑得到两条包络线,确定车辆轨迹合理行驶范围; Step 2-2-3, in accordance with the master curve and master curves TR mid point P i mid stage of each stage is determined envelope points Q i, and thus obtained two smooth envelope, determines a vehicle trajectory with a reasonable range;
进一步地,所述步骤2-2-3中,具体包括如下分步骤:Further, the steps 2-2-3 specifically include the following sub-steps:
步骤2-2-3-1,根据主曲线上阶段点P i mid确定同一阶段内车辆轨迹点p′ ji与主曲线TR mid的距离,其中若轨迹点到主曲线最近的点不在主曲线TR mid上,则说明该阶段车辆轨迹点发生了偏移,将其剔除,否则转到下一步骤; Step 2-2-3-1: Determine the distance between the vehicle trajectory point p′ ji and the main curve TR mid in the same phase according to the stage point P i mid on the main curve, where the closest point to the main curve is not on the main curve TR. At mid , it means that the vehicle trajectory point has shifted at this stage, and it is removed, otherwise, go to the next step;
步骤2-2-3-2,将同一阶段未发生偏离的各车辆轨迹上轨迹点p′ ji与主曲线TR mid的距离dist(p' ji,TR mid)进行排序,选取80%-90%中位数数值作为该阶段主曲线对应包络线的半径距离,记为r iSteps 2-2-3-2, the trajectory of the vehicle deviates from the respective track point does not occur at the same stage p 'ji main curve TR mid distance dist (p' ji, TR mid ) sorting, selecting 80% -90% The median value is taken as the radius distance of the main curve corresponding to the envelope curve at this stage, denoted as r i ;
步骤2-2-3-3,基于主曲线上阶段点P i mid确定同一阶段包络线点坐标Q i,记为(x′ i,y′ i),具体来说, 2-2-3-3 step, based on the main stage of the point P i mid curve determined in the same phase envelope coordinates Q i, denoted (x 'i, y' i ), specifically,
Figure PCTCN2020095096-appb-000005
Figure PCTCN2020095096-appb-000005
y′ i=k ix′ i+b i y′ i =k i x′ i +b i
Figure PCTCN2020095096-appb-000006
Figure PCTCN2020095096-appb-000006
Figure PCTCN2020095096-appb-000007
Figure PCTCN2020095096-appb-000007
式中,x′ i和y′ i表示i阶段上包络线的点坐标,记为Q i
Figure PCTCN2020095096-appb-000008
Figure PCTCN2020095096-appb-000009
表示i阶段上的主曲线坐标,记为P i mid;k i表示第i阶段下包络线的斜率,b i表示i阶段下包络线与主曲线相交线截距;
Wherein, x 'i and y' i represents the coordinates of the package on the envelope stage i, denoted by Q i,
Figure PCTCN2020095096-appb-000008
with
Figure PCTCN2020095096-appb-000009
Curvilinear coordinates on a front stage i, denoted as P i mid; k i represents the i-th stage of inclination of the envelope bag, B i represents the lower envelope curve of the main lines of intersection intercept i stage;
步骤2-2-3-4,根据上一步骤求解的包络线坐标判断其与主曲线之间的位置关系;具体来说,根据本阶段主曲线点P i mid以及下一阶段主曲线点
Figure PCTCN2020095096-appb-000010
得到包络线阈值ξ,即:
Step 2-2-3-4, judge the position relationship between it and the main curve according to the envelope coordinates solved in the previous step; specifically, according to the main curve point P i mid of this stage and the main curve point of the next stage
Figure PCTCN2020095096-appb-000010
Obtain the envelope threshold ξ, namely:
Figure PCTCN2020095096-appb-000011
Figure PCTCN2020095096-appb-000011
式中,x′ i和y′ i表示i阶段上包络线的点坐标;
Figure PCTCN2020095096-appb-000012
Figure PCTCN2020095096-appb-000013
表示i阶段上的主曲线坐标;
In the formula, x′ i and y′ i represent the point coordinates of the envelope on the i stage;
Figure PCTCN2020095096-appb-000012
with
Figure PCTCN2020095096-appb-000013
Indicates the coordinates of the master curve on stage i;
若ξ<0则x′ i和y′ i表示的包络线点在主曲线左侧,ξ>0表示x′ i和y′ i包络线点在主曲线右侧,反之则在包络线与主曲线相交的直线上; If ξ<0, the envelope points represented by x′ i and y′ i are on the left side of the main curve, and ξ>0 indicates that the envelope points of x′ i and y′ i are on the right side of the main curve, and vice versa. On the straight line where the line intersects the main curve;
步骤2-2-3-5,将所有阶段点包络线点坐标Q i整合,对包络线轨迹进行平滑,得到新的包络线特征点q s(i),从而确定包络线轨迹TR q,两条包括线组成的范围即为该模式下车辆轨迹合理行驶范围。 Step 2-2-3-5: Integrate the envelope point coordinates Q i of all the stage points, smooth the envelope trajectory, and obtain a new envelope characteristic point q s (i), thereby determining the envelope trajectory TR q , the range composed of two lines is the reasonable driving range of the vehicle trajectory in this mode.
进一步地,所述步骤3中,包括如下分步骤:Further, the step 3 includes the following sub-steps:
步骤3-1,根据实时监控视频分析确定车辆运行方向及轨迹信息;Step 3-1: Determine the direction and track information of the vehicle based on real-time surveillance video analysis;
步骤3-2,将步骤3-1得到的车辆轨迹路径与步骤2得到的路口车辆轨迹合理行驶范围进行对比;若车辆超出行驶范围,则进行预警,并将车辆信息下发至非现场执法系统;Step 3-2, compare the vehicle trajectory path obtained in step 3-1 with the reasonable driving range of the intersection vehicle trajectory obtained in step 2; if the vehicle exceeds the driving range, an early warning is given and the vehicle information is sent to the off-site law enforcement system ;
步骤3-3,若单位时间内运行流向下预警车辆数与过车总数之间的比值大于异常 情况阈值,则将该路口流向进行预警,同时可关联至交通态势监控系统或视频监控系统,实现路口异常状况报警,对路口异常情况进行监控。Step 3-3: If the ratio between the number of vehicles running downward and the total number of vehicles passing in a unit time is greater than the threshold of abnormal conditions, the intersection flow direction will be warned, and it can be linked to the traffic situation monitoring system or video monitoring system at the same time. Alarm for abnormal conditions at intersections to monitor abnormal conditions at intersections.
本发明达到的有益效果为:对比传统GPS车辆轨迹聚类异常分析模式,本发明以历史视频数据为基础,通过层次聚类算法实现路口车辆轨迹的提取分析,有效将异常车辆轨迹、异常行为轨迹、离群轨迹等车辆轨迹识别,提取出正确车辆轨迹。对比传统路口违法异常预警方式,本发明对正确车辆轨迹提取分析,确定路口各流向车辆合理行驶范围,对比原有的路口轨迹区间更小和更合理,有效对异常违规行驶车辆预警,提高了非现场执法效率,减少了人工审核的工作量,为智能识别提供参考指标;同时基于多辆车辆异常判别路口异常状况,实现远程联动监控,提高了路口交通的监管效率。The beneficial effect achieved by the present invention is as follows: Compared with the traditional GPS vehicle trajectory clustering abnormal analysis mode, the present invention is based on historical video data, and realizes the extraction and analysis of the vehicle trajectory at the intersection through the hierarchical clustering algorithm, and effectively combines the abnormal vehicle trajectory and abnormal behavior trajectory. , Outlier trajectory and other vehicle trajectory recognition, and extract the correct vehicle trajectory. Compared with the traditional early warning method of illegal and abnormal intersections, the present invention extracts and analyzes the correct vehicle trajectory, determines the reasonable driving range of vehicles in each direction of the intersection, and compares the original intersection trajectory interval to a smaller and more reasonable interval, and effectively warns abnormal vehicles driving and improves the non-compliance. The efficiency of on-site law enforcement reduces the workload of manual review and provides reference indicators for intelligent identification. At the same time, it can distinguish abnormal conditions of intersections based on abnormalities of multiple vehicles, realize remote linkage monitoring, and improve the efficiency of intersection traffic supervision.
附图说明Description of the drawings
图1为本发明所述异常行驶预警方法的步骤示意图。Fig. 1 is a schematic diagram of the steps of the abnormal driving early warning method of the present invention.
图2为本发明实施例中利用层次聚类划分出车辆轨迹模式示意图。Fig. 2 is a schematic diagram of a vehicle trajectory pattern divided by hierarchical clustering in an embodiment of the invention.
图3为本发明实施例中单一路口车辆轨迹提取后的轨迹示意图。Fig. 3 is a schematic diagram of a trajectory after extraction of a vehicle trajectory at a single intersection in an embodiment of the present invention.
具体实施方式Detailed ways
下面结合说明书附图对本发明的技术方案做进一步的详细说明。The technical solution of the present invention will be further described in detail below in conjunction with the accompanying drawings of the specification.
基于路口车辆合理行驶范围的异常行驶预警方法,包括如下步骤:The abnormal driving early warning method based on the reasonable driving range of the intersection vehicle includes the following steps:
步骤1,基于路口监控历史视频确定路口各车辆轨迹,通过层次聚类和路口渠化对车辆轨迹类型模式分类。Step 1: Determine the trajectory of each vehicle at the intersection based on the historical video of the intersection monitoring, and classify the vehicle trajectory type pattern through hierarchical clustering and intersection channelization.
步骤1-1,基于路口监控单位时间段历史视频,提取不同车辆ID下的原始轨迹点,记为P(f,x,y),其中f表示帧数,x和y表示坐标数值,进而通过初始数据清洗确定不同车辆ID的单条车辆轨迹,记为TR={P|p i,1≤i≤n,n为轨迹点数};一般情况下,单位时间段取5min。 Step 1-1, based on the historical video of the intersection monitoring unit time period, extract the original trajectory points under different vehicle IDs, denoted as P(f,x,y), where f represents the number of frames, x and y represent the coordinate values, and then pass determining the initial data cleaning different single track vehicle ID of the vehicle, referred to as TR = {P | p i, 1≤i≤n, n is the locus of points}; in general, taking the unit time period 5min.
步骤1-2,基于层次聚类算法和路口渠化信息对车辆轨迹类型模式进行分类。具体来说,对单条车辆轨迹进行特征点p i提取,通过欧式距离或LCSS距离进行车辆轨迹层次聚类,剔除出异常车辆轨迹(如在路口停留,反向行驶等车辆行驶轨迹),按路口渠化特征实现车辆轨迹划分。一般来说,以十字路口为例,其车辆轨迹类型包括东、南、西、北四个方向的左转、直行、右转,共12种类型。 Step 1-2, classify the vehicle trajectory type pattern based on the hierarchical clustering algorithm and the intersection channelization information. Specifically, the feature points p i are extracted from a single vehicle trajectory, and the vehicle trajectory hierarchical clustering is performed by Euclidean distance or LCSS distance, and abnormal vehicle trajectories (such as staying at intersections, driving in reverse, etc.) Channelization features realize vehicle trajectory division. Generally speaking, taking an intersection as an example, the types of vehicle trajectories include left, straight, and right turns in four directions: east, south, west, and north, with a total of 12 types.
步骤2,分别对路口各流向下车辆轨迹合理范围提取分析,实现路口车辆合理范围管理。Step 2: Extract and analyze the reasonable range of vehicle trajectories at the intersections, and realize the management of the reasonable range of vehicles at the intersection.
步骤2-1,提取出单一模式类型车辆轨迹TR,通过层次聚类算法对该类型下所有轨迹分析,实现正常车辆轨迹提取。Step 2-1, extract a single mode type vehicle trajectory TR, analyze all trajectories under this type through a hierarchical clustering algorithm, and realize normal vehicle trajectory extraction.
步骤2-1-1,基于车辆轨迹TR j特征点p i对单一车辆轨迹的轨迹相似度λ、方差α 2、弧长比σ作为特征数值求解。其中1≤i≤n,n为轨迹特征点个数;1≤j≤N,N为车辆轨迹个数。 In step 2-1-1, the trajectory similarity λ, variance α 2 and arc length ratio σ of a single vehicle trajectory based on the feature points p i of the vehicle trajectory TR j are solved as feature values. Among them, 1≤i≤n, n is the number of trajectory feature points; 1≤j≤N, N is the number of vehicle trajectories.
具体来说,根据车辆轨迹类型通过LCSS算法或DTW算法求解出车辆轨迹TR j相似度λ;基于车辆轨迹TR j的特征点p i的帧数及特征点之间的距离确定车辆轨迹TR j的加速度方差α 2;基于车辆轨迹TR j特征点之间的距离确定车辆轨迹TR j弧长比σ。 Specifically, the vehicle trajectory TR j similarity λ is solved by the LCSS algorithm or the DTW algorithm according to the vehicle trajectory type; the vehicle trajectory TR j is determined based on the frame number of the feature points p i of the vehicle trajectory TR j and the distance between the feature points acceleration variance α 2; determining the vehicle trajectory TR j σ arc length than the distance between the vehicle based on the feature point trajectory TR j.
其中,以LCSS算法为例,车辆轨迹TR j的相似度λ公式为: Among them, taking the LCSS algorithm as an example, the formula for the similarity λ of the vehicle trajectory TR j is:
Figure PCTCN2020095096-appb-000014
Figure PCTCN2020095096-appb-000014
Figure PCTCN2020095096-appb-000015
Figure PCTCN2020095096-appb-000015
Figure PCTCN2020095096-appb-000016
Figure PCTCN2020095096-appb-000016
Figure PCTCN2020095096-appb-000017
Figure PCTCN2020095096-appb-000017
式中TR 1和TR 2分别为两条长度为m、n的轨迹;
Figure PCTCN2020095096-appb-000018
其中p i和q j分别代表轨迹特征点坐标,
Figure PCTCN2020095096-appb-000019
同理
Figure PCTCN2020095096-appb-000020
其中1≤i≤m,1≤j≤n,
Figure PCTCN2020095096-appb-000021
表示轨迹为空;dist(p i,q j)表示两个坐标点的欧氏距离,γ为相似度阈值;LCSS(TR 1,TR 2)表示TR 1和TR 2两条轨迹的最长公共子序列长度;D LCSS(TR 1,TR 2)为轨迹TR 1和TR 2的相似度距离;min(len TR1,len TR2)表示轨迹TR 1长度和TR 2长度的较小值;D LCSS(TR 1,TR l)表示TR 1和TR l之间的最长公共子序列相似度距离,N表示车辆轨迹数目;λ 1表示TR 1车辆轨迹的相似度值。
In the formula, TR 1 and TR 2 are two trajectories of length m and n respectively;
Figure PCTCN2020095096-appb-000018
Where p i and q j respectively represent the coordinates of the characteristic points of the trajectory,
Figure PCTCN2020095096-appb-000019
The same
Figure PCTCN2020095096-appb-000020
Where 1≤i≤m, 1≤j≤n,
Figure PCTCN2020095096-appb-000021
Indicates that the trajectory is empty; dist(p i ,q j ) represents the Euclidean distance between two coordinate points, and γ is the similarity threshold; LCSS(TR 1 ,TR 2 ) represents the longest common of the two trajectories of TR 1 and TR 2 Subsequence length; D LCSS (TR 1 ,TR 2 ) is the similarity distance between trajectories TR 1 and TR 2 ; min(len TR1 ,len TR2 ) represents the smaller value of the length of trajectories TR 1 and TR 2 ; D LCSS ( TR 1 , TR 1 ) represents the longest common subsequence similarity distance between TR 1 and TR 1 , and N represents the number of vehicle trajectories; λ 1 represents the similarity value of TR 1 vehicle trajectories.
车辆轨迹TR j的加速度方差α 2为: The acceleration variance α 2 of the vehicle trajectory TR j is:
Figure PCTCN2020095096-appb-000022
Figure PCTCN2020095096-appb-000022
Figure PCTCN2020095096-appb-000023
Figure PCTCN2020095096-appb-000023
Figure PCTCN2020095096-appb-000024
Figure PCTCN2020095096-appb-000024
式中,α i+1表示特征点i+1的加速度,其中f i和f i+1表示帧数,
Figure PCTCN2020095096-appb-000025
表示特征点i与特征点i+1之间的欧式距离,p i和p i+1表示特征点。
In the formula, α i+1 represents the acceleration of the feature point i+1, where f i and f i+1 represent the number of frames,
Figure PCTCN2020095096-appb-000025
It represents the Euclidean distance between feature point i and feature point i+1, and p i and p i+1 represent feature points.
车辆轨迹TR j的轨迹弧长比σ为: The trajectory arc length ratio σ of the vehicle trajectory TR j is:
Figure PCTCN2020095096-appb-000026
Figure PCTCN2020095096-appb-000026
式中,p 1、p i、p i+1、p n均表示车辆轨迹TR j内的特征点;
Figure PCTCN2020095096-appb-000027
表示车辆轨迹特征点i和特征点i+1之间的欧式距离;
Figure PCTCN2020095096-appb-000028
表示车辆根轨迹特征点n与特征点1之间的欧式距离;n表示车辆轨迹内特征点个数,1≤i≤n。
In the formula, p 1 , p i , p i+1 , and p n all represent the feature points in the vehicle trajectory TR j;
Figure PCTCN2020095096-appb-000027
Represents the Euclidean distance between the characteristic point i of the vehicle trajectory and the characteristic point i+1;
Figure PCTCN2020095096-appb-000028
It represents the Euclidean distance between the feature point n of the vehicle root trajectory and the feature point 1; n represents the number of feature points in the vehicle trajectory, 1≤i≤n.
步骤2-1-2,将车辆轨迹TR j的相似度λ、加速度方差α 2、弧长比σ j作为特征数据进行 车辆轨迹层次聚类,划分为异常行驶轨迹、异常行为轨迹和正常车辆轨迹三类,进而剔除异常行驶轨迹和异常行为轨迹,实现正常车辆轨迹数据提取。 Step 2-1-2, use the similarity λ, acceleration variance α 2 and arc length ratio σ j of the vehicle trajectory TR j as feature data to perform hierarchical clustering of the vehicle trajectory, and divide it into abnormal driving trajectory, abnormal behavior trajectory and normal vehicle trajectory Three types, and then eliminate the abnormal driving trajectory and abnormal behavior trajectory, realize the normal vehicle trajectory data extraction.
具体来说,整合各车辆轨迹TR j的相似度λ j、加速度方差
Figure PCTCN2020095096-appb-000029
弧长比σ j数值作为特征值,以层次聚类算法划分为三组数据,根据各组数据的数据量和离散程度ε确定异常行驶轨迹、异常行为轨迹和正常车辆轨迹。其中,将数据量最小且该组数量与总数比值小于异常阈值(一般取30%)的那组数据默认为异常轨迹,将离散程度ε较大那组数据默认为异常行为,其中离散程度ε如下:
Specifically, integrate the similarity λ j and acceleration variance of each vehicle trajectory TR j
Figure PCTCN2020095096-appb-000029
The arc length ratio σ j value is used as the characteristic value, and the hierarchical clustering algorithm is used to divide the data into three groups. According to the data volume and the degree of dispersion ε of each group of data, the abnormal driving trajectory, abnormal behavior trajectory and normal vehicle trajectory are determined. Among them, the group of data with the smallest amount of data and the ratio of the number of the group to the total number is less than the abnormal threshold (usually 30%) is defaulted as an abnormal trajectory, and the group of data with a larger degree of dispersion ε is defaulted as an abnormal behavior, where the degree of dispersion ε is as follows :
Figure PCTCN2020095096-appb-000030
Figure PCTCN2020095096-appb-000030
Figure PCTCN2020095096-appb-000031
Figure PCTCN2020095096-appb-000031
Figure PCTCN2020095096-appb-000032
Figure PCTCN2020095096-appb-000032
式中,n'为划分的组内所有车辆轨迹特征点的总个数;p i为特征点,
Figure PCTCN2020095096-appb-000033
为簇中心点,即划分的该组数据的组中心;
Figure PCTCN2020095096-appb-000034
表示p i点到簇中心点距离。
In the formula, n'is the total number of feature points of all vehicle trajectories in the divided group; p i is the feature point,
Figure PCTCN2020095096-appb-000033
Is the cluster center point, that is, the group center of the divided group of data;
Figure PCTCN2020095096-appb-000034
Indicates the distance from the p i point to the cluster center point.
步骤2-1-3,在DTW算法下对上一步骤的正常车辆轨迹再次进行层次聚类,划分判别出正常车辆轨迹和离群轨迹。Step 2-1-3, under the DTW algorithm, perform hierarchical clustering again on the normal vehicle trajectory of the previous step, and distinguish the normal vehicle trajectory and the outlier trajectory.
具体来说,提取出上一步骤中的正常车辆轨迹,基于DTW算法确定两两轨迹之间的相似度,列出相似度矩阵S[a][b],通过层次聚类将车辆轨迹划分为两类,包括正常轨迹和离群轨迹,其中基于轨迹数目或离散程度ε确定离群轨迹,从而提取出正常车辆轨迹。Specifically, extract the normal vehicle trajectory in the previous step, determine the similarity between the two trajectories based on the DTW algorithm, list the similarity matrix S[a][b], and divide the vehicle trajectory into Two types include normal trajectory and outlier trajectory. The outlier trajectory is determined based on the number of trajectories or the degree of dispersion ε, so as to extract the normal vehicle trajectory.
一般情况下,若两组车辆轨迹A和B中,其中一组轨迹数目小于另一组数目且数目与总数的比值小于异常阈值(一般取30%),则将该组数据默认为异常离群轨迹,另一组为正常轨迹;否则,分别求解出两组数据的离散程度ε,将数值大的那组数据默认为异常离群轨迹。In general, if two sets of vehicle trajectories A and B, the number of one set of trajectories is less than the number of the other set and the ratio of the number to the total number is less than the abnormal threshold (usually 30%), then the set of data is defaulted as abnormal outlier The trajectory, the other group is the normal trajectory; otherwise, the discrete degree ε of the two sets of data is solved separately, and the group of data with the larger value is defaulted as the abnormal outlier trajectory.
步骤2-2,基于步骤2-1筛选提取的车辆轨迹进行轨迹平滑,重新提取车辆轨迹特征点,确定单一方向车辆运行范围。Step 2-2: Perform trajectory smoothing based on the vehicle trajectory extracted in step 2-1, re-extract feature points of the vehicle trajectory, and determine the vehicle operating range in a single direction.
步骤2-2-1,对上一步骤筛选提取的正常车辆轨迹TR j下的轨迹点p i,实现车辆轨迹平滑,分析确定车辆轨迹平滑后的新特征点p′ iStep 2-2-1: Screen the trajectory points p i under the normal vehicle trajectory TR j extracted in the previous step to achieve smooth vehicle trajectory, and analyze and determine the new feature point p′ i after the vehicle trajectory is smoothed.
具体来说,可以用滑动平均、加权滑动平均和指数滑动平均等方法。本发明选取滑动平均平滑法,具体如下:Specifically, methods such as moving average, weighted moving average, and exponential moving average can be used. The present invention selects the moving average smoothing method, which is specifically as follows:
Figure PCTCN2020095096-appb-000035
Figure PCTCN2020095096-appb-000035
式中p s(i)表示平滑后的车辆轨迹点:ω为平滑指数,根据所有轨迹中最短轨迹的轨迹点个数和需要选取的特征点个数来确定,本发明因为重新选取10个特征点,所以ω取值为5。 In the formula, p s (i) represents the smoothed vehicle trajectory point: ω is the smoothing index, which is determined according to the number of trajectory points of the shortest trajectory in all trajectories and the number of feature points that need to be selected. The present invention reselects 10 features Point, so the value of ω is 5.
进一步车辆轨迹等分重新选取新的特征点,记为车辆轨迹TR={P′|p′ i,1≤i≤n,n为轨迹特征点个数},一般情况下,重新选取十个特征点。 Further, the vehicle trajectory is equally divided to re-select new feature points, which are recorded as vehicle trajectory TR={P′|p′ i , 1≤i≤n, n is the number of trajectory feature points}. In general, ten new features are selected point.
步骤2-2-2,基于所有车辆轨迹TR j及其特征点p′ i确定车辆运行的主曲线。具体来 说,基于各条车辆轨迹选取的特征点p′ i,将其一一对应,同一阶段i下确定阶段i中心点,得到主曲线TR mid,即: Step 2-2-2: Determine the main curve of vehicle operation based on all vehicle trajectories TR j and their characteristic points p′ i. Specifically, based on the selected feature points p′ i of each vehicle trajectory, they are one-to-one correspondence, and the center point of stage i is determined at the same stage i to obtain the main curve TR mid , namely:
Figure PCTCN2020095096-appb-000036
Figure PCTCN2020095096-appb-000036
Figure PCTCN2020095096-appb-000037
Figure PCTCN2020095096-appb-000037
式中,TR mid表示车辆轨迹主曲线;P i mid表示第i阶段轨迹特征点的中心点,其中1≤i≤n,n表示选取的特征点个数(一般情况下,n取值为10);p′ ji表示第j条车辆轨迹的第i阶段轨迹新特征点,其中1≤j≤N,N表示车辆轨迹总数。 Wherein, TR mid master curve showing the trajectory of the vehicle; P i mid central point of the i-th stage indicates trajectories of the feature points, wherein 1≤i≤n, n represents the number of the selected feature point (in general, n-value of 10 ); p′ ji represents the new feature points of the j-th vehicle trajectory at the i-th stage, where 1≤j≤N, and N represents the total number of vehicle trajectories.
同时基于各阶段与中心点距离的数值分布情况,确定各阶段的离群点,即:At the same time, based on the numerical distribution of the distance between each stage and the center point, determine the outliers of each stage, namely:
Figure PCTCN2020095096-appb-000038
Figure PCTCN2020095096-appb-000038
式中,dist(p' ji,P i mid)表示j条轨迹i特征点与i阶段中心点之间的距离。 Wherein, dist (p 'ji, P i mid) represents the i th track j the distance between the center point of the feature point and stage i.
进一步对i阶段内所有轨迹点距离数值进行分析,通过正态分布分析,将其大于正态分布(μ+2σ)的数值对应轨迹阶段点默认为离群点。Further analyze the distance values of all the trajectory points in the i stage, and through the normal distribution analysis, the values corresponding to the trajectory stage points that are greater than the normal distribution (μ+2σ) are defaulted as outliers.
步骤2-2-3,根据上一步骤的主曲线TR mid及主曲线上阶段点P i mid确定各阶段包络线点Q i,进而平滑得到包络线。 Step 2-2-3, in accordance with the master curve and master curve TR mid stage of a step of determining the point P i mid point of each stage envelope Q i, and thus obtain a smooth envelope.
步骤2-2-3-1,根据主曲线上阶段点P i mid确定同一阶段内车辆轨迹点p′ ji与主曲线TR mid的距离,其中若轨迹点到主曲线最近的点不在主曲线TR mid上,则说明该阶段车辆轨迹点发生了偏移,将其剔除,否则转到下一步骤。 Step 2-2-3-1: Determine the distance between the vehicle trajectory point p′ ji and the main curve TR mid in the same phase according to the stage point P i mid on the main curve, where the closest point to the main curve is not on the main curve TR. At mid , it means that the vehicle trajectory point has shifted at this stage, and it will be eliminated, otherwise, go to the next step.
步骤2-2-3-2,将同一阶段未发生偏离的各车辆轨迹上轨迹点p′ ji与主曲线TR mid的距离dist(p' ji,TR mid)进行排序,选取80%-90%中位数数值作为该阶段主曲线对应包络线的半径距离,记为r iSteps 2-2-3-2, the trajectory of the vehicle deviates from the respective track point does not occur at the same stage p 'ji main curve TR mid distance dist (p' ji, TR mid ) sorting, selecting 80% -90% The median value is taken as the radius distance of the envelope curve corresponding to the main curve at this stage, denoted as r i .
步骤2-2-3-3,基于主曲线上阶段点P i mid确定同一阶段包络线点坐标Q i,记为(x′ i,y′ i)。具体来说: 2-2-3-3 step, based on the main stage of the point P i mid curve determined in the same phase envelope coordinates Q i, denoted (x 'i, y' i ). Specifically:
Figure PCTCN2020095096-appb-000039
Figure PCTCN2020095096-appb-000039
y′ i=k ix′ i+b i y′ i =k i x′ i +b i
Figure PCTCN2020095096-appb-000040
Figure PCTCN2020095096-appb-000040
Figure PCTCN2020095096-appb-000041
Figure PCTCN2020095096-appb-000041
式中,x′ i和y′ i表示i阶段上包络线的点坐标,记为Q i
Figure PCTCN2020095096-appb-000042
Figure PCTCN2020095096-appb-000043
表示i阶段上的主曲线坐标,记为P i mid;k i表示第i阶段下包络线的斜率,b i表示i阶段下包络线与主曲线相交线截距。
Wherein, x 'i and y' i represents the coordinates of the package on the envelope stage i, denoted by Q i,
Figure PCTCN2020095096-appb-000042
with
Figure PCTCN2020095096-appb-000043
Curvilinear coordinates on a front stage i, denoted as P i mid; k i represents the slope of the i-th stage of the envelope, i B i represents the main phase of the envelope curve intersects the line intercept.
步骤2-2-3-4,根据上一步骤求解的包络线坐标判断其与主曲线之间的位置关系。具体来说,根据本阶段主曲线点P i mid以及下一阶段主曲线点
Figure PCTCN2020095096-appb-000044
得到包络线阈值ξ,即:
Step 2-2-3-4, judge the positional relationship between it and the main curve according to the envelope coordinates solved in the previous step. Specifically, according to the main curve point P i mid of this stage and the main curve point of the next stage
Figure PCTCN2020095096-appb-000044
Obtain the envelope threshold ξ, namely:
Figure PCTCN2020095096-appb-000045
Figure PCTCN2020095096-appb-000045
式中,x′ i和y′ i表示i阶段上包络线的点坐标;
Figure PCTCN2020095096-appb-000046
Figure PCTCN2020095096-appb-000047
表示i阶段上的主曲线坐 标。
In the formula, x′ i and y′ i represent the point coordinates of the envelope on the i stage;
Figure PCTCN2020095096-appb-000046
with
Figure PCTCN2020095096-appb-000047
Represents the coordinates of the master curve on stage i.
若ξ<0则x′ i和y′ i表示的包络线点在主曲线左侧,ξ>0表示x i和y i包络线点在主曲线右侧,反之则在包络线与主曲线相交的直线上。 If ξ<0, the envelope points represented by x′ i and y′ i are on the left side of the main curve, and ξ>0 means that the envelope points of x i and y i are on the right side of the main curve. On the straight line where the main curve intersects.
步骤2-2-3-5,将所有阶段点包络线点坐标Q i整合,对包络线轨迹进行平滑,得到新的包络线特征点q s(i),从而确定包络线轨迹TR q,即为该模式(方向)下车辆轨迹合理行驶范围。 Step 2-2-3-5: Integrate the envelope point coordinates Q i of all the stage points, smooth the envelope trajectory, and obtain a new envelope characteristic point q s (i), thereby determining the envelope trajectory TR q is the reasonable driving range of the vehicle trajectory in this mode (direction).
步骤2-3,重复步骤2-1和2-2确定路口各流向包络线轨迹(车辆合理行驶范围),整合得到路口车辆轨迹合理行驶范围。Step 2-3, repeat steps 2-1 and 2-2 to determine the envelope trajectory of each flow direction at the intersection (the reasonable driving range of the vehicle), and integrate the reasonable driving range of the vehicle trajectory at the intersection.
具体来说,以常规十字路口为例,分别确定四个方向上左转、直行和右转的车辆轨迹的车辆合理行驶范围。Specifically, taking a conventional intersection as an example, the reasonable driving range of the vehicle for the trajectory of the vehicle turning left, going straight, and turning right in the four directions is determined.
步骤3,根据路口实时监控视频信息对过往异常行驶车辆预警,实现路口异常情况监控管理。Step 3: Early warning of past abnormal driving vehicles based on the real-time monitoring video information of the intersection to realize the monitoring and management of the abnormal situation at the intersection.
步骤3-1,根据实时监控视频分析确定车辆运行方向及轨迹信息。Step 3-1: Determine the direction and track information of the vehicle based on real-time surveillance video analysis.
步骤3-2,将步骤3-1得到的车辆轨迹路径与步骤2得到的路口车辆轨迹合理行驶范围进行对比;若车辆超出行驶范围,则进行预警,并将车辆信息下发至非现场执法系统。Step 3-2, compare the vehicle trajectory path obtained in step 3-1 with the reasonable driving range of the intersection vehicle trajectory obtained in step 2; if the vehicle exceeds the driving range, an early warning is given and the vehicle information is sent to the off-site law enforcement system .
步骤3-2,若单位时间内运行流向下预警车辆数与过车总数之间的比值大于异常情况阈值(一般取50%左右,该数值可根据路口实际状况选取),则将该路口流向进行预警,同时可关联至交通态势监控系统或视频监控系统,实现路口异常状况报警,对路口异常情况进行监控。Step 3-2: If the ratio between the number of vehicles running downward and the total number of vehicles passing in a unit time is greater than the abnormal condition threshold (usually about 50%, this value can be selected according to the actual situation of the intersection), then proceed to the flow direction of the intersection Early warning can be linked to the traffic situation monitoring system or video monitoring system to realize the alarm of abnormal conditions at the intersection and monitor the abnormal conditions at the intersection.
以下通过具体示例进行说明:The following uses specific examples to illustrate:
选取某十字路口进行研究,提取其路口5min内监控视频,根据轨迹点确定车辆轨迹,利用层次聚类划分出车辆轨迹模式,具体如图2所示。Select a certain intersection for research, extract the surveillance video within 5 minutes of the intersection, determine the vehicle trajectory according to the trajectory point, and use hierarchical clustering to divide the vehicle trajectory mode, as shown in Figure 2.
进一步对单一路口车辆轨迹提取分析,以南进口道左转为例,提取出车辆异常轨迹,根据正常车辆轨迹及其特征点确定主曲线和包络线,具体如图3所示。即图中包络线1和包络线2之间的区间为南进口左转合理行驶范围。Further analyze the extraction and analysis of vehicle trajectory at a single intersection, taking a left turn at the south entrance as an example, extracting the abnormal trajectory of the vehicle, and determining the main curve and envelope according to the normal vehicle trajectory and its characteristic points, as shown in Figure 3. That is, the section between envelope 1 and envelope 2 in the figure is the reasonable left-turn driving range at the south entrance.
当南进口左转车辆在行驶过车中超出合理行驶范围,则进行预警,若单位时间段(1小时)内预警次数超过过车记录的50%,则自动提示关联,实现该路口远程监控。When a left-turning vehicle at the south entrance exceeds a reasonable driving range during passing, an early warning will be issued. If the number of early warnings in a unit time period (1 hour) exceeds 50% of the passing record, the association will be automatically prompted to realize remote monitoring of the intersection.
以上所述仅为本发明的较佳实施方式,本发明的保护范围并不以上述实施方式为限,但凡本领域普通技术人员根据本发明所揭示内容所作的等效修饰或变化,皆应纳入权利要求书中记载的保护范围内。The above are only the preferred embodiments of the present invention, and the protection scope of the present invention is not limited to the above embodiments. However, all equivalent modifications or changes made by those of ordinary skill in the art based on the disclosure of the present invention should be included Within the scope of protection described in the claims.

Claims (7)

  1. 基于路口车辆合理行驶范围的异常行驶预警方法,其特征在于:包括如下步骤:An abnormal driving early warning method based on a reasonable driving range of vehicles at an intersection is characterized in that it includes the following steps:
    步骤1,基于路口监控历史视频确定路口各车辆轨迹,通过层次聚类和路口渠化对车辆轨迹类型模式分类;Step 1: Determine the trajectory of each vehicle at the intersection based on the historical video of the intersection monitoring, and classify the vehicle trajectory type pattern through hierarchical clustering and intersection channelization;
    步骤2,分别对路口各流向下车辆轨迹合理范围提取分析,实现路口车辆合理范围管理;Step 2: Extract and analyze the reasonable range of vehicle trajectories at the intersections, and realize the management of the reasonable range of vehicles at the intersection;
    步骤3,根据路口实时监控视频信息对过往异常行驶车辆预警,实现路口异常情况监控管理。Step 3: Early warning of past abnormal driving vehicles based on the real-time monitoring video information of the intersection to realize the monitoring and management of the abnormal situation at the intersection.
  2. 根据权利要求1所述的基于路口车辆合理行驶范围的异常行驶预警方法,其特征在于:所述步骤1中,具体步骤如下:The abnormal driving early warning method based on the reasonable driving range of the intersection vehicle according to claim 1, characterized in that: in the step 1, the specific steps are as follows:
    步骤1-1,基于路口监控单位时间段历史视频,提取不同车辆ID下的原始轨迹点,记为P(f,x,y),其中f表示帧数,x和y表示坐标数值,进而通过初始数据清洗确定不同车辆ID的单条车辆轨迹,记为TR={P|p i,1≤i≤n,n为轨迹点数}; Step 1-1, based on the historical video of the intersection monitoring unit time period, extract the original trajectory points under different vehicle IDs, denoted as P(f, x, y), where f represents the number of frames, x and y represent the coordinate values, and then pass determining the initial data of different cleaning vehicle ID of a single track vehicle, referred to as TR = {P | p i, 1≤i≤n, n } is the locus of points;
    步骤1-2,基于层次聚类算法和路口渠化信息对车辆轨迹类型模式进行分类。具体来说,对单条车辆轨迹进行特征点p i提取,通过欧式距离或LCSS距离进行车辆轨迹层次聚类,剔除出异常车辆轨迹,按路口渠化特征实现车辆轨迹划分。 Step 1-2, classify the vehicle trajectory type pattern based on the hierarchical clustering algorithm and the intersection channelization information. Specifically, the feature points p i are extracted from a single vehicle trajectory, and the vehicle trajectory hierarchical clustering is performed through Euclidean distance or LCSS distance, and abnormal vehicle trajectories are eliminated, and vehicle trajectories are divided according to the characteristics of intersection channelization.
  3. 根据权利要求1所述的基于路口车辆合理行驶范围的异常行驶预警方法,其特征在于:所述步骤2中,具体包括如下步骤:The abnormal driving early warning method based on the reasonable driving range of the intersection vehicle according to claim 1, wherein the step 2 specifically includes the following steps:
    步骤2-1,提取出单一模式类型车辆轨迹TR,通过层次聚类实现该模式类型下正常车辆轨迹提取分析。Step 2-1: Extract the vehicle trajectory TR of a single mode type, and realize the extraction and analysis of the normal vehicle trajectory in this mode type through hierarchical clustering.
    步骤2-2,基于步骤2-1筛选提取的正常车辆轨迹进行轨迹平滑,重新提取车辆轨迹特征点,确定单一方向车辆运行范围。Step 2-2: Perform trajectory smoothing based on the normal vehicle trajectory extracted by screening in step 2-1, re-extract feature points of the vehicle trajectory, and determine the single-directional vehicle operating range.
    步骤2-3,重复步骤2-1和2-2确定路口各流向包络线轨迹,整合得到路口车辆轨迹合理行驶范围。Step 2-3, repeat steps 2-1 and 2-2 to determine the envelope trajectory of each flow direction at the intersection, and integrate the reasonable driving range of the vehicle trajectory at the intersection.
  4. 根据权利要求3所述的基于路口车辆合理行驶范围的异常行驶预警方法,其特征在于:所述步骤2-1中,具体包括如下分步骤:The abnormal driving early warning method based on the reasonable driving range of the intersection vehicle according to claim 3, characterized in that: the step 2-1 specifically includes the following sub-steps:
    步骤2-1-1,基于车辆轨迹TR j特征点p i对单一车辆轨迹的轨迹相似度λ、方差α 2、弧长比σ作为特征数值求解。其中1≤i≤n,n为轨迹特征点个数;1≤j≤N,N为车辆轨迹个数;具体来说,根据车辆轨迹类型通过LCSS算法或DTW算法求解出车辆轨迹TR j相似度λ;基于车辆轨迹TR j的特征点p i的帧数及特征点之间的距离确定车辆轨迹TR j的加速度方差α 2;基于车辆轨迹TR j特征点之间的距离确定车辆轨迹TR j弧长比σ; In step 2-1-1, the trajectory similarity λ, variance α 2 and arc length ratio σ of a single vehicle trajectory based on the feature points p i of the vehicle trajectory TR j are solved as feature values. Among them, 1≤i≤n, n is the number of trajectory feature points; 1≤j≤N, N is the number of vehicle trajectories; specifically, according to the type of vehicle trajectory, the similarity of vehicle trajectory TR j can be obtained through LCSS algorithm or DTW algorithm [lambda]; the distance between the frames and the feature points of the vehicle trajectory TR j p i is determined based on the variance of the acceleration of the vehicle track TR j α 2; determining the vehicle trajectory TR j arc distance between the vehicle based on the feature point trajectory TR j Length ratio σ;
    步骤2-1-2,将车辆轨迹TR j的相似度λ、加速度方差α 2、弧长比σ j作为特征数据进行车辆轨迹层次聚类,划分为异常行驶轨迹、异常行为轨迹和正常车辆轨迹三类,进而剔除异常行驶轨迹和异常行为轨迹,实现正常车辆轨迹数据提取;具体来说,整合各车辆轨迹TR j的相似度λ j、加速度方差
    Figure PCTCN2020095096-appb-100001
    弧长比σ j数值作为特征值,以层次聚类算法划分为三组数据,根据各组数据的数据量和离散程度ε确定异常行驶轨迹、异常行为轨迹和正常车辆轨迹。其中,将数据量最小且该组数量与总数比值小于异常阈值的那组数据默认为异常轨迹,将离散程度ε较大那组数据默认为异常行为轨迹;
    Step 2-1-2, use the similarity λ, acceleration variance α 2 and arc length ratio σ j of the vehicle trajectory TR j as feature data to perform hierarchical clustering of the vehicle trajectory, and divide it into abnormal driving trajectory, abnormal behavior trajectory and normal vehicle trajectory Three types, and then eliminate the abnormal driving trajectory and abnormal behavior trajectory, realize the normal vehicle trajectory data extraction; specifically, integrate the similarity λ j and acceleration variance of each vehicle trajectory TR j
    Figure PCTCN2020095096-appb-100001
    The arc length ratio σ j value is used as the characteristic value, and the hierarchical clustering algorithm is used to divide the data into three groups. According to the data volume and the degree of dispersion ε of each group of data, the abnormal driving trajectory, abnormal behavior trajectory and normal vehicle trajectory are determined. Among them, the group of data with the smallest amount of data and the ratio of the number of the group to the total number is less than the abnormal threshold is defaulted as the abnormal trajectory, and the group of data with a larger degree of dispersion ε is defaulted as the abnormal behavior trajectory;
    步骤2-1-3,基于DTW算法下对步骤2-1-2的正常车辆轨迹再次层次聚类,基于聚类后各 簇的轨迹数目和离散程度ε判别划分出正常车辆轨迹和离群轨迹,提取出正常车辆轨迹。Step 2-1-3, based on the DTW algorithm, re-cluster the normal vehicle trajectory of step 2-1-2, and distinguish between the normal vehicle trajectory and the outlier trajectory based on the number of trajectories and the degree of dispersion ε of each cluster after clustering , To extract the normal vehicle trajectory.
  5. 根据权利要求3所述的基于路口车辆合理行驶范围的异常行驶预警方法,其特征在于:所述步骤2-2中,具体包括如下分步骤:The abnormal driving early warning method based on the reasonable driving range of the intersection vehicle according to claim 3, wherein the step 2-2 specifically includes the following sub-steps:
    步骤2-2-1,对筛选提取的正常车辆轨迹TR j下的轨迹点p i,实现车辆轨迹平滑,根据平滑后的车辆轨迹点等分选取确定车辆轨迹的新特征点p′ iStep 2-2-1, filter and extract the trajectory points p i under the normal vehicle trajectory TR j to achieve smooth vehicle trajectory, and select new feature points p′ i to determine the vehicle trajectory according to the smoothed vehicle trajectory points equally;
    步骤2-2-2,基于所有车辆轨迹TR j及其新特征点p′ i确定车辆运行的主曲线;具体来说,基于各条车辆轨迹选取的特征点p′ i,将其一一对应,同一阶段i下确定阶段i中心点,得到主曲线TR mid,即: Step 2-2-2: Determine the main curve of vehicle operation based on all vehicle trajectories TR j and their new feature points p′ i; specifically, based on the selected feature points p′ i of each vehicle trajectory, correspond them one by one , The center point of stage i is determined under the same stage i, and the main curve TR mid is obtained, namely:
    Figure PCTCN2020095096-appb-100002
    Figure PCTCN2020095096-appb-100002
    Figure PCTCN2020095096-appb-100003
    Figure PCTCN2020095096-appb-100003
    式中,TR mid表示车辆轨迹主曲线;P i mid表示第i阶段轨迹特征点的中心点,其中1≤i≤n,n表示选取的特征点个数;p′ ji表示第j条车辆轨迹的第i阶段轨迹新特征点,其中1≤j≤N,N表示车辆轨迹总数; Wherein, TR mid master curve showing the trajectory of the vehicle; P i mid central point of the i-th stage indicates trajectories of the feature points, wherein 1≤i≤n, n represents the number of feature points selected; p 'ji represents the j-th track vehicle The new feature points of the i-th stage trajectory, where 1≤j≤N, N represents the total number of vehicle trajectories;
    同时基于各阶段与中心点距离的数值分布情况,确定各阶段的离群点,即:At the same time, based on the numerical distribution of the distance between each stage and the center point, determine the outliers of each stage, namely:
    Figure PCTCN2020095096-appb-100004
    Figure PCTCN2020095096-appb-100004
    式中,dist(p' ji,P i mid)表示j条轨迹i特征点与i阶段中心点之间的距离; Wherein, dist (p 'ji, P i mid) represents the distance between the tracks j and i stage i the center point of the feature point;
    对i阶段内所有轨迹点距离数值进行分析,通过正态分布分析,将其大于正态分布(μ+2σ)的数值对应轨迹阶段点默认为离群点;Analyze the distance values of all the trajectory points in the i stage, and through the normal distribution analysis, the trajectory stage points corresponding to the values greater than the normal distribution (μ+2σ) are defaulted as outliers;
    步骤2-2-3,根据主曲线TR mid及主曲线上阶段点P i mid确定各阶段包络线点Q i,进而平滑得到两条包络线,确定车辆轨迹合理行驶范围; Step 2-2-3, in accordance with the master curve and master curves TR mid point P i mid stage of each stage is determined envelope points Q i, and thus obtained two smooth envelope, determines a vehicle trajectory with a reasonable range;
  6. 根据权利要求5所述的基于路口车辆合理行驶范围的异常行驶预警方法,其特征在于:所述步骤2-2-3中,具体包括如下分步骤:The abnormal driving early warning method based on the reasonable driving range of the intersection vehicle according to claim 5, wherein the step 2-2-3 specifically includes the following sub-steps:
    步骤2-2-3-1,根据主曲线上阶段点P i mid确定同一阶段内车辆轨迹点p′ ji与主曲线TR mid的距离,其中若轨迹点到主曲线最近的点不在主曲线TR mid上,则说明该阶段车辆轨迹点发生了偏移,将其剔除,否则转到下一步骤; Step 2-2-3-1: Determine the distance between the vehicle trajectory point p′ ji and the main curve TR mid in the same phase according to the stage point P i mid on the main curve, where the closest point to the main curve is not on the main curve TR. At mid , it means that the vehicle trajectory point has shifted at this stage, and it is removed, otherwise, go to the next step;
    步骤2-2-3-2,将同一阶段未发生偏离的各车辆轨迹上轨迹点p′ ji与主曲线TR mid的距离dist(p' ji,TR mid)进行排序,选取80%-90%中位数数值作为该阶段主曲线对应包络线的半径距离,记为r iSteps 2-2-3-2, the trajectory of the vehicle deviates from the respective track point does not occur at the same stage p 'ji main curve TR mid distance dist (p' ji, TR mid ) sorting, selecting 80% -90% The median value is taken as the radius distance of the main curve corresponding to the envelope curve at this stage, denoted as r i ;
    步骤2-2-3-3,基于主曲线上阶段点P i mid确定同一阶段包络线点坐标Q i,记为(x′ i,y′ i),具体来说, 2-2-3-3 step, based on the main stage of the point P i mid curve determined in the same phase envelope coordinates Q i, denoted (x 'i, y' i ), specifically,
    Figure PCTCN2020095096-appb-100005
    Figure PCTCN2020095096-appb-100005
    y′ i=k ix′ i+b i y′ i =k i x′ i +b i
    Figure PCTCN2020095096-appb-100006
    Figure PCTCN2020095096-appb-100006
    Figure PCTCN2020095096-appb-100007
    Figure PCTCN2020095096-appb-100007
    式中,x′ i和y′ i表示i阶段上包络线的点坐标,记为Q i
    Figure PCTCN2020095096-appb-100008
    Figure PCTCN2020095096-appb-100009
    表示i阶段上的主曲线 坐标,记为P i mid;k i表示第i阶段下包络线的斜率,b i表示i阶段下包络线与主曲线相交线截距;
    Wherein, x 'i and y' i represents the coordinates of the package on the envelope stage i, denoted by Q i,
    Figure PCTCN2020095096-appb-100008
    with
    Figure PCTCN2020095096-appb-100009
    Curvilinear coordinates on a front stage i, denoted as P i mid; k i represents the i-th stage of inclination of the envelope bag, B i represents the lower envelope curve of the main lines of intersection intercept i stage;
    步骤2-2-3-4,根据上一步骤求解的包络线坐标判断其与主曲线之间的位置关系;具体来说,根据本阶段主曲线点P i mid以及下一阶段主曲线点
    Figure PCTCN2020095096-appb-100010
    得到包络线阈值ξ,即:
    Step 2-2-3-4, judge the position relationship between it and the main curve according to the envelope coordinates solved in the previous step; specifically, according to the main curve point P i mid of this stage and the main curve point of the next stage
    Figure PCTCN2020095096-appb-100010
    Obtain the envelope threshold ξ, namely:
    Figure PCTCN2020095096-appb-100011
    Figure PCTCN2020095096-appb-100011
    式中,x′ i和y′ i表示i阶段上包络线的点坐标;
    Figure PCTCN2020095096-appb-100012
    Figure PCTCN2020095096-appb-100013
    表示i阶段上的主曲线坐标;
    In the formula, x′ i and y′ i represent the point coordinates of the envelope on the i stage;
    Figure PCTCN2020095096-appb-100012
    with
    Figure PCTCN2020095096-appb-100013
    Indicates the coordinates of the master curve on stage i;
    若ξ<0则x′ i和y′ i表示的包络线点在主曲线左侧,ξ>0表示x′ i和y′ i包络线点在主曲线右侧,反之则在包络线与主曲线相交的直线上; If ξ<0, the envelope points represented by x′ i and y′ i are on the left side of the main curve, and ξ>0 means that the envelope points of x′ i and y′ i are on the right side of the main curve, and vice versa. On the straight line where the line intersects the main curve;
    步骤2-2-3-5,将所有阶段点包络线点坐标Q i整合,对包络线轨迹进行平滑,得到新的包络线特征点q s(i),从而确定包络线轨迹TR q,两条包括线组成的范围即为该模式下车辆轨迹合理行驶范围。 Step 2-2-3-5: Integrate the envelope point coordinates Q i of all the stage points, smooth the envelope trajectory, and obtain the new envelope characteristic point q s (i), thereby determining the envelope trajectory TR q , the range composed of two lines is the reasonable driving range of the vehicle trajectory in this mode.
  7. 根据权利要求1所述的基于路口车辆合理行驶范围的异常行驶预警方法,其特征在于:所述步骤3中,包括如下分步骤:The abnormal driving early warning method based on the reasonable driving range of the intersection vehicle according to claim 1, wherein said step 3 includes the following sub-steps:
    步骤3-1,根据实时监控视频分析确定车辆运行方向及轨迹信息;Step 3-1: Determine the direction and track information of the vehicle based on real-time surveillance video analysis;
    步骤3-2,将步骤3-1得到的车辆轨迹路径与步骤2得到的路口车辆轨迹合理行驶范围进行对比;若车辆超出行驶范围,则进行预警,并将车辆信息下发至非现场执法系统;Step 3-2, compare the vehicle trajectory path obtained in step 3-1 with the reasonable driving range of the intersection vehicle trajectory obtained in step 2; if the vehicle exceeds the driving range, an early warning is given and the vehicle information is sent to the off-site law enforcement system ;
    步骤3-3,若单位时间内运行流向下预警车辆数与过车总数之间的比值大于异常情况阈值,则将该路口流向进行预警,同时可关联至交通态势监控系统或视频监控系统,实现路口异常状况报警,对路口异常情况进行监控。Step 3-3: If the ratio between the number of vehicles running downward and the total number of vehicles passing in a unit time is greater than the threshold of abnormal conditions, the traffic direction of the intersection will be warned, and it can be linked to the traffic situation monitoring system or video monitoring system at the same time. Alarm for abnormal conditions at intersections to monitor abnormal conditions at intersections.
PCT/CN2020/095096 2019-10-23 2020-06-09 Abnormal driving early warning method on basis of reasonable driving range of vehicle at intersection WO2021077760A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911012566.5 2019-10-23
CN201911012566.5A CN110728842B (en) 2019-10-23 2019-10-23 Abnormal driving early warning method based on reasonable driving range of vehicles at intersection

Publications (1)

Publication Number Publication Date
WO2021077760A1 true WO2021077760A1 (en) 2021-04-29

Family

ID=69221891

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/095096 WO2021077760A1 (en) 2019-10-23 2020-06-09 Abnormal driving early warning method on basis of reasonable driving range of vehicle at intersection

Country Status (2)

Country Link
CN (1) CN110728842B (en)
WO (1) WO2021077760A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113380049A (en) * 2021-07-27 2021-09-10 京东城市(北京)数字科技有限公司 Violation detection method and device for vehicle, server and storage medium
CN113593234A (en) * 2021-07-30 2021-11-02 浙江大华技术股份有限公司 Method and device for detecting road quality
CN114021629A (en) * 2021-10-26 2022-02-08 之江实验室 Vehicle track motion mode extraction method based on mean value dynamic time warping
CN114038195A (en) * 2021-11-15 2022-02-11 内蒙古民族大学 Road abnormal event monitoring and detecting method based on trajectory analysis
CN116363575A (en) * 2023-02-15 2023-06-30 南京诚勤教育科技有限公司 Classroom monitoring management system based on wisdom campus
CN116767461A (en) * 2023-08-25 2023-09-19 太极计算机股份有限公司 Ship anchoring behavior detection method and device and electronic equipment

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110728842B (en) * 2019-10-23 2021-10-08 江苏智通交通科技有限公司 Abnormal driving early warning method based on reasonable driving range of vehicles at intersection
CN111540194B (en) * 2020-03-23 2021-08-10 深圳奇迹智慧网络有限公司 Vehicle monitoring data processing method and device, computer equipment and storage medium
CN111523577A (en) * 2020-04-13 2020-08-11 南京烽火星空通信发展有限公司 Mass trajectory similarity calculation method based on improved LCSS algorithm
CN111582317B (en) * 2020-04-15 2023-06-30 扬州哈工科创机器人研究院有限公司 Road positioning method and device
CN111652112B (en) * 2020-05-29 2023-06-30 阿波罗智联(北京)科技有限公司 Lane flow direction identification method and device, electronic equipment and storage medium
CN111968365B (en) * 2020-07-24 2022-02-15 武汉理工大学 Non-signalized intersection vehicle behavior analysis method and system and storage medium
CN112070130B (en) * 2020-08-25 2023-03-28 西安交通大学 Cross-road vehicle matching method and system based on dynamic time warping
WO2022147785A1 (en) * 2021-01-08 2022-07-14 华为技术有限公司 Autonomous driving scenario identifying method and apparatus
CN112633427B (en) * 2021-03-15 2021-05-28 四川大学 Ultrahigh-order harmonic emission signal detection method based on outlier detection
CN112991749B (en) * 2021-05-13 2021-07-20 腾讯科技(深圳)有限公司 Vehicle violation identification method and device, medium and electronic equipment
CN113433574B (en) * 2021-06-09 2024-02-06 深圳前海微众银行股份有限公司 Driving track processing method and device
CN113920722B (en) * 2021-09-23 2023-04-14 摩拜(北京)信息技术有限公司 Intersection passing state obtaining method and device, electronic equipment and storage medium
CN114333330B (en) * 2022-01-27 2023-04-25 浙江嘉兴数字城市实验室有限公司 Intersection event detection system based on road side edge holographic sensing

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090079586A1 (en) * 2007-09-20 2009-03-26 Traffic.Com, Inc. Use of Pattern Matching to Predict Actual Traffic Conditions of a Roadway Segment
CN103116748A (en) * 2013-03-11 2013-05-22 清华大学 Method and system for identifying illegal driving behavior based on road signs
CN103377555A (en) * 2012-04-25 2013-10-30 施乐公司 Method and system for automatically detecting anomalies at a traffic intersection
CN104504897A (en) * 2014-09-28 2015-04-08 北京工业大学 Intersection traffic flow characteristic analysis and vehicle moving prediction method based on trajectory data
CN106952473A (en) * 2017-04-01 2017-07-14 深圳市元征科技股份有限公司 Road service system detection method and device
CN107240264A (en) * 2017-06-26 2017-10-10 安徽四创电子股份有限公司 A kind of non-effective driving trace recognition methods of vehicle and urban road facility planing method
CN107293116A (en) * 2017-06-27 2017-10-24 浙江浩腾电子科技股份有限公司 A kind of traffic incident detecting system based on video analysis
CN108320511A (en) * 2018-03-30 2018-07-24 江苏智通交通科技有限公司 Urban highway traffic sub-area division method based on spectral clustering
CN108364461A (en) * 2018-01-05 2018-08-03 武汉中科通达高新技术股份有限公司 A kind of vehicle driving trace prediction technique
WO2018161037A1 (en) * 2017-03-03 2018-09-07 Kennesaw State University Research And Service Foundation, Inc. Systems and methods for quantitatively assessing collision risk and severity
CN109544909A (en) * 2018-10-29 2019-03-29 华蓝设计(集团)有限公司 Driver's lane-change behavior analysis method based on video frequency vehicle track of taking photo by plane
CN110299027A (en) * 2019-07-12 2019-10-01 山东交通学院 It is a kind of based on the vehicle lane change of track data and map datum monitoring and safe early warning method
CN110728842A (en) * 2019-10-23 2020-01-24 江苏智通交通科技有限公司 Abnormal driving early warning method based on reasonable driving range of vehicles at intersection

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103903019B (en) * 2014-04-11 2017-12-15 北京工业大学 A kind of automatic generation method of multilane track of vehicle space-time diagram
CN105551251B (en) * 2016-01-19 2017-10-20 华南理工大学 A kind of unsignalized intersection motor vehicle collision probability determination methods
CN107204114A (en) * 2016-03-18 2017-09-26 中兴通讯股份有限公司 A kind of recognition methods of vehicle abnormality behavior and device
CN107644206A (en) * 2017-09-20 2018-01-30 深圳市晟达机械设计有限公司 A kind of road abnormal behaviour action detection device
CN107766808B (en) * 2017-09-30 2021-06-29 北京泓达九通科技发展有限公司 Method and system for clustering moving tracks of vehicle objects in road network space
CN108091133B (en) * 2017-11-27 2020-01-10 银江股份有限公司 Vehicle safe driving behavior analysis method based on mass traffic data analysis
CN109584558A (en) * 2018-12-17 2019-04-05 长安大学 A kind of traffic flow statistics method towards Optimization Control for Urban Traffic Signals

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090079586A1 (en) * 2007-09-20 2009-03-26 Traffic.Com, Inc. Use of Pattern Matching to Predict Actual Traffic Conditions of a Roadway Segment
CN103377555A (en) * 2012-04-25 2013-10-30 施乐公司 Method and system for automatically detecting anomalies at a traffic intersection
CN103116748A (en) * 2013-03-11 2013-05-22 清华大学 Method and system for identifying illegal driving behavior based on road signs
CN104504897A (en) * 2014-09-28 2015-04-08 北京工业大学 Intersection traffic flow characteristic analysis and vehicle moving prediction method based on trajectory data
WO2018161037A1 (en) * 2017-03-03 2018-09-07 Kennesaw State University Research And Service Foundation, Inc. Systems and methods for quantitatively assessing collision risk and severity
CN106952473A (en) * 2017-04-01 2017-07-14 深圳市元征科技股份有限公司 Road service system detection method and device
CN107240264A (en) * 2017-06-26 2017-10-10 安徽四创电子股份有限公司 A kind of non-effective driving trace recognition methods of vehicle and urban road facility planing method
CN107293116A (en) * 2017-06-27 2017-10-24 浙江浩腾电子科技股份有限公司 A kind of traffic incident detecting system based on video analysis
CN108364461A (en) * 2018-01-05 2018-08-03 武汉中科通达高新技术股份有限公司 A kind of vehicle driving trace prediction technique
CN108320511A (en) * 2018-03-30 2018-07-24 江苏智通交通科技有限公司 Urban highway traffic sub-area division method based on spectral clustering
CN109544909A (en) * 2018-10-29 2019-03-29 华蓝设计(集团)有限公司 Driver's lane-change behavior analysis method based on video frequency vehicle track of taking photo by plane
CN110299027A (en) * 2019-07-12 2019-10-01 山东交通学院 It is a kind of based on the vehicle lane change of track data and map datum monitoring and safe early warning method
CN110728842A (en) * 2019-10-23 2020-01-24 江苏智通交通科技有限公司 Abnormal driving early warning method based on reasonable driving range of vehicles at intersection

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113380049A (en) * 2021-07-27 2021-09-10 京东城市(北京)数字科技有限公司 Violation detection method and device for vehicle, server and storage medium
CN113380049B (en) * 2021-07-27 2023-06-23 京东城市(北京)数字科技有限公司 Method, device, server and storage medium for detecting vehicle violations
CN113593234A (en) * 2021-07-30 2021-11-02 浙江大华技术股份有限公司 Method and device for detecting road quality
CN114021629A (en) * 2021-10-26 2022-02-08 之江实验室 Vehicle track motion mode extraction method based on mean value dynamic time warping
CN114021629B (en) * 2021-10-26 2024-04-05 之江实验室 Vehicle track motion mode extraction method based on mean dynamic time warping
CN114038195A (en) * 2021-11-15 2022-02-11 内蒙古民族大学 Road abnormal event monitoring and detecting method based on trajectory analysis
CN116363575A (en) * 2023-02-15 2023-06-30 南京诚勤教育科技有限公司 Classroom monitoring management system based on wisdom campus
CN116363575B (en) * 2023-02-15 2023-11-03 南京诚勤教育科技有限公司 Classroom monitoring management system based on wisdom campus
CN116767461A (en) * 2023-08-25 2023-09-19 太极计算机股份有限公司 Ship anchoring behavior detection method and device and electronic equipment
CN116767461B (en) * 2023-08-25 2023-12-22 太极计算机股份有限公司 Ship anchoring behavior detection method and device and electronic equipment

Also Published As

Publication number Publication date
CN110728842B (en) 2021-10-08
CN110728842A (en) 2020-01-24

Similar Documents

Publication Publication Date Title
WO2021077760A1 (en) Abnormal driving early warning method on basis of reasonable driving range of vehicle at intersection
WO2021077761A1 (en) Intersection abnormal vehicle trajectory identification and analysis method based on hierarchical clustering
WO2021218235A1 (en) Road traffic jam early warning method and system
CN102097005B (en) Intelligent and integrated traffic signal controller
CN109670404A (en) A kind of road ponding image detection method for early warning based on mixed model
CN109191830B (en) Road congestion detection method based on video image processing
WO2017156772A1 (en) Method of computing passenger crowdedness and system applying same
CN105405293B (en) A kind of road travel time short term prediction method and system
CN110197589A (en) A kind of illegal detection method of making a dash across the red light based on deep learning
CN106373426A (en) Computer vision-based parking space and illegal lane occupying parking monitoring method
CN101281685A (en) Coordination control method for area mixed traffic self-adaption signal
CN105070053A (en) Intelligent traffic monitoring camera for identifying vehicle illegal movement modes
CN110634287A (en) Urban traffic state refined discrimination method based on edge calculation
CN101783074A (en) Method and system for real-time distinguishing traffic flow state of urban road
CN110288823B (en) Traffic violation misjudgment identification method based on naive Bayesian network
Smith et al. Data–driven methodology for signal timing plan development: A computational approach
WO2022257201A1 (en) Urban traffic safety early-warning method and system based on human-machine hybrid-augmented intelligence
CN110400462A (en) Track traffic for passenger flow monitoring and pre-alarming method and its system based on fuzzy theory
WO2021036277A1 (en) Multi-dimensional urban traffic anomaly event recognition method based on ternary gaussian mixture model
CN115662113A (en) Signalized intersection people-vehicle game conflict risk assessment and early warning method
CN108447265A (en) Road traffic accident stain section discrimination method based on TOPSIS methods
CN111598069B (en) Highway vehicle lane change area analysis method based on deep learning
CN113095301A (en) Road occupation operation monitoring method, system and server
CN114419924B (en) AI application control management system based on wisdom city
CN103914984B (en) A kind of urban road traffic state analytical approach based on unit-interval cooperation

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20879573

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20879573

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 20879573

Country of ref document: EP

Kind code of ref document: A1