SlideShare a Scribd company logo
1 of 32
A Method for
Sharing Traffic Jam Information
using Inter-Vehicle Communication
Naoki Shibara, Takashi Terauchi*, Tomoya Kitani*,
Keiichi Yasumoto*, Minoru Ito* and Teruo Higashino**
Shiga University, JAPAN
*Nara Institute of Science and Technology (NAIST), JAPAN
**Osaka University, JAPAN
[ Invited Paper ]
The 2nd International Workshop on
Vehicle-to-Vehicle Communications 2006 (V2VCOM 2006), 21 July, 2006
2July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Background
 $100 billion/year of economic loss by traffic jam
 Existing services for alleviating traffic jam
 VICS (Vehicle Information and Communication System)
 A service provided by Japanese government
 Provides traffic jam information of trunk roads
 Cyber-Navi (Pioneer)
 An advanced car-navigation system
 Predicts traffic jam from information in the past
 Weaknesses of the existing methods
 Service area
 Operation cost
 Time lag / not up-to-date information
3July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Purpose of the study
 Autonomous collection of statistical traffic info.
 Using GPS and inter-vehicle communication
 No need for costly infrastructures
 Prediction of arrival time using the gathered info.
 Provides basic car-navigation system functions
 Route navigation avoiding congested areas
4July 21, 2006 V2VCOM 2006 - N. Shibata et al.
A1 A2 A3
A6A5A4
A7 A8 A9
Overview of the method (1/2)
The map is divided into areas.
Granularity of area is decided
according to the amount of
traffic and road density.
Cars measure time to pass
through each area using GPS.
Traffic info. can be collected by
exchanging info. between cars.
5July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Overview of the method (2/2)
 Arrival time can be estimated by summing up
time to pass through areas
A1 A2 A3
A6A5A4
A7 A8 A9
1’20’’
1’40’’
S
D
tA7
tA4 tA5
tA2
tA7’
tA8
tA5’
tA2’
6July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Outline
 Step 1. Collection of traffic info.
 Collecting time to pass through each area
 Propagation and retention of collected info.
 Avoiding redundant processing of same data
 Exchanging data with priorities
 Step 2. Estimating arrival time
7July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Challenges for accuracy
 Distinguishing time between turning
right/left and going straight is crucial
 Especially, time needed to turn right is
largely influenced by the opposite lane
8July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Problem of per-link measurement
• How can time to turn right/left and go
straight be distinguished?
 Collecting info. on a per-lane basis is hard
 Too much data by collecting on a per-link basis
9July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Per-area measurement
Collecting data for each combination of
incoming and outgoing link
 Time to turn at crossings is reflected
Area
border
24 sec
38 sec
10July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Time to pass through area
Measuring time for each combination of two
links crossing area border
G
E
A
H
I
B
D
C
F
a
e
d
c
b
Blue links cross area border
Red dotted lines are
area borders
Links Measured time
( a , b ) 150 sec
( a , e ) 220 sec
....
For the area at the
center, time is measured
for each two
combination of blue
links
11July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Outline
 Step 1. Collection of traffic info.
 Collecting time to pass through each area
 Propagation and retention of collected info.
 Avoiding redundant processing of same data
 Exchanging data with priorities
 Step 2. Estimating arrival time
12July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Area border
Exchanging info. between cars
 When a car crosses area border, it broadcasts its info
 When another car receives this info, it adds the info
into its memory
 The car continues to broadcast data for some time
13July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Adjacent areas The original area the
info is generated at
Retention and disposal of data
• Info. for an area adjacent to the area a car is running
at is retained.
14July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Retention and disposal of data
Here, this car
disposes info.
• Info. for an area adjacent to the area a car is running
at is retained.
• When a car goes off from these areas, it disposes the
corresponding data
15July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Outline
 Step 1. Collection of traffic info.
 Collecting time to pass through each area
 Propagation and retention of collected info.
 Avoiding redundant processing of same data
 Exchanging data with priorities
 Step 2. Estimating arrival time
16July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Redundant counting of same data
 Average area passage time to be obtained
 Data from multiple cars have to be collected
 Data originated from one car is exchanged
through many cars, and treated as multiple data
A
A
(A+B)/2
(A+C)/2
(A+A+B+C)/4 ?!
17July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Avoiding the problem
 Avoiding redundant processing of area
passage time
 Measured time by each car is not processed
until a car gets a sufficient number of data
Then, data are converted to statistical data
 Ignore received data if it has a same set of data
as data retained.
 Avoiding redundant processing of
statistical data
 Distinguish redundant data by hash value
18July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Avoiding redundant counting
5 sets of data7 sets of data
AA
19July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Avoiding redundant counting
AA
If a same set of data is included in the
received data, it's ignored.
20July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Exchanging data between cars
The case when threshold C = 10
5 sets of data 7 sets of data
21July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Exchanging data between cars
The case when threshold C = 10
5 sets of data7 sets of data
C sets of data is converted to one statistical data
10
Remainder
22July 21, 2006 V2VCOM 2006 - N. Shibata et al.
AA
Avoiding redundant processing of stat. data
 Each stat. data include hash value
calculated from car IDs
Stat. data
A
A
Compare hash value, and discard if
it has already the same data
23July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Outline
 Step 1. Collection of traffic info.
 Collecting time to pass through each area
 Propagation and retention of collected info.
 Avoiding redundant processing of same data
 Exchanging data with priorities
 Step 2. Estimating arrival time
24July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Exchanging information
 All information cannot be exchanged due to
bandwidth limitation
 Data is prioritized based on where the car is
running at, and how the areas are congested
Mid High High
HighMidLow
Low Low Mid
Position of
the car
25July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Evaluation
 Experiment 1
 Gain of accuracy by avoiding redundant processing
 Experiment 2
 Gain of accuracy by prioritized data transmission
 Experiment 3
 Overall accuracy of estimated arrival time
26July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Common configurations
 Area size 300 m×300 m
 Radio range 100 m
 Max speed of cars 16.6 m/s (60 km/h)
 Threshold C 5
 Size of packet 1500 byte
 Max # of packets sent by a car
0.3 packets / sec
 Duration of each packet 0.01 sec
 Duration of simulation 1 hour
 Time to live of info. 30 minutes
 Number of cars 300 at maximum
27July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Traffic simulator :NETSTREAM by TOYOTA
Map size :1.2km×1.2km
The number of nodes : 21
The number of links : 78
28July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Gain of accuracy by
avoiding redundant processing
0
20
40
60
80
100
120
A B C D E F G H I
Link Pair
PassageTime(sec.)
No avoidance
Our method
Actual time
If no avoidance, obtained time is much closer to the mode
29July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Gain of accuracy by
prioritized data transmission
0
20
40
60
80
100
A B C D E F G H I
Link Pair
PassageTime(sec.)
No prioritizing
Our method
Actual time
Data is lost
Only two cars have
data
Loss of information is avoided by prioritizing
30July 21, 2006 V2VCOM 2006 - N. Shibata et al.
0
20
40
60
80
100
120
140
(A,O) (B,P) (C,Q) (D,R) (E,S) (F,T) (G,U)
(Area 1, Area 2)
PassageTime(sec.)
Estimated time vs actual time
Estimated
Actual
A1
A2
A
O
B
C
P
Q
31July 21, 2006 V2VCOM 2006 - N. Shibata et al.
Conclusion
 We proposed an autonomous collection
