JP2017215759A - Accident forecast system and accident forecast method - Google Patents

Accident forecast system and accident forecast method Download PDF

Info

Publication number
JP2017215759A
JP2017215759A JP2016108879A JP2016108879A JP2017215759A JP 2017215759 A JP2017215759 A JP 2017215759A JP 2016108879 A JP2016108879 A JP 2016108879A JP 2016108879 A JP2016108879 A JP 2016108879A JP 2017215759 A JP2017215759 A JP 2017215759A
Authority
JP
Japan
Prior art keywords
accident
probe information
traffic data
forecast
current
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2016108879A
Other languages
Japanese (ja)
Other versions
JP6721416B2 (en
Inventor
谷本 智彦
Tomohiko Tanimoto
智彦 谷本
大場 義和
Yoshikazu Oba
義和 大場
孝広 代田
Takahiro Shirota
孝広 代田
裕亮 下川
Yusuke Shimokawa
裕亮 下川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Toshiba Infrastructure Systems and Solutions Corp
Original Assignee
Toshiba Corp
Toshiba Infrastructure Systems and Solutions Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp, Toshiba Infrastructure Systems and Solutions Corp filed Critical Toshiba Corp
Priority to JP2016108879A priority Critical patent/JP6721416B2/en
Publication of JP2017215759A publication Critical patent/JP2017215759A/en
Application granted granted Critical
Publication of JP6721416B2 publication Critical patent/JP6721416B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Traffic Control Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To more accurately forecast an occurrence rate of accidents on a road.SOLUTION: In an accident forecast system, an accident forecast table creation processing part creates an accident forecast table indicating an accident occurrence rate for each traffic condition by learning an accident occurrence pattern for a specific section of a road with at least past traffic data and past accident data on the basis of a specific learning algorithm. A traffic data acquisition processing part acquires current traffic data from a sensor which measures a traffic condition for the section. A probe information acquisition processing part acquires current probe information on a vehicle traveling through the section from an outside probe information system. An accident forecast processing part forecasts an accident occurrence rate by using the current traffic data, the current probe information and the accident forecast table for the section.SELECTED DRAWING: Figure 1

Description

本発明の実施形態は、事故予報システム、および、事故予報方法に関する。   Embodiments described herein relate generally to an accident prediction system and an accident prediction method.

道路上における渋滞発生の原因の中で、特に影響の大きい交通事故の発生状況については、路側に設けられた各種センサや、CCTVカメラ等の映像情報に基づき、交通管制官が、道路上に設けられた表示板等に表示することにより、利用者に通知を行っている。最近では、交通事故情報の通知を一歩進めて、道路における各地点で過去に計測された交通データ(交通事故発生時に計測された交通データを含む。)を使用して学習を行い、当該各地点における事故予報を行う技術の検討が進められている。   Regarding traffic accidents that have a particularly large impact on the cause of traffic congestion on the road, traffic controllers set up on the road based on various sensors provided on the roadside and video information from CCTV cameras, etc. The user is notified by displaying on the displayed display board or the like. Recently, the traffic accident information notification has been advanced one step, and learning is performed using traffic data measured in the past (including traffic data measured at the time of the traffic accident) at each location on the road. Study on technology for forecasting accidents is underway.

特開2010−39992号公報JP 2010-39992 A 特開2009−223460号公報JP 2009-223460 A

しかしながら、従来技術の事故予報は、直近の交通状況を充分に反映したものとは言えず、精度に改善の余地がある。   However, the accident prediction of the prior art cannot be said to sufficiently reflect the latest traffic situation, and there is room for improvement in accuracy.

実施形態における事故予報システムは、事故予報用テーブル作成処理部と、交通データ取得処理部と、プローブ情報取得処理部と、事故予報処理部と、を備える。事故予報用テーブル作成処理部は、道路の所定の区間について、少なくとも、過去交通データ、および、過去事故データを用いて、所定の学習アルゴリズムに基づいて事故発生パターンを学習して、交通状況ごとの事故発生度を表す事故予報用テーブルを作成する。交通データ取得処理部は、前記区間について、交通状況を計測するセンサから現在交通データを取得する。プローブ情報取得処理部は、外部のプローブ情報システムから、前記区間を走行する車両の現在プローブ情報を取得する。事故予報処理部は、前記区間について、現在交通データ、現在プローブ情報、および、事故予報用テーブルを用いて、事故発生度を予報する。   The accident prediction system in the embodiment includes an accident prediction table creation processing unit, a traffic data acquisition processing unit, a probe information acquisition processing unit, and an accident prediction processing unit. The accident forecast table creation processing unit learns an accident occurrence pattern based on a predetermined learning algorithm using at least past traffic data and past accident data for a predetermined section of a road, Create an accident forecast table that represents the degree of accident occurrence. The traffic data acquisition processing unit acquires current traffic data from a sensor that measures traffic conditions for the section. The probe information acquisition processing unit acquires current probe information of a vehicle traveling in the section from an external probe information system. The accident prediction processing unit predicts the degree of occurrence of the accident using the current traffic data, the current probe information, and the accident prediction table for the section.

図1は、第1実施形態における事故予報システムの構成の一例を示したブロック図である。FIG. 1 is a block diagram showing an example of the configuration of the accident prediction system in the first embodiment. 図2は、第1実施形態において、道路の区間と道路センサ部との関係の一例を模式的に示した説明図である。FIG. 2 is an explanatory diagram schematically illustrating an example of a relationship between a road section and a road sensor unit in the first embodiment. 図3は、第1実施形態におけるプローブ情報取得処理の一例を示したフローチャートである。FIG. 3 is a flowchart showing an example of probe information acquisition processing in the first embodiment. 図4は、第1実施形態におけるプローブ情報の集計結果の例を示した図である。FIG. 4 is a diagram showing an example of a tabulation result of probe information in the first embodiment. 図5は、第1実施形態における事故予報用テーブル作成処理の流れの一例を示したフローチャートである。FIG. 5 is a flowchart illustrating an example of the flow of the accident forecast table creation process in the first embodiment. 図6は、第1実施形態において用いられる自己組織化マップの一般的な構成の一例を示した図である。FIG. 6 is a diagram showing an example of a general configuration of the self-organizing map used in the first embodiment. 図7は、第1実施形態において用いられる自己組織化マップのより具体的な構成の一例を示した図である。FIG. 7 is a diagram showing an example of a more specific configuration of the self-organizing map used in the first embodiment. 図8は、第1実施形態における事故予報用テーブルの一例を示した図である。FIG. 8 is a diagram showing an example of the accident prediction table in the first embodiment. 図9は、第1実施形態における事故予報処理の流れの一例を示したフローチャートである。FIG. 9 is a flowchart showing an example of the flow of the accident prediction process in the first embodiment. 図10は、図7の自己組織化マップを用いて事故予報処理を行う場合の説明図である。FIG. 10 is an explanatory diagram when the accident prediction process is performed using the self-organizing map of FIG. 図11は、第2実施形態における事故予報システムの構成の一例を示したブロック図である。FIG. 11 is a block diagram showing an example of the configuration of the accident prediction system in the second embodiment. 図12は、第2実施形態における事故予報処理の概要を説明するための模式図である。FIG. 12 is a schematic diagram for explaining the outline of the accident prediction process in the second embodiment. 図13は、第2実施形態における事故発生度調整テーブルの一例を示した図である。FIG. 13 is a diagram illustrating an example of an accident occurrence degree adjustment table according to the second embodiment. 図14は、第2実施形態における事故予報処理の流れの一例を示したフローチャートである。FIG. 14 is a flowchart showing an example of the flow of accident prediction processing in the second embodiment. 図15は、第3実施形態における事故予報システムの構成の一例を示したブロック図である。FIG. 15 is a block diagram showing an example of the configuration of the accident prediction system in the third embodiment. 図16は、第3実施形態における事故予報処理の概要を説明するための模式図である。FIG. 16 is a schematic diagram for explaining the outline of the accident prediction process in the third embodiment. 図17は、第3実施形態における入力調整テーブルの一例を示した図である。FIG. 17 is a diagram illustrating an example of an input adjustment table in the third embodiment. 図18は、第3実施形態における事故予報処理の流れの一例を示したフローチャートである。FIG. 18 is a flowchart showing an example of the flow of accident prediction processing in the third embodiment.

以下、本発明の実施形態を図面に基づいて説明する。なお、以下において、「予報」とは、道路における各地点での過去の交通データ(事故発生時の交通データを含む。)に基づいて、交通事故(以下、単に「事故」ともいう。)の発生の危険性を計算/予測して事故予報として報知する意味を含むが、予測結果の報知は行わずに、単に、当該各地点における事故の発生しやすさの「予測」だけを行う場合の意味も含むものとする。また、「路線」とは、道路法における路線の意味を含むが、それに限定されず、管理単位の道路という意味も含むものとする。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the following, “forecast” refers to traffic accidents (hereinafter also simply referred to as “accidents”) based on past traffic data (including traffic data at the time of the accident) at each point on the road. It includes the meaning of calculating / predicting the risk of occurrence and reporting it as an accident forecast, but without simply reporting the prediction result, only for “predicting” the likelihood of an accident occurring at each point. It also includes meaning. Further, the “route” includes the meaning of the route in the road law, but is not limited thereto, and includes the meaning of a road in a management unit.

(第1実施形態)
まず、図1、図2を参照して、第1実施形態における事故予報システム1の構成について説明する。図1は、第1実施形態における事故予報システム1の構成の一例を示したブロック図である。図2は、第1実施形態において、道路の区間と道路センサ部との関係の一例を模式的に示した説明図である。
(First embodiment)
First, the configuration of the accident prediction system 1 in the first embodiment will be described with reference to FIGS. 1 and 2. FIG. 1 is a block diagram illustrating an example of a configuration of an accident prediction system 1 according to the first embodiment. FIG. 2 is an explanatory diagram schematically illustrating an example of a relationship between a road section and a road sensor unit in the first embodiment.

図1に示す事故予報システム1は、図2に示す路線Aの区間A−1、A−2、・・・、A−(n−1)、A−n、路線Bの区間B−1、B−2、・・・、B−(m−1)、B−mのそれぞれに対応する道路センサ部RSA−1、RSA−2、・・・、RSA−(n−1)、RSA−n、RSB−1、RSB−2、・・・、RSB−(m−1)、RSB−m(以下、特に区別しないときは「RS」と表す。)により計測される交通データを用いて、各区間における交通事故の発生しやすさを示す事故発生度を予報するシステムである。 The accident forecast system 1 shown in FIG. 1 includes sections A-1, A-2,..., A- (n-1), An, and section B-1 of the route B shown in FIG. B-2, ..., B- (m-1), road sensor units RS A-1 , RS A-2 , ..., RS A- (n-1) , corresponding to B-m, RS A-n , RS B-1 , RS B-2 ,..., RS B- (m−1) , RS B-m (hereinafter referred to as “RS” unless otherwise distinguished). It is a system that predicts the degree of accident occurrence that indicates the likelihood of traffic accidents in each section using traffic data.

道路センサ部RSは、対応する区間について、交通状況(走行車両等)を計測するセンサ(センシングデバイス)を含む。このセンサは、例えば、路面下に設置されるループコイルや、路面を上方から監視するカメラ、超音波センサの少なくともいずれか、またはいくつかの組み合わせなどから構成される。   The road sensor unit RS includes a sensor (sensing device) that measures a traffic situation (such as a traveling vehicle) for a corresponding section. This sensor is composed of, for example, a loop coil installed under the road surface, a camera that monitors the road surface from above, an ultrasonic sensor, or some combination thereof.

また、道路センサ部RSは、交通データ処理部を含む。具体的に、交通データ処理部は、センサによって計測された交通データに基づいて、道路上を走行する車両の交通量[台/h]、平均速度[km/h]、車両密度[台/km]、占有率(オキュパンシー)[%]などを算出し、算出結果を道路交通管制装置2に送信する。この算出と送信は、例えば、1分や5分等の時間単位で実行される。なお、道路センサ部RSがセンサによる計測結果だけを道路交通管制装置2の交通データ取得処理部211に送信し、交通データ取得処理部211が交通量等を算出するようにしてもよい。   The road sensor unit RS includes a traffic data processing unit. Specifically, the traffic data processing unit, based on traffic data measured by the sensor, traffic volume [vehicles / h], average speed [km / h], vehicle density [vehicles / km] of vehicles traveling on the road. ], Occupancy (occupancy) [%], etc. are calculated, and the calculation result is transmitted to the road traffic control device 2. This calculation and transmission are executed in units of time such as 1 minute or 5 minutes. Alternatively, the road sensor unit RS may transmit only the measurement result of the sensor to the traffic data acquisition processing unit 211 of the road traffic control device 2, and the traffic data acquisition processing unit 211 may calculate the traffic volume and the like.

