CN100481153C - Method for automatically inspecting highway traffic event based on offset minimum binary theory - Google Patents

Method for automatically inspecting highway traffic event based on offset minimum binary theory Download PDF

Info

Publication number
CN100481153C
CN100481153C CNB2007100230094A CN200710023009A CN100481153C CN 100481153 C CN100481153 C CN 100481153C CN B2007100230094 A CNB2007100230094 A CN B2007100230094A CN 200710023009 A CN200710023009 A CN 200710023009A CN 100481153 C CN100481153 C CN 100481153C
Authority
CN
China
Prior art keywords
traffic
centerdot
detection zone
event
real
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CNB2007100230094A
Other languages
Chinese (zh)
Other versions
CN101075377A (en
Inventor
陈淑燕
王炜
瞿高峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Southeast University
Original Assignee
Southeast University
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 Southeast University filed Critical Southeast University
Priority to CNB2007100230094A priority Critical patent/CN100481153C/en
Publication of CN101075377A publication Critical patent/CN101075377A/en
Application granted granted Critical
Publication of CN100481153C publication Critical patent/CN100481153C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Traffic Control Systems (AREA)

Abstract

A method for automatically detecting traffic event on expressway based on bias least squares principle includes collecting real time traffic flow information of detection region by detection system according to set step length through ground-sensing coil, judging whether traffic event is occurred on detection region or not by bias least squares regression algorithm based on collected information, issuing alarm and informing traffic management department to treat said event if it is or otherwise collecting data continuously and carrying out next judgment.

Description

Freeway traffic event automatic detection method based on offset minimum binary theory
Technical field
The present invention relates to the method that a kind of freeway traffic event detects automatically, be a kind of freeway traffic event automatic detection method specifically based on offset minimum binary theory, can be used for whether freeway traffic event existed and carry out real time automatic detection, relate to traffic intelligent management and control technology.
Background technology
Traffic events refers to recurrent non-repeatability incident, as traffic hazard, goods be scattered, vehicle casts anchor, pavement maintenance, signal or checkout equipment fault and some other interrupt normal traffic, cause crowded and incur loss through delay, reduce the special event of road passage capability.Because it is crowded that traffic events causes is unexpected, thereby very easily causes second accident, thereby reduces the road safety level.The whole world is annual because cap loss, property loss, personal injury that traffic events causes reach multi-billion dollar.In recent years, along with the raising of the growing with each passing day of socioeconomic fast development, vehicle population and path link car kilometer, running velocity, traffic events frequently takes place, and has become a serious social concern in China.
The early detection of traffic events can reduce delay significantly with shunting early, improves road safety and service level.Traffic events detects (Automatic Incident Detection automatically, AID) be the most basic most important component in the advanced traffic control and management system, its objective is by detecting and clear up traffic events as early as possible, make highway recover normal operation as early as possible, reducing and incur loss through delay, is one of effective way that solves highway burst traffic events.From the seventies in 20th century, the automatic detection of traffic events just is subjected to various countries traffic engineering expert's attention, becomes a research focus in Communication and Transportation Engineering field.
At present change the method that detects traffic events, because of its economic convenient main direction that becomes developing country and most of AID of developed country research based on traffic flow parameter.Invention " is adopted the freeway incident automatic checkout system of artificial neural networks and genetic algorithm ", and (CN 1311880A) discloses the design of the neural network of automatic transport detection incident on a kind of highway, the design of this invention utilization genetic algorithm optimization neural network.Many experimental results show, are better than other algorithm based on the detection algorithm performance of neural network.But neural network algorithm has following shortcoming, and neural network is the black box structure, and knowledge lies in the connection weight, is difficult to extract and understands, and restrain slowlyer, and restrains the setting that depends on learning parameter, has precocious phenomenon, easily sinks into local minimum etc.In addition, genetic algorithm itself except that consuming time, the problem that also has self parameter to select.
In recent years (Support Vector Machine SVM) discerns traffic behavior, thereby realizes the automatic detection of traffic events to have the scholar to propose to use support vector machine again.The kernel function of SVM and parameter thereof have a significant impact the classification performance of SVM, but, how selecting suitable kernel function and parameter thereof is a challenging job, also there is not at present the simple method of determining, generally be to grope by the experiment consuming time of a large amount of efforts, therefore, place one's entire reliance upon user's experience of the effect of SVM, this has just influenced it and has detected the ability of traffic events.
Summary of the invention
Technical matters to be solved by this invention is, overcomes technological deficiency and deficiency that prior art exists, and a kind of freeway traffic event automatic detection method based on offset minimum binary theory is provided, and its verification and measurement ratio, the alert rate of mistake and classification rate all are better than prior art.
The present invention is based on the freeway traffic event automatic detection method of offset minimum binary theory, may further comprise the steps:
----detection system according to setting step-length acquisition testing district real-time traffic stream information, comprises the upstream and downstream magnitude of traffic flow, speed, lane occupancy ratio, time headway by ground induction coil or video equipment, and sampling step length can be made as 30 seconds or 1 minute;
----judges according to the real-time traffic stream information of gathering whether detection zone traffic events takes place, if take place, give the alarm, and the notice vehicle supervision department removing incident that takes appropriate measures, otherwise the continuation image data is judged next time;
It is characterized in that: described real-time traffic stream information according to collection judges whether detection zone traffic events takes place, and is to adopt the partial least squares regression detection algorithm to judge whether detection zone traffic events takes place.
Partial least-square regression method and common least square regression are that it has adopted informix and triage techniques in the regression modeling process in the key distinction on the thinking.It at first extracts some new generalized variables (promptly extracting composition) that system is had the best interpretations ability, utilizes the extraction composition to carry out regression modeling then.
If known dependent variable y and k independent variable x 1, x 2..., x k, sample number is n, composition data Table X=[x 1, x 2..., x k] N*kAnd y=[y] N*1The modeling procedure of partial least squares regression comprises:
(1) X and y are carried out standardization, obtain the independent variable matrix E after the standardization 0And F 0,
x ij * = x ij - x j ‾ s j , y j * = y i - y ‾ s y , i = 1,2 , . . . , k ; j = 1,2 , . . . , k - - - ( 1 )
E 0 = ( x ij * ) n * k , F 0 = ( y j * ) n * 1 , i = 1,2 , . . . , n
In the formula,
Figure C200710023009D00055
Be X jAverage, s jBe X jStandard deviation; Y is the average of y; s yIt is the standard deviation of y.
Make h=1.
(2) compute vector weight w h,
w h = E h - 1 ′ F h - 1 - - - ( 2 )
(3) extract composition t h
t h=E h-1w h (3)
(4) the regression coefficient p of calculating X and y h, q h
p h = E h - 1 ′ t h / ( t h ′ t h ) - - - ( 4 )
q h = F h - 1 ′ t h / ( t h ′ t h ) - - - ( 5 )
(5) calculate residual matrix
E h = E h - 1 - t h p h ′
F h = F h - 1 - q h ′ t h - - - ( 6 )
(6) check convergence, available intersection validity is determined.If above-mentioned equation satisfies accuracy requirement, change next step.Otherwise, h=h+1, repeating step (2)-(5), the composition that residual matrix is carried out a new round extracts and regretional analysis.
(7) establish and obtain k composition t 1, t 2..., t k, implement F 0At t 1, t 2..., t kOn recurrence,
F 0=q 1t 1+q 2t 2+...+q kt k (7)
Because t 1, t 2..., t kAll are E 0Linear combination, therefore,
F 0 = q 1 E 0 w 1 + q 2 E 1 w 2 + . . . + q k E k - 1 w k = q 1 E 0 w 1 * + . . . + q k E 0 w k * - - - ( 8 )
In the formula, w h * = Π j = 1 h - 1 ( I - w j p j ′ ) w h , I is a unit matrix.
(8) be reduced into the regression equation of y according to standardized inverse process to X,
y = y ‾ + s y ( Σ i = 1 k α i x i * ) = y ‾ + s y ( Σ i = 1 k α i x i - x ‾ i s i )
α i = Σ h = 1 m r h w hi * - - - ( 9 )
Make X represent the traffic characteristic parameter of gathering, as the magnitude of traffic flow, occupation rate, speed and time headway etc., y represents traffic behavior, value 1 or-1, and presentation of events takes place or does not have an incident respectively.According to the transport information of current collection, utilization following formula (9) calculates y, can judge having or not of traffic events.
Therefore, the concrete steps that adopt the partial least squares regression detection algorithm to judge whether detection zone traffic events takes place are:
1, establish X and represent the traffic characteristic parameter of gathering, as the magnitude of traffic flow, occupation rate, speed and time headway etc., y represents traffic behavior, value 1 or-1, and presentation of events takes place or does not have an incident respectively.With known traffic behavior y=[y] N*1Telecommunication flow information X=[x 1, x 2..., x k] N*k, set up (demarcation) partial least squares regression mathematical model
y = y ‾ + s y ( Σ i = 1 k α i x i * ) = y ‾ + s y ( Σ i = 1 k α i x i - x ‾ i s i )
α i = Σ h = 1 m r h w hi *
2, the detection zone real-time traffic stream information substitution institute established model that will gather in real time determines according to the y value current whether event occurs.If y is not more than 0, be the normal traffic running status in the expression detection zone, otherwise expression generation incident.
The advantage of partial least squares regression model is fast convergence rate, need not parameter adjustment, and can show the relative importance of different variablees, and, implement more or less freely owing to reduced calculated amount.The present invention uses the relation between partial least squares regression model representation incident and the traffic flow, model output is compared with predefined thresholding, thereby judged whether that event occurs.This method verification and measurement ratio height, the alert rate of mistake reduces greatly, detects performance and obviously improves.Therefore, use partial least squares regression model (PLSR) to detect traffic events and have application promise in clinical practice.
Description of drawings
Fig. 1 is that highway regional upstream and downstream to be detected is arranged the checkout equipment synoptic diagram;
Fig. 2 is based on the freeway traffic event automatic detection method flow chart of offset minimum binary theory;
The modeling program block diagram of Fig. 3 partial least squares regression;
Embodiment
Below in conjunction with drawings and Examples, the present invention is described in further detail.
Embodiment: as shown in Figure 1, arrange checkout equipment in highway regional upstream and downstream to be detected.Detecting device can be ground induction coil or video capture device, thinks certain sample unit (as 30 seconds) collection magnitude of traffic flow, occupation rate, speed.Make that X is above-mentioned traffic characteristic parameter, y is a traffic behavior, and the state-event value is 1, and non-state-event value is-1, then,
X = x 1 x 2 · · · x 6
= speed up 1 occupancy up 1 volume up 1 speed dn 1 occupancy dn 1 volume dn 1 speed up 2 occupancy up 2 volume up 2 speed dn 1 occupancy dn 2 volume dn 2 · · · · · · · · · · · · · · · · · · speed upn occupancy upn volume upn speed dnn occupancy dnn volume dnn
Y = y 1 y 2 · · · y n = 1 / - 1 1 / - 1 · · · 1 / - 1
Actual detected is resolved process and is divided into model calibration and two processes of model use.
Model calibration: collect or the traffic data in acquisition testing district a period of time, contain incident sample and non-incident sample.In order to guarantee the accuracy of model, can portray the relation between detected parameters and the incident, sample should be enough big.If collect n sample arranged,, thereby obtain the partial least squares regression model according to the parameter of aforementioned modeling procedure computing formula.In order to reduce rate of false alarm, can use T-2, T-1 and the T magnitude of traffic flow, occupation rate, speed is constantly set up the partial least squares regression model, and this moment, X was the two-dimensional matrix of n*18, and y is still the n*1 matrix.
Model uses: the magnitude of traffic flow, occupation rate, the speed of acquisition testing district upstream and downstream in real time, with its substitution institute established model, definite current whether event occurs according to y value.If y is not more than 0, be the normal traffic running status in the expression detection zone, otherwise expression generation incident.For the consideration that reduces rate of false alarm, can adopt the continuation test, have only double model output all greater than 0, just trigger event alarm, the supvr of notice traffic department carries out events corresponding and handles.
Sample calculation analysis
This experiment is tested the performance that partial least square method detects traffic events with gathering the true traffic data (I-880 data) that comes on the I-880 highway in SF Bay area, California.This database has been used in a lot of other similar event detection researchs.Data comprise the magnitude of traffic flow, speed and the lane occupancy ratio of upstream and downstream, gather once every 30 seconds.Mean value with all passages of a measuring station is set up partial least square model.Existing 45 incident examples wherein select 22 examples (2100 examples) as training set at random, and 23 remaining examples (2036 examples) are as detected set.The normal event data (43418 examples) that on February 16th, 1993 gathered are as training set, and the normal event data of gathering on February 17th, 1993 are as detected set.
Because PLSR is responsive to the ratio of positive class in the training set and anti-class, in order to make PLSR more performance is arranged, our picked at random comprises that 12200 examples of all event instance produce a new training set that contains 20.6% event instance.Set up PLSR with this new data set, according to the result of cross validation, PLSR is made up of four major components.For ease of relatively, set up the svm classifier device simultaneously and detect, use radial basis function to make up SVM, parameters C is configured to 1.0, and the parameter gamma value of radial basis function is set to 1.
With the identical test data evaluation partial least square method and the performance of support vector machine method, comparing result is as shown in table 1.
Table 1. partial least square method and support vector machine test performance contrast (containing 20.6% event instance)
Verification and measurement ratio (%) The alert rate (%) of mistake The average detected time (branch) Classification rate (%) Area under the ROC (%) Working time (second)
PLSR 95.65 0.06 4.66 96.65 94 0.30
SVM 91.30 0.24 2.55 94.65 94 13.69
The verification and measurement ratio of PLSR, the alert rate of mistake and classification rate are more superior than SVM, and the verification and measurement ratio of PLSR is 95.65%, and SVM is 91.30%, and the alert rate of the mistake of PLSR is 0.06%, and SVM is 0.24%; The classification rate of PLSR is 96.65%, and SVM is 94.65%.Another important difference is that PLSR has very fast convergence, contrasts 13.69 seconds of SVM, and as long as it is 0.30 second.Although the average detected time of this PLSR is undesirable, be inferior to 2.55 seconds of SVM in its 4.66 seconds,, we further test and show, suitably improve the ratio of event instance in the training set, can shorten detection time, make this index approach the average detected time of SVM.
From the experimental result of I-880 True Data, PLSR can fine portrayal traffic flow character parameter and incident between internal relation.Comparison shows that between PLSR and the SVM, approaching even surpassed the SVM method based on the detection algorithm performance of PLSR model.In addition, the PLSR convergence is fast, also do not need to regulate any parameter, and the performance of neural network depends on the parameter of the selection and the training of structure, and the performance of SVM depends on the selection of kernel function and some parameters; In addition, especially the convergence of neural network is very slow for SVM.Therefore, use PLSR to detect traffic events and have remarkable advantages.

Claims (3)

1, a kind of freeway traffic event automatic detection method based on offset minimum binary theory may further comprise the steps:
----detection system by ground induction coil or video equipment according to setting step-length acquisition testing district real-time traffic stream information;
----judges according to the real-time traffic stream information of gathering whether detection zone traffic events takes place, if take place, give the alarm, and the notice vehicle supervision department removing incident that takes appropriate measures, otherwise the continuation image data is judged next time;
It is characterized in that: described real-time traffic stream information according to collection judges whether detection zone traffic events takes place, and is to adopt the partial least squares regression detection algorithm to judge whether detection zone traffic events takes place.
2, according to the described freeway traffic event automatic detection method based on offset minimum binary theory of claim 1, it is characterized in that: described employing partial least squares regression detection algorithm judges that the concrete steps whether detection zone traffic events takes place are:
A, with known traffic behavior y=[y] N*lTelecommunication flow information X=[x 1, x 2..., x k] N*k, as modeling sample, set up the partial least squares regression mathematical model, traffic behavior value 1 or-1, promptly Y = y 1 y 2 · · · y n = 1 / - 1 1 / - 1 · · · 1 / - 1 , 1 or-1 respectively presentation of events take place or do not have incident to take place; Wherein: n is a sample number, i.e. the line number of traffic behavior y; K is the number of telecommunication flow information, i.e. the columns of X;
B, the detection zone real-time traffic stream information substitution institute established model that will gather in real time determine according to model output current whether event occurs; If model output is not more than 0, be the normal traffic running status in the expression detection zone, otherwise expression generation incident.
CNB2007100230094A 2007-05-30 2007-05-30 Method for automatically inspecting highway traffic event based on offset minimum binary theory Expired - Fee Related CN100481153C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2007100230094A CN100481153C (en) 2007-05-30 2007-05-30 Method for automatically inspecting highway traffic event based on offset minimum binary theory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2007100230094A CN100481153C (en) 2007-05-30 2007-05-30 Method for automatically inspecting highway traffic event based on offset minimum binary theory

Publications (2)

Publication Number Publication Date
CN101075377A CN101075377A (en) 2007-11-21
CN100481153C true CN100481153C (en) 2009-04-22

Family

ID=38976403

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2007100230094A Expired - Fee Related CN100481153C (en) 2007-05-30 2007-05-30 Method for automatically inspecting highway traffic event based on offset minimum binary theory

Country Status (1)

Country Link
CN (1) CN100481153C (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101540103B (en) * 2008-03-17 2013-06-19 上海宝康电子控制工程有限公司 Method and system for traffic information acquisition and event processing
CN101515409B (en) * 2009-04-02 2011-06-15 南京航空航天大学 Method for confirming airspace capacity through regression analysis on control workload
CN102436740A (en) * 2011-09-29 2012-05-02 东南大学 Automatic detection method of traffic incident on highway
CN102945601B (en) * 2012-11-28 2015-01-28 东南大学 Traffic incident duration forecasting method based on partial least squares method
CN103927874A (en) * 2014-04-29 2014-07-16 东南大学 Automatic incident detection method based on under-sampling and used for unbalanced data set
CN104050808B (en) * 2014-06-03 2016-05-18 北京航天福道高技术股份有限公司 Highway communication blockage positioning method for searching
CN109633472B (en) * 2019-01-23 2020-11-24 刘平 State of charge estimation algorithm of single lithium battery
CN110517496A (en) * 2019-09-05 2019-11-29 河北省高速公路京秦管理处 A kind of application method of dynamic detection system

Also Published As

Publication number Publication date
CN101075377A (en) 2007-11-21

Similar Documents

Publication Publication Date Title
CN100481153C (en) Method for automatically inspecting highway traffic event based on offset minimum binary theory
CN104408925B (en) Crossing evaluation of running status method based on display radar
CN102360525B (en) Discriminant analysis-based high road real-time traffic accident risk forecasting method
CN104751642B (en) A kind of advanced road real-time predictor method of traffic flow operation risk
CN104484994B (en) Urban road network traffic based on array radar runs index number evaluation method
CN102360526B (en) Real-time monitoring method for road section state of high road
CN106355883A (en) Risk evaluation model-based traffic accident happening probability acquiring method and system
CN109213755B (en) A kind of traffic flow data cleaning and restorative procedure based on Time-space serial
CN103646534A (en) A road real time traffic accident risk control method
CN104240499A (en) Abnormal congestion point judgment method based on microwave data
CN104732075A (en) Real-time prediction method for urban road traffic accident risk
CN108922168B (en) A kind of mid-scale view Frequent Accidents road sentences method for distinguishing
CN101271625A (en) Method for detecting freeway traffic event by integration supporting vector machine
CN104464294A (en) Method and device for evaluating road segment traffic state based on array radar
Rossi et al. Fuzzy logic-based incident detection system using loop detectors data
CN106156890B (en) Detection of passenger flow and Forecasting Methodology and its system in a kind of urban track traffic channel
CN105513362A (en) Method for evaluating and verifying running state of bus in area adjacent to bus stop
CN106530714A (en) Secondary traffic accident time prediction method based on traffic flow data
CN104575049B (en) A kind of elevated ramp intellectual inducing method and device based on array radar
CN109785627A (en) A kind of crossroad access flux monitoring system
CN102360524B (en) Automatic detection and confirmation method of dangerous traffic flow characteristics of highway
CN105118310A (en) Video-based single-point self-optimization signal control method and device
CN103778782A (en) Traffic state partitioning method based on semi-supervised machine learning
CN105070075A (en) Trunk line self-optimization signal control method based on array radar and device
Castro-Neto et al. Toward training-free automatic detection of freeway incidents: Simple algorithm with one parameter

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20090422

Termination date: 20120530