method for traffic information
 We evaluated our method using the
traffic simulator NETSTREAM
 Future works include
 Dissipating information to further area
 Making it works correctly with very few cars
on the road
Shibata, N., Terauchi, T., Kitani, T., Yasumoto,
K., Ito, M., Higashino, T.: A Method for
Sharing Traffic Jam Information Using Inter-
Vehicle Communication, The 2nd International
Workshop on Vehicle-to-Vehicle
Communications (V2VCOM) (Mobiquitous2006
Workshop), pp. 1-7.
DOI:10.1109/MOBIQ.2006.340428 [ PDF ]
32July 21, 2006 V2VCOM 2006 - N. Shibata et al.

More Related Content

What's hot

The Regulatory Perspective Towards GNSS Adoption in Rail- ERA
The Regulatory Perspective Towards GNSS Adoption in Rail- ERAThe Regulatory Perspective Towards GNSS Adoption in Rail- ERA
The Regulatory Perspective Towards GNSS Adoption in Rail- ERAThe European GNSS Agency (GSA)
 
Integrating GNSS within another safety critical transport mode
Integrating GNSS within another safety critical transport modeIntegrating GNSS within another safety critical transport mode
Integrating GNSS within another safety critical transport modeThe European GNSS Agency (GSA)
 
Integration of mega projects into the existing network – the critical role of...
Integration of mega projects into the existing network – the critical role of...Integration of mega projects into the existing network – the critical role of...
Integration of mega projects into the existing network – the critical role of...JumpingJaq
 
Deriving on-trip route choices of truck drivers by utilizing Bluetooth data,...
 Deriving on-trip route choices of truck drivers by utilizing Bluetooth data,... Deriving on-trip route choices of truck drivers by utilizing Bluetooth data,...
Deriving on-trip route choices of truck drivers by utilizing Bluetooth data,...SalilSharma26
 
ERSAT Projects – E-GNSS based solution for Low density lines and its certific...
ERSAT Projects – E-GNSS based solution for Low density lines and its certific...ERSAT Projects – E-GNSS based solution for Low density lines and its certific...
ERSAT Projects – E-GNSS based solution for Low density lines and its certific...The European GNSS Agency (GSA)
 
Using spatial presentation of bus GPS data to identify and justify bus priori...
Using spatial presentation of bus GPS data to identify and justify bus priori...Using spatial presentation of bus GPS data to identify and justify bus priori...
Using spatial presentation of bus GPS data to identify and justify bus priori...JumpingJaq
 
Dynamic Fleet Sizing Problem for an E-Scooter Valet Service
Dynamic Fleet Sizing Problem for an E-Scooter Valet ServiceDynamic Fleet Sizing Problem for an E-Scooter Valet Service
Dynamic Fleet Sizing Problem for an E-Scooter Valet ServiceJoseph Chow
 
Traffic Detection Systems (Transportation Engineering)
Traffic Detection Systems (Transportation Engineering)Traffic Detection Systems (Transportation Engineering)
Traffic Detection Systems (Transportation Engineering)Hossam Shafiq I
 
"A machine learning approach for the estimation of fuel consumption related t...
"A machine learning approach for the estimation of fuel consumption related t..."A machine learning approach for the estimation of fuel consumption related t...
"A machine learning approach for the estimation of fuel consumption related t...TRUSS ITN
 
Real time path planning based on hybrid-vanet-enhanced transportation system
Real time path planning based on hybrid-vanet-enhanced transportation systemReal time path planning based on hybrid-vanet-enhanced transportation system
Real time path planning based on hybrid-vanet-enhanced transportation systemShakas Technologies
 
China’s brt development in the last decade
China’s brt development in the last decadeChina’s brt development in the last decade
China’s brt development in the last decadeBRTCoE
 
Pedestrian infrastructure audits for the City of Sydney’s Liveable Green Ne...
Pedestrian infrastructure audits for  the City of Sydney’s Liveable Green  Ne...Pedestrian infrastructure audits for  the City of Sydney’s Liveable Green  Ne...
Pedestrian infrastructure audits for the City of Sydney’s Liveable Green Ne...JumpingJaq
 
Building trip matrices from mobile phone data
Building trip matrices from mobile phone data Building trip matrices from mobile phone data
Building trip matrices from mobile phone data JumpingJaq
 
Webinar: Examples of BRT implementation in South Africa metropolitan and smal...
Webinar: Examples of BRT implementation in South Africa metropolitan and smal...Webinar: Examples of BRT implementation in South Africa metropolitan and smal...
Webinar: Examples of BRT implementation in South Africa metropolitan and smal...BRTCoE
 
Qing TRB Poster 16
Qing TRB Poster 16Qing TRB Poster 16
Qing TRB Poster 16Qing Li
 
STARS Project – GNSS performances, rail environment characterisation and conc...
STARS Project – GNSS performances, rail environment characterisation and conc...STARS Project – GNSS performances, rail environment characterisation and conc...
STARS Project – GNSS performances, rail environment characterisation and conc...The European GNSS Agency (GSA)
 
GIS for traffic signal optimization.
GIS for traffic signal optimization.GIS for traffic signal optimization.
GIS for traffic signal optimization.Vinod Shinde
 
Transportation Planning & Travel Demand Forecasting (Transportation Engineering)
Transportation Planning & Travel Demand Forecasting (Transportation Engineering)Transportation Planning & Travel Demand Forecasting (Transportation Engineering)
Transportation Planning & Travel Demand Forecasting (Transportation Engineering)Hossam Shafiq I
 

What's hot (20)

The Regulatory Perspective Towards GNSS Adoption in Rail- ERA
The Regulatory Perspective Towards GNSS Adoption in Rail- ERAThe Regulatory Perspective Towards GNSS Adoption in Rail- ERA
The Regulatory Perspective Towards GNSS Adoption in Rail- ERA
 
Integrating GNSS within another safety critical transport mode
Integrating GNSS within another safety critical transport modeIntegrating GNSS within another safety critical transport mode
Integrating GNSS within another safety critical transport mode
 
Integration of mega projects into the existing network – the critical role of...
Integration of mega projects into the existing network – the critical role of...Integration of mega projects into the existing network – the critical role of...
Integration of mega projects into the existing network – the critical role of...
 
Deriving on-trip route choices of truck drivers by utilizing Bluetooth data,...
 Deriving on-trip route choices of truck drivers by utilizing Bluetooth data,... Deriving on-trip route choices of truck drivers by utilizing Bluetooth data,...
Deriving on-trip route choices of truck drivers by utilizing Bluetooth data,...
 
ERSAT Projects – E-GNSS based solution for Low density lines and its certific...
ERSAT Projects – E-GNSS based solution for Low density lines and its certific...ERSAT Projects – E-GNSS based solution for Low density lines and its certific...
ERSAT Projects – E-GNSS based solution for Low density lines and its certific...
 
