CN104916131A - Freeway incident detection data cleaning method - Google Patents

Freeway incident detection data cleaning method Download PDF

Info

Publication number
CN104916131A
CN104916131A CN201510244358.3A CN201510244358A CN104916131A CN 104916131 A CN104916131 A CN 104916131A CN 201510244358 A CN201510244358 A CN 201510244358A CN 104916131 A CN104916131 A CN 104916131A
Authority
CN
China
Prior art keywords
data
value
current period
cycle
flow
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.)
Granted
Application number
CN201510244358.3A
Other languages
Chinese (zh)
Other versions
CN104916131B (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.)
Chongqing Kezhiyuan Technology Co ltd
Original Assignee
Chongqing 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 Chongqing University filed Critical Chongqing University
Priority to CN201510244358.3A priority Critical patent/CN104916131B/en
Publication of CN104916131A publication Critical patent/CN104916131A/en
Application granted granted Critical
Publication of CN104916131B publication Critical patent/CN104916131B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Traffic Control Systems (AREA)

Abstract

The invention belongs to the technical field of road traffic detection. A method comprises the steps that a condition with delay time tolerance ta is used to determine whether freeway incident detection data are missing; a condition screening method and a screening method based on statistics and traffic flow theory are used to determine whether the freeway incident detection data are abnormal; if non morning time data in the missing data and the abnormal data are all zero, a moving average method is used for repairing; and if occupancy and average speed in the abnormal data are high at the same time and partial traffic parameters are zero, an inverse proportion method is used for repairing. According to the invention, the method is applicable to freeway incident detection system practical application; the screening methods can dynamically adapt to different flow changes and meet a traffic flow mechanism; a repairing algorithm can retain partial real information of the abnormal data of the current period; a repairing result is closer to real data; and the method has the advantages of low computational complexity and small system overhead.

Description