ここで、第1実施形態では、事故予報システム1は、道路交通管制装置2と、事故予報用テーブル作成装置3と、を備える。また、道路交通管制装置2と事故予報用テーブル作成装置3は、外部のプローブ情報システム4からプローブ情報を取得する。ここで、プローブ情報とは、プローブカーが送信する車両の位置、速度、加速度、ハンドル操作、ブレーキ作動、各種ランプ状態、ワイパー動作等の情報を指す。また、プローブカーとは、そのような情報の送信機能を有する車両を指す。道路交通管制装置2は、例えば、一般に道路交通管制システムと呼ばれているコンピュータシステムである。道路交通管制装置2は、図1では説明を簡潔にするために1台のコンピュータ装置のように示しているが、複数台のコンピュータ装置によって実現してもよい。   Here, in the first embodiment, the accident prediction system 1 includes a road traffic control device 2 and an accident prediction table creation device 3. The road traffic control device 2 and the accident forecast table creation device 3 acquire probe information from the external probe information system 4. Here, the probe information refers to information such as the position, speed, acceleration, steering wheel operation, brake operation, various lamp states, and wiper operations transmitted by the probe car. The probe car refers to a vehicle having such a function of transmitting information. The road traffic control device 2 is, for example, a computer system generally called a road traffic control system. The road traffic control device 2 is shown as a single computer device in FIG. 1 for the sake of brevity, but may be realized by a plurality of computer devices.

道路交通管制装置2は、処理部21と、記憶部22と、表示部23と、入力部24と、を備える。なお、道路交通管制装置2は、外部装置との通信のための通信部も有しているが、説明を簡潔にするために図示および説明を省略する。   The road traffic control device 2 includes a processing unit 21, a storage unit 22, a display unit 23, and an input unit 24. In addition, although the road traffic control apparatus 2 also has a communication part for communication with an external apparatus, in order to simplify description, illustration and description are abbreviate | omitted.

処理部21は、道路交通管制装置2の全体の動作を制御し、道路交通管制装置2が有する各種の機能を実現する。処理部21は、例えば、CPU(Central Processing Unit)と、ROM(Read Only Memory)と、RAM(Random Access Memory)と、を備える。CPUは、道路交通管制装置2の動作を統括的に制御する。ROMは、各種プログラムやデータを記憶する記憶媒体である。RAMは、各種プログラムを一時的に記憶したり、各種データを書き換えたりするための記憶媒体である。CPUは、RAMをワークエリア(作業領域)としてROM、記憶部22等に格納されたプログラムを実行する。処理部21は、交通データ取得処理部211と、プローブ情報取得処理部212と、受信処理部213と、事故予報処理部214と、表示制御部215と、通知部216と、を備える。   The processing unit 21 controls the overall operation of the road traffic control device 2 and realizes various functions of the road traffic control device 2. The processing unit 21 includes, for example, a central processing unit (CPU), a read only memory (ROM), and a random access memory (RAM). The CPU comprehensively controls the operation of the road traffic control device 2. The ROM is a storage medium that stores various programs and data. The RAM is a storage medium for temporarily storing various programs and rewriting various data. The CPU executes a program stored in the ROM, the storage unit 22 or the like using the RAM as a work area (working area). The processing unit 21 includes a traffic data acquisition processing unit 211, a probe information acquisition processing unit 212, a reception processing unit 213, an accident forecast processing unit 214, a display control unit 215, and a notification unit 216.

交通データ取得処理部211は、道路の区間ごとに設置されている道路センサ部RSそれぞれから、計測した交通データを定期的に取得する。そして、交通データ取得処理部211は、その取得した交通データを、記憶部22の現在データベース221に現在交通データとして蓄積するように送信するとともに、事故予報用テーブル作成装置3の記憶部32に過去交通データとして蓄積するように送信する。なお、道路の車線が複数で、それぞれの車線に対応して道路センサ部RSが設定されている場合、交通データ取得処理部211は、例えば、各車線の交通データを統合すればよい。また、本実施形態において、交通データのうち、例えば直近の数分間程度の交通データを現在交通データと称し、現在交通データを含む過去の長期間の交通データを過去交通データと称する。また、過去交通データは、事故発生時に計測された交通データも含んでいる。   The traffic data acquisition processing unit 211 periodically acquires measured traffic data from each road sensor unit RS installed for each road section. Then, the traffic data acquisition processing unit 211 transmits the acquired traffic data so as to be accumulated as the current traffic data in the current database 221 of the storage unit 22, and the past is sent to the storage unit 32 of the accident forecast table creation device 3. Send it to accumulate as traffic data. In addition, when there are a plurality of road lanes and the road sensor unit RS is set corresponding to each lane, the traffic data acquisition processing unit 211 may integrate the traffic data of each lane, for example. Further, in the present embodiment, for example, traffic data of the latest several minutes is referred to as current traffic data, and past long-term traffic data including current traffic data is referred to as past traffic data. The past traffic data also includes traffic data measured when an accident occurs.

プローブ情報取得処理部212は、通信ネットワークを介してプローブ情報システム4から車両のプローブ情報を取得する。なお、本実施形態において、プローブ情報のうち、例えば直近の数分間程度のプローブ情報を現在プローブ情報と称し、現在プローブ情報を含む過去の長期間のプローブ情報を過去プローブ情報と称する場合がある。ただし、事故予報に用いる現在プローブ情報は、直近の数分程度に限定されず、数十分、数時間程度のプローブ情報の履歴情報であってもよい。   The probe information acquisition processing unit 212 acquires vehicle probe information from the probe information system 4 via a communication network. In the present embodiment, for example, probe information of the latest few minutes may be referred to as current probe information, and long-term probe information including the current probe information may be referred to as past probe information. However, the current probe information used for accident prediction is not limited to the latest few minutes, but may be history information of probe information of several tens of minutes to several hours.

プローブ情報は、例えば、車両の位置、速度、加速度、ハンドル操作、ブレーキ作動、各種ランプ状態、ワイパー動作の情報を含む。また、プローブ情報取得処理部212は、プローブ情報を元に事故予報に必要なデータの集計等を行う。例えば、プローブ情報取得処理部212は、位置情報から車両の滞在区間を判定するとともに、区間ごとに次の(101)〜(105)の計算(集計)を行う。   The probe information includes, for example, vehicle position, speed, acceleration, steering wheel operation, brake operation, various lamp states, and wiper operation information. In addition, the probe information acquisition processing unit 212 aggregates data necessary for accident prediction based on the probe information. For example, the probe information acquisition processing unit 212 determines the staying section of the vehicle from the position information, and performs the following calculations (101) to (105) for each section.

(101)ワイパー動作を行った車両の数および割合の計算
(102)急加速を行った車両の数および割合の計算
(103)ブレーキ作動を行った車両の数および割合の計算
(104)ハザードランプ点灯を行った車両の数および割合の計算
(105)前照灯点灯を行った車両の数および割合の計算
(101) Calculation of the number and ratio of vehicles that performed wiper operation (102) Calculation of the number and ratio of vehicles that performed rapid acceleration (103) Calculation of the number and ratio of vehicles that performed braking (104) Hazard lamp Calculation of number and ratio of vehicles that have been lit (105) Calculation of number and ratio of vehicles that have lit headlamps

以下に、プローブ情報取得処理について、より具体的に説明する。図3は、第1実施形態におけるプローブ情報取得処理の一例を示したフローチャートである。まず、プローブ情報取得処理部212は、プローブ情報システム4からプローブ情報を取得する(ステップS1)。   Hereinafter, the probe information acquisition process will be described more specifically. FIG. 3 is a flowchart showing an example of probe information acquisition processing in the first embodiment. First, the probe information acquisition processing unit 212 acquires probe information from the probe information system 4 (step S1).

次に、プローブ情報取得処理部212は、取得したプローブ情報から、1台分のプローブ情報を抽出する(ステップS2)。   Next, the probe information acquisition processing unit 212 extracts one probe information from the acquired probe information (step S2).

次に、プローブ情報取得処理部212は、抽出したプローブ情報について位置情報を分析し、滞在区間を判定する(ステップS3)。   Next, the probe information acquisition processing unit 212 analyzes the position information of the extracted probe information and determines the stay section (step S3).

次に、プローブ情報取得処理部212は、その車両の状態(例えば、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯等)を判定する(ステップS4)。   Next, the probe information acquisition processing unit 212 determines the state of the vehicle (for example, wiper operation, rapid acceleration, brake operation, hazard lamp lighting, headlamp lighting, etc.) (step S4).

次に、プローブ情報取得処理部212は、取得したプローブ情報について全車両の処理を終了したか否かを判定し(ステップS5)、Yesの場合はステップS6に進み、Noの場合はステップS2に戻る。   Next, the probe information acquisition processing unit 212 determines whether or not the processing of all vehicles has been completed for the acquired probe information (step S5). If Yes, the process proceeds to step S6. If No, the process proceeds to step S2. Return.

ステップS6において、プローブ情報取得処理部212は、区間ごとの集計処理を行う。次に、プローブ情報取得処理部212は、集計結果をプローブ情報データベース223に出力(蓄積)する(ステップS7)。図4は、第1実施形態におけるプローブ情報の集計結果の例を示した図である。   In step S6, the probe information acquisition processing unit 212 performs an aggregation process for each section. Next, the probe information acquisition processing unit 212 outputs (accumulates) the aggregation results to the probe information database 223 (step S7). FIG. 4 is a diagram showing an example of a tabulation result of probe information in the first embodiment.

図4(a)では、路線Aの各区間ごとのワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯を行った車両の割合を示している。例えば、区間A−1において、ワイパー動作を行っている車両の割合は0.53(53%)である。同様に、図4(b)では、路線Bの各区間ごとのワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯を行った車両の割合を示している。   FIG. 4A shows the ratio of vehicles that have performed wiper operation, rapid acceleration, brake operation, hazard lamp lighting, and headlamp lighting for each section of route A. FIG. For example, in the section A-1, the ratio of the vehicle performing the wiper operation is 0.53 (53%). Similarly, FIG. 4B shows the ratio of vehicles that have performed wiper operation, sudden acceleration, brake operation, hazard lamp lighting, and headlamp lighting for each section of route B. FIG.

図1に戻って、受信処理部213は、事故予報用テーブル作成装置3の送信処理部313から受信した事故予報用テーブル(詳細は後述)を記憶部22の事故予報用テーブルデータベース222に格納する。受信処理部213は、事故予報用テーブルが複数の場合は、それぞれの事故予報用テーブルを識別情報とともに事故予報用テーブルデータベース222に格納する。   Returning to FIG. 1, the reception processing unit 213 stores the accident prediction table (details will be described later) received from the transmission processing unit 313 of the accident prediction table creation device 3 in the accident prediction table database 222 of the storage unit 22. . When there are a plurality of accident prediction tables, the reception processing unit 213 stores each accident prediction table in the accident prediction table database 222 together with the identification information.

