SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 1, Ver. VI (Jan – Feb. 2015), PP 01-04
www.iosrjournals.org
DOI: 10.9790/0661-17160104 www.iosrjournals.org 1 | Page
Application of Big Data in Intelligent Traffic System
Gang Zeng
(Police Information Department, Liaoning Police Academy, Dalian, China)
Abstract: With the rapid developmentof society, transportation industryis also facing unprecedented
challenges, if big data is used in this area, the advantage is obvious, it can resolve the questions of traditional
traffic management system, in this article we propose an architecture of intelligent transportation system on big
data platform, then we disuse the key technology in ITS:calculation of bayonet traffic flow, calculation of
average speed of a road, querying the travel path of a vehicle, checking and controlling the fake vehicles.
keywords:big data; Intelligent traffic system; application
I. Introduction
With the rapid developmentof society, transportation industry is also facing unprecedented challenges:
1. Transportationindustry can’t meet the rapid growth of data. The data of transportation industry have rich
sources, diverse types, and new data is produced continually. customer information of rail way, road traffic,
aviation industry, public transit, are recorded ,and tens of billionstravel records are generatedevery year.
Operating data generated by transport companies, such as the data generated by the courier companies. Dynamic
data generated by various sensors, such as induction coil at bayonet point, infrared detector, microwave detector,
ultrasonic detector, laser detector, video detector, and so on, and the data are generated by GPS vehicle location
tracking system and other mobile deviceseach year the amount of data generated by the transportation industry
in a cityhas exceeded TB level, are developing from PB level to EB.A massive data storage space and equipment
are required and it must have fault tolerance and stability.
2. Traditional data processing systems are faced with the problem of inefficient or even failure.The information
system of transportation industry after development forten years has had a certain foundation and scale, But
generation of new business, rapid growth of data, complexity of the data processing are not foreseen.The traffic
information management system using traditional data processing technology can’t meet the rapid growth of
data, it is inefficient, collapse and failures have occurred,when processing big datarecent years, new projects and
renovation of the old system were carried outin some places,The rapid growth of data is still not considered, In
the course of project construction and maintenance, the construction was emphasized,the maintenance was
overlooked,data have not been excavated deeply, with the change of leadership, the life cycle of the system is
shortened.
3. The current management system appeared single function, the lack of integration, backward technology and
other issues.In the process of building the transportation information system, homogenization is serious, at the
same time, development ofinformation technology in different regions is not balanced, data acquisition is at
different depths in different area, and without uniform standards, The administrative department for the project
only examine and approve it, but supervision and evaluation is lack.The data in most information system
scattered in grassroots enterprises, the functional departmentjust collect the report and ledgeron a fixed time
period, they did not achieve connectionsand data synchronizationbetween systems, and do not know well the
data produced by enterprises.
The appearance of big data for resolving the above questions provides a new technical approach, big data
applied to transportation industry has the following advantages:
1.Traffic management systemused big data technologycan handle vast amounts of complex and diverse
data.
Big data has resolved three questions: datastorage, dataanalysis and datamanagement. Hadoop system
is born with the ability to handle massive amounts of data,Data is stored on different nodes. A large task is
divided into small tasks, and be finished in MapReduce model. At the same time, its stability and fault tolerance
is important. Hive as a data warehouse can save big data in HDFS, its HQL sentence is translated into
MapReduce task, and be executed on different node, HBase as a database can store and operate the data in
column mode. Sqoop can translate data between RDMS and Hadoop. Flume is a highly available, highly reliable
systems, it can collect distributed massive logs, and aggregate, transport them.
2. Big data can improvethe efficiency of transportation industry.
Transportation industry,involvingmany aspects of work, need to handle massive amounts of data,has
more control model of application, has a great deal ofequipment, if a little accident occurred,the entire system
Application of Big Data in Intelligent Traffic System
DOI: 10.9790/0661-17160104 www.iosrjournals.org 2 | Page
will run into inefficient state, after using big data technology, the information system can process the data and
discover the accidentin good time, automatically handle it, or reported to the management staff and ask them to
make decisions.Big data has a good predictive ability,it can reduce the probability of false alarm and
underreportingof traffic incidents.Traffic guidance is an important part of intelligent transportation systems.By
publishing guidance information for travelers, itcan indicate traffic conditions of downstream road, allow
travelers to choose the right travel path, improve the traffic situation in the city. In the aspect ofimproving
transport efficiency, improving the capacity of the road network, adjusting traffic demand, big data technology
has obviousadvantages.
3. Big data can improve the safety level of traffic.
The real-time processing capabilities of big data can accurately probe traffic accidents, its predictive
ability can effectively predict the occurrence of traffic incident, using microwave detection systems, video
surveillance systems, mobile detection system, we can build an effective security model to improve the safety of
vehicles. When security incidentshappened,and emergency rescue needed, Because of its comprehensive
processing and decision-making capability, rapid response capability, big data can greatly improve the ability of
emergency rescue, and reduce casualties and property losses.
II. Architecture of Intelligent Transportation on Big Data Platform
Intelligent transportation system on big data platform is a combination of multiple systems, models,
department, technology.It can be said, It is a comprehensive system of system science, management science,
mathematics, economics, behavioral science, and information technology.From the architecture, the platform
includes basic business layer, data analysis layer andinformation publishing layer.As shown in Figure 1.
Fig.1Architecture of Intelligent Transportation on Big Data Platform
The basic business layer is the foundation of data analysis layer and information publishing layer, its
main function is to complete the basic work of the various business units, and to produce basic business data. It
includes traffic information collection system, signal control systems, video surveillance systems, illegal
evidence forensics system, 122 alarm receive and dispose system, GPS vehicle location tracking system, traffic
guidance system, vehicle information management system, driver information management system, PGIS
information publishing layer
real-time publishingIntelligent control
data analysis layer
datastorage
cloud resource poolbasic business layer
traffic guidance
PGIS system
Signal Control
vehicle information
evidence forensics
GPS location
……
driver information
video surveillance
parallel analysis of big data
Application of Big Data in Intelligent Traffic System
DOI: 10.9790/0661-17160104 www.iosrjournals.org 3 | Page
system, and so on. the service of basic business layer is the basis for the work of the various business units,its
data comes from data acquisition systemmentioned above, storage and handling of data is very
important.Therefore, cloud computing technology can be used on the basic business layer, decentralized system
can be integrated into the cloud, this will ensure the security and stability of the application system, and provide
an efficient computing environment.
According to the information of the road network, the demand of public traveland comprehensive
analysis of data, data analysis layer uses big data technology, data mining technology, combines with a variety
of mathematical models for real-time effective analysis.It cangrasp the condition of the transportation systemin
any time, such as road congestion degree, average speed, saturation, occupancy rate, interrupt rate.It can make
further congestion warning, traffic guidance and other intelligent transportation behavior.Data analysis layer is
built on Hadoop ecosystem, use commercial cheap server as hardware platform, use the open-source Linux as
operating system, use HDFS as file system for big data storage, use MapReduce as a parallel computing model,
use HBase as the database for processing the data, use Hive as data warehouse, use Sqoop and Flume as tools
for data integration.
The information publishing layer according the result of the data analysislayer, publishes traffic
conditions to public, business units, industry executives, etc. by internet, mobile terminal, desktop application,
report, for their travel and business decisions. It is necessary for friendly interface, operating easily, rich
feature.The information published includetraffic condition, traffic warning, data charts for decision. With the
development of the times, publishing channels become diversified, changed from traffic radio and
informationbulletin board to today's traffic radio, mobile TV, microblog, Wechat,information bulletin board and
other forms and channels.
III. The Key Technologyon Data Analysis Layer
The difference between intelligent transportation systems(ITS) and the traditional traffic control system
lies in its intelligent features,ITS can carry out intelligent control based on traffic condition.Hadoop ecosystem
has a natural advantage in dealing with traffic big data.ITS hasa variety of data sources, complex data types, the
huge amount of data, the traditional relational databaseis incompetence for big data.The bayonet in the cityis
equipped with video surveillance system, and it collects traffic HD video data and vehicle information,
Including vehicle pictures, vehicle type, vehicle color, passing time, speed, bayonet number, lane number,
direction of travel and so on. The data generated by the GPS location tracking systemincludes the plate number,
time, location coordinates;Internet of things produced the similar data. According to these basic business data,
ITS can report traffic conditions, for example: trafficflow in the bayonet, average speed, degree of congestion.
1. Calculation of bayonet traffic flow
ITS can calculate the traffic flow of every bayonetin a certain time interval, such as 5 minutes, 10
minutes, 15 minutes, or other period of time, and push the calculated data to data publishing layer, report to the
traveler, policy makers, business supervisor. Statistical analyzes were performed using Hadoop MapReduce
parallel model, which is the most efficient way.The datagotfrom HBase database including bayonetID,
directionID, passingtime. The key in map() function is bayonetID and directionID, the value in map() function is
passingtime.
the output <key-value> pair of Map() function is <key, one>, the key include bayonetID, directionID
and passingtime, the value is one.
Reduce () function can calculatethe sum of one direction of traffic flow,between the start time and end
time in a bayonet, the output <key-value> pair is <bayonetID_directionID_passingtime, count>.
2. Calculation of average speed of a road
The average speed of a road is an important indicator of the efficiency of road traffic, in general, the
higher speed of traffic, the higher the traffic efficiency.the average speed is not the speed measured by a radar at
a placeand a time point. Because it can only represent a point, but can’t represent the whole road.
We look the time measured the same car passing theadjacent bayonets as the spent time, distance between the
adjacent bayonets as distance that the vehicle has traveled. The average speed may be represented by the
following formula:
𝑣 =
𝑛 × 𝑠
(𝑡 𝑒𝑛𝑑 − 𝑡𝑠𝑡𝑎𝑟𝑡 )𝑛
𝑖=1
where, s is the distance between adjacent bayonets, tend is the time the vehicle run out the road segment,
tstart is the time the vehicle run into the road segment, tend and tstart must be the time that the same vehicle run into
and run out the road segment. The vehicle leaving or entering in the middle section of the road does not
included.
Application of Big Data in Intelligent Traffic System
DOI: 10.9790/0661-17160104 www.iosrjournals.org 4 | Page
In MapReduce model, to simplify programming, we use two MapReduce process to calculate the
average speed. At the first round of calculation, map() function get the information that the vehicle pass the
bayonet from HBase, including plate_num, bayonetID, directionID, passingtime. Reduce() function can
calculate the time the vehicle has spent through the road.
At the second round of calculation, in the map() function, the key is bayonetID and directionID , the
value come from the map() function’s output at the first round. the reduce() function count the sum of the spent
time and calculate the average speed.
3. Querying the travel pathof a vehicle
Querying the travel path of a vehiclehas an important role in the public security investigation work at a
specific period of time. This work requires a lot of manpower, to search the surveillance videoday and night, to
look for suspicious vehicles manually, thenthe travel path of the vehicleis drawn manually. Now, ITS can
resolve this problemefficiently, the bayonet can identify and record the plat number of the passing vehicle, save
it into HBase, index on plat number and passing time, when querying the travel path, enter the start time and end
time,thenan ordered data set is returned, now we can draw the travel path very fast according it, it can reach the
second level.
4. checking and controlling the fake vehicles
The fake vehicles , we call it clone vehicle, its plate number, type, color , even credentials are the same
as the true vehicle, its harmfulness is obvious.The police carried out its strict management and controlto identify
the fake vehicle,fully relying on personal experience before, the police can touch the plat, enquire the driver,
query the information of the vehicle and driver.
Now, we can use big data technology to identify the fake vehicle. Its principle is shown as: ITS can
query the information, and calculate the time difference between different bayonets, if the time difference is less
than 5 minutes, even 2 minutes, the vehicle maybe is a fake vehicle, because the vehicle can’t travel the distance
between the two different bayonets within the certain time.
In MapReduce model, the key of reduce() function is plat_num, itsvalue is bayonetID+","+ pastime,
then query the plat number that the time difference of it is less than 5 minutes between two different bayonets.
Because opportunities that the vehicle with same plate number are limited, the function of map() and reduce()
can calculate efficiently.
IV. Conclusion
In this article, we discuss the challenges faced by the transportation industry, and advantagesof big data
used in the transportation industry. Then propose an architecture of intelligent transportation system on big data
platform, at last, we discuss the key technology in ITS.ofcourse, ITS should have more advantagesin the future.
References
[1]. C. Dobre, F. Xhafa. Intelligent services for Big Data science. Future Generation Computer Systems 37 (2014) 267–281
[2]. Nanning Zheng, Jun Zhang,Chenghong Wang. Special issue on big data research in China.Knowledge and Information
Systems.2014,41(2):247-249.
[3]. Jin Peng Tang, Ling Lin Li. Big Data Sensing Information Processing Platform for Intelligent Traffic. Applied Mechanics and
Materials.2014,667:324-327
[4]. PR Newswire. Gigamon Announces Multi-Purpose Visibility Fabric Node for Big Data Traffic Intelligence. PR Newswire US.
2014.
[5]. Krzysztof Walkowiak,MichałWoźniak,MirosławKlinkowski,WojciechKmiecik. Optical networks for cost-efficient and scalable
provisioning of big data traffic. International Journal of Parallel, Emergent and Distributed Systems.2015,30(1):15-28.
[6]. ZongtaoDuan, Ying Li, Xibin Zheng, Yan Liu, Jiting Dai, Jun Kang.Traffic Information Computing Platform for Big Data.AIP
Conference Proceedings.2014,1618(1):464-467.
[7]. JemalAbawajy. Comprehensive analysis of big data variety landscape.International Journal of Parallel, Emergent and Distributed
Systems.2015,30(1):5-14.
[8]. Ana L.C. Bazzan, FranziskaKlügl. Introduction to Intelligent Systems in Traffic and Transportation.Synthesis Lectures on Artificial
Intelligence and Machine Learning. 2013,7(3).
[9]. EmadFelemban, Adil A. Sheikh. A Review on Mobile and Sensor Networks Innovations in Intelligent Transportation
Systems.Journal of Transportation Technologies.2014,4(3):196-204.
[10]. Wei Shi, Jian Wu, Shaolin Zhou, Ling Zhang. Variable message sign and dynamic regional traffic guidance.Intelligent
Transportation Systems Magazine, IEEE. 2009,1(3):15-21.
[11]. EPJ Data Science. Personalized routing for multitudes in smart cities.EPJ Data Science.2015,4(1).
[12]. Yuan Yuan Zhang, Shi Song Yang, Qing Cai, Peng Sun. Traffic Flow Forecasting Based on Chaos Neural Network. Applied
Mechanics and Materials.2010,20-23:1236-1240.
[13]. Muhammad Rauf, Ahmed N. Abdalla, AzharFakharuddin;Elisha. Response Surface Methodology in-Cooperating Embedded
System for Bus’s Route Optimization. Research Journal of Applied Sciences, Engineering and Technology.2013,5(22):5170-5181.
[14]. Cueva-Fernandez, Guillermo, Espada, JordánPascual, etc. An expert system for vehicle sensor tracking and managing application
generation.Journal of Network & Computer Applications.2014,42:178-188.