Using spatial presentation of bus GPS data to identify and justify bus priori...
Using spatial presentation of bus GPS data to identify and justify bus priori...Using spatial presentation of bus GPS data to identify and justify bus priori...
Using spatial presentation of bus GPS data to identify and justify bus priori...
 
Dynamic Fleet Sizing Problem for an E-Scooter Valet Service
Dynamic Fleet Sizing Problem for an E-Scooter Valet ServiceDynamic Fleet Sizing Problem for an E-Scooter Valet Service
Dynamic Fleet Sizing Problem for an E-Scooter Valet Service
 
Traffic Detection Systems (Transportation Engineering)
Traffic Detection Systems (Transportation Engineering)Traffic Detection Systems (Transportation Engineering)
Traffic Detection Systems (Transportation Engineering)
 
"A machine learning approach for the estimation of fuel consumption related t...
"A machine learning approach for the estimation of fuel consumption related t..."A machine learning approach for the estimation of fuel consumption related t...
"A machine learning approach for the estimation of fuel consumption related t...
 
Real time path planning based on hybrid-vanet-enhanced transportation system
Real time path planning based on hybrid-vanet-enhanced transportation systemReal time path planning based on hybrid-vanet-enhanced transportation system
Real time path planning based on hybrid-vanet-enhanced transportation system
 
China’s brt development in the last decade
China’s brt development in the last decadeChina’s brt development in the last decade
China’s brt development in the last decade
 
Pedestrian infrastructure audits for the City of Sydney’s Liveable Green Ne...
Pedestrian infrastructure audits for  the City of Sydney’s Liveable Green  Ne...Pedestrian infrastructure audits for  the City of Sydney’s Liveable Green  Ne...
Pedestrian infrastructure audits for the City of Sydney’s Liveable Green Ne...
 
Building trip matrices from mobile phone data
Building trip matrices from mobile phone data Building trip matrices from mobile phone data
Building trip matrices from mobile phone data
 
Integration of Land Use & Transportation Planning in the SMART Plan
Integration of Land Use & Transportation Planning in the SMART PlanIntegration of Land Use & Transportation Planning in the SMART Plan
Integration of Land Use & Transportation Planning in the SMART Plan
 
Webinar: Examples of BRT implementation in South Africa metropolitan and smal...
Webinar: Examples of BRT implementation in South Africa metropolitan and smal...Webinar: Examples of BRT implementation in South Africa metropolitan and smal...
Webinar: Examples of BRT implementation in South Africa metropolitan and smal...
 
Qing TRB Poster 16
Qing TRB Poster 16Qing TRB Poster 16
Qing TRB Poster 16
 
STARS Project – GNSS performances, rail environment characterisation and conc...
STARS Project – GNSS performances, rail environment characterisation and conc...STARS Project – GNSS performances, rail environment characterisation and conc...
STARS Project – GNSS performances, rail environment characterisation and conc...
 
TrainSense
TrainSenseTrainSense
TrainSense
 
GIS for traffic signal optimization.
GIS for traffic signal optimization.GIS for traffic signal optimization.
GIS for traffic signal optimization.
 
Transportation Planning & Travel Demand Forecasting (Transportation Engineering)
Transportation Planning & Travel Demand Forecasting (Transportation Engineering)Transportation Planning & Travel Demand Forecasting (Transportation Engineering)
Transportation Planning & Travel Demand Forecasting (Transportation Engineering)
 

Viewers also liked

(Paper) A Method for Sharing Traffic Jam Information using Inter-Vehicle Comm...
(Paper) A Method for Sharing Traffic Jam Information using Inter-Vehicle Comm...(Paper) A Method for Sharing Traffic Jam Information using Inter-Vehicle Comm...
(Paper) A Method for Sharing Traffic Jam Information using Inter-Vehicle Comm...Naoki Shibata
 
Wireless intelligent networking
Wireless intelligent networkingWireless intelligent networking
Wireless intelligent networkingManish Kumar
 
Inter vehicular communication
Inter vehicular communicationInter vehicular communication
Inter vehicular communicationMSharathRajan
 
(Slides) Inter-Vehicle Communication Protocol for Cooperatively Capturing and...
(Slides) Inter-Vehicle Communication Protocol for Cooperatively Capturing and...(Slides) Inter-Vehicle Communication Protocol for Cooperatively Capturing and...
(Slides) Inter-Vehicle Communication Protocol for Cooperatively Capturing and...Naoki Shibata
 
Intelligent transportation system using wireless sensor network
Intelligent transportation system using wireless sensor networkIntelligent transportation system using wireless sensor network
Intelligent transportation system using wireless sensor networkBrundha Sholaganga
 
2016 2017 ieee ece embedded- project titles
2016   2017 ieee ece  embedded- project titles2016   2017 ieee ece  embedded- project titles
2016 2017 ieee ece embedded- project titlesPvrtechnologies Nellore
 
Technology and Libraries:RFID vs. Barcodes
Technology and Libraries:RFID vs. BarcodesTechnology and Libraries:RFID vs. Barcodes
Technology and Libraries:RFID vs. BarcodesHoueida Kammourié
 
Securing Underwater Wireless Communication
Securing Underwater Wireless CommunicationSecuring Underwater Wireless Communication
Securing Underwater Wireless CommunicationDipaloke Arunodoy
 
iot based home automation
iot based home automationiot based home automation
iot based home automationparvathy s m
 
Inter vehicle communication
Inter vehicle communicationInter vehicle communication
Inter vehicle communicationR prasad
 
Securing underwater wireless communication by Nisha Menon K
Securing underwater wireless communication by Nisha Menon KSecuring underwater wireless communication by Nisha Menon K
Securing underwater wireless communication by Nisha Menon KNisha Menon K
 
Home automation using IoT
Home automation using IoTHome automation using IoT
Home automation using IoTAthira_1993
 
Smart Traffic Light Controller
Smart Traffic Light ControllerSmart Traffic Light Controller
Smart Traffic Light ControllerHimanshi_Sharma
 
Wireless intelligent networks
Wireless intelligent networksWireless intelligent networks
Wireless intelligent networksJimit Rupani
 
“Securing underwater wireless communication networks” 2
“Securing underwater wireless communication networks” 2“Securing underwater wireless communication networks” 2
“Securing underwater wireless communication networks” 2Naveena N
 
Traffic light controller
Traffic light controllerTraffic light controller
Traffic light controllerRkrishna Mishra
 

Viewers also liked (19)

(Paper) A Method for Sharing Traffic Jam Information using Inter-Vehicle Comm...
(Paper) A Method for Sharing Traffic Jam Information using Inter-Vehicle Comm...(Paper) A Method for Sharing Traffic Jam Information using Inter-Vehicle Comm...
(Paper) A Method for Sharing Traffic Jam Information using Inter-Vehicle Comm...
 
Wireless intelligent networking
Wireless intelligent networkingWireless intelligent networking
Wireless intelligent networking
 
Ivwc
IvwcIvwc
Ivwc
 
Inter vehicular communication
Inter vehicular communicationInter vehicular communication
Inter vehicular communication
 