The Data Cleaning Method of freeway incident detection
Technical field
The invention belongs to road traffic detection technique field, be specifically related to a kind of Data Cleaning Method of freeway incident detection.
Background technology
In recent years, again and again there is the problem such as traffic congestion, traffic hazard in highway, affects freeway network operational efficiency, along with the development of intelligent transport technology, the application research and development that freeway incident detection system drops into successively, bring opportunity for solving freeway incident management.
Freeway incident detection system relies on a large amount of data obtained from sensor, the degree of reliability of these data directly can affect credibility and the reliability of freeway incident detection, but due to the restriction of technical merit and engineering specifications, the current data degree of reliability can not meet Practical Project demand.Because China's intelligent transportation system starting is relatively late, auxiliary facility (traffic information acquisition system, transmission system, hardware facility etc.) is built and imperfection, and the Vehicle Detection data reliability uploading to freeway incident detection system also exists very large deficiency.Engineering practice shows, various data unreliable factor causes the Detection results of freeway incident detection system unsatisfactory.
Therefore, data cleansing work is necessity work improving freeway incident detection system reliability.Data cleansing work mainly contains two contents: the first, and screening causes the data of system cisco unity malfunction (comprising shortage of data, data exception etc.); The second, these abnormal data are repaired.
Available data screening technique is mainly divided into Corpus--based Method and based on traffic flow theory two class methods.The data screening method (as time series method, exponential smoothing etc.) of Corpus--based Method, its advantage can evaluate current data by the historical information of data, and the historical data of each cycle data is not quite similar, therefore there is dynamic, can adapt to the change of different flow feature, shortcoming does not consider basic three parameters relationships of traffic flow theory; Based on the traffic data screening technique (as based on traffic flow three parameters relationship method, flow Conservation Method etc.) of traffic flow theory, its advantage considers traffic flow mechanism, standard for evaluating data must meet traffic flow mechanism, and shortcoming lacks dynamic.
The method of the relevant solution of data restore aspect mainly Corpus--based Method, comprises time series, regression model etc., mainly utilizes historical data to carry out predicting and repairing.
From existing Data Cleaning Method, on the one hand, two class data screening methods respectively have relative merits, not yet have good both methods combining advantage and evade the two shortcoming; On the other hand, data recovery method is repaired by means of only historical data, have ignored the part real information that current period data retain.Therefore, how in conjunction with the advantage of two class data screening methods, avoid shortcoming, and effectively hold the true telecommunication flow information that current period data retain, for the data reliability important in inhibiting improving freeway incident detection system at repairing phase.
Summary of the invention
In view of this, the object of the present invention is to provide a kind of Data Cleaning Method of freeway incident detection, to reduce the impact that shortage of data and data exception phenomenon cause freeway incident detection system works, credible with the work of elevator system.
For achieving the above object, the invention provides following technical scheme:
The Data Cleaning Method of freeway incident detection, comprises the following steps:
1) band tolerance t time delay is adopted athe data of condition judgment freeway incident detection whether lack; Adopt conditional filtering method to judge the data whether exception of freeway incident detection, described condition comprise non-morning time data be 0 entirely, speed or occupation rate be 0 higher than threshold value, part traffic parameter;
2) missing data and abnormal data are repaired, for non-morning in shortage of data and abnormal data, time data is the situation of 0 entirely, moving average method is adopted to repair, for two kinds of situations that higher while of occupation rate in abnormal data and average speed, part traffic parameter are 0, inverse proportion method is adopted to repair.
Further, described step 1) specifically adopt following steps:
101) the tolerance t of setting data time delay a;
102) t is postponed atime reads current period data;
103) current period data are read;
104) if current period has data, step 105 is performed), if current period does not have data, be then labeled as shortage of data, and the screening process of end data disappearance;
105) judge read data whether be 0 entirely, if so, then redirect perform step 106), if not, then redirect perform step 107);
106) judging whether it is morning, if morning, is then normal data, if non-morning, is then abnormal data, terminates screening, indicates that non-morning, data were 0 and redirect performs step 2 entirely);
107) read n cycle data before current period and calculate front n cycle value:
∂ = q ( t ) / [ o ( t ) * v ( t ) ] ;
Wherein q (t) represent current period before n cycle data flow value, o (t) represent current period before n cycle occupation rate value, v (t) represent current period before n cycle average speed value, arrange from small to large simultaneously value;
108) gauge index p i:
p i=(i/n)*100
Wherein i is the ascending arrangement sequence number of a front n cycle data;
109) if p i>25, then i-th data value is then first quartile Q1, and if p i>75, then i-th data value is then third quartile Q3;
110) calculate interquartile-range IQR IQR, the computing formula of IQR is IQR=Q3-Q1;
111): calculate span [ ∂ _ min , ∂ _ max ] = [ Q 1 - IQR , Q 3 + 3 * IQR ] , Wherein with be respectively the value upper limit and value lower limit;
112) span [q (t) _ min, q (t) _ max] of q (t) is calculated, [ q ( t ) _ min , q ( t ) _ max ] = [ ∂ _ min * o ( t ) * v ( t ) , ∂ _ max * o ( t ) * v ( t ) ] , Wherein q (t) _ min is the value lower limit of flow, q (t) _ max is the value upper limit of flow, q (t) represents current period data stream value, and o (t) represents current period occupation rate value, and v (t) represents current period average speed value;
113) judge whether q (t) is less than q (t) _ min or is greater than q (t) _ max, if so, then thinks abnormal data.
Further, described step 2) specifically comprise the steps:
201) judge whether current data belongs to shortage of data situation, if not then entering 202), if so, then adopt the moving average method of weighting carry out data restore and terminate repair process;
202) judge current data be whether non-morning time data be entirely 0 situation, if not then directly terminating repair process, if so, then adopt the moving average method of weighting carry out data restore and terminate repair process;
203) judging whether to belong to data exception and need to repair, if not then terminating repair process, if so, then performing step 204);
204) β value is calculated:
Judge that whether flow is higher than threshold value, if, then β=q (t)-q (t) _ max, if not, then β=Q_min-q (t), wherein q (t) is current period flow value, Q_min and Q_max is respectively flow value lower limit in data screening process and the value upper limit;
205) carry out data restore, repair formula as follows:
y ^ ( t ) = 1 β y ( t ) + α * β - α β y ( t - 1 ) + β - α * β - 1 + α β y ( t - 2 ) ;
Wherein, for the magnitude of traffic flow, average speed or occupation rate after reparation, y (t-1) and y (t-2) is respectively the flow in previous cycle and the first two cycle, average speed or occupation rate, 1/ β is called inverse proportion coefficient, and α is weighting coefficient, generally gets 0.4-0.8.
Further, to carry out the formula of data restore as follows for the moving average method of described weighting:
y ^ ( t ) = αy ( t - 1 ) + ( 1 - α ) y ( t - 2 ) ;
Wherein for the magnitude of traffic flow, average speed or occupation rate after repairing, y (t-1) and y (t-2) is respectively the flow in previous cycle and the first two cycle, average speed or occupation rate, and α is weighting coefficient, gets 0.4-0.8.
The present invention has the following advantages relative to prior art tool: the present invention is applicable to freeway incident detection system practical engineering application, screening technique can change by dynamically adapting different flow, and meet traffic flow mechanism, restore design can retain the part real information of current period abnormal data, repair result closer to True Data, and operand is lower, system overhead is little.
Accompanying drawing explanation
Fig. 1 shows the schematic flow sheet of data screening in the Data Cleaning Method of freeway incident detection;
Fig. 2 shows the schematic flow sheet of data restore in the Data Cleaning Method of freeway incident detection.
Embodiment
In order to make the object, technical solutions and advantages of the present invention clearly, will be described in further detail the specific embodiment of the present invention below.
The Data Cleaning Method of the freeway incident detection of the present embodiment, comprises the steps:
1) band tolerance t time delay is adopted athe data of condition judgment freeway incident detection whether lack, the data of described freeway incident detection comprise the magnitude of traffic flow, average speed and occupation rate; Whether the data of freeway incident detection are abnormal to adopt conditional filtering method to judge; Described condition comprise non-morning time data be 0 entirely, speed or occupation rate be 0 higher than threshold value, part traffic parameter; Because freeway incident detection system is " in real time " detection system, due to the existence (each system clock asynchronous, transmission delay, computing relay etc.) of various factors, data transmission and detection system can not reach absolute real-time, therefore, for the data screening of disappearance, the degrees of tolerance t for data delay time first to be determined a, namely time delay is at t abe acceptable in scope, generally speaking, the tolerance of time delay is arranged according to sense cycle T, and general desirable scope is T/2 ~ 2*T, can according to user's sets itself of freeway incident detection system.
See Fig. 1, step 1) specifically comprise the steps:
101) the tolerance t of setting data time delay a;
102) t is postponed atime reads current period data;
103) current period data are read;
104) if current period has data, step 105 is performed), if current period does not have data, be then labeled as shortage of data, and the screening process of end data disappearance;
105) judge read data whether be 0 entirely, if so, then redirect perform step 106), if not, then redirect perform step 107);
106) judging whether it is morning, if morning, is then normal data, if non-morning, is then abnormal data, terminates screening, indicates that non-morning, data were 0 and redirect performs step 2 entirely);
107) read n cycle data before current period and calculate front n cycle value:
∂ = q ( t ) / [ o ( t ) * v ( t ) ] ;
Wherein q (t) represent current period before n cycle data flow value, o (t) represent current period before n cycle occupation rate value, v (t) represent current period before n cycle average speed value, arrange from small to large simultaneously value;
108) gauge index p i:
p i=(i/n)*100
Wherein i is the ascending arrangement sequence number of a front n cycle data;
109) if p i>25, then i-th data value is then first quartile Q1, and if p i>75, then i-th data value is then third quartile Q3;
110) calculate interquartile-range IQR IQR, the computing formula of IQR is IQR=Q3-Q1;
111): calculate span [ ∂ _ min , ∂ _ max ] = [ Q 1 - IQR , Q 3 + 3 * IQR ] , Wherein with be respectively the value upper limit and value lower limit;
112) span [q (t) _ min, q (t) _ max] of q (t) is calculated, [ q ( t ) _ min , q ( t ) _ max ] = [ ∂ _ min * o ( t ) * v ( t ) , ∂ _ max * o ( t ) * v ( t ) ] , Wherein q (t) _ min is the value lower limit of flow, q (t) _ max is the value upper limit of flow, q (t) represents current period data stream value, and o (t) represents current period occupation rate value, and v (t) represents current period average speed value;
113) judge whether q (t) is less than q (t) _ min or is greater than q (t) _ max, if so, then thinks abnormal data.
2) missing data and abnormal data are repaired, for non-morning in shortage of data and abnormal data, time data is the situation of 0 entirely, moving average method is adopted to repair, for two kinds of situations that higher while of occupation rate in abnormal data and average speed, part traffic parameter are 0, inverse proportion method is adopted to repair.
See Fig. 2, described step 2) specifically comprise the steps:
201) judge whether current data belongs to shortage of data situation, if not then entering 202), if so, then adopt the moving average method of weighting carry out data restore and terminate repair process;
202) judge current data be whether non-morning time data be entirely 0 situation, if not then directly terminating repair process, if so, then adopt the moving average method of weighting carry out data restore and terminate repair process;
203) judging whether to belong to data exception and need to repair, if not then terminating repair process, if so, then performing step 204);
204) β value is calculated:
Judge that whether flow is higher than threshold value, if, then β=q (t)-q (t) _ max, if not, then β=Q_min-q (t), wherein q (t) is current period flow value, Q_min and Q_max is respectively flow value lower limit in data screening process and the value upper limit;
205) carry out data restore, repair formula as follows:
y ^ ( t ) = 1 β y ( t ) + α * β - α β y ( t - 1 ) + β - α * β - 1 + α β y ( t - 2 ) ;
Wherein, for the magnitude of traffic flow, average speed or occupation rate after reparation, y (t-1) and y (t-2) is respectively the flow in previous cycle and the first two cycle, average speed or occupation rate, 1/ β is called inverse proportion coefficient, and α is weighting coefficient, generally gets 0.4-0.8.
The formula that the moving average method of described weighting carries out data restore is as follows:
y ^ ( t ) = αy ( t - 1 ) + ( 1 - α ) y ( t - 2 ) ;
Wherein for the magnitude of traffic flow, average speed or occupation rate after repairing, y (t-1) and y (t-2) is respectively the flow in previous cycle and the first two cycle, average speed or occupation rate, and α is weighting coefficient, gets 0.4-0.8.
Current data recovery method is most popular is the data recovery method of Corpus--based Method, and the most typically utilize multiple cycle data to carry out the method for moving average, this restorative procedure mainly utilizes history cycle data to repair.
Existing moving average method mainly utilizes historical data reparation, and does not consider the part real information that current period data retain, and therefore, in order to retain the part real information of current period abnormal data, employing inverse proportion method is repaired.
Inverse proportion is repaired the physical significance of coefficient and is, when data, to depart from normal data span far away, then more unreliable, and information of its reservation is then fewer; When data, to depart from normal data span nearer, then illustrate that the credibility of these data is higher, more close to actual value.
The feature of this restorative procedure is: in the repair process of abnormal data, adopts current period measured data, retains the part real information of abnormal data.Although current period data are abnormal, but partial information is real, during as there is traffic events, occupation rate should continue higher, if now with only repairing with the first two cycle data, data will be made can not to retain Current traffic event conditions, thus cause freeway incident detection system alarm to be removed, or when traffic events continues to occur when date restoring is normal, cause repetition of alarms.
What finally illustrate is, above embodiment is only in order to illustrate technical scheme of the present invention and unrestricted, although with reference to preferred embodiment to invention has been detailed description, those of ordinary skill in the art is to be understood that, can modify to technical scheme of the present invention or equivalent replacement, and not departing from aim and the scope of technical solution of the present invention, it all should be encompassed in the middle of right of the present invention.