事故予報処理部214は、道路の区間ごとに、現在交通データ(例えば、交通量、占有率、平均速度)、現在プローブ情報(例えば、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯)、および、事故予報用テーブルを用いて、事故発生度を予報する(詳細は後述)。   For each road section, the accident forecast processing unit 214 presents current traffic data (for example, traffic volume, occupation rate, average speed), current probe information (for example, wiper operation, rapid acceleration, brake operation, hazard lamp lighting, headlight And the accident occurrence degree is predicted using the accident prediction table (details will be described later).

表示制御部215は、事故予報処理部214が算出した事故発生度等を表示部23に事故予報として表示するよう制御を行う。例えば、事故発生度が高い区間については事故が発生しやすいものとして表示部23の警報ランプを点灯表示する等して管制員に知らせるのが好ましい。なお、道路交通管制装置2では、上記のように警報ランプを点灯表示する場合、例えば、併せて、音声出力手段(不図示)により警報音を鳴らす等してもよい。   The display control unit 215 performs control so that the accident occurrence degree calculated by the accident forecast processing unit 214 is displayed on the display unit 23 as an accident forecast. For example, it is preferable to notify the controller of the section where the accident occurrence degree is high, such that an accident is likely to occur by lighting up an alarm lamp of the display unit 23. In the road traffic control device 2, when the alarm lamp is turned on as described above, for example, an alarm sound may be generated by an audio output means (not shown).

通知部216は、事故予報処理部214が算出した事故発生度等を、プローブ情報の送信機能を有する車両5に通知する。なお、この通知は、プローブ情報システム4を経由してもよいし、経由しなくてもよい。   The notification unit 216 notifies the vehicle 5 having the probe information transmission function of the accident occurrence degree calculated by the accident prediction processing unit 214. This notification may or may not pass through the probe information system 4.

記憶部22は、HDD(Hard Disk Drive)やSSD(Solid State Drive)などの記憶装置である。記憶部22は、現在データベース221と、事故予報用テーブルデータベース222と、プローブ情報データベース223と、を記憶する。   The storage unit 22 is a storage device such as an HDD (Hard Disk Drive) or an SSD (Solid State Drive). The storage unit 22 stores a current database 221, an accident prediction table database 222, and a probe information database 223.

現在データベース221は、交通データ取得処理部211が取得した直近の例えば数分間程度の交通データ(現在交通データ)を記憶する。また、現在データベース221では、交通データ取得処理部211にて取得された交通データを蓄積するとともに、対象道路の特性を表す道路特性データ(例えば道路長やセンサ設置位置、各計測地点の周辺情報、料金所位置等)や、施策情報、事故情報、工事情報等の道路交通管制において管理されている情報や制限速度情報等を格納する。対象道路の特性を表す道路特性データは、事前のシステム構築時に入力しておいてもよいが、管制官等により追記修正してもよい。また、施策情報、事故情報、工事情報等の道路交通管制において管理されている情報や制限速度情報は、例えば、道路交通管制装置2のユーザ(管制官等)が手作業で入力すればよい。そして、現在データベース221における現在交通データは、事故予報処理部214にて事故予報を行う際に利用される。このとき、事故予報を行う際には、現在データベース221に格納された道路特性データを参照してその事故予報の該当箇所に対応する現在交通データをデータセット(例えば、交通量[台/h]、占有率[%](または車両密度[台/km])、平均速度[km/h]のセット)として利用する。   The current database 221 stores traffic data (current traffic data) for the last several minutes, for example, acquired by the traffic data acquisition processing unit 211. Further, in the current database 221, the traffic data acquired by the traffic data acquisition processing unit 211 is accumulated and road characteristic data representing the characteristics of the target road (for example, road length, sensor installation position, peripheral information of each measurement point, Stores information managed in road traffic control such as toll gate location), measure information, accident information, construction information, speed limit information, etc. The road characteristic data representing the characteristic of the target road may be input at the time of system construction in advance, but may be additionally written and corrected by a controller or the like. In addition, information managed in road traffic control such as measure information, accident information, construction information, and speed limit information may be manually input by a user of the road traffic control device 2 (such as a controller). The current traffic data in the current database 221 is used when the accident prediction processing unit 214 performs an accident prediction. At this time, when the accident prediction is performed, the road characteristic data stored in the current database 221 is referred to and the current traffic data corresponding to the corresponding part of the accident prediction is stored in a data set (for example, traffic volume [unit / h]). Occupancy rate [%] (or vehicle density [vehicle / km]) and average speed [km / h] set).

事故予報用テーブルデータベース222は、1つ以上の事故予報用テーブル(詳細は後述)を記憶する。   The accident forecast table database 222 stores one or more accident forecast tables (details will be described later).

プローブ情報データベース223は、プローブ情報取得処理部212が集計したプローブ情報を逐次記憶する。   The probe information database 223 sequentially stores the probe information collected by the probe information acquisition processing unit 212.

表示部23は、例えば、事故予報処理部214による事故の予報結果等を表示する。表示部23は、例えば、液晶表示装置(LCD(Liquid Crystal Display))、有機EL(Electro-Luminescence)表示装置等により実現される。   The display unit 23 displays, for example, an accident forecast result by the accident forecast processing unit 214. The display unit 23 is realized by, for example, a liquid crystal display device (LCD (Liquid Crystal Display)), an organic EL (Electro-Luminescence) display device, or the like.

入力部24は、道路交通管制装置2に対するユーザの操作を受け付ける。入力部24は、例えば、キーボード、マウス等の入力装置である。   The input unit 24 receives a user operation on the road traffic control device 2. The input unit 24 is an input device such as a keyboard and a mouse.

事故予報用テーブル作成装置3は、事故予報用テーブルを作成するためのコンピュータ装置である。事故予報用テーブル作成装置3は、処理部31と、記憶部32と、表示部33と、入力部34とを備えている。なお、事故予報用テーブル作成装置3は、外部装置との通信のための通信部も有しているが、説明を簡潔にするために図示および説明を省略する。   The accident forecast table creation device 3 is a computer device for creating an accident forecast table. The accident forecast table creation device 3 includes a processing unit 31, a storage unit 32, a display unit 33, and an input unit 34. The accident forecast table creation device 3 also has a communication unit for communication with an external device, but illustration and description are omitted for the sake of brevity.

処理部31は、事故予報用テーブル作成装置3の全体の動作を制御し、事故予報用テーブル作成装置3が有する各種の機能を実現する。処理部31は、例えば、CPUと、ROMと、RAMと、を備える。CPUは、事故予報用テーブル作成装置3の動作を統括的に制御する。ROMは、各種プログラムやデータを記憶する記憶媒体である。RAMは、各種プログラムを一時的に記憶したり、各種データを書き換えたりするための記憶媒体である。CPUは、RAMをワークエリア(作業領域)としてROM、記憶部32等に格納されたプログラムを実行する。処理部31は、プローブ情報取得処理部311と、事故予報用テーブル作成処理部312と、送信処理部313と、を備える。   The processing unit 31 controls the overall operation of the accident forecast table creation device 3 and realizes various functions of the accident forecast table creation device 3. The processing unit 31 includes, for example, a CPU, a ROM, and a RAM. The CPU comprehensively controls the operation of the accident forecast table creation device 3. The ROM is a storage medium that stores various programs and data. The RAM is a storage medium for temporarily storing various programs and rewriting various data. The CPU executes a program stored in the ROM, the storage unit 32, or the like using the RAM as a work area (working area). The processing unit 31 includes a probe information acquisition processing unit 311, an accident forecast table creation processing unit 312, and a transmission processing unit 313.

プローブ情報取得処理部311の機能は、プローブ情報取得処理部212の機能と同様であるので、説明を省略する。プローブ情報取得処理部311は、集計したプローブ情報を記憶部32のプローブ情報データベース322に蓄積する。   Since the function of the probe information acquisition processing unit 311 is the same as the function of the probe information acquisition processing unit 212, description thereof is omitted. The probe information acquisition processing unit 311 accumulates the collected probe information in the probe information database 322 of the storage unit 32.

事故予報用テーブル作成処理部312は、複数の区間に分けられている道路について、過去データベース321の過去交通データ、過去事故データ、および、プローブ情報データベース322の過去プローブ情報を用いて、所定の学習アルゴリズム(例えば自己組織化マップを用いた学習アルゴリズム)に基づいて事故発生パターンを学習して、交通状況(交通量、占有率、平均速度、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯等)ごとの事故発生度を表す事故予報用テーブルを作成する。ここで、自己組織化マップとは、プロセス解析や、制御、検索システム、さらには経営のための情報分析など、実社会における重要な分野に応用されるニューラルネットワークの一種であり、高次元の入力データを、教師信号(入力データに対して理想的と考えられる出力)などの予備知識なしにクラスタリングするためのアルゴリズムである。この自己組織化マップの具体的な内容については後述する。   The accident forecast table creation processing unit 312 uses the past traffic data in the past database 321, past accident data, and past probe information in the probe information database 322 to perform predetermined learning for roads divided into a plurality of sections. Accident occurrence patterns are learned based on algorithms (for example, learning algorithms using self-organizing maps), and traffic conditions (traffic volume, occupancy rate, average speed, wiper operation, rapid acceleration, brake operation, hazard lamp lighting, previous Create an accident forecast table that shows the degree of accident occurrence for each lighting. Here, a self-organizing map is a type of neural network that is applied to important fields in the real world, such as process analysis, control, search systems, and information analysis for management. Is a clustering algorithm without prior knowledge such as a teacher signal (an output considered to be ideal for input data). Specific contents of this self-organizing map will be described later.

また、事故予報用テーブル作成処理部312は、所定のタイミングで、または、ユーザによる指示入力があったときに、その時点で取得している過去交通データ、過去事故データ、および、過去プローブ情報を用いて事故予報用テーブルを更新する。所定のタイミングとは、例えば、1年ごとで、直近1年分の過去交通データ、過去事故データ、および、過去プローブ情報が蓄積されたタイミングである。この際に、事故予報用テーブル作成装置3で蓄積された1年分の当該データを用いて事故予報用テーブルを作成し、その事故予報用テーブルを道路交通管制装置2に送信して事故予報用テーブルデータベース222の事故予報用テーブルを更新する。また、ユーザによる指示入力があったときとは、例えば、対象道路の周辺に大きな道路ができた等により、対象道路の車両の流れが変わった場合に、その後、例えば数か月分程度等、充分な量の過去交通データ、過去事故データ、および、過去プローブ情報が蓄積されたときにユーザが事故予報用テーブルの更新のための指示入力を事故予報用テーブル作成装置3の入力部34を用いて行った場合である。   In addition, the accident forecast table creation processing unit 312 obtains past traffic data, past accident data, and past probe information acquired at a predetermined timing or when a user inputs an instruction. Use to update the accident forecast table. The predetermined timing is, for example, the timing at which past traffic data, past accident data, and past probe information for the most recent year are accumulated every year. At this time, an accident prediction table is created using the data for one year accumulated in the accident forecast table creation device 3, and the accident prediction table is transmitted to the road traffic control device 2 for accident prediction. The accident forecast table in the table database 222 is updated. In addition, when there is an instruction input by the user, for example, when a flow of vehicles on the target road changes due to a large road around the target road, for example, about several months thereafter, etc. When a sufficient amount of past traffic data, past accident data, and past probe information are accumulated, the user uses the input unit 34 of the accident forecast table creation device 3 to input instructions for updating the accident forecast table. This is the case.

送信処理部313は、事故予報用テーブル作成処理部312が作成(初回作成、更新用作成)した事故予報用テーブル(詳細は後述)を道路交通管制装置2の処理部21の受信処理部213に送信する。   The transmission processing unit 313 sends the accident forecast table (detailed later) created by the accident forecast table creation processing unit 312 (detailed later) to the reception processing unit 213 of the processing unit 21 of the road traffic control device 2. Send.

記憶部32は、HDDやSSDなどの記憶装置である。記憶部32は、過去データベース321と、プローブ情報データベース322と、を記憶する。過去データベース321は、過去交通データと、過去事故データを記憶する。過去交通データは、道路交通管制装置2の交通データ取得処理部211から受信する交通データにより順次蓄積される。   The storage unit 32 is a storage device such as an HDD or an SSD. The storage unit 32 stores a past database 321 and a probe information database 322. The past database 321 stores past traffic data and past accident data. The past traffic data is sequentially accumulated by the traffic data received from the traffic data acquisition processing unit 211 of the road traffic control device 2.

過去事故データとは、対象道路において起きた過去の事故のデータである。この過去事故データは、例えば、ユーザが事故帳票等を見ながら事故予報用テーブル作成装置3の入力部34を用いて入力することで、記憶部32の過去データベース321に格納するようにすればよい。過去事故データは、具体的には、例えば、事故に関する情報として、事故発生地点、事故発生日時、事故タイプ等を含んでいる。過去事故データは、過去数年以上の事故情報であることが好ましい。また、過去事故データは、ユーザが事故予報用テーブル作成装置3の入力部34で入力するほか、ユーザが道路交通管制装置2の入力部24で入力して道路交通管制装置2から事故予報用テーブル作成装置3に送信することで、記憶部32の過去データベース321に格納するようにしてもよい。あるいは、他のコンピュータ装置にある過去事故データを、DVD(Digital Versatile Disk)やUSB(Universal Serial Bus)メモリ等の情報記憶媒体を介して事故予報用テーブル作成装置3の記憶部32の過去データベース321に格納するようにしてもよい。   The past accident data is data of past accidents that occurred on the target road. The past accident data may be stored in the past database 321 of the storage unit 32 by inputting the past accident data, for example, using the input unit 34 of the accident forecast table creation device 3 while looking at the accident report or the like. . Specifically, the past accident data includes, for example, an accident occurrence point, an accident occurrence date and time, an accident type, and the like as information on the accident. The past accident data is preferably accident information over the past several years. The past accident data is input by the user through the input unit 34 of the accident prediction table creation device 3 or by the user through the input unit 24 of the road traffic control device 2 and is input from the road traffic control device 2 to the accident prediction table. You may make it store in the past database 321 of the memory | storage part 32 by transmitting to the production apparatus 3. FIG. Alternatively, past accident data in another computer device is stored in the past database 321 of the storage unit 32 of the accident forecast table creation device 3 via an information storage medium such as a DVD (Digital Versatile Disk) or a USB (Universal Serial Bus) memory. You may make it store in.

プローブ情報データベース322は、プローブ情報取得処理部311が集計したプローブ情報を逐次記憶する。   The probe information database 322 sequentially stores the probe information collected by the probe information acquisition processing unit 311.

表示部33は、各種画面を表示する。表示部33は、例えば、液晶表示装置(LCD)、有機EL表示装置等により実現される。   The display unit 33 displays various screens. The display unit 33 is realized by, for example, a liquid crystal display device (LCD), an organic EL display device, or the like.

入力部34は、事故予報用テーブル作成装置3に対するユーザの操作を受け付ける。入力部34は、例えば、キーボード、マウス等の入力装置である。   The input unit 34 receives a user operation on the accident forecast table creation device 3. The input unit 34 is an input device such as a keyboard and a mouse.

次に、第1実施形態における事故予報システム1の動作について説明する。まず、図5を参照して、第1実施形態における事故予報用テーブル作成処理について説明する(適宜他図参照)。図5は、第1実施形態における事故予報用テーブル作成処理の流れの一例を示したフローチャートである。   Next, the operation of the accident prediction system 1 in the first embodiment will be described. First, the accident forecast table creation processing in the first embodiment will be described with reference to FIG. 5 (refer to other figures as appropriate). FIG. 5 is a flowchart illustrating an example of the flow of the accident forecast table creation process in the first embodiment.

図5に示すように、事故予報用テーブル作成処理部312は、まず、ステップS11において、過去データベース321から過去交通データと過去事故データを読み出す。   As shown in FIG. 5, the accident forecast table creation processing unit 312 first reads past traffic data and past accident data from the past database 321 in step S11.

次に、事故予報用テーブル作成処理部312は、ステップS12において、プローブ情報データベース322から過去プローブ情報を読み出す。   Next, the accident forecast table creation processing unit 312 reads past probe information from the probe information database 322 in step S12.

次に、事故予報用テーブル作成処理部312は、ステップS13において、過去交通データ、過去事故データ、および、過去プローブ情報に基づいて、過去交通データ、過去プローブ情報と事故の発生しやすさ(事故発生度)との相関関係を学習する。学習方法としては、例えば、次のような自己組織化マップを用いた方法を用いる。   Next, in step S13, the accident forecast table creation processing unit 312 determines past traffic data, past probe information, and the likelihood of an accident (accident) based on past traffic data, past accident data, and past probe information. Learning the correlation with the incidence). As a learning method, for example, the following method using a self-organizing map is used.