(Slides) Inter-Vehicle Communication Protocol for Cooperatively Capturing and...
(Slides) Inter-Vehicle Communication Protocol for Cooperatively Capturing and...(Slides) Inter-Vehicle Communication Protocol for Cooperatively Capturing and...
(Slides) Inter-Vehicle Communication Protocol for Cooperatively Capturing and...
 
Intelligent transportation system using wireless sensor network
Intelligent transportation system using wireless sensor networkIntelligent transportation system using wireless sensor network
Intelligent transportation system using wireless sensor network
 
2016 2017 ieee ece embedded- project titles
2016   2017 ieee ece  embedded- project titles2016   2017 ieee ece  embedded- project titles
2016 2017 ieee ece embedded- project titles
 
Technology and Libraries:RFID vs. Barcodes
Technology and Libraries:RFID vs. BarcodesTechnology and Libraries:RFID vs. Barcodes
Technology and Libraries:RFID vs. Barcodes
 
Securing Underwater Wireless Communication
Securing Underwater Wireless CommunicationSecuring Underwater Wireless Communication
Securing Underwater Wireless Communication
 
iot based home automation
iot based home automationiot based home automation
iot based home automation
 
Inter vehicle communication
Inter vehicle communicationInter vehicle communication
Inter vehicle communication
 
Securing underwater wireless communication by Nisha Menon K
Securing underwater wireless communication by Nisha Menon KSecuring underwater wireless communication by Nisha Menon K
Securing underwater wireless communication by Nisha Menon K
 
CCNA IP Addressing
CCNA IP AddressingCCNA IP Addressing
CCNA IP Addressing
 
Home automation using IoT
Home automation using IoTHome automation using IoT
Home automation using IoT
 
Smart Traffic Light Controller
Smart Traffic Light ControllerSmart Traffic Light Controller
Smart Traffic Light Controller
 
Wireless intelligent networks
Wireless intelligent networksWireless intelligent networks
Wireless intelligent networks
 
“Securing underwater wireless communication networks” 2
“Securing underwater wireless communication networks” 2“Securing underwater wireless communication networks” 2
“Securing underwater wireless communication networks” 2
 
Traffic light controller
Traffic light controllerTraffic light controller
Traffic light controller
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 

Similar to (Slides) A Method for Sharing Traffic Jam Information Using Inter-Vehicle Communication

Case Studies in Managing Traffic in a Developing Country with Privacy-Preserv...
Case Studies in Managing Traffic in a Developing Country with Privacy-Preserv...Case Studies in Managing Traffic in a Developing Country with Privacy-Preserv...
Case Studies in Managing Traffic in a Developing Country with Privacy-Preserv...Biplav Srivastava
 
VEHICULAR 2020 Presentation by Kohei Hosono
VEHICULAR 2020 Presentation by Kohei HosonoVEHICULAR 2020 Presentation by Kohei Hosono
VEHICULAR 2020 Presentation by Kohei HosonoKohei Hosono
 
Optimization of new collection routes using gis software
Optimization of new collection routes using gis softwareOptimization of new collection routes using gis software
Optimization of new collection routes using gis softwareTemitayo Sofeso
 
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...ITIIIndustries
 
FHWA C10 DynusT+CT-RAMP Integration on ARC and MORPC
FHWA C10 DynusT+CT-RAMP Integration on ARC and MORPCFHWA C10 DynusT+CT-RAMP Integration on ARC and MORPC
FHWA C10 DynusT+CT-RAMP Integration on ARC and MORPCYi-Chang Chiu
 
Traffic Volume Study And Congestion Solution Using VisSim Software
Traffic Volume Study And Congestion Solution Using VisSim SoftwareTraffic Volume Study And Congestion Solution Using VisSim Software
Traffic Volume Study And Congestion Solution Using VisSim SoftwareIRJET Journal
 
Poster: Exploring the shortest route options: Applying Environmental Indicato...
Poster: Exploring the shortest route options: Applying Environmental Indicato...Poster: Exploring the shortest route options: Applying Environmental Indicato...
Poster: Exploring the shortest route options: Applying Environmental Indicato...Matthew Pulis
 
IRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET Journal
 
Using ArcGIS to Propose an On-Street Bicycle Network
Using ArcGIS to Propose an On-Street Bicycle NetworkUsing ArcGIS to Propose an On-Street Bicycle Network
Using ArcGIS to Propose an On-Street Bicycle NetworkBryan Townley
 
CycleStreets: Our Story - presentation to Net2Camb event
CycleStreets: Our Story - presentation to Net2Camb eventCycleStreets: Our Story - presentation to Net2Camb event
CycleStreets: Our Story - presentation to Net2Camb eventCycleStreets
 
[Day 3] Agcommons Quickwin: gRoads
[Day 3] Agcommons Quickwin: gRoads[Day 3] Agcommons Quickwin: gRoads
[Day 3] Agcommons Quickwin: gRoadscsi2009
 
IRJET - Improving Road Travel with Route Suggestion using Decision Tree A...
IRJET -  	  Improving Road Travel with Route Suggestion using Decision Tree A...IRJET -  	  Improving Road Travel with Route Suggestion using Decision Tree A...
IRJET - Improving Road Travel with Route Suggestion using Decision Tree A...IRJET Journal
 
IRJET- A Case Study on Weaving Capacity Under Heterogeneous Traffic Condition...
IRJET- A Case Study on Weaving Capacity Under Heterogeneous Traffic Condition...IRJET- A Case Study on Weaving Capacity Under Heterogeneous Traffic Condition...
IRJET- A Case Study on Weaving Capacity Under Heterogeneous Traffic Condition...IRJET Journal
 
Traffic data fusion methodology
Traffic data fusion methodologyTraffic data fusion methodology
Traffic data fusion methodologyJumpingJaq
 
exit_presentation_daniel
exit_presentation_danielexit_presentation_daniel
exit_presentation_danielDaniel Emaasit
 
Classification Approach for Big Data Driven Traffic Flow Prediction using Ap...
Classification Approach for Big Data Driven Traffic  Flow Prediction using Ap...Classification Approach for Big Data Driven Traffic  Flow Prediction using Ap...
Classification Approach for Big Data Driven Traffic Flow Prediction using Ap...IRJET Journal
 
Christian jensen advanced routing in spatial networks using big data
Christian jensen advanced routing in spatial networks using big dataChristian jensen advanced routing in spatial networks using big data
Christian jensen advanced routing in spatial networks using big datajins0618
 
CycleStreets main presentation to OSM State of the Map 2009
CycleStreets main presentation to OSM State of the Map 2009CycleStreets main presentation to OSM State of the Map 2009
CycleStreets main presentation to OSM State of the Map 2009CycleStreets
 

Similar to (Slides) A Method for Sharing Traffic Jam Information Using Inter-Vehicle Communication (20)

Case Studies in Managing Traffic in a Developing Country with Privacy-Preserv...
Case Studies in Managing Traffic in a Developing Country with Privacy-Preserv...Case Studies in Managing Traffic in a Developing Country with Privacy-Preserv...
Case Studies in Managing Traffic in a Developing Country with Privacy-Preserv...
 
VEHICULAR 2020 Presentation by Kohei Hosono
VEHICULAR 2020 Presentation by Kohei HosonoVEHICULAR 2020 Presentation by Kohei Hosono
VEHICULAR 2020 Presentation by Kohei Hosono
 