Contenu connexe

Tendances

Smart Data and real-world semantic web applications (2004)
Smart Data and real-world semantic web applications (2004)Smart Data and real-world semantic web applications (2004)
Smart Data and real-world semantic web applications (2004)Amit Sheth
 
MCAP Big Data Security Intelligence Platform
MCAP Big Data Security Intelligence PlatformMCAP Big Data Security Intelligence Platform
MCAP Big Data Security Intelligence PlatformSean Ben
 
The Next Step For Aritificial Intelligence in Financial Services
The Next Step For Aritificial Intelligence in Financial ServicesThe Next Step For Aritificial Intelligence in Financial Services
The Next Step For Aritificial Intelligence in Financial ServicesAccenture Insurance
 
Introduction to Big Data
Introduction to Big DataIntroduction to Big Data
Introduction to Big DataAkshata Humbe
 
Big Data Paradigm - Analysis, Application and Challenges
Big Data Paradigm - Analysis, Application and ChallengesBig Data Paradigm - Analysis, Application and Challenges
Big Data Paradigm - Analysis, Application and ChallengesUyoyo Edosio
 
Redefining Smart Grid Architectural Thinking Using Stream Computing
Redefining Smart Grid Architectural Thinking Using Stream ComputingRedefining Smart Grid Architectural Thinking Using Stream Computing
Redefining Smart Grid Architectural Thinking Using Stream ComputingCognizant
 
