SlideShare a Scribd company logo
1 of 4
Download to read offline
Prof. Uma Nagaraj et al. Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.701-704

RESEARCH ARTICLE

www.ijera.com

OPEN ACCESS

Vehicular Route Prediction In City Environment Based On
Statistical Models
Prof.Uma Nagaraj, Ms.Nivedita Kadam
Computer Dept. MIT, AOE MIT.AOE, Alandi(D) Pune, India
Computer Dept. MIT, AOE MIT,AOE, Alandi(D) Pune, India

Abstract
Travel route analysis and prediction are essential for the success of many applications in Vehicular Ad-hoc
Networks (VANETs). It is challenging to make accurate route prediction for general vehicles in city settings due
to several practical issues such as very complicated traffic networks, the highly dynamic real-time traffic
conditions and their interaction with driver’s route selections. The traffic conditions on complicated road
networks keep changing from time to time. Inspired by the observation that a vehicle often has its own route
selection flavour when traversing between its sources and destinations, here it defines a mobility pattern as a
consecutive series of road segment selections that exhibit frequent appearance along all the itineraries of the
vehicle. Here with the help statistical models like Markov Model with only first order Markov Model (MM) to
choose only the next intersection point of the road segment with only one pattern without considering traffic
conditions again by using the Hidden Markov Model(HMM) to predict next intersection point by considering
traffic conditions with shortest distance and obstacle and Variable-order Markov Model (VMM) to select
mobility patterns from the source to destination which is chosen by the driver by considering the traffic
conditions .
Keywordrs- MM, HMM, VMM, RSU, OBU.

I.

Introduction

A wireless ad hoc network is usually defined
as a set of wireless mobile nodes dynamically selforganizing a temporary network without any central
administration or existing network infrastructure.
Recent advances in wireless technologies and
dedicated short-range communications technologies
have made inter vehicular communications (IVC) and
road–vehicle communications (RVC) possible in
mobile ad hoc networks (MANETs).[11] This has
given birth to a new type of MANET network known
as the vehicular ad hoc network (VANET).
Internetworking over VANETs has been gaining a
great deal of momentum over the past few years. Its
increasing importance has been recognized by major
car manufacturers, governmental organizations, and
the academic community. They resemble to MANET
networks in their rapidly and dynamically changing
network topologies due to the fast motion of vehicles.
However, unlike MANETs, the mobility of vehicles
in VANETs is, in general, constrained by predefined
roads. Vehicle velocities are also restricted according
to speed limits, level of congestion in roads, and
traffic control mechanisms (e.g., stop signs and traffic
lights)..
As the rapid development of wireless
technology, more and more studies on vehicular ad
hoc network (VANET) are trying to build innovative
applications to provide safety and comfort for
passengers and drivers, such as fast dissemination of
warning messages of traffic accidents, congestion
www.ijera.com

avoidance, sharing media between vehicles and
onboard Internet access. To realize these stunning
applications, manipulating effective opportunistic
wireless communications between different vehicles
and vehicles to roadside infrastructure is crucial. For
example, two vehicles can communicate with each
other in a very short time only when they
geographically meet. Therefore, knowing possible
locations of vehicles in the future can largely leverage
the performance of the whole system. Consequently,
it is highly important to accurately predict travel
routes of vehicles.
Accurate travel route prediction in urban
vehicular environments, however, is very challenging
due to the following three reasons.[1]
1. The structure of the City road networks is very
complicated.
2. A vehicle may be heading for different
destinations.
3. Traffic conditions are time varying and will
influence the route decision of a vehicle
dramatically.
Motivation of this is to implement such a
system which will remove some problems of real
time traffic conditions in city environment such as
traffic jams, accidents. Route Prediction of a vehicle
makes the journey more comfortable and efficient for
both the driver as well as the passengers by
generating different appropriate mobility patterns for
vehicle in VANET.

701 | P a g e
Prof. Uma Nagaraj et al. Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.701-704
II.

ROAD REPRESENTATION

Here with the use a Markov model to predict
a vehicle’s near term future route. More specifically,
using a discrete Markov chain representation.
Applied to our problem, this scheme represents the
state of the vehicle as being located on one of a
discrete set of road segments, as shown in Figure 1.
Road segments come from a map representation of
the road network. Segments terminate at intersections
here it shows the 9 intersections road segments which
are denoted as I1, I2,……, I9.

Figure1: Road Representation with traffic conditions
Vehicle motion is not restricted it can move
left , right ,up or down to reach to its destination from
the source, depending o the drivers route choice. To
communicate with the other vehicle here it takes the
help of road side unit which communicate with the on
board unit which is present in the vehicle. Message is
passed from OBU to RSU and RSU send the
feedback to OBU of vehicle which helps a driver to
predict the next future rode segment with the
appropriate choice of the driver comparing the other
choices of the road segments. Here each vehicle has
three choices to move next road segment. Here we are
considering only the forward direction of the vehicle
for example form the source i1 the vehicle can move
only in forward to i2 and i4 it cannot move back and
up.

III.

STATISTICAL MODELS

A. Markov Model[2]
Markov Model predicts only vehicle’s near
term future route is based on its near term past
route[6]. A Markov model is a graphical statistical
model that captures a sequential model of behaviour.
It is a tuple < S,A,T >, where S is a (finite) set of
states, A is a (finite) set of actions, and T is the
transition function T : S×A×S→R, where T(si,a, sj) =
p(si|sj,a), which is the probability of transitioning to
state si given that the system is in state sj and action a
is executed. Given a Markov model and an initial
state distribution ᴨ, one can predict the state
distribution that results from carrying out a sequence
www.ijera.com

www.ijera.com