図6は、第1実施形態において用いられる自己組織化マップの一般的な構成の一例を示した図である。図6に示すように、自己組織化マップとは、入力層および競合層(出力層)を備えた2層構造のニューラルネットワークである。入力層は、分析対象のデータx1,…,xi,…,xnと同数のユニットを備えた平面として表される。ここで、分析対象のデータx1,…,xi,…,xnの組み合わせを、入力ベクトルと呼ぶ。また、競合層は、複数のユニット1,…,j,…,Nを備えた平面として表される。入力層の各ユニットと、競合層の各ユニットとは、入力ベクトルと同次元の重みベクトルw=(wj1,…,wji,…,wjn)によって関連付けられている。 FIG. 6 is a diagram showing an example of a general configuration of the self-organizing map used in the first embodiment. As shown in FIG. 6, the self-organizing map is a two-layered neural network having an input layer and a competitive layer (output layer). Input layer, data x 1 to be analyzed, ..., x i, ..., represented as a plane having the same number of units and x n. Here, the data x 1 to be analyzed, ..., x i, ..., a combination of x n, referred to as an input vector. Further, the competitive layer is represented as a plane having a plurality of units 1,..., J,. Each unit of the input layer and each unit of the competitive layer are related by a weight vector w j = (w j1 ,..., W ji ,..., W jn ) having the same dimension as the input vector.

図7は、第1実施形態において用いられる自己組織化マップのより具体的な構成の一例を示した図である。図7に示すように、過去データベース321から読み出された過去交通データと、プローブ情報データベース322から読み出された過去プローブ情報とが、学習対象の入力ベクトルとして用いられる。   FIG. 7 is a diagram showing an example of a more specific configuration of the self-organizing map used in the first embodiment. As shown in FIG. 7, the past traffic data read from the past database 321 and the past probe information read from the probe information database 322 are used as input vectors to be learned.

図7の自己組織化マップでは、まず、(1)勝者ユニットを決定し、当該勝者ユニットの重みベクトルを更新する処理が実行される。そして、(2)勝者ユニットの近傍に位置する近傍ユニットの重みベクトルを更新する処理が実行される。なお、勝者ユニットとは、入力ベクトルと最も類似する重みベクトルによって当該入力ベクトルと関連付けられる競合層上の1つのユニットである。また、重みベクトルの更新は、学習回数と、所定の学習係数とを考慮した数式を用いて行われる。なお、入力ベクトルと最も類似する重みベクトルの決定方法や、重みベクトルの更新に用いられる数式の詳細については、例えば特開2014−35639号公報に開示されているため、ここではこれ以上の説明を省略する。   In the self-organizing map of FIG. 7, first, (1) a process of determining a winner unit and updating the weight vector of the winner unit is executed. And (2) the process which updates the weight vector of the vicinity unit located in the vicinity of a winner unit is performed. The winner unit is one unit on the competitive layer that is associated with the input vector by a weight vector that is most similar to the input vector. In addition, the weight vector is updated using a mathematical formula that takes into account the number of learnings and a predetermined learning coefficient. Note that the method of determining the weight vector most similar to the input vector and the details of the mathematical formula used for updating the weight vector are disclosed in, for example, Japanese Patent Application Laid-Open No. 2014-35639. Omitted.

また、入力ベクトルとして用いられる過去交通データ、過去プローブ情報に対応して設定される事故発生度が入力される。事故発生度とは、入力ベクトルに対応して設定される事故の発生しやすさを示す値である。入力ベクトルの各要素が事故発生時のデータである場合、事故発生度は、例えば「1」(または「100」)に設定される。また、入力ベクトルの各要素が事故の無い時のデータである場合、事故発生度は、例えば「0」に設定される。また、入力ベクトルの各要素が事故発生直前のデータである場合、事故発生度は、事故発生時の事故発生度(「1」(または「100」))よりも小さい値に設定される。   Moreover, the accident occurrence degree set corresponding to the past traffic data and past probe information used as the input vector is input. The accident occurrence degree is a value indicating the likelihood of occurrence of an accident set corresponding to the input vector. When each element of the input vector is data at the time of occurrence of an accident, the accident occurrence degree is set to “1” (or “100”), for example. Further, when each element of the input vector is data when there is no accident, the accident occurrence degree is set to “0”, for example. When each element of the input vector is data immediately before the occurrence of the accident, the accident occurrence degree is set to a value smaller than the accident occurrence degree (“1” (or “100”)) at the time of the accident occurrence.

第1実施形態では、上記の(1)および(2)の処理が実行された後、(3)入力された事故発生度で、競合層上の勝者ユニットおよび近傍ユニットに対応する事故発生度分布の層上のユニットの値を更新する処理が実行される。具体的に、勝者ユニットに対応するユニットの値が、入力された事故発生度によって更新され、近傍ユニットに対応するユニットの値が、入力された事故発生度よりも小さい値によって更新される。この更新処理の詳細についても、上記の特開2014−35639号公報に開示されているため、ここではこれ以上の説明を省略する。   In the first embodiment, after the above processes (1) and (2) are executed, (3) the accident occurrence distribution corresponding to the winning units and neighboring units on the competitive layer with the inputted accident occurrence degrees. The process of updating the value of the unit on the layer is executed. Specifically, the value of the unit corresponding to the winner unit is updated by the input accident occurrence degree, and the value of the unit corresponding to the neighboring unit is updated by a value smaller than the input accident occurrence degree. Details of this update processing are also disclosed in the above-mentioned Japanese Patent Application Laid-Open No. 2014-35639, and therefore further explanation is omitted here.

第1実施形態では、上記の(1)〜(3)の処理が繰り返し実行されることで、過去交通データ、過去プローブ情報と事故発生度との相関関係が学習される。   In the first embodiment, the correlation between the past traffic data, the past probe information, and the accident occurrence degree is learned by repeatedly executing the processes (1) to (3).

図5に戻り、ステップS14において、事故予報用テーブル作成処理部312は、ステップS13における学習結果に基づいて、事故予報用テーブルを作成する。すなわち、事故予報用テーブル作成処理部312は、図7に示した自己組織化マップによって得られた相関関係をテーブル化し、過去交通データ、過去プローブ情報と事故発生度との相関関係を定義する事故予報用テーブルを作成する。図8を用いて、事故予報用テーブルの一例について説明する。   Returning to FIG. 5, in step S <b> 14, the accident forecast table creation processing unit 312 creates an accident forecast table based on the learning result in step S <b> 13. That is, the accident forecast table creation processing unit 312 tabulates the correlation obtained by the self-organizing map shown in FIG. 7, and defines the correlation between past traffic data, past probe information, and the degree of accident occurrence. Create a forecast table. An example of the accident prediction table will be described with reference to FIG.

図8は、第1実施形態における事故予報用テーブルの一例を示した図である。図8に示す事故予報用テーブルでは、競合層(および事故発生度分布)のユニットごとに、交通量、占有率、平均速度、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯の各重み、および、事故発生度が関連付けられている。   FIG. 8 is a diagram showing an example of the accident prediction table in the first embodiment. In the accident forecast table shown in FIG. 8, the traffic volume, occupancy rate, average speed, wiper operation, rapid acceleration, brake operation, hazard lamp lighting, headlamp lighting for each unit in the competitive layer (and accident distribution) Each weight and the accident occurrence degree are associated with each other.

次に、図9を参照して、第1実施形態における事故予報処理について説明する。図9は、第1実施形態における事故予報処理の流れの一例を示したフローチャートである。   Next, the accident prediction process in the first embodiment will be described with reference to FIG. FIG. 9 is a flowchart showing an example of the flow of the accident prediction process in the first embodiment.

図9に示すように、事故予報処理部214は、まず、ステップS21において、予報タイミングが到来したか否かを判定し、Yesの場合はステップS22に進み、Noの場合はステップS21に戻る。予報タイミングは、例えば、5分おきとすればよいが、これに限定されない。   As shown in FIG. 9, the accident forecast processing unit 214 first determines whether or not the forecast timing has arrived in Step S21. If Yes, the process proceeds to Step S22. If No, the process returns to Step S21. For example, the forecast timing may be set every five minutes, but is not limited thereto.

次に、事故予報処理部214は、ステップS22〜S28で路線ごとの処理を行う。つまり、事故予報処理部214は、複数の路線について区間ごとの事故予報を行う場合、まず1つ目の路線についてステップS23〜S27の処理を行い、次に2つ目の路線についてステップS23〜S27の処理を行い、・・・、という処理をすべての路線について順番に行う。   Next, the accident prediction processing unit 214 performs processing for each route in steps S22 to S28. That is, when the accident prediction processing unit 214 performs accident prediction for each section for a plurality of routes, the accident prediction processing unit 214 first performs the processing of steps S23 to S27 for the first route, and then performs steps S23 to S27 for the second route. The process of... Is sequentially performed for all routes.