Big DataParadigm, Challenges, Analysis, and Application
Big DataParadigm, Challenges, Analysis, and ApplicationBig DataParadigm, Challenges, Analysis, and Application
Big DataParadigm, Challenges, Analysis, and ApplicationUyoyo Edosio
 

Tendances (8)

Smart Data and real-world semantic web applications (2004)
Smart Data and real-world semantic web applications (2004)Smart Data and real-world semantic web applications (2004)
Smart Data and real-world semantic web applications (2004)
 
MCAP Big Data Security Intelligence Platform
MCAP Big Data Security Intelligence PlatformMCAP Big Data Security Intelligence Platform
MCAP Big Data Security Intelligence Platform
 
Ash cis 500 preview full class
Ash cis 500 preview full classAsh cis 500 preview full class
Ash cis 500 preview full class
 
The Next Step For Aritificial Intelligence in Financial Services
The Next Step For Aritificial Intelligence in Financial ServicesThe Next Step For Aritificial Intelligence in Financial Services
The Next Step For Aritificial Intelligence in Financial Services
 
Introduction to Big Data
Introduction to Big DataIntroduction to Big Data
Introduction to Big Data
 
Big Data Paradigm - Analysis, Application and Challenges
Big Data Paradigm - Analysis, Application and ChallengesBig Data Paradigm - Analysis, Application and Challenges
Big Data Paradigm - Analysis, Application and Challenges
 