of actions <a1,a2, ...,an >. If pt (si) is the probability of
being in state si at time t (where π(.) = π0(.) is the
initial state distribution), then pt+1(si) = ΣsjєS pt
(s)T(si,at+1, sj). Note that while the exact state of the
system is uncertain when doing prediction, it is
assumed that the state is known for certain after the
actions are actually executed in the world.
The Markov model can be used to predict
beyond just the next road segment. We can clearly
build
[(1)| (0)] , where x(0) is the current road
segment and x(1) is next road segment, which is the
distribution over the road segments after the next one,
given the current one. We can also user higher order
models to make these farther out predictions, e.g.
[(2) | (−1) , (0)] . In general, we can build an ℎ
order Markov model ( ≥ 1) to predict the ℎ next
encountered segment ( ≥ 1). The general ℎ order
model is denoted as
[ ( )]= [ ( )| (− +1), (− +2),…, (0)]
(1)
Our Prediction algorithm is based on the statistical
map on which number of vehicles are moving on the
road.
B. Hidden Markov Model[3]
A Hidden Markov model (HMM)[7] is a
Markov model with hidden (unobservable) state. An
HMM is a five tuple
< S,A,O,T,Z,p >, where S, A, and T are the same as
with the Markov model and p is the initial state
distribution. In addition, O is a (finite) set of
observations and Z is the observation function Z :
O×S×A→R, where Z(o, s, a) =p( o| s, a), which is the
probability of receiving observation o given that the
system ends up in state s after executing action a. For
many problems, Z is the same for all values of a, (i.e.,
Z(o, si, aj)=Z(o, si, ak)). In what follows, it will use
Z(o, s) as shorthand for Z(o, s, a), when Z is the same
for all values of a.
C. Variable Order Markov Model[4]
VOM models arose as a solution to capture
longer regularities while avoiding the size explosion
caused by increasing the order of the model. In
contrast to the Markov chain models[9], where each
random variable in a sequence with a Markov
property depends on a fixed number of random
variables, in VOM models this number of
conditioning random variables may vary based on the
specific observed realization, known as context.
These models consider that in realistic settings, there
are certain realizations of states (represented by
contexts) in which some past states are independent
from the future states leading to a great reduction in
the number of model parameters.
Algorithm for learning VMM over a finite
alphabet ∑. Such algorithms attempt to learn
probabilistic finite state automata, which can model
sequential data of considerable complexity. In
contrast to N-gram Markov models, which attempt to
702 | P a g e
Prof. Uma Nagaraj et al. Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.701-704
estimate conditional distributions of the form P(σ|s),
with S Є ∑N and σ Є ∑, VMM algorithms learn such
conditional distributions where context lengths |s|
vary in response to the available statistics in the
training data. Thus, VMMs provide the means for
capturing both large and small order Markov
dependencies based on the observed data. Although
in general less expressive than HMMs, VMM
algorithms have been used to solve many applications
with notable success.

IV.

ALGORITHMS FOR ROUTE PREDICTION

Here in this section we are representing three
different algorithms for route prediction.
A. Route Prediction Algorithm using Markov
Model
Inputs: Route map in terms of x and y
coordinate, Number of Cars, Trained vehicle road
segments, speed of the car, source and destination of
the journey, n<=1.
Expected Outputs: Pattern Utilization, Prediction
accuracy.
1. Create a road map in terms of x and y coordinate.
2. Creation RSU and OBU for each newly created
vehicle for communication.
3. Enter the source and destination of the journey.
4. Find all possible intersection points from the
database to reach the destination from the source.
5. Select the shortest route from all routes by
comparing their lengths.
6. Save the length of that route in to the buffer.
7. Check that intersection point is near to destination
point if no go to step 2. Otherwise go to step 6.
8. Return that shortest length to the driver.
9. Count the mobility patterns generated by the
vehicle to reach the destination.
10. Stop.
B. Route Prediction Algorithm using Markov
Model
Inputs: Route map in terms of x and y
coordinate, Number of Cars, Trained vehicle road
segments, speed of the car, source and destination of
the journey, n<=1.
Expected Outputs: Pattern Utilization, Prediction
accuracy.
1. Create a road map in terms of x and y coordinate.
2. Creation RSU and OBU for each newly created
vehicle for communication.
3. Enter the source and destination of the journey.
4. If obstacles occurs in between from source to
destination count the no. of obstacle and save in
the database.
5. Find all possible intersection points from the
database to reach the destination from the source.
6. Select the shortest route from all routes by
comparing their lengths.
7. Save the length of that route in to the buffer.

www.ijera.com

www.ijera.com

8.

Check that intersection point is near to destination
point if no go to step 2. Otherwise go to step 6.
9. Return that shortest length to the driver.
10. Count the mobility patterns generated by the
vehicle to reach the destination.
11. Stop.
C. Route Prediction Algorithm using VMM
Inputs: Route map in terms of x and y
coordinate, Number of Cars, Trained vehicle road
segments, speed of the car, source and destination of
the journey, n<=9.
Expected Outputs: Pattern Utilization, Prediction
accuracy. Predict future routes with highest
probability.
1. Create a road map in terms of x and y coordinate.
2. Creation RSU and OBU for each newly created
vehicle for communication.
3. Enter the source and destination of the journey.
4. If obstacles occurs in between from source to
destination count the no. of obstacle and save in
the database.
5. Find all possible whole path from the database to
reach the destination from the source.
6. Select the less obstacle count route from all
possible routes by comparing their obstacle count.
7. Save the obstacle count of that route in to the
buffer.
8. Return the less obstacle route to the driver.
9. Count the mobility patterns generated by the
vehicle to reach the destination.
10. Stop.

V.

PERFORMANCE EVALUATION AND
RESULTS

