SlideShare a Scribd company logo
1 of 29
An application of frequent pattern mining
to traffic accident data
交通事故データへの頻出パターンマイニングの適用
Yuta Takahashi1), Masaru Kiyota1), Yukuo Hayashida1),
Yuichiro Sakamoto1)
1) Saga University
Background
• Traffic accidents per hundred thousands in Saga are
most often in Japan while 4 years
2
0
200
400
600
800
1000
1200
2012 2013 2014 2015
NumberofTrafficAccidents
(perhundredthousands)
year
Saga
Average
We haven’t identified the cause
clearly.
Due to complication
Over
2 times!!
PDCA cycle for preventing accidents
3
Plan
Do
Check
Action
• Analysis a cause of accidents
• Propose a prevention
method
• Take measures
• Verify the effectiveness of
action
• Consider the lack of
measures
• Schedule next measures
Do
Plan
Check
Action
PCDA cycle
PDCA cycle for preventing accidents
4
Plan
Do
Check
Action
PCDA cycle
 Procedure of “Plan”
Select feature
points
Analysis of
accident causes
Planning of
measures
Research entities
Position of
this study
Problem of previous analysis
• Ordinary we make many tables and graphs
⇒ It needs much cost to make and check
5
• We attend to introduce a data mining approach
Data mining
• A method of gaining knowledge from large data
• It is different from statistical analysis
• Performance takes priority over strictness
6
 SOM
 Clustering
 K-means
 Association rule analysis
 Neural Network
 Decision Tree
 SVM
 Bayesian network
① Learning ② Extract patterns
Related works
 Machine Learning Approach