Redefining Smart Grid Architectural Thinking Using Stream Computing
Redefining Smart Grid Architectural Thinking Using Stream ComputingRedefining Smart Grid Architectural Thinking Using Stream Computing
Redefining Smart Grid Architectural Thinking Using Stream Computing
 
Big DataParadigm, Challenges, Analysis, and Application
Big DataParadigm, Challenges, Analysis, and ApplicationBig DataParadigm, Challenges, Analysis, and Application
Big DataParadigm, Challenges, Analysis, and Application
 

En vedette (20)

E017153342
E017153342E017153342
E017153342
 
J017256674
J017256674J017256674
J017256674
 
C018141418
C018141418C018141418
C018141418
 
J1803026569
J1803026569J1803026569
J1803026569
 
D010512129
D010512129D010512129
D010512129
 
C1802050815
C1802050815C1802050815
C1802050815
 
F012453540
F012453540F012453540
F012453540
 
H010335459
H010335459H010335459
H010335459
 
I010125056
I010125056I010125056
I010125056
 
K1304017279
K1304017279K1304017279
K1304017279
 
G010523539
G010523539G010523539
G010523539
 
F011114153
F011114153F011114153
F011114153
 
P01741109117
P01741109117P01741109117
P01741109117
 
G012424452
G012424452G012424452
G012424452
 
C017661419
C017661419C017661419
C017661419
 
J010435966
J010435966J010435966
J010435966
 
Automatic parking and platooning for electric vehicles redistribution in a ca...
Automatic parking and platooning for electric vehicles redistribution in a ca...Automatic parking and platooning for electric vehicles redistribution in a ca...
Automatic parking and platooning for electric vehicles redistribution in a ca...
 
M1803037881
M1803037881M1803037881
M1803037881
 
C010611620
C010611620C010611620
C010611620
 
Correlation Coefficient Based Average Textual Similarity Model for Informatio...
Correlation Coefficient Based Average Textual Similarity Model for Informatio...Correlation Coefficient Based Average Textual Similarity Model for Informatio...
Correlation Coefficient Based Average Textual Similarity Model for Informatio...
 

Similaire à Application of Big Data in Intelligent Traffic System

Big data traffic management in vehicular ad-hoc network
Big data traffic management in vehicular ad-hoc network Big data traffic management in vehicular ad-hoc network
Big data traffic management in vehicular ad-hoc network IJECEIAES
 
Analysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic ToolsAnalysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic Toolsijeei-iaes
 
Big data and public transport
Big data and public transportBig data and public transport
Big data and public transportTristan Wiggill
 
1CHAPTER 22PEER REVIEWED SUMMARYi. Introduction
1CHAPTER 22PEER REVIEWED SUMMARYi. Introduction 1CHAPTER 22PEER REVIEWED SUMMARYi. Introduction
1CHAPTER 22PEER REVIEWED SUMMARYi. Introduction EttaBenton28
 
Realtime Big Data Analytics for Event Detection in Highways
Realtime Big Data Analytics for Event Detection in HighwaysRealtime Big Data Analytics for Event Detection in Highways
Realtime Big Data Analytics for Event Detection in HighwaysYork University
 
Tips For Implementing Smart City Technology
Tips For Implementing Smart City TechnologyTips For Implementing Smart City Technology
Tips For Implementing Smart City TechnologyAlan Oviatt
 
CarStream: An Industrial System of Big Data Processing for Internet of Vehicles
CarStream: An Industrial System of Big Data Processing for Internet of VehiclesCarStream: An Industrial System of Big Data Processing for Internet of Vehicles
CarStream: An Industrial System of Big Data Processing for Internet of Vehiclesijtsrd
 
IRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysisIRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysisIRJET Journal
 