Here we are using the java language for
implementation of all three algorithms which are
described in section III and all these algorithms are
base on statistical map and information of this map is
stored in database from which data can be stored and
retrieved for the communication between the vehicle.
For communication of the vehicle we used the RSU
on the road and OBU which is fitted in the vehicle
which works like a client and server for request and
response for the driver of the vehicle which gives the
indication for the driver for the direction to reach from
source to destination in accurate time.
As we mentioned earlier MM does not detect
any obstacle it gives only the next intersection point
.HMM detect First order Markov model which
predicts the next intersection point only with all
possibilities and chooses the shortest distance without
considering traffic condition.
HMM: Hidden Markov model also predict
the next intersection point only with all possibilities
and chooses the shortest distance by only observing
traffic condition.
VMM: Variable order Markov model
predicts the whole path source to destination with all

703 | P a g e
Prof. Uma Nagaraj et al. Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.701-704
possibilities by considering traffic conditions and on
where traffic is less it choose that path for destination.
Here as shown in Figure 2 comparison is done on the
basis of obstacles and distance and no. of patterns
generated by each module.
X axis= Models
Y axis= No. of patterns.
Here MM does not detect the obstacle so in the
obstacle graph this model is not showing any no of
patterns generated.
It shows only for the HMM and VMM.

VI.

www.ijera.com

CONCLUSION

Here in this work for each intersection point
of a road segments minimum three choices are
provided and according to this choices whichever
choice is having less distance as compared to the
other choice the MM and HMM predicts that choice
for the driver and for the VMM which choice is
having less number of obstacle that choices is
predicted by the VMM.
The mobility pattern generated by the
vehicle is more for the MM and HMM because it
predicts only the next intersection point from the road
map to the driver so more patterns are generated and
the mobility patterns generated by the VMM vehicle
are less because it predicts the whole path in one step
so there is no more confusion for a driver when it
uses the VMM for route prediction.
Accurate and efficient Route Prediction
probability by considering time factor is more in
VMM as compared to the MM and VMM.

References
[1]
Figure 2: Comparative results of three modules

[2]

[3]

Figure 3: Prediction accuracy comparing between
models with
Consideration of traffic conditions with distance and
obstacles.
X axis= Models
Y axis= source to destination path.
As shown in the figure 2,3 and 4 our
comparative results of three models shows that VMM
is having a good approach for predicting the accurate
route for the driver from the source to destination.

[4]

[5]

[6]

[7]

[8]
[9]
Figure 4: Prediction Accuracy by considering Traffic
Condition.
www.ijera.com

Guangtao Xue, Zhongwei Li, and Hongzi
Zhu “Traffic-Known Urban Vehicular Route
Prediction Based on Partial Mobility
Patterns”, 2009 IEEE.
SAE
2008
world
Congress,April2008,USA.”A Markov Model For Driver
Turn Prediction”.
Jon Froehlich and John Krumm,”Route
Prediction from Trip observations”, SAE
(Society of Automotive Engineers) World
Congress, 2008, Paper 2008-01-0195:
Detroit, Michigan USA.
John Krumm,” A Markov Model for Driver
turn prediction.”, SAE(
Society of
Automotive Engineers) 2008 World
Congress, April 14-17, 2008, Detroit, MI
USA. Paper Number 2008-01-0195.
Reid Simmons,Brett Browning,Yilu Zhang
& Varsha Sadekar,” Learning to predict
driver Route and Destination Intent ”,
Intelligent
Transportation
Systems
Conference, 2006, pp127-132
John B. Kenney, Member IEEE, Dedicated
Short Range Communications (DSRC)
Standards in the United States, Proceedings
of the IEEE ,Vol. 99, No. 7, July 2011.
Yisong(Lydia)Zheng,
Qian
Wang
,
Wangling, Mo Kuang, Research into the
Driver’s Route Choice under Existing Realtime Traffic Information, Proceedings of the
2008 IEEE IEEM.
Ivana Nižetic, Analysing Behaviour of
Moving Objects
Wilfried
Enkelmann,
FleetNet
Applications
for
Inter-Vehicle
Communication,
Q7803-7848-2/03/2003
IEEE.

704 | P a g e

More Related Content

What's hot

2013 methodology for the calibration of vissim in mixed traffic
2013 methodology for the calibration of vissim in mixed traffic2013 methodology for the calibration of vissim in mixed traffic
2013 methodology for the calibration of vissim in mixed trafficDaniel Sitompul
 
Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...
Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...
Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...CSCJournals
 
Applying Computer Vision to Traffic Monitoring System in Vietnam
Applying Computer Vision to Traffic Monitoring System in Vietnam Applying Computer Vision to Traffic Monitoring System in Vietnam
Applying Computer Vision to Traffic Monitoring System in Vietnam Lê Anh
 
Driving Behavior for ADAS and Autonomous Driving VIII
Driving Behavior for ADAS and Autonomous Driving VIIIDriving Behavior for ADAS and Autonomous Driving VIII
Driving Behavior for ADAS and Autonomous Driving VIIIYu Huang
 
How to Include GIS 3D Technology in Transport Network Representation
How to Include GIS 3D Technology in Transport Network RepresentationHow to Include GIS 3D Technology in Transport Network Representation
How to Include GIS 3D Technology in Transport Network RepresentationEsri
 
MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTION
MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTIONMODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTION
MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTIONIAEME Publication
 
IMPACT OF FADING CORRELATION, POLARIZATION COUPLING AND KEYHOLES ON MIMO DETE...
IMPACT OF FADING CORRELATION, POLARIZATION COUPLING AND KEYHOLES ON MIMO DETE...IMPACT OF FADING CORRELATION, POLARIZATION COUPLING AND KEYHOLES ON MIMO DETE...
IMPACT OF FADING CORRELATION, POLARIZATION COUPLING AND KEYHOLES ON MIMO DETE...ijmnct
 
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...csandit
 