前記したように、事故予報処理部214は、ステップS23〜S27で区間ごとの処理を行う。つまり、事故予報処理部214は、着目する路線に関し、まず1つ目の区間についてステップS24〜S26の処理を行い、次に2つ目の区間についてステップS24〜S26の処理を行い、・・・、という処理をすべての区間について行う。   As described above, the accident prediction processing unit 214 performs processing for each section in steps S23 to S27. That is, the accident forecast processing unit 214 first performs steps S24 to S26 for the first section, and then performs steps S24 to S26 for the second section with respect to the route of interest,. The process of, is performed for all sections.

ステップS24において、事故予報処理部214は、着目する区間について、記憶部22の現在データベース221から現在交通データ(例えば、交通量、占有率、平均速度)を読み出す。   In step S24, the accident forecast processing unit 214 reads the current traffic data (for example, traffic volume, occupation rate, average speed) from the current database 221 of the storage unit 22 for the section of interest.

次に、ステップS25において、事故予報処理部214は、着目する区間について、プローブ情報データベース223から現在プローブ情報(例えば、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯)を読み出す。   Next, in step S25, the accident prediction processing unit 214 reads the current probe information (for example, wiper operation, rapid acceleration, brake operation, hazard lamp lighting, headlamp lighting) from the probe information database 223 for the section of interest. .

次に、ステップS26において、事故予報処理部214は、その区間に対応する事故予報用テーブルを記憶部22の事故予報用テーブルデータベース222から読み出して、現在交通データ、現在プローブ情報とともに用いて事故予報を行う。   Next, in step S26, the accident prediction processing unit 214 reads out the accident prediction table corresponding to the section from the accident prediction table database 222 of the storage unit 22, and uses it together with the current traffic data and the current probe information to predict the accident. I do.

ここで、ステップS26について、図10を用いて説明する。図10は、図7の自己組織化マップを用いて事故予報処理を行う場合の説明図である。図10に示すように、この自己組織化マップでは、次の(11)〜(13)の処理を実行する。   Here, step S26 will be described with reference to FIG. FIG. 10 is an explanatory diagram when the accident prediction process is performed using the self-organizing map of FIG. As shown in FIG. 10, in this self-organizing map, the following processes (11) to (13) are executed.

(11)勝者ユニットを決定。なお、勝者ユニットの決定の方法は、前記した(1)(図7)の場合と同様である。
(12)当該勝者ユニットに対応した事故発生度分布の層上のユニットを選択。
(13)選択されたユニットの事故発生度を出力。
(11) Determine the winner unit. The method for determining the winner unit is the same as in the case of (1) (FIG. 7).
(12) Select a unit on the accident distribution layer corresponding to the winner unit.
(13) Output the degree of accident occurrence of the selected unit.

このようにして、事故予報処理部214は、ステップS22〜S28で、複数の路線について、路線ごとに各区間の事故発生度を取得することができる。   In this way, the accident forecast processing unit 214 can acquire the accident occurrence degree of each section for each route for a plurality of routes in steps S22 to S28.

ステップS29において、表示制御部215は、事故予報処理部214による事故の予報結果(事故発生度等)を警報ランプ等とともに表示部23に事故予報として表示するよう制御を行う。これにより、道路交通管制装置2を用いる管制員等は、対象道路について、各区間ごとに、現在の交通状況に対応した事故の発生しやすさを認識することができる。ステップS29の後、ステップS21に戻る。   In step S29, the display control unit 215 performs control so that the accident prediction result (accident occurrence degree, etc.) by the accident prediction processing unit 214 is displayed as an accident prediction on the display unit 23 together with an alarm lamp or the like. Thereby, a controller using the road traffic control device 2 can recognize the likelihood of an accident corresponding to the current traffic situation for each section of the target road. After step S29, the process returns to step S21.

このように、第1実施形態の事故予報システム1によれば、プローブ情報を用いて事故発生度をより高精度で予報することができる。つまり、道路センサ部RSから得た情報(交通データ)に加えて、プローブ情報によるリアルタイムな車両の状態の情報を用いることで、より迅速かつ高精度に事故予報が可能であり、道路交通の安全性を向上させることができる。また、通知部216から車両5に事故発生度等を通知することもでき、そうすれば、道路交通の安全性をさらに向上させることができる。   As described above, according to the accident prediction system 1 of the first embodiment, the accident occurrence degree can be predicted with higher accuracy using the probe information. In other words, in addition to information (traffic data) obtained from the road sensor section RS, real-time vehicle state information based on probe information can be used to enable accident prediction more quickly and with high accuracy. Can be improved. Further, the notification unit 216 can notify the vehicle 5 of the degree of accident occurrence and the like, and the road traffic safety can be further improved.

なお、一般の気象情報は広い地域に対するもので、必ずしも個々の区間の気象状態に一致するとは限らない。また、気象情報の更新は、本実施形態の事故予報ほど頻繁には行われない。したがって、本実施形態では、例えば、プローブ情報におけるワイパー動作の情報によって、個々の区間の気象情報をリアルタイムで正確に認識することができるので、事故発生度の予報精度向上に大きく寄与できる。   Note that general weather information is for a wide area and does not necessarily match the weather conditions of individual sections. Further, the weather information is not updated as frequently as the accident forecast of the present embodiment. Therefore, in the present embodiment, for example, weather information of each section can be accurately recognized in real time based on the wiper operation information in the probe information, which can greatly contribute to improving the accuracy of forecasting the degree of accident occurrence.

(第2実施形態)
次に、図11〜図14を参照して、第2実施形態の事故予報システム1について説明する。なお、第2実施形態は、第1実施形態と比較して、プローブ情報を、事故予報用テーブルの作成や事故発生度の算出に使用するのではなく、事故予報用テーブルを用いて算出した事故発生度の調整に使用する点で異なっている。以下、第1実施形態と同様の事項については、説明を適宜省略する。
(Second Embodiment)
Next, an accident prediction system 1 according to the second embodiment will be described with reference to FIGS. In the second embodiment, as compared with the first embodiment, the probe information is not used for creating the accident prediction table or calculating the accident occurrence degree, but is calculated using the accident prediction table. It differs in that it is used to adjust the incidence. Hereinafter, descriptions of the same matters as in the first embodiment will be omitted as appropriate.

図11は、第2実施形態における事故予報システム1の構成の一例を示したブロック図である。図1の事故予報用テーブル作成装置3におけるプローブ情報取得処理部311、プローブ情報データベース322は、図11の事故予報用テーブル作成装置3にはない。   FIG. 11 is a block diagram showing an example of the configuration of the accident prediction system 1 in the second embodiment. The probe information acquisition processing unit 311 and the probe information database 322 in the accident forecast table creation device 3 in FIG. 1 are not in the accident forecast table creation device 3 in FIG.

そして、事故予報用テーブル作成処理部312は、複数の区間に分けられている道路について、過去プローブ情報は使用せず、過去データベース321の過去交通データ、および、過去事故データを用いて、所定の学習アルゴリズム(例えば自己組織化マップを用いた学習アルゴリズム)に基づいて事故発生パターンを学習して、交通状況(交通量、占有率、平均速度等)ごとの事故発生度を表す事故予報用テーブルを作成する。   Then, the accident forecast table creation processing unit 312 does not use the past probe information for the road divided into a plurality of sections, and uses the past traffic data and the past accident data in the past database 321 to perform a predetermined process. Accident forecasting table that shows the degree of accident occurrence for each traffic situation (traffic volume, occupation rate, average speed, etc.) by learning accident occurrence patterns based on learning algorithms (for example, learning algorithms using self-organizing maps) create.

また、図11の道路交通管制装置2では、新たに、予報調整部217(事故予報処理部)、事故発生度調整テーブル224が設けられている(詳細は後述)。そして、事故予報処理部214は、道路の区間ごとに、現在プローブ情報は使用せず、現在交通データ(例えば、交通量、占有率、平均速度)、および、事故予報用テーブルを用いて、事故発生度を予報する。   Further, in the road traffic control device 2 of FIG. 11, a forecast adjustment unit 217 (accident prediction processing unit) and an accident occurrence degree adjustment table 224 are newly provided (details will be described later). The accident forecast processing unit 214 does not use the current probe information for each road section, and uses the current traffic data (for example, traffic volume, occupation rate, average speed) and the accident forecast table to Predict the incidence.

また、予報調整部217は、現在プローブ情報を用いて、事故予報処理部214が算出(予報)した事故発生度を調整する。具体的には、予報調整部217は、例えば、現在プローブ情報が示す情報のうち、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯、急減速(図4には図示無し)の少なくともいずれかについて、実行した車両の割合が所定値(例えば5割)以上の場合に、事故発生度を所定値分増加する。例えば、ワイパー動作を実行した車両の割合が所定値以上であれば、その場所で雨が降っていると考えられるので、事故発生度を、統計等に基づいてその雨による影響を考慮して増加する。急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯、急減速についても同様に、事故発生度を、統計等に基づいて増加する。   Also, the forecast adjustment unit 217 adjusts the accident occurrence degree calculated (forecasted) by the accident forecast processing unit 214 using the current probe information. Specifically, the forecast adjustment unit 217 includes, for example, wiper operation, rapid acceleration, brake operation, hazard lamp lighting, headlamp lighting, sudden deceleration (not shown in FIG. 4) among the information indicated by the current probe information. For at least one of the above, when the proportion of executed vehicles is a predetermined value (for example, 50%) or more, the accident occurrence degree is increased by a predetermined value. For example, if the percentage of vehicles that performed wiper operation is greater than or equal to a predetermined value, it is considered that it is raining at that location, so the accident occurrence rate is increased considering the effects of rain based on statistics etc. To do. Similarly, for sudden acceleration, braking, hazard lamp lighting, headlamp lighting, and sudden deceleration, the accident occurrence rate is increased based on statistics and the like.

図12は、第2実施形態における事故予報処理の概要を説明するための模式図である。第2実施形態では、前記したように、まず、プローブ情報(現在プローブ情報、および、過去プローブ情報)は使用せずに、現在交通データ(例えば、交通量、占有率、平均速度)、および、事故予報用テーブルを用いて、事故発生度を算出し(21)、その後、現在プローブ情報に基づいてその事故発生度を調整し(22)、調整後の事故発生度を事故予報とする。   FIG. 12 is a schematic diagram for explaining the outline of the accident prediction process in the second embodiment. In the second embodiment, as described above, first, probe information (current probe information and past probe information) is not used, current traffic data (for example, traffic volume, occupation rate, average speed), and The accident occurrence degree is calculated using the accident prediction table (21), and then the accident occurrence degree is adjusted based on the current probe information (22), and the adjusted accident occurrence degree is set as the accident forecast.

図13は、第2実施形態における事故発生度調整テーブル224の一例を示した図である。事故発生度調整テーブル224では、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯のそれぞれについて、調整ありと調整なしの場合の事故発生度の数値の変化について定めている。事故発生度調整テーブル224は、統計等に基づいて予め作成された情報である。なお、調整ありが適用されるのは、例えば、対象区間における全車両中におけるその項目が実行された割合が所定値(例えば5割)以上だった場合である。例えば、ワイパー動作について、対象区間における全車両中に、ワイパー動作を実行した車両の割合が50%以上であれば、調整ありが適用される。   FIG. 13 is a diagram illustrating an example of the accident occurrence degree adjustment table 224 according to the second embodiment. The accident occurrence degree adjustment table 224 defines changes in the numerical value of the accident occurrence degree with and without adjustment for each of wiper operation, rapid acceleration, brake operation, hazard lamp lighting, and headlamp lighting. The accident occurrence degree adjustment table 224 is information created in advance based on statistics and the like. Note that “with adjustment” is applied, for example, when the ratio of execution of the item in all the vehicles in the target section is a predetermined value (for example, 50%) or more. For example, with respect to the wiper operation, if the ratio of the vehicle that executed the wiper operation is 50% or more among all the vehicles in the target section, “with adjustment” is applied.