Correlation Method for Public Security Information in Big Data Environment
Correlation Method for Public Security Information in Big Data EnvironmentCorrelation Method for Public Security Information in Big Data Environment
Correlation Method for Public Security Information in Big Data EnvironmentIJERA Editor
 
Wearable Technology Orientation using Big Data Analytics for Improving Qualit...
Wearable Technology Orientation using Big Data Analytics for Improving Qualit...Wearable Technology Orientation using Big Data Analytics for Improving Qualit...
Wearable Technology Orientation using Big Data Analytics for Improving Qualit...IRJET Journal
 
Data Observability- The Next Frontier of Data Engineering Pdf.pdf
Data Observability- The Next Frontier of Data Engineering Pdf.pdfData Observability- The Next Frontier of Data Engineering Pdf.pdf
Data Observability- The Next Frontier of Data Engineering Pdf.pdfData Science Council of America
 
Big Data Whitepaper - Streams and Big Insights Integration Patterns
Big Data Whitepaper  - Streams and Big Insights Integration PatternsBig Data Whitepaper  - Streams and Big Insights Integration Patterns
Big Data Whitepaper - Streams and Big Insights Integration PatternsMauricio Godoy
 
A Survey on Data Mining
A Survey on Data MiningA Survey on Data Mining
A Survey on Data MiningIOSR Journals
 
Fast Data and Architecting the Digital Enterprise Fast Data drivers, componen...
Fast Data and Architecting the Digital Enterprise Fast Data drivers, componen...Fast Data and Architecting the Digital Enterprise Fast Data drivers, componen...
Fast Data and Architecting the Digital Enterprise Fast Data drivers, componen...Stuart Blair
 
Mining Stream Data using k-Means clustering Algorithm
Mining Stream Data using k-Means clustering AlgorithmMining Stream Data using k-Means clustering Algorithm
Mining Stream Data using k-Means clustering AlgorithmManishankar Medi
 
Top ten data and analysis technology trends in 2021
Top ten data and analysis technology trends in 2021Top ten data and analysis technology trends in 2021
Top ten data and analysis technology trends in 2021Ruchi Jain
 
Sameer Kumar Das International Conference Paper 53
Sameer Kumar Das International Conference Paper 53Sameer Kumar Das International Conference Paper 53
Sameer Kumar Das International Conference Paper 53Mr.Sameer Kumar Das
 

Similaire à Application of Big Data in Intelligent Traffic System (20)

Big data traffic management in vehicular ad-hoc network
Big data traffic management in vehicular ad-hoc network Big data traffic management in vehicular ad-hoc network
Big data traffic management in vehicular ad-hoc network
 
Analysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic ToolsAnalysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic Tools
 
Big data and public transport
Big data and public transportBig data and public transport
Big data and public transport
 
1CHAPTER 22PEER REVIEWED SUMMARYi. Introduction
1CHAPTER 22PEER REVIEWED SUMMARYi. Introduction 1CHAPTER 22PEER REVIEWED SUMMARYi. Introduction
1CHAPTER 22PEER REVIEWED SUMMARYi. Introduction
 
Smart_City
Smart_CitySmart_City
Smart_City
 
Realtime Big Data Analytics for Event Detection in Highways
Realtime Big Data Analytics for Event Detection in HighwaysRealtime Big Data Analytics for Event Detection in Highways
Realtime Big Data Analytics for Event Detection in Highways
 
Tips For Implementing Smart City Technology
Tips For Implementing Smart City TechnologyTips For Implementing Smart City Technology
Tips For Implementing Smart City Technology
 
CarStream: An Industrial System of Big Data Processing for Internet of Vehicles
CarStream: An Industrial System of Big Data Processing for Internet of VehiclesCarStream: An Industrial System of Big Data Processing for Internet of Vehicles
CarStream: An Industrial System of Big Data Processing for Internet of Vehicles
 
IRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysisIRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysis
 
Nouh (d2 its)
Nouh (d2 its)Nouh (d2 its)
Nouh (d2 its)
 
Correlation Method for Public Security Information in Big Data Environment
Correlation Method for Public Security Information in Big Data EnvironmentCorrelation Method for Public Security Information in Big Data Environment
Correlation Method for Public Security Information in Big Data Environment
 
Wearable Technology Orientation using Big Data Analytics for Improving Qualit...
Wearable Technology Orientation using Big Data Analytics for Improving Qualit...Wearable Technology Orientation using Big Data Analytics for Improving Qualit...
Wearable Technology Orientation using Big Data Analytics for Improving Qualit...
 
Data Observability- The Next Frontier of Data Engineering Pdf.pdf
Data Observability- The Next Frontier of Data Engineering Pdf.pdfData Observability- The Next Frontier of Data Engineering Pdf.pdf
Data Observability- The Next Frontier of Data Engineering Pdf.pdf
 
Big Data Whitepaper - Streams and Big Insights Integration Patterns
Big Data Whitepaper  - Streams and Big Insights Integration PatternsBig Data Whitepaper  - Streams and Big Insights Integration Patterns
Big Data Whitepaper - Streams and Big Insights Integration Patterns
 
A Survey on Data Mining
A Survey on Data MiningA Survey on Data Mining
A Survey on Data Mining
 
Fast Data and Architecting the Digital Enterprise Fast Data drivers, componen...
Fast Data and Architecting the Digital Enterprise Fast Data drivers, componen...Fast Data and Architecting the Digital Enterprise Fast Data drivers, componen...
Fast Data and Architecting the Digital Enterprise Fast Data drivers, componen...
 