Claims (4)

1. the Data Cleaning Method of freeway incident detection, is characterized in that: comprise the following steps:
1) band tolerance t time delay is adopted athe data of condition judgment freeway incident detection whether lack; Adopt conditional filtering method to judge the data whether exception of freeway incident detection, described condition comprise non-morning time data be 0 entirely, speed or occupation rate be 0 higher than threshold value, part traffic parameter;
2) missing data and abnormal data are repaired, for non-morning in shortage of data and abnormal data, time data is the situation of 0 entirely, moving average method is adopted to repair, for two kinds of situations that higher while of occupation rate in abnormal data and average speed, part traffic parameter are 0, inverse proportion method is adopted to repair.
2. the Data Cleaning Method of freeway incident detection as claimed in claim 1, is characterized in that: described step 1) specifically adopt following steps:
101) the tolerance t of setting data time delay a;
102) t is postponed atime reads current period data;
103) current period data are read;
104) if current period has data, step 105 is performed), if current period does not have data, be then labeled as shortage of data, and the screening process of end data disappearance;
105) judge read data whether be 0 entirely, if so, then redirect perform step 106), if not, then redirect perform step 107);
106) judging whether it is morning, if morning, is then normal data, if non-morning, is then abnormal data, terminates screening, indicates that non-morning, data were 0 and redirect performs step 2 entirely);
107) read n cycle data before current period and calculate front n cycle value:
∂ = q ( t ) / [ o ( t ) * v ( t ) ] ;
Wherein q (t) represent current period before n cycle data flow value, o (t) represent current period before n cycle occupation rate value, v (t) represent current period before n cycle average speed value, arrange from small to large simultaneously value;
108) gauge index pi:
p i=(i/n)*100
Wherein i is the ascending arrangement sequence number of a front n cycle data;
109) if p i>25, then i-th data value is then first quartile Q1, and if p i>75, then i-th data value is then third quartile Q3;
110) calculate interquartile-range IQR IQR, the computing formula of IQR is IQR=Q3-Q1;
111): calculate span [ ∂ _ min , ∂ _ max ] = [ Q 1 - IQR , Q 3 + 3 * IQR ] , Wherein with be respectively the value upper limit and value lower limit;
112) span [q (t) _ min, q (t) _ max] of q (t) is calculated, [ q ( t ) _ min , q ( t ) _ max ] = [ ∂ _ min * o ( t ) * v ( t ) , ∂ _ max * o ( t ) * v ( t ) ] , Wherein q (t) _ min is the value lower limit of flow, q (t) _ max is the value upper limit of flow, q (t) represents current period data stream value, and o (t) represents current period occupation rate value, and v (t) represents current period average speed value;
113) judge whether q (t) is less than q (t) _ min or is greater than q (t) _ max, if so, then thinks abnormal data.
3. the Data Cleaning Method of freeway incident detection as claimed in claim 2, is characterized in that: described step 2) specifically comprise the steps:
201) judge whether current data belongs to shortage of data situation, if not then entering 202), if so, then adopt the moving average method of weighting carry out data restore and terminate repair process;
202) judge current data be whether non-morning time data be entirely 0 situation, if not then directly terminating repair process, if so, then adopt the moving average method of weighting carry out data restore and terminate repair process;
203) judging whether to belong to data exception and need to repair, if not then terminating repair process, if so, then performing step 204);
204) β value is calculated:
Judge that whether flow is higher than threshold value, if, then β=q (t)-q (t) _ max, if not, then β=Q_min-q (t), wherein q (t) is current period flow value, Q_min and Q_max is respectively flow value lower limit in data screening process and the value upper limit;
205) carry out data restore, repair formula as follows:
y ^ ( t ) = 1 β y ( t ) + α * β - α β y ( t - 1 ) + β - α * β - 1 + α β y ( t - 2 ) ;
Wherein, for the magnitude of traffic flow, average speed or occupation rate after reparation, y (t-1) and y (t-2) is respectively the flow in previous cycle and the first two cycle, average speed or occupation rate, 1/ β is called inverse proportion coefficient, and α is weighting coefficient, generally gets 0.4-0.8.
4. the Data Cleaning Method of freeway incident detection as claimed in claim 3, is characterized in that: the formula that the moving average method of described weighting carries out data restore is as follows:
y ^ ( t ) = αy ( t - 1 ) + ( 1 - α ) y ( t - 2 ) ;
Wherein for the magnitude of traffic flow, average speed or occupation rate after repairing, y (t-1) and y (t-2) is respectively the flow in previous cycle and the first two cycle, average speed or occupation rate, and α is weighting coefficient, gets 0.4-0.8.
CN201510244358.3A 2015-05-14 2015-05-14 Freeway incident detection data cleaning method Active CN104916131B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510244358.3A CN104916131B (en) 2015-05-14 2015-05-14 Freeway incident detection data cleaning method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510244358.3A CN104916131B (en) 2015-05-14 2015-05-14 Freeway incident detection data cleaning method