D021203019025
D021203019025D021203019025
D021203019025theijes
 
SSS8 - From the Axial Line to the Walked Line
SSS8 - From the Axial Line to the Walked LineSSS8 - From the Axial Line to the Walked Line
SSS8 - From the Axial Line to the Walked LineUniversity College London
 
Driving behavior for ADAS and Autonomous Driving
Driving behavior for ADAS and Autonomous DrivingDriving behavior for ADAS and Autonomous Driving
Driving behavior for ADAS and Autonomous DrivingYu Huang
 
Jointly mapping, localization, perception, prediction and planning
Jointly mapping, localization, perception, prediction and planningJointly mapping, localization, perception, prediction and planning
Jointly mapping, localization, perception, prediction and planningYu Huang
 
Macromodel of High Speed Interconnect using Vector Fitting Algorithm
Macromodel of High Speed Interconnect using Vector Fitting AlgorithmMacromodel of High Speed Interconnect using Vector Fitting Algorithm
Macromodel of High Speed Interconnect using Vector Fitting Algorithmijsrd.com
 
Impact of random mobility models on olsr
Impact of random mobility models on olsrImpact of random mobility models on olsr
Impact of random mobility models on olsrijwmn
 
Driving Behavior for ADAS and Autonomous Driving V
Driving Behavior for ADAS and Autonomous Driving VDriving Behavior for ADAS and Autonomous Driving V
Driving Behavior for ADAS and Autonomous Driving VYu Huang
 

What's hot (20)

2013 methodology for the calibration of vissim in mixed traffic
2013 methodology for the calibration of vissim in mixed traffic2013 methodology for the calibration of vissim in mixed traffic
2013 methodology for the calibration of vissim in mixed traffic
 
Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...
Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...
Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...
 
Applying Computer Vision to Traffic Monitoring System in Vietnam
Applying Computer Vision to Traffic Monitoring System in Vietnam Applying Computer Vision to Traffic Monitoring System in Vietnam
Applying Computer Vision to Traffic Monitoring System in Vietnam
 
Driving Behavior for ADAS and Autonomous Driving VIII
Driving Behavior for ADAS and Autonomous Driving VIIIDriving Behavior for ADAS and Autonomous Driving VIII
Driving Behavior for ADAS and Autonomous Driving VIII
 
2015465.pdf
2015465.pdf2015465.pdf
2015465.pdf
 
How to Include GIS 3D Technology in Transport Network Representation
How to Include GIS 3D Technology in Transport Network RepresentationHow to Include GIS 3D Technology in Transport Network Representation
How to Include GIS 3D Technology in Transport Network Representation
 
Fb4301931934
Fb4301931934Fb4301931934
Fb4301931934
 
MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTION
MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTIONMODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTION
MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTION
 
IMPACT OF FADING CORRELATION, POLARIZATION COUPLING AND KEYHOLES ON MIMO DETE...
IMPACT OF FADING CORRELATION, POLARIZATION COUPLING AND KEYHOLES ON MIMO DETE...IMPACT OF FADING CORRELATION, POLARIZATION COUPLING AND KEYHOLES ON MIMO DETE...
IMPACT OF FADING CORRELATION, POLARIZATION COUPLING AND KEYHOLES ON MIMO DETE...
 
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
 
D021203019025
D021203019025D021203019025
D021203019025
 
SSS8 - From the Axial Line to the Walked Line
SSS8 - From the Axial Line to the Walked LineSSS8 - From the Axial Line to the Walked Line
SSS8 - From the Axial Line to the Walked Line
 
Driving behavior for ADAS and Autonomous Driving
Driving behavior for ADAS and Autonomous DrivingDriving behavior for ADAS and Autonomous Driving
Driving behavior for ADAS and Autonomous Driving
 
Jointly mapping, localization, perception, prediction and planning
Jointly mapping, localization, perception, prediction and planningJointly mapping, localization, perception, prediction and planning
Jointly mapping, localization, perception, prediction and planning
 
Macromodel of High Speed Interconnect using Vector Fitting Algorithm
Macromodel of High Speed Interconnect using Vector Fitting AlgorithmMacromodel of High Speed Interconnect using Vector Fitting Algorithm
Macromodel of High Speed Interconnect using Vector Fitting Algorithm
 
Tsp2008 lp feng
Tsp2008 lp fengTsp2008 lp feng
Tsp2008 lp feng
 
H0343059064
H0343059064H0343059064
H0343059064
 
B04410814
B04410814B04410814
B04410814
 
Impact of random mobility models on olsr
Impact of random mobility models on olsrImpact of random mobility models on olsr
Impact of random mobility models on olsr
 
Driving Behavior for ADAS and Autonomous Driving V
Driving Behavior for ADAS and Autonomous Driving VDriving Behavior for ADAS and Autonomous Driving V
Driving Behavior for ADAS and Autonomous Driving V
 

Viewers also liked (20)

Ez35875879
Ez35875879Ez35875879
Ez35875879
 
Fe35907912
Fe35907912Fe35907912
Fe35907912
 
Ed35736740
Ed35736740Ed35736740
Ed35736740
 
Eg35750753
Eg35750753Eg35750753
Eg35750753
 
Gn3511531161
Gn3511531161Gn3511531161
Gn3511531161
 
Eb35725731
Eb35725731Eb35725731
Eb35725731
 
Ds35676681
Ds35676681Ds35676681
Ds35676681
 
Dt35682686
Dt35682686Dt35682686
Dt35682686
 
Ec35732735
Ec35732735Ec35732735
Ec35732735
 