調整ありの欄における数値の単位は「%」である。例えば、ワイパー動作についての調整ありの欄の「+0.2」は、元々の事故発生度に対して0.2%分を上乗せして増加させることを示す。この数値は、実際の運用の結果に基づいて、精度が上がるように調整することが好ましい。急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯についても同様である。なお、調整なしの場合、事故発生度の調整は行わない。   The unit of the numerical value in the column with adjustment is “%”. For example, “+0.2” in the column with adjustment for the wiper operation indicates that the original accident degree is increased by 0.2%. This numerical value is preferably adjusted so as to increase accuracy based on the result of actual operation. The same applies to sudden acceleration, braking operation, hazard lamp lighting, and headlamp lighting. If there is no adjustment, the accident rate is not adjusted.

図14は、第2実施形態における事故予報処理の流れの一例を示したフローチャートである。なお、図9のフローチャートと比較して、ステップS24〜S26がステップS31〜S35に変わった点以外は同様であるので、ステップS31〜S35のみについて説明する。   FIG. 14 is a flowchart showing an example of the flow of accident prediction processing in the second embodiment. 9 is the same as the flowchart of FIG. 9 except that steps S24 to S26 are changed to steps S31 to S35, and only steps S31 to S35 will be described.

ステップS31において、事故予報処理部214は、着目する区間について、記憶部22の現在データベース221から現在交通データ(例えば、交通量、占有率、平均速度)を読み出す。   In step S31, the accident prediction processing unit 214 reads current traffic data (for example, traffic volume, occupation rate, average speed) from the current database 221 of the storage unit 22 for the section of interest.

次に、ステップS32において、事故予報処理部214は、その区間に対応する事故予報用テーブルを記憶部22の事故予報用テーブルデータベース222から読み出して、現在交通データとともに用いて事故予報を行う。   Next, in step S32, the accident forecast processing unit 214 reads the accident forecast table corresponding to the section from the accident forecast table database 222 of the storage unit 22, and performs the accident forecast using the current traffic data.

次に、ステップS33において、予報調整部217は、着目する区間について、プローブ情報データベース223から現在プローブ情報(例えば、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯)を読み出す。   Next, in Step S33, the forecast adjustment unit 217 reads the current probe information (for example, wiper operation, rapid acceleration, brake operation, hazard lamp lighting, headlamp lighting) from the probe information database 223 for the section of interest.

次に、ステップS34において、予報調整部217は、事故発生度を調整する必要があるか否かを判定し、Yesの場合はステップS35に進み、Noの場合はステップS27に進む。このステップS34では、前記したように、例えば、ワイパー動作について、対象区間における全車両中、ワイパー動作を実行した車両の割合が50%以上であれば、事故発生度を調整する必要がある(事故発生度調整テーブル224の調整ありを適用する)と判定する。   Next, in step S34, the forecast adjustment unit 217 determines whether or not the accident occurrence degree needs to be adjusted. If Yes, the process proceeds to step S35, and if No, the process proceeds to step S27. In this step S34, as described above, for example, if the ratio of the vehicle that executed the wiper operation is 50% or more in all the vehicles in the target section for the wiper operation, the accident occurrence degree needs to be adjusted (accident) It is determined that the adjustment in the occurrence adjustment table 224 is applied).

ステップS35において、予報調整部217は、事故発生度を調整する。具体的には、予報調整部217は、例えば、事故発生度調整テーブル224(図13)を参照して、ワイパー動作についてであれば、事故発生度に対して0.2%分を上乗せして増加させる。   In step S35, the forecast adjustment unit 217 adjusts the accident occurrence degree. Specifically, for example, the forecast adjustment unit 217 refers to the accident occurrence degree adjustment table 224 (FIG. 13) and adds 0.2% to the accident occurrence degree for the wiper operation. increase.

このように、第2実施形態の事故予報システム1によれば、プローブ情報を用いないで算出した事故発生度を、プローブ情報を用いて調整することができる。したがって、例えば、プローブ情報を用いないで作成した事故予報用テーブルを用いて事故発生度を算出する仕組みがすでに出来上がっている場合に、少ない手間で、プローブ情報を有効に活用して事故発生度の予報精度を高めることができる。   Thus, according to the accident prediction system 1 of 2nd Embodiment, the accident occurrence degree calculated without using probe information can be adjusted using probe information. Therefore, for example, when a mechanism for calculating the degree of accident occurrence using an accident forecast table created without using probe information has already been established, the probe information can be effectively utilized with little effort to reduce the degree of accident occurrence. Forecast accuracy can be improved.

(第3実施形態)
次に、図15〜図18を参照して、第3実施形態の事故予報システム1について説明する。なお、第3実施形態は、第1実施形態と比較して、プローブ情報を、事故予報用テーブルの作成に使用するのではなく、事故発生度を算出するときに事故予報用テーブルに入力する現在交通データの調整に使用する点で異なっている。以下、第1実施形態と同様の事項については、説明を適宜省略する。
(Third embodiment)
Next, an accident prediction system 1 according to the third embodiment will be described with reference to FIGS. Compared to the first embodiment, the third embodiment does not use the probe information for creating the accident prediction table, but inputs the accident information into the accident prediction table when calculating the accident occurrence degree. It differs in that it is used to adjust traffic data. Hereinafter, descriptions of the same matters as in the first embodiment will be omitted as appropriate.

図15は、第3実施形態における事故予報システムの構成の一例を示したブロック図である。図1の事故予報用テーブル作成装置3におけるプローブ情報取得処理部311、プローブ情報データベース322は、図11の事故予報用テーブル作成装置3にはない。   FIG. 15 is a block diagram showing an example of the configuration of the accident prediction system in the third embodiment. The probe information acquisition processing unit 311 and the probe information database 322 in the accident forecast table creation device 3 in FIG. 1 are not in the accident forecast table creation device 3 in FIG.

そして、事故予報用テーブル作成処理部312は、複数の区間に分けられている道路について、過去プローブ情報は使用せず、過去データベース321の過去交通データ、および、過去事故データを用いて、所定の学習アルゴリズム(例えば自己組織化マップを用いた学習アルゴリズム)に基づいて事故発生パターンを学習して、交通状況(交通量、占有率、平均速度等)ごとの事故発生度を表す事故予報用テーブルを作成する。   Then, the accident forecast table creation processing unit 312 does not use the past probe information for the road divided into a plurality of sections, and uses the past traffic data and the past accident data in the past database 321 to perform a predetermined process. Accident forecasting table that shows the degree of accident occurrence for each traffic situation (traffic volume, occupation rate, average speed, etc.) by learning accident occurrence patterns based on learning algorithms (for example, learning algorithms using self-organizing maps) create.

また、図15の道路交通管制装置2では、新たに、入力調整部218(事故予報処理部)、入力調整テーブル225が設けられている。   In the road traffic control device 2 of FIG. 15, an input adjustment unit 218 (accident prediction processing unit) and an input adjustment table 225 are newly provided.

入力調整部218は、現在プローブ情報を用いて、現在交通データを調整する。具体的には、入力調整部218は、例えば、現在プローブ情報が示す情報のうち、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯、急減速の少なくともいずれかについて、実行する車両の割合が所定値(例えば5割)以上の場合に、現在交通データの数値を所定値分増加または減少する。例えば、ワイパー動作を実行した車両の割合が所定値以上であれば、その場所で雨が降っていると考えられるので、現在交通データの数値を、統計等に基づいてその雨による影響を考慮して増加または減少する。急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯、急減速についても同様に、現在交通データの数値を、統計等に基づいて増加または減少する。   The input adjustment unit 218 adjusts the current traffic data using the current probe information. Specifically, the input adjustment unit 218 executes, for example, at least one of wiper operation, rapid acceleration, brake operation, hazard lamp lighting, headlamp lighting, and rapid deceleration among the information indicated by the current probe information. When the vehicle ratio is a predetermined value (for example, 50%) or more, the numerical value of the current traffic data is increased or decreased by a predetermined value. For example, if the percentage of vehicles that have performed wiper operation is greater than or equal to a predetermined value, it is considered that it is raining at that location.Therefore, the current traffic data is calculated based on statistics and other factors. Increase or decrease. Similarly, for sudden acceleration, braking, hazard lamp lighting, headlamp lighting, and sudden deceleration, the numerical value of the current traffic data is increased or decreased based on statistics or the like.

そして、事故予報処理部214は、道路の区間ごとに、現在プローブ情報を用いて調整した現在交通データ(例えば、交通量、占有率、平均速度)、および、事故予報用テーブルを用いて、事故発生度を予報する。   Then, the accident forecast processing unit 214 uses the current traffic data (for example, traffic volume, occupation rate, average speed) adjusted using the current probe information and the accident forecast table for each road section. Predict the incidence.

図16は、第3実施形態における事故予報処理の概要を説明するための模式図である。第3実施形態では、前記したように、現在プローブ情報を用いて現在交通データ(例えば、交通量、占有率、平均速度)(31)を調整し(32)、その調整後の現在交通データ、および、事故予報用テーブルを用いて、事故発生度を算出する。   FIG. 16 is a schematic diagram for explaining the outline of the accident prediction process in the third embodiment. In the third embodiment, as described above, current traffic data (for example, traffic volume, occupation rate, average speed) (31) is adjusted (32) using the current probe information, and the current traffic data after the adjustment is adjusted. In addition, the accident occurrence degree is calculated using the accident prediction table.

図17は、第3実施形態における入力調整テーブルの一例を示した図である。入力調整テーブル225では、現在交通データ(交通量、占有率、平均速度)に関して、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯のそれぞれに基づいて、調整ありと調整なしの場合の数値の変化について定めている。入力調整テーブル225は、統計等に基づいて予め作成された情報である。なお、調整ありが適用されるのは、例えば、対象区間における全車両中におけるその項目が実行された割合が所定値以上だった場合である。例えば、ワイパー動作について、対象区間における全車両中に、ワイパー動作を実行した車両の割合が50%以上であれば、調整ありが適用される。   FIG. 17 is a diagram illustrating an example of an input adjustment table in the third embodiment. In the input adjustment table 225, with respect to the current traffic data (traffic volume, occupation rate, average speed), with and without adjustment based on wiper operation, rapid acceleration, brake operation, hazard lamp lighting, and headlamp lighting. It defines the change of the numerical value in case. The input adjustment table 225 is information created in advance based on statistics and the like. Note that “with adjustment” is applied, for example, when the ratio of execution of the item in all vehicles in the target section is equal to or greater than a predetermined value. For example, with respect to the wiper operation, if the ratio of the vehicle that executed the wiper operation is 50% or more among all the vehicles in the target section, “with adjustment” is applied.

調整ありの欄における数値の単位は「%」である。例えば、交通量に関して、ワイパー動作に基づく調整ありの欄の「+2」は、元々の交通量に対して2%分を上乗せして増加させることを示す。この数値の符号(+、−)および数値は、実際の運用の結果に基づいて、精度が上がるように調整することが好ましい。なお、調整なしの場合、現在交通データ(交通量、占有率、平均速度)の調整は行わない。   The unit of the numerical value in the column with adjustment is “%”. For example, regarding the traffic volume, “+2” in the column with adjustment based on the wiper operation indicates that the traffic volume is increased by 2% with respect to the original traffic volume. It is preferable to adjust the sign (+, −) and the numerical value of this numerical value so as to increase the accuracy based on the result of actual operation. If there is no adjustment, the current traffic data (traffic volume, occupation rate, average speed) is not adjusted.

図18は、第3実施形態における事故予報処理の流れの一例を示したフローチャートである。なお、図9のフローチャートと比較して、ステップS24〜S26がステップS41〜S45に変わった点以外は同様であるので、ステップS41〜S45のみについて説明する。   FIG. 18 is a flowchart showing an example of the flow of accident prediction processing in the third embodiment. 9 is the same as the flowchart of FIG. 9 except that steps S24 to S26 are changed to steps S41 to S45, and only steps S41 to S45 will be described.

ステップS41において、入力調整部218は、着目する区間について、記憶部22の現在データベース221から現在交通データ(例えば、交通量、占有率、平均速度)を読み出す。   In step S41, the input adjustment unit 218 reads current traffic data (for example, traffic volume, occupation rate, average speed) from the current database 221 of the storage unit 22 for the section of interest.