Publications (2)

Publication Number Publication Date
CN104916131A true CN104916131A (en) 2015-09-16
CN104916131B CN104916131B (en) 2017-05-10

Family

ID=54085165

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510244358.3A Active CN104916131B (en) 2015-05-14 2015-05-14 Freeway incident detection data cleaning method

Country Status (1)

Country Link
CN (1) CN104916131B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106096302A (en) * 2016-06-22 2016-11-09 江苏迪纳数字科技股份有限公司 Based on time and the data recovery method of section dependency
CN109038552A (en) * 2018-07-26 2018-12-18 国网浙江省电力有限公司温州供电公司 Distribution net equipment running state analysis method and device based on big data
CN109979193A (en) * 2019-02-19 2019-07-05 中电海康集团有限公司 A kind of data exception diagnostic method based on Markov model
CN115662114A (en) * 2022-10-08 2023-01-31 广州玩鑫信息科技有限公司 Intelligent traffic system for relieving congestion based on big data and operation method thereof

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7366606B2 (en) * 2004-04-06 2008-04-29 Honda Motor Co., Ltd. Method for refining traffic flow data
EP2023308B1 (en) * 2007-07-25 2010-05-12 Hitachi Ltd. Traffic incident detection system
CN102282516A (en) * 2009-02-17 2011-12-14 株式会社日立制作所 Abnormality detecting method and abnormality detecting system
CN102622880A (en) * 2012-01-09 2012-08-01 北京捷易联科技有限公司 Traffic information data recovery method and device
CN104103171A (en) * 2014-07-22 2014-10-15 重庆大学 Data recovery method applicable for double-section traffic event detection

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7366606B2 (en) * 2004-04-06 2008-04-29 Honda Motor Co., Ltd. Method for refining traffic flow data
EP2023308B1 (en) * 2007-07-25 2010-05-12 Hitachi Ltd. Traffic incident detection system
CN102282516A (en) * 2009-02-17 2011-12-14 株式会社日立制作所 Abnormality detecting method and abnormality detecting system
CN102622880A (en) * 2012-01-09 2012-08-01 北京捷易联科技有限公司 Traffic information data recovery method and device
CN104103171A (en) * 2014-07-22 2014-10-15 重庆大学 Data recovery method applicable for double-section traffic event detection

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
LI LI 等: "Traffic Prediction, Data Compression, Abnormal Data Detection and Missing Data Imputation: An Integrated Study Based on the Decomposition of Traffic Time Series", 《2014 IEEE 17TH INTERNATIONAL CONFERENCE ON INTELLIGENT TRANSPORTATION SYSTEMS (ITSC)》 *
金盛: "环形线圈检测器交通数据预处理方法研究", 《中国优秀硕士学位论文全文数据库工程科技Ⅱ辑》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106096302A (en) * 2016-06-22 2016-11-09 江苏迪纳数字科技股份有限公司 Based on time and the data recovery method of section dependency
CN109038552A (en) * 2018-07-26 2018-12-18 国网浙江省电力有限公司温州供电公司 Distribution net equipment running state analysis method and device based on big data
CN109979193A (en) * 2019-02-19 2019-07-05 中电海康集团有限公司 A kind of data exception diagnostic method based on Markov model
CN115662114A (en) * 2022-10-08 2023-01-31 广州玩鑫信息科技有限公司 Intelligent traffic system for relieving congestion based on big data and operation method thereof