Ef35745749
Ef35745749Ef35745749
Ef35745749
 
Dq35655671
Dq35655671Dq35655671
Dq35655671
 
Dy35710714
Dy35710714Dy35710714
Dy35710714
 
Ee35741744
Ee35741744Ee35741744
Ee35741744
 
Du35687693
Du35687693Du35687693
Du35687693
 
Dz35715718
Dz35715718Dz35715718
Dz35715718
 
Ea35719724
Ea35719724Ea35719724
Ea35719724
 
Ey35869874
Ey35869874Ey35869874
Ey35869874
 
In3514801485
In3514801485In3514801485
In3514801485
 
Dx35705709
Dx35705709Dx35705709
Dx35705709
 
Dp35648654
Dp35648654Dp35648654
Dp35648654
 

Similar to Dw35701704

Performance evaluation of aodv and olsr in vanet under realistic mobility
Performance evaluation of aodv and olsr in vanet under realistic mobilityPerformance evaluation of aodv and olsr in vanet under realistic mobility
Performance evaluation of aodv and olsr in vanet under realistic mobilityIAEME Publication
 
Modeling and simulation of vehicular networks
Modeling and simulation of vehicular networksModeling and simulation of vehicular networks
Modeling and simulation of vehicular networksDaisyWatson5
 
A Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
A Simulation-Based Dynamic Traffic Assignment Model With Combined ModesA Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
A Simulation-Based Dynamic Traffic Assignment Model With Combined ModesAllison Koehn
 
Inter vehicular communication using packet network theory
Inter vehicular communication using packet network theoryInter vehicular communication using packet network theory
Inter vehicular communication using packet network theoryeSAT Publishing House
 
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...Editor IJCATR
 
STUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITS
STUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITSSTUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITS
STUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITSijngnjournal
 
IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...
IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...
IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...IRJET Journal
 
Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicul...
Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicul...Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicul...
Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicul...iosrjce
 
A Review on Road Traffic Models for Intelligent Transportation System (ITS)
A Review on Road Traffic Models for Intelligent Transportation System (ITS)A Review on Road Traffic Models for Intelligent Transportation System (ITS)
A Review on Road Traffic Models for Intelligent Transportation System (ITS)IJSRD
 
Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...IJECEIAES
 
Vehicle Obstacles Avoidance Using Vehicle- To Infrastructure Communication
Vehicle Obstacles Avoidance Using Vehicle- To Infrastructure  CommunicationVehicle Obstacles Avoidance Using Vehicle- To Infrastructure  Communication
Vehicle Obstacles Avoidance Using Vehicle- To Infrastructure CommunicationIOSR Journals
 
Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...
Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...
Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...IJCNCJournal
 
TRAFFIC CONGESTION PREDICTION USING DEEP REINFORCEMENT LEARNING IN VEHICULAR ...
TRAFFIC CONGESTION PREDICTION USING DEEP REINFORCEMENT LEARNING IN VEHICULAR ...TRAFFIC CONGESTION PREDICTION USING DEEP REINFORCEMENT LEARNING IN VEHICULAR ...
TRAFFIC CONGESTION PREDICTION USING DEEP REINFORCEMENT LEARNING IN VEHICULAR ...IJCNCJournal
 
Effect of mobility models on the performance of multipath routing protocol in...
Effect of mobility models on the performance of multipath routing protocol in...Effect of mobility models on the performance of multipath routing protocol in...
Effect of mobility models on the performance of multipath routing protocol in...csandit
 
Ieeepro techno solutions 2013 ieee embedded project emergency messaging for...
Ieeepro techno solutions   2013 ieee embedded project emergency messaging for...Ieeepro techno solutions   2013 ieee embedded project emergency messaging for...
Ieeepro techno solutions 2013 ieee embedded project emergency messaging for...srinivasanece7
 
Motorcycle Movement Model Based on Markov Chain Process in Mixed Traffic
Motorcycle Movement Model Based on Markov Chain Process in Mixed TrafficMotorcycle Movement Model Based on Markov Chain Process in Mixed Traffic
Motorcycle Movement Model Based on Markov Chain Process in Mixed TrafficIJECEIAES
 
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...cscpconf
 

Similar to Dw35701704 (20)

Performance evaluation of aodv and olsr in vanet under realistic mobility
Performance evaluation of aodv and olsr in vanet under realistic mobilityPerformance evaluation of aodv and olsr in vanet under realistic mobility
Performance evaluation of aodv and olsr in vanet under realistic mobility
 
Modeling and simulation of vehicular networks
Modeling and simulation of vehicular networksModeling and simulation of vehicular networks
Modeling and simulation of vehicular networks
 
A Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
A Simulation-Based Dynamic Traffic Assignment Model With Combined ModesA Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
A Simulation-Based Dynamic Traffic Assignment Model With Combined Modes
 
Inter vehicular communication using packet network theory
Inter vehicular communication using packet network theoryInter vehicular communication using packet network theory
Inter vehicular communication using packet network theory
 
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
 
STUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITS
STUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITSSTUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITS
STUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITS
 
IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...
IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...
IRJET - A Review on Pedestrian Behavior Prediction for Intelligent Transport ...
 
Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicul...
Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicul...Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicul...
Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicul...
 
E011113336
E011113336E011113336
E011113336
 
A Review on Road Traffic Models for Intelligent Transportation System (ITS)
A Review on Road Traffic Models for Intelligent Transportation System (ITS)A Review on Road Traffic Models for Intelligent Transportation System (ITS)
A Review on Road Traffic Models for Intelligent Transportation System (ITS)
 
Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...Adaptive traffic lights based on traffic flow prediction using machine learni...
Adaptive traffic lights based on traffic flow prediction using machine learni...
 