次に、ステップS42において、入力調整部218は、着目する区間について、プローブ情報データベース223から現在プローブ情報(例えば、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯)を読み出す。   Next, in step S42, the input adjustment unit 218 reads the current probe information (for example, wiper operation, rapid acceleration, brake operation, hazard lamp lighting, headlamp lighting) from the probe information database 223 for the section of interest.

次に、ステップS43において、入力調整部218は、現在交通データを調整する必要があるか否かを判定し、Yesの場合はステップS44に進み、Noの場合はステップS45に進む。このステップS43では、前記したように、例えば、ワイパー動作について、対象区間における全車両中に、ワイパー動作を実行した車両の割合が50%以上であれば、現在交通データを調整する必要がある(入力調整テーブル225の調整ありを適用する)と判定する。   Next, in step S43, the input adjustment unit 218 determines whether or not the current traffic data needs to be adjusted. If Yes, the process proceeds to step S44. If No, the process proceeds to step S45. In this step S43, as described above, for example, if the ratio of the vehicles that executed the wiper operation is 50% or more in all the vehicles in the target section for the wiper operation, it is necessary to adjust the current traffic data ( It is determined that the adjustment in the input adjustment table 225 is applied).

ステップS44において、入力調整部218は、現在交通データを調整する。具体的には、入力調整部218は、例えば、入力調整テーブル225(図17)を参照して、交通量に関してであれば、ワイパー動作に基づく調整ありの欄の「+2」に基づいて、交通量に対して2%分を上乗せして増加させる。   In step S44, the input adjustment unit 218 adjusts the current traffic data. Specifically, the input adjustment unit 218 refers to, for example, the input adjustment table 225 (FIG. 17), and regarding traffic volume, based on “+2” in the column with adjustment based on the wiper operation, Increase by 2% to the amount.

次に、ステップS45において、事故予報処理部214は、その区間に対応する事故予報用テーブルを記憶部22の事故予報用テーブルデータベース222から読み出して、現在交通データ(ステップS44を経由している場合は、調整後の現在交通データ)とともに用いて事故予報を行う。   Next, in step S45, the accident prediction processing unit 214 reads out the accident prediction table corresponding to the section from the accident prediction table database 222 of the storage unit 22, and the current traffic data (in the case of passing through the step S44). Is used together with the adjusted current traffic data) to make an accident forecast.

このように、第3実施形態の事故予報システム1によれば、事故予報用テーブルに入力する現在交通データを、プローブ情報を用いて調整することができる。したがって、例えば、プローブ情報を用いないで作成した事故予報用テーブルを用いて事故発生度を算出する仕組みがすでに出来上がっている場合に、少ない手間で、プローブ情報を有効に活用して事故発生度の予報精度を高めることができる。   Thus, according to the accident forecast system 1 of 3rd Embodiment, the present traffic data input into the table for accident forecasts can be adjusted using probe information. Therefore, for example, when a mechanism for calculating the degree of accident occurrence using an accident forecast table created without using probe information has already been established, the probe information can be effectively utilized with little effort to reduce the degree of accident occurrence. Forecast accuracy can be improved.

(変形例)
上記の実施形態では、学習および予報を行うための方法として、自己組織化マップを用いた方法を例示した。しかしながら、学習および予報の方法としては、自己組織化マップを用いた方法以外にも、種々の方法が考えられる。例えば、比較的簡単な方法として、事故発生時の過去交通データを保持(蓄積)して現在交通データと単純に比較する方法や、事故発生時の過去交通データの組合せを統計処理でクラスタリングし、事故発生時に類似したケースの交通データを生成する方法などが考えられる。また、他の方法として、例えばペイジアンネットワークなどの他の多変量解析を利用した方法も考えられる。
(Modification)
In the above embodiment, a method using a self-organizing map is exemplified as a method for performing learning and forecasting. However, as a learning and forecasting method, various methods other than the method using the self-organizing map are conceivable. For example, as a relatively simple method, the past traffic data at the time of the accident is retained (accumulated) and simply compared with the current traffic data, or the past traffic data combinations at the time of the accident are clustered by statistical processing, A method of generating traffic data in a similar case when an accident occurs can be considered. As another method, for example, a method using other multivariate analysis such as a Paysian network is also conceivable.

また、上記の実施形態では、学習および予報に使用するデータとして、交通量、平均速度、車両密度、占有率を例示した。しかし、これら4種類以外の他の情報であっても、事故の発生と相関が見られる情報であれば、学習および予報に使用してよく、例えば、次の(A)〜(K)のような情報がある。   Moreover, in said embodiment, the traffic volume, the average speed, the vehicle density, and the occupation rate were illustrated as data used for learning and a forecast. However, even information other than these four types may be used for learning and forecasting as long as it is correlated with the occurrence of an accident. For example, the following (A) to (K) There is a lot of information.

(A)大型車混入情報(トラック、バス等の大型車の混入率等)
(B)低速車両混入情報(所定値以下の速度で走行する低速車両の混入率等)
(C)制限速度情報(常時制限速度、臨時制限速度等)
(D)イベント情報(道路の周辺におけるイベントの開催状況情報等)
(E)ハザード情報(ハザードマップなどに基づく道路の状態に関する情報等)
(F)二輪車混入情報(二輪車の混入率等)
(G)道路整備情報(道路工事情報等)
(H)通行止め情報(事故や設備トラブルなどによる通行止めの状況を示す情報等)
(I)路面状態情報(路面の乾燥、湿潤、凍結を示す情報等)
(J)渋滞情報(渋滞の長さ、開始位置、終了位置等)
(K)車線制限情報(3車線中の1車線が現在使用不可等)
(A) Large vehicle mixing information (mixing rate of large vehicles such as trucks and buses)
(B) Low-speed vehicle mixing information (mixing rate of low-speed vehicles traveling at a speed below a predetermined value, etc.)
(C) Speed limit information (constant speed limit, temporary speed limit, etc.)
(D) Event information (information on the status of events around the road, etc.)
(E) Hazard information (information on road conditions based on hazard maps, etc.)
(F) Motorcycle mixing information (such as motorcycle mixing rate)
(G) Road maintenance information (road construction information, etc.)
(H) Closed information (information indicating the closed state due to accidents or equipment troubles, etc.)
(I) Road surface condition information (information indicating road surface dryness, wetness, freezing, etc.)
(J) Congestion information (congestion length, start position, end position, etc.)
(K) Lane restriction information (1 of 3 lanes is currently unusable)

また、図1、図11、図15における道路交通管制装置2の構成と事故予報用テーブル作成装置3の構成を一体化して、物理的に単一の事故予報システムとしてもよい。そうすれば、単一のシステムであるので、構成や処理がシンプルになるほか、リアルタイムに得られる交通データ、プローブ情報を使用しての事故予報用テーブルの更新が容易となる。この場合、例えば、1日毎や1ヶ月毎に、交通データ、事故データ、プローブ情報が蓄積される毎に事故予報用テーブルを自動で更新するようにしたり、あるいは、事故データが所定件数蓄積される毎に事故予報用テーブルを自動で更新するようにしたりする方法が考えられる。   Further, the configuration of the road traffic control device 2 and the configuration of the accident prediction table creation device 3 in FIGS. 1, 11, and 15 may be integrated to form a physically single accident prediction system. In this case, since the system is a single system, the configuration and processing are simplified, and the accident forecast table can be easily updated using traffic data and probe information obtained in real time. In this case, for example, the accident forecast table is automatically updated every time when traffic data, accident data, and probe information are accumulated every day or every month, or a predetermined number of accident data is accumulated. A method of automatically updating the accident forecast table every time can be considered.

また、図1、図11、図15の事故予報用テーブル作成装置3を、クラウドコンピューティング技術を利用してクラウド化させてもよい。   Moreover, you may make the accident forecast table preparation apparatus 3 of FIG.1, FIG.11, FIG.15 into a cloud using a cloud computing technique.

以上、本発明の実施形態を説明したが、上記実施形態はあくまで一例であって、発明の範囲を限定することは意図していない。上記実施形態は、様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。上記実施形態は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。   As mentioned above, although embodiment of this invention was described, the said embodiment is an example to the last, Comprising: It is not intending limiting the range of invention. The above embodiment can be implemented in various forms, and various omissions, replacements, and changes can be made without departing from the spirit of the invention. The above embodiments are included in the scope and gist of the invention, and are included in the invention described in the claims and the equivalents thereof.

1 事故予報システム
2 道路交通管制装置
3 事故予報用テーブル作成装置
4 プローブ情報システム
21 処理部
22 記憶部
23 表示部
24 入力部
211 交通データ取得処理部
212 プローブ情報取得処理部
213 受信処理部
214 事故予報処理部
215 表示制御部
216 通知部
217 予報調整部(事故予報処理部)
218 入力調整部(事故予報処理部)
221 現在データベース
222 事故予報用テーブルデータベース
223 プローブ情報データベース
224 事故発生度調整テーブル
225 入力調整テーブル
31 処理部
32 記憶部
33 表示部
34 入力部
311 プローブ情報取得処理部
312 事故予報用テーブル作成処理部
313 送信処理部
321 過去データベース
322 プローブ情報データベース
RS 道路センサ部
DESCRIPTION OF SYMBOLS 1 Accident prediction system 2 Road traffic control apparatus 3 Accident prediction table preparation apparatus 4 Probe information system 21 Processing part 22 Storage part 23 Display part 24 Input part 211 Traffic data acquisition processing part 212 Probe information acquisition processing part 213 Reception processing part 214 Accident Forecast processing unit 215 Display control unit 216 Notification unit 217 Forecast adjustment unit (accident forecast processing unit)
218 Input adjustment unit (accident prediction processing unit)
221 Current database 222 Accident prediction table database 223 Probe information database 224 Accident occurrence degree adjustment table 225 Input adjustment table 31 Processing unit 32 Storage unit 33 Display unit 34 Input unit 311 Probe information acquisition processing unit 312 Accident prediction table creation processing unit 313 Transmission processing unit 321 Past database 322 Probe information database RS Road sensor unit

Claims (14)