Optimization of new collection routes using gis software
Optimization of new collection routes using gis softwareOptimization of new collection routes using gis software
Optimization of new collection routes using gis software
 
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
 
FHWA C10 DynusT+CT-RAMP Integration on ARC and MORPC
FHWA C10 DynusT+CT-RAMP Integration on ARC and MORPCFHWA C10 DynusT+CT-RAMP Integration on ARC and MORPC
FHWA C10 DynusT+CT-RAMP Integration on ARC and MORPC
 
Traffic Volume Study And Congestion Solution Using VisSim Software
Traffic Volume Study And Congestion Solution Using VisSim SoftwareTraffic Volume Study And Congestion Solution Using VisSim Software
Traffic Volume Study And Congestion Solution Using VisSim Software
 
Poster: Exploring the shortest route options: Applying Environmental Indicato...
Poster: Exploring the shortest route options: Applying Environmental Indicato...Poster: Exploring the shortest route options: Applying Environmental Indicato...
Poster: Exploring the shortest route options: Applying Environmental Indicato...
 
Using telematics data to research traffic related air pollution
Using telematics data to research traffic related air pollutionUsing telematics data to research traffic related air pollution
Using telematics data to research traffic related air pollution
 
IRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management System
 
Using ArcGIS to Propose an On-Street Bicycle Network
Using ArcGIS to Propose an On-Street Bicycle NetworkUsing ArcGIS to Propose an On-Street Bicycle Network
Using ArcGIS to Propose an On-Street Bicycle Network
 
CycleStreets: Our Story - presentation to Net2Camb event
CycleStreets: Our Story - presentation to Net2Camb eventCycleStreets: Our Story - presentation to Net2Camb event
CycleStreets: Our Story - presentation to Net2Camb event
 
[Day 3] Agcommons Quickwin: gRoads
[Day 3] Agcommons Quickwin: gRoads[Day 3] Agcommons Quickwin: gRoads
[Day 3] Agcommons Quickwin: gRoads
 
IRJET - Improving Road Travel with Route Suggestion using Decision Tree A...
IRJET -  	  Improving Road Travel with Route Suggestion using Decision Tree A...IRJET -  	  Improving Road Travel with Route Suggestion using Decision Tree A...
IRJET - Improving Road Travel with Route Suggestion using Decision Tree A...
 
Eastman Lake Parking Areas
Eastman Lake Parking AreasEastman Lake Parking Areas
Eastman Lake Parking Areas
 
IRJET- A Case Study on Weaving Capacity Under Heterogeneous Traffic Condition...
IRJET- A Case Study on Weaving Capacity Under Heterogeneous Traffic Condition...IRJET- A Case Study on Weaving Capacity Under Heterogeneous Traffic Condition...
IRJET- A Case Study on Weaving Capacity Under Heterogeneous Traffic Condition...
 
Traffic data fusion methodology
Traffic data fusion methodologyTraffic data fusion methodology
Traffic data fusion methodology
 
exit_presentation_daniel
exit_presentation_danielexit_presentation_daniel
exit_presentation_daniel
 
Classification Approach for Big Data Driven Traffic Flow Prediction using Ap...
Classification Approach for Big Data Driven Traffic  Flow Prediction using Ap...Classification Approach for Big Data Driven Traffic  Flow Prediction using Ap...
Classification Approach for Big Data Driven Traffic Flow Prediction using Ap...
 
Christian jensen advanced routing in spatial networks using big data
Christian jensen advanced routing in spatial networks using big dataChristian jensen advanced routing in spatial networks using big data
Christian jensen advanced routing in spatial networks using big data
 
CycleStreets main presentation to OSM State of the Map 2009
CycleStreets main presentation to OSM State of the Map 2009CycleStreets main presentation to OSM State of the Map 2009
CycleStreets main presentation to OSM State of the Map 2009
 

More from Naoki Shibata

Circular barcode design resistant to linear motion blur (preliminary slides)
Circular barcode design resistant to linear motion blur (preliminary slides)Circular barcode design resistant to linear motion blur (preliminary slides)
Circular barcode design resistant to linear motion blur (preliminary slides)Naoki Shibata
 
(Paper) An Endorsement Based Mobile Payment System for a Disaster Area
(Paper) An Endorsement Based Mobile Payment System for a Disaster Area(Paper) An Endorsement Based Mobile Payment System for a Disaster Area
(Paper) An Endorsement Based Mobile Payment System for a Disaster AreaNaoki Shibata
 
BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...
BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...
BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...Naoki Shibata
 
Congestion Alleviation Scheduling Technique for Car Drivers Based on Predicti...
Congestion Alleviation Scheduling Technique for Car Drivers Based on Predicti...Congestion Alleviation Scheduling Technique for Car Drivers Based on Predicti...
Congestion Alleviation Scheduling Technique for Car Drivers Based on Predicti...Naoki Shibata
 
(Paper) MTcast: Robust and Efficient P2P-based Video Delivery for Heterogeneo...
(Paper) MTcast: Robust and Efficient P2P-based Video Delivery for Heterogeneo...(Paper) MTcast: Robust and Efficient P2P-based Video Delivery for Heterogeneo...
(Paper) MTcast: Robust and Efficient P2P-based Video Delivery for Heterogeneo...Naoki Shibata
 
An Endorsement Based Mobile Payment System for A Disaster Area
An Endorsement Based Mobile Payment System for A Disaster AreaAn Endorsement Based Mobile Payment System for A Disaster Area
An Endorsement Based Mobile Payment System for A Disaster AreaNaoki Shibata
 
GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...
GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...
GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...Naoki Shibata
 
Task Scheduling Algorithm for Multicore Processor Systems with Turbo Boost an...
Task Scheduling Algorithm for Multicore Processor Systems with Turbo Boost an...Task Scheduling Algorithm for Multicore Processor Systems with Turbo Boost an...
Task Scheduling Algorithm for Multicore Processor Systems with Turbo Boost an...Naoki Shibata
 
GPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
GPGPU-Assisted Subpixel Tracking Method for Fiducial MarkersGPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
GPGPU-Assisted Subpixel Tracking Method for Fiducial MarkersNaoki Shibata
 
(Paper) BalloonNet: A Deploying Method for a Three-Dimensional Wireless Netwo...
(Paper) BalloonNet: A Deploying Method for a Three-Dimensional Wireless Netwo...(Paper) BalloonNet: A Deploying Method for a Three-Dimensional Wireless Netwo...
(Paper) BalloonNet: A Deploying Method for a Three-Dimensional Wireless Netwo...Naoki Shibata
 
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...Naoki Shibata
 
(Paper) A Method for Overlay Network Latency Estimation from Previous Observa...
(Paper) A Method for Overlay Network Latency Estimation from Previous Observa...(Paper) A Method for Overlay Network Latency Estimation from Previous Observa...
(Paper) A Method for Overlay Network Latency Estimation from Previous Observa...Naoki Shibata
 
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...Naoki Shibata
 
(Paper) Self adaptive island GA
(Paper) Self adaptive island GA(Paper) Self adaptive island GA
(Paper) Self adaptive island GANaoki Shibata
 