Ijcet 06 09_004
Ijcet 06 09_004Ijcet 06 09_004
Ijcet 06 09_004
 
Vehicle Obstacles Avoidance Using Vehicle- To Infrastructure Communication
Vehicle Obstacles Avoidance Using Vehicle- To Infrastructure  CommunicationVehicle Obstacles Avoidance Using Vehicle- To Infrastructure  Communication
Vehicle Obstacles Avoidance Using Vehicle- To Infrastructure Communication
 
Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...
Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...
Traffic Congestion Prediction using Deep Reinforcement Learning in Vehicular ...
 
TRAFFIC CONGESTION PREDICTION USING DEEP REINFORCEMENT LEARNING IN VEHICULAR ...
TRAFFIC CONGESTION PREDICTION USING DEEP REINFORCEMENT LEARNING IN VEHICULAR ...TRAFFIC CONGESTION PREDICTION USING DEEP REINFORCEMENT LEARNING IN VEHICULAR ...
TRAFFIC CONGESTION PREDICTION USING DEEP REINFORCEMENT LEARNING IN VEHICULAR ...
 
Effect of mobility models on the performance of multipath routing protocol in...
Effect of mobility models on the performance of multipath routing protocol in...Effect of mobility models on the performance of multipath routing protocol in...
Effect of mobility models on the performance of multipath routing protocol in...
 
Ieeepro techno solutions 2013 ieee embedded project emergency messaging for...
Ieeepro techno solutions   2013 ieee embedded project emergency messaging for...Ieeepro techno solutions   2013 ieee embedded project emergency messaging for...
Ieeepro techno solutions 2013 ieee embedded project emergency messaging for...
 
Motorcycle Movement Model Based on Markov Chain Process in Mixed Traffic
Motorcycle Movement Model Based on Markov Chain Process in Mixed TrafficMotorcycle Movement Model Based on Markov Chain Process in Mixed Traffic
Motorcycle Movement Model Based on Markov Chain Process in Mixed Traffic
 
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
CREATING DATA OUTPUTS FROM MULTI AGENT TRAFFIC MICRO SIMULATION TO ASSIMILATI...
 
Performance Analysis of WiMAX Based Vehicular Ad hoc Networks with Realistic ...
Performance Analysis of WiMAX Based Vehicular Ad hoc Networks with Realistic ...Performance Analysis of WiMAX Based Vehicular Ad hoc Networks with Realistic ...
Performance Analysis of WiMAX Based Vehicular Ad hoc Networks with Realistic ...
 

Recently uploaded

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 