道路の所定の区間について、少なくとも、過去交通データ、および、過去事故データを用いて、所定の学習アルゴリズムに基づいて事故発生パターンを学習して、交通状況ごとの事故発生度を表す事故予報用テーブルを作成する事故予報用テーブル作成処理部と、
前記区間について、交通状況を計測するセンサから現在交通データを取得する交通データ取得処理部と、
外部のプローブ情報システムから、前記区間を走行する車両の現在プローブ情報を取得するプローブ情報取得処理部と、
前記区間について、前記現在交通データ、前記現在プローブ情報、および、前記事故予報用テーブルを用いて、前記事故発生度を予報する事故予報処理部と、
を備える事故予報システム。
Accident forecasting table that shows the degree of accident occurrence for each traffic situation by learning accident occurrence patterns based on a predetermined learning algorithm using at least past traffic data and past accident data for a predetermined section of the road An accident forecast table creation processing unit for creating
For the section, a traffic data acquisition processing unit that acquires current traffic data from a sensor that measures traffic conditions;
From an external probe information system, a probe information acquisition processing unit for acquiring current probe information of a vehicle traveling in the section;
An accident forecast processing unit for forecasting the degree of occurrence of the accident using the current traffic data, the current probe information, and the accident forecast table for the section;
Accident prediction system with
前記事故予報用テーブル作成処理部は、前記道路の所定の区間について、前記過去交通データ、および、前記過去事故データに加えて、車両から得られた過去プローブ情報を用いて、所定の学習アルゴリズムに基づいて事故発生パターンを学習して、前記事故予報用テーブルを作成する、請求項1に記載の事故予報システム。   The accident forecast table creation processing unit applies a predetermined learning algorithm to the predetermined section of the road using past probe information obtained from a vehicle in addition to the past traffic data and the past accident data. The accident prediction system according to claim 1, wherein an accident occurrence pattern is learned based on the accident prediction table to create the accident prediction table. 前記事故予報処理部は、前記区間について、前記現在交通データ、および、前記事故予報用テーブルを用いて、前記事故発生度を予報した後に、前記現在プローブ情報を用いて前記事故発生度を調整する、請求項1に記載の事故予報システム。   The accident forecast processing unit adjusts the accident occurrence degree using the current probe information after forecasting the accident occurrence degree using the current traffic data and the accident prediction table for the section. The accident prediction system according to claim 1. 前記事故予報処理部は、前記現在プローブ情報を用いて前記事故発生度を調整する際に、前記現在プローブ情報が示す情報のうち、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯、急減速の少なくともいずれかについて、実行した車両の割合が所定値以上の場合に、前記事故発生度を所定値分増加する、請求項3に記載の事故予報システム。   The accident prediction processing unit adjusts the degree of occurrence of the accident using the current probe information. Among the information indicated by the current probe information, wiper operation, rapid acceleration, brake operation, hazard lamp lighting, headlamp The accident prediction system according to claim 3, wherein, for at least one of lighting and rapid deceleration, the accident occurrence degree is increased by a predetermined value when the proportion of executed vehicles is equal to or greater than a predetermined value. 前記事故予報処理部は、前記現在プローブ情報を用いて前記現在交通データを調整した後に、前記区間について、前記調整した現在交通データ、および、前記事故予報用テーブルを用いて、前記事故発生度を予報する、請求項1に記載の事故予報システム。   The accident forecast processing unit adjusts the current traffic data using the current probe information, and then uses the adjusted current traffic data and the accident forecast table for the section to determine the accident occurrence degree. The accident forecasting system according to claim 1, which forecasts. 前記事故予報処理部は、前記現在プローブ情報を用いて前記現在交通データを調整する際に、前記現在プローブ情報が示す情報のうち、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯、急減速の少なくともいずれかについて、実行する車両の割合が所定値以上の場合に、前記現在交通データを所定値分増加または減少する、請求項5に記載の事故予報システム。   The accident prediction processing unit adjusts the current traffic data using the current probe information. Among the information indicated by the current probe information, wiper operation, rapid acceleration, brake operation, hazard lamp lighting, headlamp The accident prediction system according to claim 5, wherein the current traffic data is increased or decreased by a predetermined value when the ratio of vehicles to be executed is at least a predetermined value for at least one of lighting and rapid deceleration. 前記事故予報システムは、前記事故発生度を、プローブ情報の送信機能を有する車両に通知する通知部、をさらに備える、請求項1から請求項6までのいずれか一項に記載の事故予報システム。   The accident prediction system according to any one of claims 1 to 6, further comprising a notification unit that notifies the degree of occurrence of the accident to a vehicle having a probe information transmission function. 道路の所定の区間について、少なくとも、過去交通データ、および、過去事故データを用いて、所定の学習アルゴリズムに基づいて事故発生パターンを学習して、交通状況ごとの事故発生度を表す事故予報用テーブルを作成する事故予報用テーブル作成処理ステップと、
前記区間について、交通状況を計測するセンサから現在交通データを取得する交通データ取得処理ステップと、
外部のプローブ情報システムから、前記区間を走行する車両の現在プローブ情報を取得するプローブ情報取得処理ステップと、
前記区間について、前記現在交通データ、前記現在プローブ情報、および、前記事故予報用テーブルを用いて、前記事故発生度を予報する事故予報処理ステップと、
を含む事故予報方法。
Accident forecasting table that shows the degree of accident occurrence for each traffic situation by learning accident occurrence patterns based on a predetermined learning algorithm using at least past traffic data and past accident data for a predetermined section of the road Accident forecast table creation processing step for creating
For the section, a traffic data acquisition processing step for acquiring current traffic data from a sensor for measuring traffic conditions;
Probe information acquisition processing step for acquiring current probe information of a vehicle traveling in the section from an external probe information system;
Accident forecast processing step for forecasting the degree of occurrence of the accident using the current traffic data, the current probe information, and the accident forecast table for the section;
Accident prediction method including.
前記事故予報用テーブル作成処理ステップは、前記道路の所定の区間について、前記過去交通データ、および、前記過去事故データに加えて、車両から得られた過去プローブ情報を用いて、所定の学習アルゴリズムに基づいて事故発生パターンを学習して、前記事故予報用テーブルを作成する、請求項8に記載の事故予報方法。   In the accident forecast table creation processing step, for a predetermined section of the road, in addition to the past traffic data and the past accident data, past probe information obtained from a vehicle is used for a predetermined learning algorithm. The accident prediction method according to claim 8, wherein an accident occurrence pattern is learned based on the accident prediction table to create the accident prediction table. 前記事故予報処理ステップは、前記区間について、前記現在交通データ、および、前記事故予報用テーブルを用いて、前記事故発生度を予報した後に、前記現在プローブ情報を用いて前記事故発生度を調整する、請求項8に記載の事故予報方法。   The accident prediction processing step adjusts the accident occurrence degree using the current probe information after forecasting the accident occurrence degree using the current traffic data and the accident prediction table for the section. The accident prediction method according to claim 8. 前記事故予報処理ステップは、前記現在プローブ情報を用いて前記事故発生度を調整する際に、前記現在プローブ情報が示す情報のうち、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯、急減速の少なくともいずれかについて、実行した車両の割合が所定値以上の場合に、前記事故発生度を所定値分増加する、請求項10に記載の事故予報方法。   In the accident forecast processing step, when adjusting the accident occurrence degree using the current probe information, among the information indicated by the current probe information, wiper operation, rapid acceleration, brake operation, hazard lamp lighting, headlamp The accident prediction method according to claim 10, wherein the accident occurrence degree is increased by a predetermined value when the ratio of executed vehicles is equal to or greater than a predetermined value for at least one of lighting and rapid deceleration. 前記事故予報処理ステップは、前記現在プローブ情報を用いて前記現在交通データを調整した後に、前記区間について、前記調整した現在交通データ、および、前記事故予報用テーブルを用いて前記事故発生度を予報する、請求項8に記載の事故予報方法。   In the accident forecast processing step, after adjusting the current traffic data using the current probe information, the accident occurrence degree is predicted using the adjusted current traffic data and the accident forecast table for the section. The accident prediction method according to claim 8. 前記事故予報処理ステップは、前記現在プローブ情報を用いて前記現在交通データを調整する際に、前記現在プローブ情報が示す情報のうち、ワイパー動作、急加速、ブレーキ作動、ハザードランプ点灯、前照灯点灯、急減速の少なくともいずれかについて、実行する車両の割合が所定値以上の場合に、前記現在交通データを所定値分増加または減少する、請求項12に記載の事故予報方法。   In the accident forecast processing step, when adjusting the current traffic data using the current probe information, among the information indicated by the current probe information, wiper operation, rapid acceleration, brake operation, hazard lamp lighting, headlamp 13. The accident prediction method according to claim 12, wherein the current traffic data is increased or decreased by a predetermined value when the ratio of vehicles to be executed is at least a predetermined value for at least one of lighting and rapid deceleration. 前記事故発生度を、プローブ情報の送信機能を有する車両に通知する通知ステップ、をさらに含む、請求項8から請求項13までのいずれか一項に記載の事故予報方法。   The accident prediction method according to any one of claims 8 to 13, further comprising a notification step of notifying the accident occurrence degree to a vehicle having a probe information transmission function.
JP2016108879A 2016-05-31 2016-05-31 Accident prediction system and accident prediction method Active JP6721416B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016108879A JP6721416B2 (en) 2016-05-31 2016-05-31 Accident prediction system and accident prediction method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016108879A JP6721416B2 (en) 2016-05-31 2016-05-31 Accident prediction system and accident prediction method

Publications (2)

Publication Number Publication Date
JP2017215759A true JP2017215759A (en) 2017-12-07
JP6721416B2 JP6721416B2 (en) 2020-07-15

Family

ID=60576975

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016108879A Active JP6721416B2 (en) 2016-05-31 2016-05-31 Accident prediction system and accident prediction method

Country Status (1)

Country Link
JP (1) JP6721416B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190068372A (en) * 2017-12-08 2019-06-18 현대모비스 주식회사 Apparatus, method and system for autonomous driving
CN110400459A (en) * 2018-04-24 2019-11-01 阿里巴巴集团控股有限公司 For alarm rule configuration method, alarm method and the device of traffic condition
US11198433B2 (en) 2017-09-15 2021-12-14 Hyundai Mobis Co., Ltd. Apparatus, method and system for autonomous driving
JPWO2022024208A1 (en) * 2020-07-28 2022-02-03
JP7527867B2 (en) 2020-07-01 2024-08-05 株式会社東芝 Accident forecast system and accident forecast method
JP7578140B2 (en) 2020-07-28 2024-11-06 日本電気株式会社 Traffic monitoring device, traffic monitoring system, traffic monitoring method and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008165604A (en) * 2006-12-28 2008-07-17 Nomura Research Institute Ltd Alarm system for preventing automobile accident
JP2010086070A (en) * 2008-09-29 2010-04-15 Toshiba Corp Road traffic information providing system and method
JP2014035639A (en) * 2012-08-08 2014-02-24 Toshiba Corp Traffic accident occurrence prediction device, method and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008165604A (en) * 2006-12-28 2008-07-17 Nomura Research Institute Ltd Alarm system for preventing automobile accident
JP2010086070A (en) * 2008-09-29 2010-04-15 Toshiba Corp Road traffic information providing system and method
JP2014035639A (en) * 2012-08-08 2014-02-24 Toshiba Corp Traffic accident occurrence prediction device, method and program

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11198433B2 (en) 2017-09-15 2021-12-14 Hyundai Mobis Co., Ltd. Apparatus, method and system for autonomous driving
KR20190068372A (en) * 2017-12-08 2019-06-18 현대모비스 주식회사 Apparatus, method and system for autonomous driving
KR102007249B1 (en) * 2017-12-08 2019-08-06 현대모비스 주식회사 Apparatus, method and system for autonomous driving
CN110400459A (en) * 2018-04-24 2019-11-01 阿里巴巴集团控股有限公司 For alarm rule configuration method, alarm method and the device of traffic condition
JP7527867B2 (en) 2020-07-01 2024-08-05 株式会社東芝 Accident forecast system and accident forecast method
JPWO2022024208A1 (en) * 2020-07-28 2022-02-03
WO2022024208A1 (en) * 2020-07-28 2022-02-03 日本電気株式会社 Traffic monitoring device, traffic monitoring system, traffic monitoring method, and program
JP7578140B2 (en) 2020-07-28 2024-11-06 日本電気株式会社 Traffic monitoring device, traffic monitoring system, traffic monitoring method and program

Also Published As

Publication number Publication date
JP6721416B2 (en) 2020-07-15

Similar Documents

Publication Publication Date Title
US11176845B2 (en) Adaptive analysis of driver behavior
US11990036B2 (en) Driver behavior monitoring
US11257377B1 (en) System for identifying high risk parking lots
US20230325936A1 (en) Collision risk-based engagement and disengagement of autonomous control of a vehicle
JP6721416B2 (en) Accident prediction system and accident prediction method
US20190347739A1 (en) Risk Based Automotive Insurance Rating System
JP6671248B2 (en) Abnormality candidate information analyzer
JP6045846B2 (en) Traffic accident occurrence prediction device, method and program
US10490078B1 (en) Technology for providing real-time route safety and risk feedback
US9569984B2 (en) Recording, monitoring, and analyzing driver behavior
US9008954B2 (en) Predicting impact of a traffic incident on a road network
US11170639B2 (en) Transportation threat detection system
US12020566B2 (en) Machine-learning based control of traffic operation
JP7451303B2 (en) Traffic situation prediction device and traffic situation prediction method
JP6685763B2 (en) Accident prediction system and accident prediction method
US20240001954A1 (en) Methods for preventing service disruption through chokepoint monitoring
JP2018055207A (en) Traffic obstruction risk predicting device
JP7225303B2 (en) Accident forecast system and accident forecast method
JP6666202B2 (en) Accident forecasting system and accident forecasting method
JP2023005015A (en) Traffic condition forecasting device and traffic condition forecasting method
JP7527867B2 (en) Accident forecast system and accident forecast method
US20230408276A1 (en) Methods and apparatuses for late lane change prediction and mitigation
Niture et al. A systematic review of factors, data sources, and prediction techniques for earlier prediction of traffic collision using AI and machine Learning
JP2018067116A (en) Accident prediction system and accident prediction method
JP2021189597A (en) Accident prediction device and accident prediction method

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20170911

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20170912

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190311

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200121

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200122

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200312

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20200519

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200618

R150 Certificate of patent or registration of utility model

Ref document number: 6721416

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150