(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...
(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...
(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...Naoki Shibata
 
(Slides) A Decentralized Method for Maximizing k-coverage Lifetime in WSNs
(Slides) A Decentralized Method for Maximizing k-coverage Lifetime in WSNs(Slides) A Decentralized Method for Maximizing k-coverage Lifetime in WSNs
(Slides) A Decentralized Method for Maximizing k-coverage Lifetime in WSNsNaoki Shibata
 
(Paper) Task scheduling algorithm for multicore processor system for minimiz...
 (Paper) Task scheduling algorithm for multicore processor system for minimiz... (Paper) Task scheduling algorithm for multicore processor system for minimiz...
(Paper) Task scheduling algorithm for multicore processor system for minimiz...Naoki Shibata
 
(Slides) Task scheduling algorithm for multicore processor system for minimiz...
(Slides) Task scheduling algorithm for multicore processor system for minimiz...(Slides) Task scheduling algorithm for multicore processor system for minimiz...
(Slides) Task scheduling algorithm for multicore processor system for minimiz...Naoki Shibata
 
(Slides) A Personal Navigation System with a Schedule Planning Facility Based...
(Slides) A Personal Navigation System with a Schedule Planning Facility Based...(Slides) A Personal Navigation System with a Schedule Planning Facility Based...
(Slides) A Personal Navigation System with a Schedule Planning Facility Based...Naoki Shibata
 
(Slides) A Method for Distributed Computaion of Semi-Optimal Multicast Tree i...
(Slides) A Method for Distributed Computaion of Semi-Optimal Multicast Tree i...(Slides) A Method for Distributed Computaion of Semi-Optimal Multicast Tree i...
(Slides) A Method for Distributed Computaion of Semi-Optimal Multicast Tree i...Naoki Shibata
 

More from Naoki Shibata (20)

Circular barcode design resistant to linear motion blur (preliminary slides)
Circular barcode design resistant to linear motion blur (preliminary slides)Circular barcode design resistant to linear motion blur (preliminary slides)
Circular barcode design resistant to linear motion blur (preliminary slides)
 
(Paper) An Endorsement Based Mobile Payment System for a Disaster Area
(Paper) An Endorsement Based Mobile Payment System for a Disaster Area(Paper) An Endorsement Based Mobile Payment System for a Disaster Area
(Paper) An Endorsement Based Mobile Payment System for a Disaster Area
 
BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...
BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...
BalloonNet: A Deploying Method for a Three-Dimensional Wireless Network Surro...
 
Congestion Alleviation Scheduling Technique for Car Drivers Based on Predicti...
Congestion Alleviation Scheduling Technique for Car Drivers Based on Predicti...Congestion Alleviation Scheduling Technique for Car Drivers Based on Predicti...
Congestion Alleviation Scheduling Technique for Car Drivers Based on Predicti...
 
(Paper) MTcast: Robust and Efficient P2P-based Video Delivery for Heterogeneo...
(Paper) MTcast: Robust and Efficient P2P-based Video Delivery for Heterogeneo...(Paper) MTcast: Robust and Efficient P2P-based Video Delivery for Heterogeneo...
(Paper) MTcast: Robust and Efficient P2P-based Video Delivery for Heterogeneo...
 
An Endorsement Based Mobile Payment System for A Disaster Area
An Endorsement Based Mobile Payment System for A Disaster AreaAn Endorsement Based Mobile Payment System for A Disaster Area
An Endorsement Based Mobile Payment System for A Disaster Area
 
GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...
GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...
GreenSwirl: Combining Traffic Signal Control and Route Guidance for Reducing ...
 
Task Scheduling Algorithm for Multicore Processor Systems with Turbo Boost an...
Task Scheduling Algorithm for Multicore Processor Systems with Turbo Boost an...Task Scheduling Algorithm for Multicore Processor Systems with Turbo Boost an...
Task Scheduling Algorithm for Multicore Processor Systems with Turbo Boost an...
 
GPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
GPGPU-Assisted Subpixel Tracking Method for Fiducial MarkersGPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
GPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
 
(Paper) BalloonNet: A Deploying Method for a Three-Dimensional Wireless Netwo...
(Paper) BalloonNet: A Deploying Method for a Three-Dimensional Wireless Netwo...(Paper) BalloonNet: A Deploying Method for a Three-Dimensional Wireless Netwo...
(Paper) BalloonNet: A Deploying Method for a Three-Dimensional Wireless Netwo...
 
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...
(Paper) Emergency Medical Support System for Visualizing Locations and Vital ...
 
(Paper) A Method for Overlay Network Latency Estimation from Previous Observa...
(Paper) A Method for Overlay Network Latency Estimation from Previous Observa...(Paper) A Method for Overlay Network Latency Estimation from Previous Observa...
(Paper) A Method for Overlay Network Latency Estimation from Previous Observa...
 
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...
 
(Paper) Self adaptive island GA
(Paper) Self adaptive island GA(Paper) Self adaptive island GA
(Paper) Self adaptive island GA
 
(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...
(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...
(Paper) Efficient Evaluation Methods of Elementary Functions Suitable for SIM...
 
(Slides) A Decentralized Method for Maximizing k-coverage Lifetime in WSNs
(Slides) A Decentralized Method for Maximizing k-coverage Lifetime in WSNs(Slides) A Decentralized Method for Maximizing k-coverage Lifetime in WSNs
(Slides) A Decentralized Method for Maximizing k-coverage Lifetime in WSNs
 
(Paper) Task scheduling algorithm for multicore processor system for minimiz...
 (Paper) Task scheduling algorithm for multicore processor system for minimiz... (Paper) Task scheduling algorithm for multicore processor system for minimiz...
(Paper) Task scheduling algorithm for multicore processor system for minimiz...
 
(Slides) Task scheduling algorithm for multicore processor system for minimiz...
(Slides) Task scheduling algorithm for multicore processor system for minimiz...(Slides) Task scheduling algorithm for multicore processor system for minimiz...
(Slides) Task scheduling algorithm for multicore processor system for minimiz...
 
(Slides) A Personal Navigation System with a Schedule Planning Facility Based...
(Slides) A Personal Navigation System with a Schedule Planning Facility Based...(Slides) A Personal Navigation System with a Schedule Planning Facility Based...
(Slides) A Personal Navigation System with a Schedule Planning Facility Based...
 
(Slides) A Method for Distributed Computaion of Semi-Optimal Multicast Tree i...
(Slides) A Method for Distributed Computaion of Semi-Optimal Multicast Tree i...(Slides) A Method for Distributed Computaion of Semi-Optimal Multicast Tree i...
(Slides) A Method for Distributed Computaion of Semi-Optimal Multicast Tree i...
 

Recently uploaded

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
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
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
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
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
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 

Recently uploaded (20)

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...
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
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
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
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)
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

(Slides) A Method for Sharing Traffic Jam Information Using Inter-Vehicle Communication

  • 1. A Method for Sharing Traffic Jam Information using Inter-Vehicle Communication Naoki Shibara, Takashi Terauchi*, Tomoya Kitani*, Keiichi Yasumoto*, Minoru Ito* and Teruo Higashino** Shiga University, JAPAN *Nara Institute of Science and Technology (NAIST), JAPAN **Osaka University, JAPAN [ Invited Paper ] The 2nd International Workshop on Vehicle-to-Vehicle Communications 2006 (V2VCOM 2006), 21 July, 2006
  • 2. 2July 21, 2006 V2VCOM 2006 - N. Shibata et al. Background  $100 billion/year of economic loss by traffic jam  Existing services for alleviating traffic jam  VICS (Vehicle Information and Communication System)  A service provided by Japanese government  Provides traffic jam information of trunk roads  Cyber-Navi (Pioneer)  An advanced car-navigation system  Predicts traffic jam from information in the past  Weaknesses of the existing methods  Service area  Operation cost  Time lag / not up-to-date information
  • 3. 3July 21, 2006 V2VCOM 2006 - N. Shibata et al. Purpose of the study  Autonomous collection of statistical traffic info.  Using GPS and inter-vehicle communication  No need for costly infrastructures  Prediction of arrival time using the gathered info.  Provides basic car-navigation system functions  Route navigation avoiding congested areas
  • 4. 4July 21, 2006 V2VCOM 2006 - N. Shibata et al. A1 A2 A3 A6A5A4 A7 A8 A9 Overview of the method (1/2) The map is divided into areas. Granularity of area is decided according to the amount of traffic and road density. Cars measure time to pass through each area using GPS. Traffic info. can be collected by exchanging info. between cars.
  • 5. 5July 21, 2006 V2VCOM 2006 - N. Shibata et al. Overview of the method (2/2)  Arrival time can be estimated by summing up time to pass through areas A1 A2 A3 A6A5A4 A7 A8 A9 1’20’’ 1’40’’ S D tA7 tA4 tA5 tA2 tA7’ tA8 tA5’ tA2’
  • 6. 6July 21, 2006 V2VCOM 2006 - N. Shibata et al. Outline  Step 1. Collection of traffic info.  Collecting time to pass through each area  Propagation and retention of collected info.  Avoiding redundant processing of same data  Exchanging data with priorities  Step 2. Estimating arrival time
  • 7. 7July 21, 2006 V2VCOM 2006 - N. Shibata et al. Challenges for accuracy  Distinguishing time between turning right/left and going straight is crucial  Especially, time needed to turn right is largely influenced by the opposite lane
  • 8. 8July 21, 2006 V2VCOM 2006 - N. Shibata et al. Problem of per-link measurement • How can time to turn right/left and go straight be distinguished?  Collecting info. on a per-lane basis is hard  Too much data by collecting on a per-link basis
  • 9. 9July 21, 2006 V2VCOM 2006 - N. Shibata et al. Per-area measurement Collecting data for each combination of incoming and outgoing link  Time to turn at crossings is reflected Area border 24 sec 38 sec
  • 10. 10July 21, 2006 V2VCOM 2006 - N. Shibata et al. Time to pass through area Measuring time for each combination of two links crossing area border G E A H I B D C F a e d c b Blue links cross area border Red dotted lines are area borders Links Measured time ( a , b ) 150 sec ( a , e ) 220 sec .... For the area at the center, time is measured for each two combination of blue links
  • 11. 11July 21, 2006 V2VCOM 2006 - N. Shibata et al. Outline  Step 1. Collection of traffic info.  Collecting time to pass through each area  Propagation and retention of collected info.  Avoiding redundant processing of same data  Exchanging data with priorities  Step 2. Estimating arrival time
  • 12. 12July 21, 2006 V2VCOM 2006 - N. Shibata et al. Area border Exchanging info. between cars  When a car crosses area border, it broadcasts its info  When another car receives this info, it adds the info into its memory  The car continues to broadcast data for some time
  • 13. 13July 21, 2006 V2VCOM 2006 - N. Shibata et al. Adjacent areas The original area the info is generated at Retention and disposal of data • Info. for an area adjacent to the area a car is running at is retained.
  • 14. 14July 21, 2006 V2VCOM 2006 - N. Shibata et al. Retention and disposal of data Here, this car disposes info. • Info. for an area adjacent to the area a car is running at is retained. • When a car goes off from these areas, it disposes the corresponding data
  • 15. 15July 21, 2006 V2VCOM 2006 - N. Shibata et al. Outline  Step 1. Collection of traffic info.  Collecting time to pass through each area  Propagation and retention of collected info.  Avoiding redundant processing of same data  Exchanging data with priorities  Step 2. Estimating arrival time
  • 16. 16July 21, 2006 V2VCOM 2006 - N. Shibata et al. Redundant counting of same data  Average area passage time to be obtained  Data from multiple cars have to be collected  Data originated from one car is exchanged through many cars, and treated as multiple data A A (A+B)/2 (A+C)/2 (A+A+B+C)/4 ?!
  • 17. 17July 21, 2006 V2VCOM 2006 - N. Shibata et al. Avoiding the problem  Avoiding redundant processing of area passage time  Measured time by each car is not processed until a car gets a sufficient number of data Then, data are converted to statistical data  Ignore received data if it has a same set of data as data retained.  Avoiding redundant processing of statistical data  Distinguish redundant data by hash value
  • 18. 18July 21, 2006 V2VCOM 2006 - N. Shibata et al. Avoiding redundant counting 5 sets of data7 sets of data AA
  • 19. 19July 21, 2006 V2VCOM 2006 - N. Shibata et al. Avoiding redundant counting AA If a same set of data is included in the received data, it's ignored.
  • 20. 20July 21, 2006 V2VCOM 2006 - N. Shibata et al. Exchanging data between cars The case when threshold C = 10 5 sets of data 7 sets of data
  • 21. 21July 21, 2006 V2VCOM 2006 - N. Shibata et al. Exchanging data between cars The case when threshold C = 10 5 sets of data7 sets of data C sets of data is converted to one statistical data 10 Remainder
  • 22. 22July 21, 2006 V2VCOM 2006 - N. Shibata et al. AA Avoiding redundant processing of stat. data  Each stat. data include hash value calculated from car IDs Stat. data A A Compare hash value, and discard if it has already the same data
  • 23. 23July 21, 2006 V2VCOM 2006 - N. Shibata et al. Outline  Step 1. Collection of traffic info.  Collecting time to pass through each area  Propagation and retention of collected info.  Avoiding redundant processing of same data  Exchanging data with priorities  Step 2. Estimating arrival time
  • 24. 24July 21, 2006 V2VCOM 2006 - N. Shibata et al. Exchanging information  All information cannot be exchanged due to bandwidth limitation  Data is prioritized based on where the car is running at, and how the areas are congested Mid High High HighMidLow Low Low Mid Position of the car
  • 25. 25July 21, 2006 V2VCOM 2006 - N. Shibata et al. Evaluation  Experiment 1  Gain of accuracy by avoiding redundant processing  Experiment 2  Gain of accuracy by prioritized data transmission  Experiment 3  Overall accuracy of estimated arrival time
  • 26. 26July 21, 2006 V2VCOM 2006 - N. Shibata et al. Common configurations  Area size 300 m×300 m  Radio range 100 m  Max speed of cars 16.6 m/s (60 km/h)  Threshold C 5  Size of packet 1500 byte  Max # of packets sent by a car 0.3 packets / sec  Duration of each packet 0.01 sec  Duration of simulation 1 hour  Time to live of info. 30 minutes  Number of cars 300 at maximum
  • 27. 27July 21, 2006 V2VCOM 2006 - N. Shibata et al. Traffic simulator :NETSTREAM by TOYOTA Map size :1.2km×1.2km The number of nodes : 21 The number of links : 78
  • 28. 28July 21, 2006 V2VCOM 2006 - N. Shibata et al. Gain of accuracy by avoiding redundant processing 0 20 40 60 80 100 120 A B C D E F G H I Link Pair PassageTime(sec.) No avoidance Our method Actual time If no avoidance, obtained time is much closer to the mode
  • 29. 29July 21, 2006 V2VCOM 2006 - N. Shibata et al. Gain of accuracy by prioritized data transmission 0 20 40 60 80 100 A B C D E F G H I Link Pair PassageTime(sec.) No prioritizing Our method Actual time Data is lost Only two cars have data Loss of information is avoided by prioritizing
  • 30. 30July 21, 2006 V2VCOM 2006 - N. Shibata et al. 0 20 40 60 80 100 120 140 (A,O) (B,P) (C,Q) (D,R) (E,S) (F,T) (G,U) (Area 1, Area 2) PassageTime(sec.) Estimated time vs actual time Estimated Actual A1 A2 A O B C P Q
  • 31. 31July 21, 2006 V2VCOM 2006 - N. Shibata et al. Conclusion  We proposed an autonomous collection method for traffic information  We evaluated our method using the traffic simulator NETSTREAM  Future works include  Dissipating information to further area  Making it works correctly with very few cars on the road
  • 32. Shibata, N., Terauchi, T., Kitani, T., Yasumoto, K., Ito, M., Higashino, T.: A Method for Sharing Traffic Jam Information Using Inter- Vehicle Communication, The 2nd International Workshop on Vehicle-to-Vehicle Communications (V2VCOM) (Mobiquitous2006 Workshop), pp. 1-7. DOI:10.1109/MOBIQ.2006.340428 [ PDF ] 32July 21, 2006 V2VCOM 2006 - N. Shibata et al.

Editor's Notes

  1. My name is Naoki Shibata. I'd like to have a talk titled ...
  2. Traffic jam is a huge problem for the whole world. In Japan, we are having more than 100 billion dollar of economic loss for each year,. Traffic jam also causes lots of extra CO2 emission. There are some existing services for alleviating traffic jam. Japanese government is providing a service called VICS, which stands for Vehicle Information and Communication System. This provides traffic jam information of trunk roads, by means of FM radio and optical beacons. Some Japanese companies are selling advanced car-navigation systems utilizing VICS. For example, Pioneer sells a car-navigation system called Cyber-Navi. This system has a traffic jam information collected in the past in its HDD, and predicts traffic jam from the information in the past. But, these existing methods have some weaknesses. First, VICS doesn’t provide information other than trunk roads, since VICS collects information from sensors placed roadside. Second is the operation cost. VICS requires the sensors to be placed and maintained. Cyber-Navi requires update of statistical data. The last one is time lag. VICS collects data from sensors to a central server, and dissipates the information. So, there is some time lag. Cyber-Navi predicts traffic jam from the information in the past, so it can’t handle traffic jam caused by road construction works.
  3. So, we want to alleviate this huge problem. The purpose of this study is to realize autonomous collection of statistical traffic information. Today, GPS receiver and wireless LAN interfaces are very cheap. Using GPS and inter-vehicle communication, traffic information can be collected without costly infrastructures on the ground. And, by using the collected information, we want to realize basic car-navigation system functions including route navigation avoiding congested areas.
  4. Ok, now I explain the overview of the method. We first divide the map into areas, like this. Granularity of the areas are decided according to the amount of traffic and road density. Cars measure time to pass through each area using GPS. Traffic information can be collected by exchanging information between cars.
  5. And, once we got time to pass through each area, arrival time can be estimated by summing up time to pass through areas.
  6. Here is the outline of the proposed method. I’ll now explain collecting time to pass through each area
  7. In order to estimate the time needed to pass through each area, we have to distinguish cars turning right/left and going straight. Especially, time needed to turn right is largely influenced by condition of the opposite lane. So, distinguishing the cases of turning right, left and going straight is crucial.
  8. But, how can time of turning right, left and going straight distinguished? The simplest way is to collect information for each lane. But, it’s hard to distinguish which lane the car is running on due to GPS positioning error. Also, collecting information on a per-lane or a per-link basis is not sufficient. Besides these problems, if we collect data on a per-link basis, we will have too much data.
  9. In the proposed method, we adopt per-area measurement. In this figure, these red dotted lines are area border. If a car goes straight, it needs 24 seconds to pass through this area. If another car turns right, it needs 38 seconds to pass through this area. By measuring time to pass an area for each combination of incoming and outgoing link, we make time to turn at crossings reflected in the data.
  10. I now give another example. On this map, these red dotted lines are area borders. So, these five blue links named alpha to epsilon cross area borders. We measure time to pass through area for each combination of incoming and outgoing links. So there are 5 times 4 equals 20 combinations to measure time for the area at the center.
  11. OK, now I explain propagation and retention of the collected information.
  12. 読む
  13. If we exchange data between cars by the simplest way, we will have the problem explained here. We have to collect data from multiple cars. And, data originated from one car is exchanged through many cars, and it can be treated as multiple data. For example, this red car first disseminates it’s measured time A. This data is received by these blue car and black car. They also have their measured time B and C. And then, they disseminate the averaged time (A+B)/2 and (A+C)/2. When these two data are received by this white car and averaged, the first data A is counted twice. We found this largely worsen the accuracy of the final estimated time.
  14. In the proposed method, we avoid the problem in two steps. In order to avoid redundant processing of the area passage time, the measured time are not processed until a car gets a sufficient number of data. If the car receives same data as it possesses, the car just ignore it. If a car gets a sufficient number of data, it converts the data into statistical data. Redundant processing of the statistical data can be avoided using hash values.
  15. For example, this black car has 7 sets of measured time. The red car has 5 sets of measured time. When these cars exchange data,
  16. If a same set of data is included in the received data, all received data are ignored.
  17. If there is no redundancy, the black car concatenates the received data with data in its memory, and it converts part of them into a statistical data.
  18. Now, I explain exchanging data with priorities
  19. 読む
  20. We evaluated our method from three viewpoints. First of them is observing gain of accuracy by avoiding redundant processing. Second is the gain of accuracy by prioritizing data transmission. The third is overall accuracy.
  21. These are common configurations for the experiments.
  22. We used a traffic simulator NETSTREAM developed by TOYOTA
  23. We observed ( タイトル )
  24. Next, we observed (title) We observed lost data, and cases where the data are not dissipated as we expected.
  25. We observed overall accuracy of estimated arrival time. Here, we observed actual time to pass these two areas, and estimated time to pass these areas by our method. These data shows that the error of estimation is within 10 seconds.
  26. I now conclude my talk. 読む