Also Published As

Publication number Publication date
CN104916131B (en) 2017-05-10

Similar Documents

Publication Publication Date Title
CN104916131A (en) Freeway incident detection data cleaning method
CN102087788B (en) Method for estimating traffic state parameter based on confidence of speed of float car
CN106355274A (en) Auxiliary system for flood defense dispatching decision
CN103888315A (en) Self-adaptation burst flow detection device and detection method thereof
CN103810868A (en) Traffic overflow inhibition method based on high altitude video information
CN107276079A (en) A kind of intelligent cleaning assessment system
CN104574209A (en) Modeling method of urban electrical network distribution transform weight overload mid-term forewarning model
CN104199961A (en) Data mining based public building energy consumption monitoring platform data processing method
CN106485410A (en) A kind of method determining rail vehicle reliability growth trend and prediction fault rate
CN106199172B (en) A kind of monitoring method and system of electricity consumption situation
CN108663501A (en) A kind of predicting model for dissolved gas in transformer oil method and system
CN106786549A (en) A kind of comprehensive benefit analysis method based on intelligent distribution network cost-benefit model
CN106650209A (en) Method for determining reliability growth tendency and parameter based on vehicle application real-time information
CN107146413A (en) A kind of smart city service platform
CN106530760A (en) Energy-saving and efficient electric signal lamp intelligence system based on user interaction
CN111028519B (en) Self-adaptive control method based on video flow detector
WO2021072959A1 (en) Method and system for large passenger flow forecasting of metros, and electronic device
CN107680377A (en) Traffic flow data based on trend fitting intersects complementing method
CN106869247B (en) A kind of method and system improving pipe network leakage control efficiency
CN102496266B (en) A kind of traffic flow data preprocessing method
Ma et al. Method of spillover identification in urban street networks using loop detector outputs
CN104933861A (en) Traffic incident detection method capable of tolerating data non-synchronization
CN104573870A (en) Expressway operating cost forecasting method
CN203909597U (en) Real-time energy-consumption monitoring and energy-consumption abnormity detection system for aluminum section extruder
CN102435209B (en) Method for eliminating obliquity sensor signal baseline drift

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20201228

Address after: 402460 station No.14, no.6, 10th floor, innovation and development center, No.19 Lingfang Avenue, Changzhou street, Rongchang District, Chongqing

Patentee after: Chongqing kezhiyuan Technology Co.,Ltd.

Address before: 400030 No. 174 Sha Jie street, Shapingba District, Chongqing

Patentee before: Chongqing University