Mining Stream Data using k-Means clustering Algorithm
Mining Stream Data using k-Means clustering AlgorithmMining Stream Data using k-Means clustering Algorithm
Mining Stream Data using k-Means clustering Algorithm
 
Top ten data and analysis technology trends in 2021
Top ten data and analysis technology trends in 2021Top ten data and analysis technology trends in 2021
Top ten data and analysis technology trends in 2021
 
Complete-SRS.doc
Complete-SRS.docComplete-SRS.doc
Complete-SRS.doc
 
Sameer Kumar Das International Conference Paper 53
Sameer Kumar Das International Conference Paper 53Sameer Kumar Das International Conference Paper 53
Sameer Kumar Das International Conference Paper 53
 

Plus de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Dernier

Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Coursebim.edu.pl
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadaditya806802
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solidnamansinghjarodiya
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Configuration of IoT devices - Systems managament
Configuration of IoT devices - Systems managamentConfiguration of IoT devices - Systems managament
Configuration of IoT devices - Systems managamentBharaniDharan195623
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingBootNeck1
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 

Dernier (20)

Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Course
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasad
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solid
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
Configuration of IoT devices - Systems managament
Configuration of IoT devices - Systems managamentConfiguration of IoT devices - Systems managament
Configuration of IoT devices - Systems managament
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event Scheduling
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 