7
Dataset
Fatal injury
Classifier
Incapacitating injury
No injury
…
Model Patterns
Chong, Miao, etc at al. "Traffic accident data mining using machine learning paradigms."
Fourth International Conference on Intelligent Systems Design and Applications (ISDA'04)
Method
 Decision Tree
 Neural Network
 DT & NN
Related works
8
 Clustering Approach
Dataset Clustering
C1
C2
C3
C7
…
Pattern1
Pattern2
Pattern3
Pattern7
…
Depaire, Benoît, Geert Wets, and Koen Vanhoof. "Traffic accident segmentation by means
of latent class clustering." Accident Analysis & Prevention 40.4 (2008): 1257-1266.
Frequent pattern mining
9
• A method of finding frequent items from the dataset
• It can count item combination efficiently
support 𝑋 =
count 𝑋
𝑀
X : Patterns
M : Amount of transactions
 specify minsup parameter
support(X )
Patterns which are under
minsup will be eliminated
We expect this could easy to extract patterns!!
Frequent pattern mining vs statistical analysis
Frequent
pattern mining
Statistical
analysis
strictness △ ○
Analysis cost ○ △
Finding
knowledge ○ ×
10
Purpose of this study
Adapt frequent pattern mining to traffic accident data
- Is it efficient to analyze?
- Can it get knowledge?
11
Data & Analysis
- Traffic Accident
Data
45,653 datas
- Algorithm
Apriori
- Programming
Python
3 type analysis with pattern mining
② Vehicle type
12
① Intersection ③ Age
① ー ② ー ③
⇒ Time rules ⇒ Emerging
Patterns, Similarity
⇒ Correlation
① Time rules in each intersection
13① ー ② ー ③
 Intersection analysis
Name of intersection is
labeled by police
• Occur time prediction
• Causes due to time
 Association rule
support 𝑋 ⇒ 𝑌 =
count(𝑋 ∪ 𝑌)
𝑀
rule ∶ 𝑋 ⇒ Y Sunny ⇒ Road is drying
Flow of the analysis
14① ー ② ー ③
Dataset
Interse
ction 1
Interse
ction 2
Interse
ction N
Patter
ns 1
Patter
ns N
All rules
Patter
ns 2
Rules
1
Rules
2
Rules
N
…
…
…
 Time span
1. Long span
(Season, Weekday or
Holiday, time per 6
hours)
2. Short span
(Season, Days of the
week, time per 3 hours)
Result of rules (Long span)
rule intersection support
{Weekday} ⇒ {12:00-17:00} 下村 0.588
{Autumn} ⇒ {Weekday} 水上交差点 0.583
{Weekday} ⇒ {12:00-17:00} 県庁前交差点 0.571
{Summer} ⇒ {Weekday} 愛敬町 0.545
{Winter} ⇒ {Weekday} 満穴 0.529
{Summer} ⇒ {Weekday} 唐房入口交差点 0.500
{Summer} ⇒ {Weekday} 伊勢町 0.500
{Weekday} ⇒ {12:00-17:00} ハローワーク唐
津入口
0.500
{Summer} ⇒ {Weekday} 栄町北 0.474
{Autumn} ⇒ {Weekday} 村徳永 0.462
15① ー ② ー ③
Result of rules (Long span)
rule intersection support
{Winter} ⇒ {Holiday} 幡崎東 0.455
{Holiday} ⇒ {12:00-17:00} 枯木の塔 0.364
{Holiday} ⇒ {12:00-17:00} 長瀬交差点(信号) 0.364
{Autumn} ⇒ {Holiday} 神埼市役所前 0.357
{Holiday} ⇒ {6:00-11:00} 五条(北) 0.333
16① ー ② ー ③
Result of rules
rule intersection support
{Spring} ⇒ {Friday} 千布北交差点(信号) 0.364
{Saturday} ⇒ {12:00-14:00} 鏡山入口交差点 0.364
{Winter} ⇒ {Saturday} 幡崎東 0.364
{Winter} ⇒ {Monday} 龍谷短大入口 0.350
{Winter} ⇒ {Sunday} 脇田 0.333
{Summer} ⇒ {12:00-14:00} 浜玉中学校前交差点 0.313
{Spring} ⇒ {18:00-21:00} 中副交差点(R385) 0.308
{Monday} ⇒ {12:00-14:00} 東多久駅前 0.286
{Winter} ⇒ {15:00-17:00} 県庁前交差点 0.286
{Summer} ⇒ {Saturday} 材木町浦島通り 0.273
17① ー ② ー ③
② Vehicle type analysis
18① ー ② ー ③
 Road structure
Extract road structure
patterns by comparing
vehicle type
Determine degree of
similarity with
comparing patterns
Car Walker Bicycle Car Auto bicycle
perpetrator victim
Flow of the analysis
19① ー ② ー ③
Dataset
Walker Bicycle
Auto
bicycle
Patter
ns 1
Patter
ns 4
All patterns
Patter
ns 2
Car
Patter
ns 3
Similarity
Emerging
patterns
How to determine emerging patterns
20① ー ② ー ③
Walker
Bicycle
Car
Auto bicycle
 Growth rate
GRG 𝑒 =
supportG 𝑒
1
𝑁 𝑖=0
𝑁
supportGi
𝑒
At pattern e
GRG 𝑒 ≥ 1.0
⇩
Emerging pattern
Growth rate of each vehicle type
21① ー ② ー ③
Elements of the emerging pattern
22
Walker
Bicycle
Car
Auto bicycle
 No traffic light
 Median divider - paint
 Inside of intersection
 Single road・1 lane road
 Near intersection
 Exist pedestrian-vehicle separation
 Median divider - paint
 General traffic location
 No pedestrian-vehicle separation
 No traffic light  Intersection
 No median divider
① ー ② ー ③
Degree of similarity between vehicle type
Walker Bicycle Car
Auto
bicycle
Walker - 0.129 0.129 0.112
Bicycle 0.135 - 0.137 0.056
Car 0.129 0.137 - 0.087
Auto
bicycle
0.112 0.056 0.087 -
23① ー ② ー ③
Si G1, G2 =
1
𝑁
𝑖=0
𝑁
𝑠𝑢𝑝𝑝𝑜𝑟𝑡 𝐺1
𝑒𝑖 − 𝑠𝑢𝑝𝑝𝑜𝑟𝑡 𝐺2
𝑒𝑖
Si → 0.0 : Similar
Si → 1.0 : not Similar
③ Correlation between age and support
24① ー ② ー ③
 Correlation patterns
Many patterns
↓
Some patterns have a
correlation with age?
0
200
400
600
800
1000
1200
1400
1600
0 10 20 30 40 50 60 70 80 90
Amountofperpetrators
Age
Flow of the analysis
25① ー ② ー ③
Dataset
Age 18 Age 19 Age 80
Patter
ns 1
Patter
ns 62
All patterns
Patter
ns 2
Correlation
patterns
…
…
Positive correlation patterns
26① ー ② ー ③ Before noon : 9:00-11:00
Negative correlation patterns
27① ー ② ー ③ Beginning of night : 18:00-20:00
Conclusions
We tried to adapt frequent pattern mining to traffic
accident data
We did 3 type analysis
• Time rules in intersections
→ Some rules that look related to time
• Vehicle type and road structure
→ Emerging patterns and determine similarity
• Frequent patterns which have correlation with age
→ Extract some patterns with the correlation
28
Future works
• Validation of knowledge has not done
• Traffic accident data with location can add more
metadata
• We’d like to introduce this method to real case
29
Dataset
Frequent
pattern
mining
Knowledge ?

More Related Content

Similar to 交通事故データへの頻出パターンマイニングの適用

ATS-16: Making Data Count, Josh Roll
ATS-16: Making Data Count, Josh RollATS-16: Making Data Count, Josh Roll
ATS-16: Making Data Count, Josh RollBTAOregon
 
interactive voting based map matching algorithm
interactive voting based map matching algorithminteractive voting based map matching algorithm
interactive voting based map matching algorithmYousef Fadila
 
Improving the understanding of safety performance of commercial motorcycles i...
Improving the understanding of safety performance of commercial motorcycles i...Improving the understanding of safety performance of commercial motorcycles i...
Improving the understanding of safety performance of commercial motorcycles i...Institute for Transport Studies (ITS)
 
Forecasting time series powerful and simple
Forecasting time series powerful and simpleForecasting time series powerful and simple
Forecasting time series powerful and simpleIvo Andreev
 
Presentation on Spot Speed Study Analysis for the course CE 454
Presentation on Spot Speed Study Analysis for the course CE 454Presentation on Spot Speed Study Analysis for the course CE 454
Presentation on Spot Speed Study Analysis for the course CE 454nazifa tabassum
 
Disruptions on Road Networks: Impact on traffic characteristics
Disruptions on Road Networks: Impact on traffic characteristicsDisruptions on Road Networks: Impact on traffic characteristics
Disruptions on Road Networks: Impact on traffic characteristicsJumpingJaq
 
Traffic Volume Study
Traffic Volume StudyTraffic Volume Study
Traffic Volume StudyWaliur Rahman
 
PREDICTION OF TOOL WEAR USING ARTIFICIAL NEURAL NETWORK IN TURNING OF MILD STEEL
PREDICTION OF TOOL WEAR USING ARTIFICIAL NEURAL NETWORK IN TURNING OF MILD STEELPREDICTION OF TOOL WEAR USING ARTIFICIAL NEURAL NETWORK IN TURNING OF MILD STEEL
PREDICTION OF TOOL WEAR USING ARTIFICIAL NEURAL NETWORK IN TURNING OF MILD STEELSourav Samanta
 
Example-Dependent Cost-Sensitive Credit Card Fraud Detection
Example-Dependent Cost-Sensitive Credit Card Fraud DetectionExample-Dependent Cost-Sensitive Credit Card Fraud Detection
Example-Dependent Cost-Sensitive Credit Card Fraud DetectionAlejandro Correa Bahnsen, PhD
 
Ellett Presentation - Final
Ellett Presentation - FinalEllett Presentation - Final
Ellett Presentation - FinalMakenzie Ellett
 
A Prediction Market Game for Route Selection under Uncertainty
A Prediction Market Game for Route Selection under UncertaintyA Prediction Market Game for Route Selection under Uncertainty
A Prediction Market Game for Route Selection under Uncertaintyhaji mizu
 
Darcy Bullock Presentation 2-3-10
Darcy Bullock Presentation 2-3-10Darcy Bullock Presentation 2-3-10
Darcy Bullock Presentation 2-3-10Kittelson Slides
 
Easy deployable-parking-percom-v6.1
Easy deployable-parking-percom-v6.1Easy deployable-parking-percom-v6.1
Easy deployable-parking-percom-v6.1cwyou
 
Trip Generation Study of Drive-through Coffee Outlets
Trip Generation Study of Drive-through Coffee OutletsTrip Generation Study of Drive-through Coffee Outlets
Trip Generation Study of Drive-through Coffee OutletsJumpingJaq
 
Portfolio MS-MBA
Portfolio MS-MBAPortfolio MS-MBA
Portfolio MS-MBARAHUL SINGH
 
Prineville HWY 126 Tom McCall Public Meeting 12-17-15
Prineville HWY 126 Tom McCall Public Meeting 12-17-15Prineville HWY 126 Tom McCall Public Meeting 12-17-15
Prineville HWY 126 Tom McCall Public Meeting 12-17-15cityofprineville
 
Forecasting Space-Time Events - Strata + Hadoop World 2015 San Jose
Forecasting Space-Time Events - Strata + Hadoop World 2015 San JoseForecasting Space-Time Events - Strata + Hadoop World 2015 San Jose
Forecasting Space-Time Events - Strata + Hadoop World 2015 San JoseAzavea
 
Participatory Project
Participatory ProjectParticipatory Project
Participatory Project#Xiao Zhe#
 

Similar to 交通事故データへの頻出パターンマイニングの適用 (20)

ATS-16: Making Data Count, Josh Roll
ATS-16: Making Data Count, Josh RollATS-16: Making Data Count, Josh Roll
ATS-16: Making Data Count, Josh Roll
 
interactive voting based map matching algorithm
interactive voting based map matching algorithminteractive voting based map matching algorithm
interactive voting based map matching algorithm
 
Improving the understanding of safety performance of commercial motorcycles i...
Improving the understanding of safety performance of commercial motorcycles i...Improving the understanding of safety performance of commercial motorcycles i...
Improving the understanding of safety performance of commercial motorcycles i...
 
Forecasting time series powerful and simple
Forecasting time series powerful and simpleForecasting time series powerful and simple
Forecasting time series powerful and simple
 
Presentation on Spot Speed Study Analysis for the course CE 454
Presentation on Spot Speed Study Analysis for the course CE 454Presentation on Spot Speed Study Analysis for the course CE 454
Presentation on Spot Speed Study Analysis for the course CE 454
 
Disruptions on Road Networks: Impact on traffic characteristics
Disruptions on Road Networks: Impact on traffic characteristicsDisruptions on Road Networks: Impact on traffic characteristics
Disruptions on Road Networks: Impact on traffic characteristics
 
Traffic Volume Study
Traffic Volume StudyTraffic Volume Study
Traffic Volume Study
 
PREDICTION OF TOOL WEAR USING ARTIFICIAL NEURAL NETWORK IN TURNING OF MILD STEEL
PREDICTION OF TOOL WEAR USING ARTIFICIAL NEURAL NETWORK IN TURNING OF MILD STEELPREDICTION OF TOOL WEAR USING ARTIFICIAL NEURAL NETWORK IN TURNING OF MILD STEEL
PREDICTION OF TOOL WEAR USING ARTIFICIAL NEURAL NETWORK IN TURNING OF MILD STEEL
 
Example-Dependent Cost-Sensitive Credit Card Fraud Detection
Example-Dependent Cost-Sensitive Credit Card Fraud DetectionExample-Dependent Cost-Sensitive Credit Card Fraud Detection
Example-Dependent Cost-Sensitive Credit Card Fraud Detection
 
Ellett Presentation - Final
Ellett Presentation - FinalEllett Presentation - Final
Ellett Presentation - Final
 
A Prediction Market Game for Route Selection under Uncertainty
A Prediction Market Game for Route Selection under UncertaintyA Prediction Market Game for Route Selection under Uncertainty
A Prediction Market Game for Route Selection under Uncertainty
 
Darcy Bullock Presentation 2-3-10
Darcy Bullock Presentation 2-3-10Darcy Bullock Presentation 2-3-10
Darcy Bullock Presentation 2-3-10
 
Easy deployable-parking-percom-v6.1
Easy deployable-parking-percom-v6.1Easy deployable-parking-percom-v6.1
Easy deployable-parking-percom-v6.1
 
Trip Generation Study of Drive-through Coffee Outlets
Trip Generation Study of Drive-through Coffee OutletsTrip Generation Study of Drive-through Coffee Outlets
Trip Generation Study of Drive-through Coffee Outlets
 
Portfolio MS-MBA
Portfolio MS-MBAPortfolio MS-MBA
Portfolio MS-MBA
 
Prineville HWY 126 Tom McCall Public Meeting 12-17-15
Prineville HWY 126 Tom McCall Public Meeting 12-17-15Prineville HWY 126 Tom McCall Public Meeting 12-17-15
Prineville HWY 126 Tom McCall Public Meeting 12-17-15
 
Traffic Control Center Award
Traffic Control Center AwardTraffic Control Center Award
Traffic Control Center Award
 
New Tools for Estimating Walking and Bicycling Demand
New Tools for Estimating Walking and Bicycling DemandNew Tools for Estimating Walking and Bicycling Demand
New Tools for Estimating Walking and Bicycling Demand
 
Forecasting Space-Time Events - Strata + Hadoop World 2015 San Jose
Forecasting Space-Time Events - Strata + Hadoop World 2015 San JoseForecasting Space-Time Events - Strata + Hadoop World 2015 San Jose
Forecasting Space-Time Events - Strata + Hadoop World 2015 San Jose
 
Participatory Project
Participatory ProjectParticipatory Project
Participatory Project
 

More from Yuta Takahashi

PikaBreak: 光で休憩を促してくれるスマートタイマー
PikaBreak: 光で休憩を促してくれるスマートタイマーPikaBreak: 光で休憩を促してくれるスマートタイマー
PikaBreak: 光で休憩を促してくれるスマートタイマーYuta Takahashi
 
ライフログを軸としたユビキタスコンピューティング技術
ライフログを軸としたユビキタスコンピューティング技術ライフログを軸としたユビキタスコンピューティング技術
ライフログを軸としたユビキタスコンピューティング技術Yuta Takahashi
 
生活リズムの類似性や周期性に基づく心身の健康状態の推定と予測
生活リズムの類似性や周期性に基づく心身の健康状態の推定と予測生活リズムの類似性や周期性に基づく心身の健康状態の推定と予測
生活リズムの類似性や周期性に基づく心身の健康状態の推定と予測Yuta Takahashi
 
観光中の内的状態推定に向けた観光客の無意識的しぐさの分析
観光中の内的状態推定に向けた観光客の無意識的しぐさの分析観光中の内的状態推定に向けた観光客の無意識的しぐさの分析
観光中の内的状態推定に向けた観光客の無意識的しぐさの分析Yuta Takahashi
 
生産性の低下抑止のためのウェアラブル機器による体調の推定と予測
生産性の低下抑止のためのウェアラブル機器による体調の推定と予測生産性の低下抑止のためのウェアラブル機器による体調の推定と予測
生産性の低下抑止のためのウェアラブル機器による体調の推定と予測Yuta Takahashi
 
DeepRemote: A Smart Remote Controller for Intuitive Control through Home Appl...
DeepRemote: A Smart Remote Controller for Intuitive Control through Home Appl...DeepRemote: A Smart Remote Controller for Intuitive Control through Home Appl...
DeepRemote: A Smart Remote Controller for Intuitive Control through Home Appl...Yuta Takahashi
 
An Identification Method of IR Signals to Collect Control Logs of Home Applia...
An Identification Method of IR Signals to Collect Control Logs of Home Applia...An Identification Method of IR Signals to Collect Control Logs of Home Applia...
An Identification Method of IR Signals to Collect Control Logs of Home Applia...Yuta Takahashi
 
歩行リハビリ支援のためのセンサ装着杖を 介した歩行動作認識手法の提案
歩行リハビリ支援のためのセンサ装着杖を 介した歩行動作認識手法の提案歩行リハビリ支援のためのセンサ装着杖を 介した歩行動作認識手法の提案
歩行リハビリ支援のためのセンサ装着杖を 介した歩行動作認識手法の提案Yuta Takahashi
 
茨城高専から九州と関西へ飛び出た話
茨城高専から九州と関西へ飛び出た話茨城高専から九州と関西へ飛び出た話
茨城高専から九州と関西へ飛び出た話Yuta Takahashi
 
HASCとWekaを使って行動認識
HASCとWekaを使って行動認識HASCとWekaを使って行動認識
HASCとWekaを使って行動認識Yuta Takahashi
 
Ubiquitous Tips - スキルウェンズデー
Ubiquitous Tips - スキルウェンズデーUbiquitous Tips - スキルウェンズデー
Ubiquitous Tips - スキルウェンズデーYuta Takahashi
 
筋電制御を支援するIoTプラットフォームと 把持戦略の構築
筋電制御を支援するIoTプラットフォームと把持戦略の構築筋電制御を支援するIoTプラットフォームと把持戦略の構築
筋電制御を支援するIoTプラットフォームと 把持戦略の構築Yuta Takahashi
 
Arch linuxを試したお話
Arch linuxを試したお話Arch linuxを試したお話
Arch linuxを試したお話Yuta Takahashi
 
超音波センサーを用いた4点杖の使用者のコンテキスト推定法の提案
超音波センサーを用いた4点杖の使用者のコンテキスト推定法の提案超音波センサーを用いた4点杖の使用者のコンテキスト推定法の提案
超音波センサーを用いた4点杖の使用者のコンテキスト推定法の提案Yuta Takahashi
 

More from Yuta Takahashi (15)

PikaBreak: 光で休憩を促してくれるスマートタイマー
PikaBreak: 光で休憩を促してくれるスマートタイマーPikaBreak: 光で休憩を促してくれるスマートタイマー
PikaBreak: 光で休憩を促してくれるスマートタイマー
 
ライフログを軸としたユビキタスコンピューティング技術
ライフログを軸としたユビキタスコンピューティング技術ライフログを軸としたユビキタスコンピューティング技術
ライフログを軸としたユビキタスコンピューティング技術
 
生活リズムの類似性や周期性に基づく心身の健康状態の推定と予測
生活リズムの類似性や周期性に基づく心身の健康状態の推定と予測生活リズムの類似性や周期性に基づく心身の健康状態の推定と予測
生活リズムの類似性や周期性に基づく心身の健康状態の推定と予測
 
観光中の内的状態推定に向けた観光客の無意識的しぐさの分析
観光中の内的状態推定に向けた観光客の無意識的しぐさの分析観光中の内的状態推定に向けた観光客の無意識的しぐさの分析
観光中の内的状態推定に向けた観光客の無意識的しぐさの分析
 
生産性の低下抑止のためのウェアラブル機器による体調の推定と予測
生産性の低下抑止のためのウェアラブル機器による体調の推定と予測生産性の低下抑止のためのウェアラブル機器による体調の推定と予測
生産性の低下抑止のためのウェアラブル機器による体調の推定と予測
 
DeepRemote: A Smart Remote Controller for Intuitive Control through Home Appl...
DeepRemote: A Smart Remote Controller for Intuitive Control through Home Appl...DeepRemote: A Smart Remote Controller for Intuitive Control through Home Appl...
DeepRemote: A Smart Remote Controller for Intuitive Control through Home Appl...
 
An Identification Method of IR Signals to Collect Control Logs of Home Applia...
An Identification Method of IR Signals to Collect Control Logs of Home Applia...An Identification Method of IR Signals to Collect Control Logs of Home Applia...
An Identification Method of IR Signals to Collect Control Logs of Home Applia...
 
歩行リハビリ支援のためのセンサ装着杖を 介した歩行動作認識手法の提案
歩行リハビリ支援のためのセンサ装着杖を 介した歩行動作認識手法の提案歩行リハビリ支援のためのセンサ装着杖を 介した歩行動作認識手法の提案
歩行リハビリ支援のためのセンサ装着杖を 介した歩行動作認識手法の提案
 
茨城高専から九州と関西へ飛び出た話
茨城高専から九州と関西へ飛び出た話茨城高専から九州と関西へ飛び出た話
茨城高専から九州と関西へ飛び出た話
 
HASCとWekaを使って行動認識
HASCとWekaを使って行動認識HASCとWekaを使って行動認識
HASCとWekaを使って行動認識
 
Ubiquitous Tips - スキルウェンズデー
Ubiquitous Tips - スキルウェンズデーUbiquitous Tips - スキルウェンズデー
Ubiquitous Tips - スキルウェンズデー
 
筋電制御を支援するIoTプラットフォームと 把持戦略の構築
筋電制御を支援するIoTプラットフォームと把持戦略の構築筋電制御を支援するIoTプラットフォームと把持戦略の構築
筋電制御を支援するIoTプラットフォームと 把持戦略の構築
 
IoT Technologies
IoT TechnologiesIoT Technologies
IoT Technologies
 
Arch linuxを試したお話
Arch linuxを試したお話Arch linuxを試したお話
Arch linuxを試したお話
 
超音波センサーを用いた4点杖の使用者のコンテキスト推定法の提案
超音波センサーを用いた4点杖の使用者のコンテキスト推定法の提案超音波センサーを用いた4点杖の使用者のコンテキスト推定法の提案
超音波センサーを用いた4点杖の使用者のコンテキスト推定法の提案
 

Recently uploaded

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 

Recently uploaded (20)

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 

交通事故データへの頻出パターンマイニングの適用

  • 1. An application of frequent pattern mining to traffic accident data 交通事故データへの頻出パターンマイニングの適用 Yuta Takahashi1), Masaru Kiyota1), Yukuo Hayashida1), Yuichiro Sakamoto1) 1) Saga University
  • 2. Background • Traffic accidents per hundred thousands in Saga are most often in Japan while 4 years 2 0 200 400 600 800 1000 1200 2012 2013 2014 2015 NumberofTrafficAccidents (perhundredthousands) year Saga Average We haven’t identified the cause clearly. Due to complication Over 2 times!!
  • 3. PDCA cycle for preventing accidents 3 Plan Do Check Action • Analysis a cause of accidents • Propose a prevention method • Take measures • Verify the effectiveness of action • Consider the lack of measures • Schedule next measures Do Plan Check Action PCDA cycle
  • 4. PDCA cycle for preventing accidents 4 Plan Do Check Action PCDA cycle  Procedure of “Plan” Select feature points Analysis of accident causes Planning of measures Research entities Position of this study
  • 5. Problem of previous analysis • Ordinary we make many tables and graphs ⇒ It needs much cost to make and check 5 • We attend to introduce a data mining approach
  • 6. Data mining • A method of gaining knowledge from large data • It is different from statistical analysis • Performance takes priority over strictness 6  SOM  Clustering  K-means  Association rule analysis  Neural Network  Decision Tree  SVM  Bayesian network ① Learning ② Extract patterns
  • 7. Related works  Machine Learning Approach 7 Dataset Fatal injury Classifier Incapacitating injury No injury … Model Patterns Chong, Miao, etc at al. "Traffic accident data mining using machine learning paradigms." Fourth International Conference on Intelligent Systems Design and Applications (ISDA'04) Method  Decision Tree  Neural Network  DT & NN
  • 8. Related works 8  Clustering Approach Dataset Clustering C1 C2 C3 C7 … Pattern1 Pattern2 Pattern3 Pattern7 … Depaire, Benoît, Geert Wets, and Koen Vanhoof. "Traffic accident segmentation by means of latent class clustering." Accident Analysis & Prevention 40.4 (2008): 1257-1266.
  • 9. Frequent pattern mining 9 • A method of finding frequent items from the dataset • It can count item combination efficiently support 𝑋 = count 𝑋 𝑀 X : Patterns M : Amount of transactions  specify minsup parameter support(X ) Patterns which are under minsup will be eliminated We expect this could easy to extract patterns!!
  • 10. Frequent pattern mining vs statistical analysis Frequent pattern mining Statistical analysis strictness △ ○ Analysis cost ○ △ Finding knowledge ○ × 10
  • 11. Purpose of this study Adapt frequent pattern mining to traffic accident data - Is it efficient to analyze? - Can it get knowledge? 11 Data & Analysis - Traffic Accident Data 45,653 datas - Algorithm Apriori - Programming Python
  • 12. 3 type analysis with pattern mining ② Vehicle type 12 ① Intersection ③ Age ① ー ② ー ③ ⇒ Time rules ⇒ Emerging Patterns, Similarity ⇒ Correlation
  • 13. ① Time rules in each intersection 13① ー ② ー ③  Intersection analysis Name of intersection is labeled by police • Occur time prediction • Causes due to time  Association rule support 𝑋 ⇒ 𝑌 = count(𝑋 ∪ 𝑌) 𝑀 rule ∶ 𝑋 ⇒ Y Sunny ⇒ Road is drying
  • 14. Flow of the analysis 14① ー ② ー ③ Dataset Interse ction 1 Interse ction 2 Interse ction N Patter ns 1 Patter ns N All rules Patter ns 2 Rules 1 Rules 2 Rules N … … …  Time span 1. Long span (Season, Weekday or Holiday, time per 6 hours) 2. Short span (Season, Days of the week, time per 3 hours)
  • 15. Result of rules (Long span) rule intersection support {Weekday} ⇒ {12:00-17:00} 下村 0.588 {Autumn} ⇒ {Weekday} 水上交差点 0.583 {Weekday} ⇒ {12:00-17:00} 県庁前交差点 0.571 {Summer} ⇒ {Weekday} 愛敬町 0.545 {Winter} ⇒ {Weekday} 満穴 0.529 {Summer} ⇒ {Weekday} 唐房入口交差点 0.500 {Summer} ⇒ {Weekday} 伊勢町 0.500 {Weekday} ⇒ {12:00-17:00} ハローワーク唐 津入口 0.500 {Summer} ⇒ {Weekday} 栄町北 0.474 {Autumn} ⇒ {Weekday} 村徳永 0.462 15① ー ② ー ③
  • 16. Result of rules (Long span) rule intersection support {Winter} ⇒ {Holiday} 幡崎東 0.455 {Holiday} ⇒ {12:00-17:00} 枯木の塔 0.364 {Holiday} ⇒ {12:00-17:00} 長瀬交差点(信号) 0.364 {Autumn} ⇒ {Holiday} 神埼市役所前 0.357 {Holiday} ⇒ {6:00-11:00} 五条(北) 0.333 16① ー ② ー ③
  • 17. Result of rules rule intersection support {Spring} ⇒ {Friday} 千布北交差点(信号) 0.364 {Saturday} ⇒ {12:00-14:00} 鏡山入口交差点 0.364 {Winter} ⇒ {Saturday} 幡崎東 0.364 {Winter} ⇒ {Monday} 龍谷短大入口 0.350 {Winter} ⇒ {Sunday} 脇田 0.333 {Summer} ⇒ {12:00-14:00} 浜玉中学校前交差点 0.313 {Spring} ⇒ {18:00-21:00} 中副交差点(R385) 0.308 {Monday} ⇒ {12:00-14:00} 東多久駅前 0.286 {Winter} ⇒ {15:00-17:00} 県庁前交差点 0.286 {Summer} ⇒ {Saturday} 材木町浦島通り 0.273 17① ー ② ー ③
  • 18. ② Vehicle type analysis 18① ー ② ー ③  Road structure Extract road structure patterns by comparing vehicle type Determine degree of similarity with comparing patterns Car Walker Bicycle Car Auto bicycle perpetrator victim
  • 19. Flow of the analysis 19① ー ② ー ③ Dataset Walker Bicycle Auto bicycle Patter ns 1 Patter ns 4 All patterns Patter ns 2 Car Patter ns 3 Similarity Emerging patterns
  • 20. How to determine emerging patterns 20① ー ② ー ③ Walker Bicycle Car Auto bicycle  Growth rate GRG 𝑒 = supportG 𝑒 1 𝑁 𝑖=0 𝑁 supportGi 𝑒 At pattern e GRG 𝑒 ≥ 1.0 ⇩ Emerging pattern
  • 21. Growth rate of each vehicle type 21① ー ② ー ③
  • 22. Elements of the emerging pattern 22 Walker Bicycle Car Auto bicycle  No traffic light  Median divider - paint  Inside of intersection  Single road・1 lane road  Near intersection  Exist pedestrian-vehicle separation  Median divider - paint  General traffic location  No pedestrian-vehicle separation  No traffic light  Intersection  No median divider ① ー ② ー ③
  • 23. Degree of similarity between vehicle type Walker Bicycle Car Auto bicycle Walker - 0.129 0.129 0.112 Bicycle 0.135 - 0.137 0.056 Car 0.129 0.137 - 0.087 Auto bicycle 0.112 0.056 0.087 - 23① ー ② ー ③ Si G1, G2 = 1 𝑁 𝑖=0 𝑁 𝑠𝑢𝑝𝑝𝑜𝑟𝑡 𝐺1 𝑒𝑖 − 𝑠𝑢𝑝𝑝𝑜𝑟𝑡 𝐺2 𝑒𝑖 Si → 0.0 : Similar Si → 1.0 : not Similar
  • 24. ③ Correlation between age and support 24① ー ② ー ③  Correlation patterns Many patterns ↓ Some patterns have a correlation with age? 0 200 400 600 800 1000 1200 1400 1600 0 10 20 30 40 50 60 70 80 90 Amountofperpetrators Age
  • 25. Flow of the analysis 25① ー ② ー ③ Dataset Age 18 Age 19 Age 80 Patter ns 1 Patter ns 62 All patterns Patter ns 2 Correlation patterns … …
  • 26. Positive correlation patterns 26① ー ② ー ③ Before noon : 9:00-11:00
  • 27. Negative correlation patterns 27① ー ② ー ③ Beginning of night : 18:00-20:00
  • 28. Conclusions We tried to adapt frequent pattern mining to traffic accident data We did 3 type analysis • Time rules in intersections → Some rules that look related to time • Vehicle type and road structure → Emerging patterns and determine similarity • Frequent patterns which have correlation with age → Extract some patterns with the correlation 28
  • 29. Future works • Validation of knowledge has not done • Traffic accident data with location can add more metadata • We’d like to introduce this method to real case 29 Dataset Frequent pattern mining Knowledge ?