Dw35701704

  • 1. Prof. Uma Nagaraj et al. Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.701-704 RESEARCH ARTICLE www.ijera.com OPEN ACCESS Vehicular Route Prediction In City Environment Based On Statistical Models Prof.Uma Nagaraj, Ms.Nivedita Kadam Computer Dept. MIT, AOE MIT.AOE, Alandi(D) Pune, India Computer Dept. MIT, AOE MIT,AOE, Alandi(D) Pune, India Abstract Travel route analysis and prediction are essential for the success of many applications in Vehicular Ad-hoc Networks (VANETs). It is challenging to make accurate route prediction for general vehicles in city settings due to several practical issues such as very complicated traffic networks, the highly dynamic real-time traffic conditions and their interaction with driver’s route selections. The traffic conditions on complicated road networks keep changing from time to time. Inspired by the observation that a vehicle often has its own route selection flavour when traversing between its sources and destinations, here it defines a mobility pattern as a consecutive series of road segment selections that exhibit frequent appearance along all the itineraries of the vehicle. Here with the help statistical models like Markov Model with only first order Markov Model (MM) to choose only the next intersection point of the road segment with only one pattern without considering traffic conditions again by using the Hidden Markov Model(HMM) to predict next intersection point by considering traffic conditions with shortest distance and obstacle and Variable-order Markov Model (VMM) to select mobility patterns from the source to destination which is chosen by the driver by considering the traffic conditions . Keywordrs- MM, HMM, VMM, RSU, OBU. I. Introduction A wireless ad hoc network is usually defined as a set of wireless mobile nodes dynamically selforganizing a temporary network without any central administration or existing network infrastructure. Recent advances in wireless technologies and dedicated short-range communications technologies have made inter vehicular communications (IVC) and road–vehicle communications (RVC) possible in mobile ad hoc networks (MANETs).[11] This has given birth to a new type of MANET network known as the vehicular ad hoc network (VANET). Internetworking over VANETs has been gaining a great deal of momentum over the past few years. Its increasing importance has been recognized by major car manufacturers, governmental organizations, and the academic community. They resemble to MANET networks in their rapidly and dynamically changing network topologies due to the fast motion of vehicles. However, unlike MANETs, the mobility of vehicles in VANETs is, in general, constrained by predefined roads. Vehicle velocities are also restricted according to speed limits, level of congestion in roads, and traffic control mechanisms (e.g., stop signs and traffic lights).. As the rapid development of wireless technology, more and more studies on vehicular ad hoc network (VANET) are trying to build innovative applications to provide safety and comfort for passengers and drivers, such as fast dissemination of warning messages of traffic accidents, congestion www.ijera.com avoidance, sharing media between vehicles and onboard Internet access. To realize these stunning applications, manipulating effective opportunistic wireless communications between different vehicles and vehicles to roadside infrastructure is crucial. For example, two vehicles can communicate with each other in a very short time only when they geographically meet. Therefore, knowing possible locations of vehicles in the future can largely leverage the performance of the whole system. Consequently, it is highly important to accurately predict travel routes of vehicles. Accurate travel route prediction in urban vehicular environments, however, is very challenging due to the following three reasons.[1] 1. The structure of the City road networks is very complicated. 2. A vehicle may be heading for different destinations. 3. Traffic conditions are time varying and will influence the route decision of a vehicle dramatically. Motivation of this is to implement such a system which will remove some problems of real time traffic conditions in city environment such as traffic jams, accidents. Route Prediction of a vehicle makes the journey more comfortable and efficient for both the driver as well as the passengers by generating different appropriate mobility patterns for vehicle in VANET. 701 | P a g e
  • 2. Prof. Uma Nagaraj et al. Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.701-704 II. ROAD REPRESENTATION Here with the use a Markov model to predict a vehicle’s near term future route. More specifically, using a discrete Markov chain representation. Applied to our problem, this scheme represents the state of the vehicle as being located on one of a discrete set of road segments, as shown in Figure 1. Road segments come from a map representation of the road network. Segments terminate at intersections here it shows the 9 intersections road segments which are denoted as I1, I2,……, I9. Figure1: Road Representation with traffic conditions Vehicle motion is not restricted it can move left , right ,up or down to reach to its destination from the source, depending o the drivers route choice. To communicate with the other vehicle here it takes the help of road side unit which communicate with the on board unit which is present in the vehicle. Message is passed from OBU to RSU and RSU send the feedback to OBU of vehicle which helps a driver to predict the next future rode segment with the appropriate choice of the driver comparing the other choices of the road segments. Here each vehicle has three choices to move next road segment. Here we are considering only the forward direction of the vehicle for example form the source i1 the vehicle can move only in forward to i2 and i4 it cannot move back and up. III. STATISTICAL MODELS A. Markov Model[2] Markov Model predicts only vehicle’s near term future route is based on its near term past route[6]. A Markov model is a graphical statistical model that captures a sequential model of behaviour. It is a tuple < S,A,T >, where S is a (finite) set of states, A is a (finite) set of actions, and T is the transition function T : S×A×S→R, where T(si,a, sj) = p(si|sj,a), which is the probability of transitioning to state si given that the system is in state sj and action a is executed. Given a Markov model and an initial state distribution ᴨ, one can predict the state distribution that results from carrying out a sequence www.ijera.com www.ijera.com of actions <a1,a2, ...,an >. If pt (si) is the probability of being in state si at time t (where π(.) = π0(.) is the initial state distribution), then pt+1(si) = ΣsjєS pt (s)T(si,at+1, sj). Note that while the exact state of the system is uncertain when doing prediction, it is assumed that the state is known for certain after the actions are actually executed in the world. The Markov model can be used to predict beyond just the next road segment. We can clearly build [(1)| (0)] , where x(0) is the current road segment and x(1) is next road segment, which is the distribution over the road segments after the next one, given the current one. We can also user higher order models to make these farther out predictions, e.g. [(2) | (−1) , (0)] . In general, we can build an ℎ order Markov model ( ≥ 1) to predict the ℎ next encountered segment ( ≥ 1). The general ℎ order model is denoted as [ ( )]= [ ( )| (− +1), (− +2),…, (0)] (1) Our Prediction algorithm is based on the statistical map on which number of vehicles are moving on the road. B. Hidden Markov Model[3] A Hidden Markov model (HMM)[7] is a Markov model with hidden (unobservable) state. An HMM is a five tuple < S,A,O,T,Z,p >, where S, A, and T are the same as with the Markov model and p is the initial state distribution. In addition, O is a (finite) set of observations and Z is the observation function Z : O×S×A→R, where Z(o, s, a) =p( o| s, a), which is the probability of receiving observation o given that the system ends up in state s after executing action a. For many problems, Z is the same for all values of a, (i.e., Z(o, si, aj)=Z(o, si, ak)). In what follows, it will use Z(o, s) as shorthand for Z(o, s, a), when Z is the same for all values of a. C. Variable Order Markov Model[4] VOM models arose as a solution to capture longer regularities while avoiding the size explosion caused by increasing the order of the model. In contrast to the Markov chain models[9], where each random variable in a sequence with a Markov property depends on a fixed number of random variables, in VOM models this number of conditioning random variables may vary based on the specific observed realization, known as context. These models consider that in realistic settings, there are certain realizations of states (represented by contexts) in which some past states are independent from the future states leading to a great reduction in the number of model parameters. Algorithm for learning VMM over a finite alphabet ∑. Such algorithms attempt to learn probabilistic finite state automata, which can model sequential data of considerable complexity. In contrast to N-gram Markov models, which attempt to 702 | P a g e
  • 3. Prof. Uma Nagaraj et al. Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.701-704 estimate conditional distributions of the form P(σ|s), with S Є ∑N and σ Є ∑, VMM algorithms learn such conditional distributions where context lengths |s| vary in response to the available statistics in the training data. Thus, VMMs provide the means for capturing both large and small order Markov dependencies based on the observed data. Although in general less expressive than HMMs, VMM algorithms have been used to solve many applications with notable success. IV. ALGORITHMS FOR ROUTE PREDICTION Here in this section we are representing three different algorithms for route prediction. A. Route Prediction Algorithm using Markov Model Inputs: Route map in terms of x and y coordinate, Number of Cars, Trained vehicle road segments, speed of the car, source and destination of the journey, n<=1. Expected Outputs: Pattern Utilization, Prediction accuracy. 1. Create a road map in terms of x and y coordinate. 2. Creation RSU and OBU for each newly created vehicle for communication. 3. Enter the source and destination of the journey. 4. Find all possible intersection points from the database to reach the destination from the source. 5. Select the shortest route from all routes by comparing their lengths. 6. Save the length of that route in to the buffer. 7. Check that intersection point is near to destination point if no go to step 2. Otherwise go to step 6. 8. Return that shortest length to the driver. 9. Count the mobility patterns generated by the vehicle to reach the destination. 10. Stop. B. Route Prediction Algorithm using Markov Model Inputs: Route map in terms of x and y coordinate, Number of Cars, Trained vehicle road segments, speed of the car, source and destination of the journey, n<=1. Expected Outputs: Pattern Utilization, Prediction accuracy. 1. Create a road map in terms of x and y coordinate. 2. Creation RSU and OBU for each newly created vehicle for communication. 3. Enter the source and destination of the journey. 4. If obstacles occurs in between from source to destination count the no. of obstacle and save in the database. 5. Find all possible intersection points from the database to reach the destination from the source. 6. Select the shortest route from all routes by comparing their lengths. 7. Save the length of that route in to the buffer. www.ijera.com www.ijera.com 8. Check that intersection point is near to destination point if no go to step 2. Otherwise go to step 6. 9. Return that shortest length to the driver. 10. Count the mobility patterns generated by the vehicle to reach the destination. 11. Stop. C. Route Prediction Algorithm using VMM Inputs: Route map in terms of x and y coordinate, Number of Cars, Trained vehicle road segments, speed of the car, source and destination of the journey, n<=9. Expected Outputs: Pattern Utilization, Prediction accuracy. Predict future routes with highest probability. 1. Create a road map in terms of x and y coordinate. 2. Creation RSU and OBU for each newly created vehicle for communication. 3. Enter the source and destination of the journey. 4. If obstacles occurs in between from source to destination count the no. of obstacle and save in the database. 5. Find all possible whole path from the database to reach the destination from the source. 6. Select the less obstacle count route from all possible routes by comparing their obstacle count. 7. Save the obstacle count of that route in to the buffer. 8. Return the less obstacle route to the driver. 9. Count the mobility patterns generated by the vehicle to reach the destination. 10. Stop. V. PERFORMANCE EVALUATION AND RESULTS Here we are using the java language for implementation of all three algorithms which are described in section III and all these algorithms are base on statistical map and information of this map is stored in database from which data can be stored and retrieved for the communication between the vehicle. For communication of the vehicle we used the RSU on the road and OBU which is fitted in the vehicle which works like a client and server for request and response for the driver of the vehicle which gives the indication for the driver for the direction to reach from source to destination in accurate time. As we mentioned earlier MM does not detect any obstacle it gives only the next intersection point .HMM detect First order Markov model which predicts the next intersection point only with all possibilities and chooses the shortest distance without considering traffic condition. HMM: Hidden Markov model also predict the next intersection point only with all possibilities and chooses the shortest distance by only observing traffic condition. VMM: Variable order Markov model predicts the whole path source to destination with all 703 | P a g e
  • 4. Prof. Uma Nagaraj et al. Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.701-704 possibilities by considering traffic conditions and on where traffic is less it choose that path for destination. Here as shown in Figure 2 comparison is done on the basis of obstacles and distance and no. of patterns generated by each module. X axis= Models Y axis= No. of patterns. Here MM does not detect the obstacle so in the obstacle graph this model is not showing any no of patterns generated. It shows only for the HMM and VMM. VI. www.ijera.com CONCLUSION Here in this work for each intersection point of a road segments minimum three choices are provided and according to this choices whichever choice is having less distance as compared to the other choice the MM and HMM predicts that choice for the driver and for the VMM which choice is having less number of obstacle that choices is predicted by the VMM. The mobility pattern generated by the vehicle is more for the MM and HMM because it predicts only the next intersection point from the road map to the driver so more patterns are generated and the mobility patterns generated by the VMM vehicle are less because it predicts the whole path in one step so there is no more confusion for a driver when it uses the VMM for route prediction. Accurate and efficient Route Prediction probability by considering time factor is more in VMM as compared to the MM and VMM. References [1] Figure 2: Comparative results of three modules [2] [3] Figure 3: Prediction accuracy comparing between models with Consideration of traffic conditions with distance and obstacles. X axis= Models Y axis= source to destination path. As shown in the figure 2,3 and 4 our comparative results of three models shows that VMM is having a good approach for predicting the accurate route for the driver from the source to destination. [4] [5] [6] [7] [8] [9] Figure 4: Prediction Accuracy by considering Traffic Condition. www.ijera.com Guangtao Xue, Zhongwei Li, and Hongzi Zhu “Traffic-Known Urban Vehicular Route Prediction Based on Partial Mobility Patterns”, 2009 IEEE. SAE 2008 world Congress,April2008,USA.”A Markov Model For Driver Turn Prediction”. Jon Froehlich and John Krumm,”Route Prediction from Trip observations”, SAE (Society of Automotive Engineers) World Congress, 2008, Paper 2008-01-0195: Detroit, Michigan USA. John Krumm,” A Markov Model for Driver turn prediction.”, SAE( Society of Automotive Engineers) 2008 World Congress, April 14-17, 2008, Detroit, MI USA. Paper Number 2008-01-0195. Reid Simmons,Brett Browning,Yilu Zhang & Varsha Sadekar,” Learning to predict driver Route and Destination Intent ”, Intelligent Transportation Systems Conference, 2006, pp127-132 John B. Kenney, Member IEEE, Dedicated Short Range Communications (DSRC) Standards in the United States, Proceedings of the IEEE ,Vol. 99, No. 7, July 2011. Yisong(Lydia)Zheng, Qian Wang , Wangling, Mo Kuang, Research into the Driver’s Route Choice under Existing Realtime Traffic Information, Proceedings of the 2008 IEEE IEEM. Ivana Nižetic, Analysing Behaviour of Moving Objects Wilfried Enkelmann, FleetNet Applications for Inter-Vehicle Communication, Q7803-7848-2/03/2003 IEEE. 704 | P a g e