Application of Big Data in Intelligent Traffic System

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 1, Ver. VI (Jan – Feb. 2015), PP 01-04 www.iosrjournals.org DOI: 10.9790/0661-17160104 www.iosrjournals.org 1 | Page Application of Big Data in Intelligent Traffic System Gang Zeng (Police Information Department, Liaoning Police Academy, Dalian, China) Abstract: With the rapid developmentof society, transportation industryis also facing unprecedented challenges, if big data is used in this area, the advantage is obvious, it can resolve the questions of traditional traffic management system, in this article we propose an architecture of intelligent transportation system on big data platform, then we disuse the key technology in ITS:calculation of bayonet traffic flow, calculation of average speed of a road, querying the travel path of a vehicle, checking and controlling the fake vehicles. keywords:big data; Intelligent traffic system; application I. Introduction With the rapid developmentof society, transportation industry is also facing unprecedented challenges: 1. Transportationindustry can’t meet the rapid growth of data. The data of transportation industry have rich sources, diverse types, and new data is produced continually. customer information of rail way, road traffic, aviation industry, public transit, are recorded ,and tens of billionstravel records are generatedevery year. Operating data generated by transport companies, such as the data generated by the courier companies. Dynamic data generated by various sensors, such as induction coil at bayonet point, infrared detector, microwave detector, ultrasonic detector, laser detector, video detector, and so on, and the data are generated by GPS vehicle location tracking system and other mobile deviceseach year the amount of data generated by the transportation industry in a cityhas exceeded TB level, are developing from PB level to EB.A massive data storage space and equipment are required and it must have fault tolerance and stability. 2. Traditional data processing systems are faced with the problem of inefficient or even failure.The information system of transportation industry after development forten years has had a certain foundation and scale, But generation of new business, rapid growth of data, complexity of the data processing are not foreseen.The traffic information management system using traditional data processing technology can’t meet the rapid growth of data, it is inefficient, collapse and failures have occurred,when processing big datarecent years, new projects and renovation of the old system were carried outin some places,The rapid growth of data is still not considered, In the course of project construction and maintenance, the construction was emphasized,the maintenance was overlooked,data have not been excavated deeply, with the change of leadership, the life cycle of the system is shortened. 3. The current management system appeared single function, the lack of integration, backward technology and other issues.In the process of building the transportation information system, homogenization is serious, at the same time, development ofinformation technology in different regions is not balanced, data acquisition is at different depths in different area, and without uniform standards, The administrative department for the project only examine and approve it, but supervision and evaluation is lack.The data in most information system scattered in grassroots enterprises, the functional departmentjust collect the report and ledgeron a fixed time period, they did not achieve connectionsand data synchronizationbetween systems, and do not know well the data produced by enterprises. The appearance of big data for resolving the above questions provides a new technical approach, big data applied to transportation industry has the following advantages: 1.Traffic management systemused big data technologycan handle vast amounts of complex and diverse data. Big data has resolved three questions: datastorage, dataanalysis and datamanagement. Hadoop system is born with the ability to handle massive amounts of data,Data is stored on different nodes. A large task is divided into small tasks, and be finished in MapReduce model. At the same time, its stability and fault tolerance is important. Hive as a data warehouse can save big data in HDFS, its HQL sentence is translated into MapReduce task, and be executed on different node, HBase as a database can store and operate the data in column mode. Sqoop can translate data between RDMS and Hadoop. Flume is a highly available, highly reliable systems, it can collect distributed massive logs, and aggregate, transport them. 2. Big data can improvethe efficiency of transportation industry. Transportation industry,involvingmany aspects of work, need to handle massive amounts of data,has more control model of application, has a great deal ofequipment, if a little accident occurred,the entire system
  • 2. Application of Big Data in Intelligent Traffic System DOI: 10.9790/0661-17160104 www.iosrjournals.org 2 | Page will run into inefficient state, after using big data technology, the information system can process the data and discover the accidentin good time, automatically handle it, or reported to the management staff and ask them to make decisions.Big data has a good predictive ability,it can reduce the probability of false alarm and underreportingof traffic incidents.Traffic guidance is an important part of intelligent transportation systems.By publishing guidance information for travelers, itcan indicate traffic conditions of downstream road, allow travelers to choose the right travel path, improve the traffic situation in the city. In the aspect ofimproving transport efficiency, improving the capacity of the road network, adjusting traffic demand, big data technology has obviousadvantages. 3. Big data can improve the safety level of traffic. The real-time processing capabilities of big data can accurately probe traffic accidents, its predictive ability can effectively predict the occurrence of traffic incident, using microwave detection systems, video surveillance systems, mobile detection system, we can build an effective security model to improve the safety of vehicles. When security incidentshappened,and emergency rescue needed, Because of its comprehensive processing and decision-making capability, rapid response capability, big data can greatly improve the ability of emergency rescue, and reduce casualties and property losses. II. Architecture of Intelligent Transportation on Big Data Platform Intelligent transportation system on big data platform is a combination of multiple systems, models, department, technology.It can be said, It is a comprehensive system of system science, management science, mathematics, economics, behavioral science, and information technology.From the architecture, the platform includes basic business layer, data analysis layer andinformation publishing layer.As shown in Figure 1. Fig.1Architecture of Intelligent Transportation on Big Data Platform The basic business layer is the foundation of data analysis layer and information publishing layer, its main function is to complete the basic work of the various business units, and to produce basic business data. It includes traffic information collection system, signal control systems, video surveillance systems, illegal evidence forensics system, 122 alarm receive and dispose system, GPS vehicle location tracking system, traffic guidance system, vehicle information management system, driver information management system, PGIS information publishing layer real-time publishingIntelligent control data analysis layer datastorage cloud resource poolbasic business layer traffic guidance PGIS system Signal Control vehicle information evidence forensics GPS location …… driver information video surveillance parallel analysis of big data
  • 3. Application of Big Data in Intelligent Traffic System DOI: 10.9790/0661-17160104 www.iosrjournals.org 3 | Page system, and so on. the service of basic business layer is the basis for the work of the various business units,its data comes from data acquisition systemmentioned above, storage and handling of data is very important.Therefore, cloud computing technology can be used on the basic business layer, decentralized system can be integrated into the cloud, this will ensure the security and stability of the application system, and provide an efficient computing environment. According to the information of the road network, the demand of public traveland comprehensive analysis of data, data analysis layer uses big data technology, data mining technology, combines with a variety of mathematical models for real-time effective analysis.It cangrasp the condition of the transportation systemin any time, such as road congestion degree, average speed, saturation, occupancy rate, interrupt rate.It can make further congestion warning, traffic guidance and other intelligent transportation behavior.Data analysis layer is built on Hadoop ecosystem, use commercial cheap server as hardware platform, use the open-source Linux as operating system, use HDFS as file system for big data storage, use MapReduce as a parallel computing model, use HBase as the database for processing the data, use Hive as data warehouse, use Sqoop and Flume as tools for data integration. The information publishing layer according the result of the data analysislayer, publishes traffic conditions to public, business units, industry executives, etc. by internet, mobile terminal, desktop application, report, for their travel and business decisions. It is necessary for friendly interface, operating easily, rich feature.The information published includetraffic condition, traffic warning, data charts for decision. With the development of the times, publishing channels become diversified, changed from traffic radio and informationbulletin board to today's traffic radio, mobile TV, microblog, Wechat,information bulletin board and other forms and channels. III. The Key Technologyon Data Analysis Layer The difference between intelligent transportation systems(ITS) and the traditional traffic control system lies in its intelligent features,ITS can carry out intelligent control based on traffic condition.Hadoop ecosystem has a natural advantage in dealing with traffic big data.ITS hasa variety of data sources, complex data types, the huge amount of data, the traditional relational databaseis incompetence for big data.The bayonet in the cityis equipped with video surveillance system, and it collects traffic HD video data and vehicle information, Including vehicle pictures, vehicle type, vehicle color, passing time, speed, bayonet number, lane number, direction of travel and so on. The data generated by the GPS location tracking systemincludes the plate number, time, location coordinates;Internet of things produced the similar data. According to these basic business data, ITS can report traffic conditions, for example: trafficflow in the bayonet, average speed, degree of congestion. 1. Calculation of bayonet traffic flow ITS can calculate the traffic flow of every bayonetin a certain time interval, such as 5 minutes, 10 minutes, 15 minutes, or other period of time, and push the calculated data to data publishing layer, report to the traveler, policy makers, business supervisor. Statistical analyzes were performed using Hadoop MapReduce parallel model, which is the most efficient way.The datagotfrom HBase database including bayonetID, directionID, passingtime. The key in map() function is bayonetID and directionID, the value in map() function is passingtime. the output <key-value> pair of Map() function is <key, one>, the key include bayonetID, directionID and passingtime, the value is one. Reduce () function can calculatethe sum of one direction of traffic flow,between the start time and end time in a bayonet, the output <key-value> pair is <bayonetID_directionID_passingtime, count>. 2. Calculation of average speed of a road The average speed of a road is an important indicator of the efficiency of road traffic, in general, the higher speed of traffic, the higher the traffic efficiency.the average speed is not the speed measured by a radar at a placeand a time point. Because it can only represent a point, but can’t represent the whole road. We look the time measured the same car passing theadjacent bayonets as the spent time, distance between the adjacent bayonets as distance that the vehicle has traveled. The average speed may be represented by the following formula: 𝑣 = 𝑛 × 𝑠 (𝑡 𝑒𝑛𝑑 − 𝑡𝑠𝑡𝑎𝑟𝑡 )𝑛 𝑖=1 where, s is the distance between adjacent bayonets, tend is the time the vehicle run out the road segment, tstart is the time the vehicle run into the road segment, tend and tstart must be the time that the same vehicle run into and run out the road segment. The vehicle leaving or entering in the middle section of the road does not included.
  • 4. Application of Big Data in Intelligent Traffic System DOI: 10.9790/0661-17160104 www.iosrjournals.org 4 | Page In MapReduce model, to simplify programming, we use two MapReduce process to calculate the average speed. At the first round of calculation, map() function get the information that the vehicle pass the bayonet from HBase, including plate_num, bayonetID, directionID, passingtime. Reduce() function can calculate the time the vehicle has spent through the road. At the second round of calculation, in the map() function, the key is bayonetID and directionID , the value come from the map() function’s output at the first round. the reduce() function count the sum of the spent time and calculate the average speed. 3. Querying the travel pathof a vehicle Querying the travel path of a vehiclehas an important role in the public security investigation work at a specific period of time. This work requires a lot of manpower, to search the surveillance videoday and night, to look for suspicious vehicles manually, thenthe travel path of the vehicleis drawn manually. Now, ITS can resolve this problemefficiently, the bayonet can identify and record the plat number of the passing vehicle, save it into HBase, index on plat number and passing time, when querying the travel path, enter the start time and end time,thenan ordered data set is returned, now we can draw the travel path very fast according it, it can reach the second level. 4. checking and controlling the fake vehicles The fake vehicles , we call it clone vehicle, its plate number, type, color , even credentials are the same as the true vehicle, its harmfulness is obvious.The police carried out its strict management and controlto identify the fake vehicle,fully relying on personal experience before, the police can touch the plat, enquire the driver, query the information of the vehicle and driver. Now, we can use big data technology to identify the fake vehicle. Its principle is shown as: ITS can query the information, and calculate the time difference between different bayonets, if the time difference is less than 5 minutes, even 2 minutes, the vehicle maybe is a fake vehicle, because the vehicle can’t travel the distance between the two different bayonets within the certain time. In MapReduce model, the key of reduce() function is plat_num, itsvalue is bayonetID+","+ pastime, then query the plat number that the time difference of it is less than 5 minutes between two different bayonets. Because opportunities that the vehicle with same plate number are limited, the function of map() and reduce() can calculate efficiently. IV. Conclusion In this article, we discuss the challenges faced by the transportation industry, and advantagesof big data used in the transportation industry. Then propose an architecture of intelligent transportation system on big data platform, at last, we discuss the key technology in ITS.ofcourse, ITS should have more advantagesin the future. References [1]. C. Dobre, F. Xhafa. Intelligent services for Big Data science. Future Generation Computer Systems 37 (2014) 267–281 [2]. Nanning Zheng, Jun Zhang,Chenghong Wang. Special issue on big data research in China.Knowledge and Information Systems.2014,41(2):247-249. [3]. Jin Peng Tang, Ling Lin Li. Big Data Sensing Information Processing Platform for Intelligent Traffic. Applied Mechanics and Materials.2014,667:324-327 [4]. PR Newswire. Gigamon Announces Multi-Purpose Visibility Fabric Node for Big Data Traffic Intelligence. PR Newswire US. 2014. [5]. Krzysztof Walkowiak,MichałWoźniak,MirosławKlinkowski,WojciechKmiecik. Optical networks for cost-efficient and scalable provisioning of big data traffic. International Journal of Parallel, Emergent and Distributed Systems.2015,30(1):15-28. [6]. ZongtaoDuan, Ying Li, Xibin Zheng, Yan Liu, Jiting Dai, Jun Kang.Traffic Information Computing Platform for Big Data.AIP Conference Proceedings.2014,1618(1):464-467. [7]. JemalAbawajy. Comprehensive analysis of big data variety landscape.International Journal of Parallel, Emergent and Distributed Systems.2015,30(1):5-14. [8]. Ana L.C. Bazzan, FranziskaKlügl. Introduction to Intelligent Systems in Traffic and Transportation.Synthesis Lectures on Artificial Intelligence and Machine Learning. 2013,7(3). [9]. EmadFelemban, Adil A. Sheikh. A Review on Mobile and Sensor Networks Innovations in Intelligent Transportation Systems.Journal of Transportation Technologies.2014,4(3):196-204. [10]. Wei Shi, Jian Wu, Shaolin Zhou, Ling Zhang. Variable message sign and dynamic regional traffic guidance.Intelligent Transportation Systems Magazine, IEEE. 2009,1(3):15-21. [11]. EPJ Data Science. Personalized routing for multitudes in smart cities.EPJ Data Science.2015,4(1). [12]. Yuan Yuan Zhang, Shi Song Yang, Qing Cai, Peng Sun. Traffic Flow Forecasting Based on Chaos Neural Network. Applied Mechanics and Materials.2010,20-23:1236-1240. [13]. Muhammad Rauf, Ahmed N. Abdalla, AzharFakharuddin;Elisha. Response Surface Methodology in-Cooperating Embedded System for Bus’s Route Optimization. Research Journal of Applied Sciences, Engineering and Technology.2013,5(22):5170-5181. [14]. Cueva-Fernandez, Guillermo, Espada, JordánPascual, etc. An expert system for vehicle sensor tracking and managing application generation.Journal of Network & Computer Applications.2014,42:178-188.