JP7451303B2 - Traffic situation prediction device and traffic situation prediction method - Google Patents

Traffic situation prediction device and traffic situation prediction method Download PDF

Info

Publication number
JP7451303B2
JP7451303B2 JP2020094243A JP2020094243A JP7451303B2 JP 7451303 B2 JP7451303 B2 JP 7451303B2 JP 2020094243 A JP2020094243 A JP 2020094243A JP 2020094243 A JP2020094243 A JP 2020094243A JP 7451303 B2 JP7451303 B2 JP 7451303B2
Authority
JP
Japan
Prior art keywords
section
traffic
traffic situation
congestion
prediction
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.)
Active
Application number
JP2020094243A
Other languages
Japanese (ja)
Other versions
JP2021189734A (en
Inventor
泰浩 青木
美彦 鈴木
浩輔 成瀬
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 JP2020094243A priority Critical patent/JP7451303B2/en
Publication of JP2021189734A publication Critical patent/JP2021189734A/en
Application granted granted Critical
Publication of JP7451303B2 publication Critical patent/JP7451303B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明の実施形態は、交通状況予測装置、および、交通状況予測方法に関する。 Embodiments of the present invention relate to a traffic situation prediction device and a traffic situation prediction method.

従来から、高速道路等の道路について、過去の交通状況データを教師データとして機械学習を行って交通状況(渋滞状況等)の予測を行う技術がある。 2. Description of the Related Art Conventionally, there has been a technology for predicting traffic conditions (such as traffic jam conditions) on roads such as expressways by performing machine learning using past traffic condition data as training data.

また、合流や分岐のある道路の本線の交通状況を予測する場合には、例えば、合流部分から流入する車両台数や分岐部分から流出する車両台数を考慮して予測を行っていた。また、首都高速道路のように道路の構造が複雑な場合、道路の部分ごとに交通状況やその変化の仕方が異なることに対応するために、例えば、道路を複数の区間に区切り、区間ごとに機械学習でそれぞれの交通状況の予測のための学習モデルを構築する手法があった。 Furthermore, when predicting the traffic situation on a main road on a road that has a merge or a branch, the prediction has been made by taking into consideration, for example, the number of vehicles flowing into the merge section or the number of vehicles flowing out from the branch section. In addition, when the structure of a road is complex, such as the Metropolitan Expressway, in order to cope with the fact that traffic conditions and how they change differ depending on the section of the road, for example, the road can be divided into multiple sections, and each section can be divided into sections. There was a method to use machine learning to construct a learning model for predicting each traffic situation.

特許第4783414号公報Patent No. 4783414 特許第6516660号公報Patent No. 6516660 特許第3742361号公報Patent No. 3742361 国際公開第2017/094267号International Publication No. 2017/094267 国際公開第2018/012414号International Publication No. 2018/012414 特開2011-186940号公報Japanese Patent Application Publication No. 2011-186940 特開2010-191614号公報Japanese Patent Application Publication No. 2010-191614

しかしながら、上述の従来技術では、交通状況の予測精度の点で改善の余地があった。 However, with the above-mentioned conventional technology, there is room for improvement in terms of prediction accuracy of traffic conditions.

そこで、本実施形態の課題は、道路の交通状況を機械学習に基づいて高精度に予測することができる交通状況予測装置、および、交通状況予測方法を提供することである。 Therefore, an object of the present embodiment is to provide a traffic situation prediction device and a traffic situation prediction method that can predict road traffic conditions with high accuracy based on machine learning.

実施形態の交通状況予測装置は、道路の区間ごとの過去交通状況データに基づいて、前記道路において発生した車両の渋滞の上流側への伝搬のされ方を学習した機械学習アルゴリズムと、に基づいて前記区間を単位とする交通状況の予測の学習モデルを生成する生成部と、前記道路について、道路情報収集端末によって収集された現在の交通状況データを取得する取得部と、前記区間ごとに交通状況を予測する場合に、所定の前記区間である第1の区間について、前記学習モデルと前記最大収容車両数と前記交通状況データとに基づいて交通状況を予測し、前記第1の区間に上流側に隣接する第2の区間について、前記第1の区間の交通状況の予測結果と、前記学習モデルと前記最大収容車両数と前記交通状況データとに基づいて交通状況を予測する予測部と、を備える。 The traffic situation prediction device of the embodiment is based on a machine learning algorithm that learns how vehicle congestion occurring on the road is propagated upstream based on past traffic situation data for each section of the road. a generation unit that generates a learning model for predicting traffic conditions for each section; an acquisition unit that acquires current traffic condition data collected by a road information collection terminal for the road; When predicting the traffic situation, the traffic situation is predicted for the first section, which is the predetermined section, based on the learning model, the maximum accommodating number of vehicles, and the traffic situation data, and a prediction unit that predicts a traffic situation for a second section adjacent to the second section based on a prediction result of the traffic situation of the first section, the learning model, the maximum number of vehicles accommodated, and the traffic situation data; Be prepared.

図1は、道路の渋滞の伝搬の様子を説明するための図である。FIG. 1 is a diagram for explaining how traffic congestion propagates on a road. 図2は、実施形態の交通状況予測システムの全体構成図である。FIG. 2 is an overall configuration diagram of the traffic situation prediction system according to the embodiment. 図3は、実施形態の交通状況予測装置の機能構成図である。FIG. 3 is a functional configuration diagram of the traffic situation prediction device according to the embodiment. 図4は、実施形態における渋滞度ラベルと速度との関係の例を示すグラフである。FIG. 4 is a graph showing an example of the relationship between congestion level labels and speeds in the embodiment. 図5は、実施形態における渋滞量を説明するための図である。FIG. 5 is a diagram for explaining the amount of traffic congestion in the embodiment. 図6は、実施形態の交通状況予測装置による全体処理の例を示すフローチャートである。FIG. 6 is a flowchart illustrating an example of overall processing by the traffic situation prediction device according to the embodiment. 図7は、実施形態の交通状況予測装置による学習処理の例を示すフローチャートである。FIG. 7 is a flowchart illustrating an example of learning processing by the traffic situation prediction device according to the embodiment. 図8は、実施形態の交通状況予測装置による予測処理の例を示すフローチャートである。FIG. 8 is a flowchart illustrating an example of prediction processing by the traffic situation prediction device according to the embodiment. 図9は、実施形態における予測結果の例を示すグラフである。FIG. 9 is a graph showing an example of prediction results in the embodiment. 図10は、実施形態における予測結果の例を示すグラフである。FIG. 10 is a graph showing an example of prediction results in the embodiment. 図11は、実施形態における予測結果の例を示すグラフである。FIG. 11 is a graph showing an example of prediction results in the embodiment.

以下、図面を参照しながら、本発明の実施形態の交通状況予測システムについて説明する。なお、以下の実施形態では、道路として高速道路の場合を例にとる。また、交通状況とは、道路における渋滞状況(渋滞の場所、日時、時間の長さ等)や、渋滞の種類(例えば、自然渋滞、事故渋滞、工事渋滞、見物渋滞等)等を含む概念である。以下の実施形態では、交通状況として渋滞状況の場合を例にとる。 Hereinafter, a traffic situation prediction system according to an embodiment of the present invention will be described with reference to the drawings. Note that in the following embodiment, a case where the road is an expressway will be taken as an example. Furthermore, the traffic situation is a concept that includes the state of traffic congestion on roads (location of traffic jam, date and time, length of time, etc.) and the type of traffic congestion (for example, natural traffic congestion, accident traffic congestion, construction traffic congestion, spectator traffic congestion, etc.). be. In the following embodiment, a traffic situation will be taken as an example of a traffic situation.

まず道路における渋滞の伝搬の様子について説明する。 First, we will explain how congestion propagates on roads.

図1は、道路の渋滞の伝搬の様子を説明するための図である。図1に示すように、上り線と下り線を有する道路を区間1、2、3、4、・・・と分割して扱う。また、上り線、下り線において、区間ごとに最大収容車両数(走行可能な車両の最大数)を設定する。 FIG. 1 is a diagram for explaining how traffic congestion propagates on a road. As shown in FIG. 1, a road having an up line and a down line is divided into sections 1, 2, 3, 4, and so on. In addition, the maximum number of vehicles that can be accommodated (the maximum number of vehicles that can travel) is set for each section on the up and down lines.

例えば、上り線において区間4で車両数が最大収容車両数に近づくと渋滞が発生し、区間4に収まらない車両が隣接する上流である区間3にはみ出ることで、混雑が上流に伝搬する。ここで、区間4は、例えば、渋滞の発生の起点(ボトルネック)となりやすい合流部分、分岐部分、ジャンクション等を含む区間である。 For example, on the up line, when the number of vehicles approaches the maximum number of vehicles in section 4, congestion occurs, and vehicles that cannot fit in section 4 spill into the adjacent upstream section 3, causing congestion to propagate upstream. Here, the section 4 is a section including, for example, a confluence section, a branch section, a junction, etc. that are likely to become a starting point (bottleneck) for the occurrence of traffic congestion.

下り線についても同様に、例えば、区間1で車両数が最大収容車両数に近づくと渋滞が発生し、区間1に収まらない車両が隣接する上流である区間2にはみ出ることで、混雑が上流に伝搬する。 Similarly, for the outbound line, for example, when the number of vehicles approaches the maximum capacity in section 1, congestion occurs, and as vehicles that cannot fit in section 1 protrude into the adjacent upstream section 2, congestion increases upstream. propagate.

なお、従来技術では、本線につながる支線からの車両の流入の増減が、直接的に本線上の各地点の渋滞の長さの増大や減少を引き起こすという考え方に基づいて渋滞予測を行っていた。一方、本実施形態では、本線を複数の区間に分割し、区間ごとの渋滞の長さを推定し、渋滞の長さの増大や減少の変化が、本線全体の渋滞の長さの増大や減少の変化を引き起こすという考え方に基づいて渋滞予測を行う。 In addition, in the conventional technology, congestion prediction was performed based on the idea that an increase or decrease in the inflow of vehicles from branch lines connected to the main line directly causes an increase or decrease in the length of congestion at each point on the main line. On the other hand, in this embodiment, the main line is divided into multiple sections, the length of the congestion is estimated for each section, and changes in the length of the congestion are determined by the increase or decrease in the length of the congestion on the entire main line. Congestion prediction is performed based on the idea of causing changes in traffic congestion.

図2は、実施形態の交通状況予測システムSの全体構成図である。交通状況予測システムSは、交通状況予測装置1と、車両感知器2と、道路交通管制システム3と、気象データ管理装置4と、を備える。 FIG. 2 is an overall configuration diagram of the traffic situation prediction system S of the embodiment. The traffic situation prediction system S includes a traffic situation prediction device 1, a vehicle sensor 2, a road traffic control system 3, and a weather data management device 4.

図2において、車両感知器2は、高速道路の路側に設置され、交通量[台/h]、平均速度[km/h]、車両密度[台/km]、占有率(オキュパンシー)[%]などの情報(交通状況データ)を収集する感知器であり、感知した情報を交通状況予測装置1に送信する。 In FIG. 2, the vehicle sensor 2 is installed on the roadside of the expressway, and has traffic volume [vehicles/h], average speed [km/h], vehicle density [vehicles/km], and occupancy rate (occupancy) [%]. It is a sensor that collects information such as traffic situation data (traffic situation data), and transmits the sensed information to the traffic situation prediction device 1.

なお、交通状況データを収集する装置は、ほかに、道路を走行する車両の乗員により携帯される携帯端末(スマートフォン等)や、車両の車載装置などであってもよい。 Note that the device for collecting traffic situation data may also be a mobile terminal (such as a smartphone) carried by an occupant of a vehicle traveling on the road, an on-vehicle device of the vehicle, or the like.

道路交通管制システム3は、管制対象の道路の実際の交通状況の監視や管理を総合的に行うコンピュータシステムであり、車両感知器2から受信した交通状況データを交通状況予測装置1に送信する。 The road traffic control system 3 is a computer system that comprehensively monitors and manages the actual traffic situation on the road to be controlled, and transmits traffic situation data received from the vehicle sensor 2 to the traffic situation prediction device 1.

気象データ管理装置4は、各種センサ等によって収集した気象データを管理するコンピュータシステムであり、各種センサ等から受信した気象データを交通状況予測装置1に送信する。 The weather data management device 4 is a computer system that manages weather data collected by various sensors and the like, and transmits the weather data received from the various sensors to the traffic situation prediction device 1.

図3は、実施形態の交通状況予測装置1の機能構成図である。交通状況予測装置1は、コンピュータ装置であり、処理部11と、記憶部12と、入力部13と、表示部14と、通信部15と、を備える。 FIG. 3 is a functional configuration diagram of the traffic situation prediction device 1 according to the embodiment. The traffic situation prediction device 1 is a computer device, and includes a processing section 11, a storage section 12, an input section 13, a display section 14, and a communication section 15.

なお、本実施形態では、交通状況予測装置1について、説明を簡潔にするために、1台のコンピュータ装置によって構成されているものとして説明するが、これに限定されない。交通状況予測装置1は、例えば、複数のコンピュータ装置によって実現されてもよいし、あるいは、クラウドサーバによって実現されてもよい。 In addition, in this embodiment, in order to simplify the description, the traffic situation prediction device 1 will be described as being configured by one computer device, but the present invention is not limited to this. The traffic situation prediction device 1 may be realized, for example, by a plurality of computer devices, or may be realized by a cloud server.

記憶部12は、HDD(Hard Disk Drive)やSSD(Solid State Drive)などの記憶装置であり、各種情報を記憶する。記憶部12は、例えば、道路データ121と、交通状況データ122と、気象データ123と、教師データ124と、学習モデル125と、予測結果126と、を記憶する。 The storage unit 12 is a storage device such as an HDD (Hard Disk Drive) or an SSD (Solid State Drive), and stores various information. The storage unit 12 stores, for example, road data 121, traffic situation data 122, weather data 123, teacher data 124, learning models 125, and prediction results 126.

道路データ121は、道路に関する情報であり、例えば、区間の識別情報や長さや最大収容車両数等、車線数、インターチェンジ、パーキングエリアの場所等の情報である。 The road data 121 is information about roads, such as section identification information, length, maximum number of vehicles accommodated, number of lanes, interchanges, locations of parking areas, and the like.

交通状況データ122は、道路交通管制システム3から取得した、車両感知器2によって収集された交通量[台/h]、平均速度[km/h]、車両密度[台/km]、占有率(オキュパンシー)[%]などの情報である。なお、以下では、学習モデル125の生成に使用する過去の交通状況データを過去交通状況データと称し、交通状況の予測に使用する現在の交通状況を、現在の交通状況または単に交通状況データと称する。 The traffic situation data 122 includes traffic volume [vehicles/h], average speed [km/h], vehicle density [vehicles/km], occupancy rate ( Information such as occupancy) [%]. Note that, below, the past traffic situation data used to generate the learning model 125 will be referred to as past traffic situation data, and the current traffic situation used to predict the traffic situation will be referred to as current traffic situation or simply traffic situation data. .

気象データ123は、気象データ管理装置4から取得した気象データ(気温データ、湿度データ、晴れ/曇り/雨/雪等のデータ)である。なお、以下では、学習モデル125の生成に使用する過去の気象データを過去気象データと称し、交通状況の予測に使用する現在の気象データを、現在の気象データまたは単に気象データと称する。 The weather data 123 is weather data (temperature data, humidity data, data on sunny/cloudy/rain/snow, etc.) acquired from the weather data management device 4. Note that, hereinafter, past weather data used to generate the learning model 125 will be referred to as past weather data, and current weather data used to predict traffic conditions will be referred to as current weather data or simply weather data.

教師データ124は、過去交通状況データに対して例えば渋滞度ラベルを付したデータである。
図4は、実施形態における渋滞度ラベルと速度との関係の例を示すグラフである。図4のグラフにおいて、縦軸は渋滞度ラベルで、横軸は車両の速度である。例えば、図4に示すように、渋滞度ラベルと速度について、非線形なマッピングを行うことで、例えば低速度域で高精度なマッピングを行うことができる。
The teacher data 124 is data in which, for example, a congestion degree label is attached to past traffic situation data.
FIG. 4 is a graph showing an example of the relationship between congestion level labels and speeds in the embodiment. In the graph of FIG. 4, the vertical axis is the congestion degree label, and the horizontal axis is the speed of the vehicle. For example, as shown in FIG. 4, by performing non-linear mapping of traffic congestion level labels and speeds, highly accurate mapping can be performed, for example, in low speed ranges.

渋滞度ラベルは、例えば、0(渋滞)と1(非渋滞)の2値でもよいし、3値(渋滞、混雑、自由流)、5値、10値などであってもよい。例えば、過去交通状況データに対して2値で渋滞度ラベルを付す場合、例えば、平均速度20km/h未満の場合に0(渋滞)とし、平均速度20km/h以上の場合に1(非渋滞)とすればよい。 The congestion degree label may be, for example, a binary value of 0 (congestion) and 1 (non-congestion), a 3-value (congestion, congestion, free flow), a 5-value, a 10-value, or the like. For example, when attaching a binary congestion degree label to past traffic situation data, for example, if the average speed is less than 20 km/h, it is set as 0 (congestion), and if the average speed is 20 km/h or more, it is set as 1 (non-congestion). And it is sufficient.

図2に戻って、学習モデル125は、道路の区間ごとの過去交通状況データに基づいて、道路において発生した車両の渋滞の上流側への伝番のされ方(言い換えると、どのように上流側に伝搬するか)を学習させた機械学習アルゴリズム等に基づいて生成部112によって生成されるモデルである(詳細は後述)。 Returning to FIG. 2, the learning model 125 is based on past traffic situation data for each section of the road. This is a model generated by the generation unit 112 based on a machine learning algorithm or the like that has learned whether the information propagates to (details will be described later).

予測結果126は、予測部113による交通状況の予測の結果である。 The prediction result 126 is the result of prediction of the traffic situation by the prediction unit 113.

処理部11は、例えば、MPU(Micro Processing Unit)と、ROM(Read Only Memory)と、RAM(Random Access Memory)と、を備える。MPUは、交通状況予測装置1の動作を統括的に制御する。ROMは、各種プログラムやデータを記憶する記憶媒体である。RAMは、各種プログラムを一時的に記憶したり、各種データを書き換えたりするための記憶媒体である。そして、MPUは、RAMをワークエリア(作業領域)としてROM、記憶部12等に格納されたプログラムを実行する。 The processing unit 11 includes, for example, an MPU (Micro Processing Unit), a ROM (Read Only Memory), and a RAM (Random Access Memory). The MPU centrally controls the operation of the traffic situation prediction device 1. ROM is a storage medium that stores various programs and data. RAM is a storage medium for temporarily storing various programs and rewriting various data. The MPU then executes programs stored in the ROM, the storage unit 12, etc., using the RAM as a work area.

処理部11は、機能構成として、取得部111と、生成部112と、予測部113と、表示制御部114と、送信制御部115と、を備える。 The processing unit 11 includes an acquisition unit 111, a generation unit 112, a prediction unit 113, a display control unit 114, and a transmission control unit 115 as functional configurations.

取得部111は、外部装置から各種情報を取得する。例えば、取得部111は、道路について、車両感知器2(道路情報収集端末)によって収集された現在の交通状況データを道路交通管制システム3から取得する。また、取得部111は、気象データ管理装置4から現在の気象データ(気温データ、湿度データ、晴れ/曇り/雨/雪等のデータ等)を取得する。 The acquisition unit 111 acquires various information from an external device. For example, the acquisition unit 111 acquires current traffic situation data collected by the vehicle sensor 2 (road information collection terminal) about the road from the road traffic control system 3. The acquisition unit 111 also acquires current weather data (temperature data, humidity data, data on sunny/cloudy/rain/snow, etc.) from the weather data management device 4 .

生成部112は、過去交通状況データ(過去の交通量[台/h]、平均速度[km/h]、車両密度[台/km]、占有率(オキュパンシー)[%]などの情報)と、教師データ124と、道路において発生した車両の渋滞がどのように上流側に伝搬するかを学習した機械学習アルゴリズムと、に基づいて区間を単位とする交通状況の予測の学習モデル125を生成する。生成部112は、さらに過去気象データを用いて、学習モデル125を生成してもよい。以下では、過去気象データや気象データも用いるものとして説明する。 The generation unit 112 generates past traffic situation data (information such as past traffic volume [vehicles/h], average speed [km/h], vehicle density [vehicles/km], and occupancy rate (occupancy) [%]), A learning model 125 for predicting traffic conditions in units of sections is generated based on teacher data 124 and a machine learning algorithm that has learned how vehicle congestion occurring on a road propagates upstream. The generation unit 112 may further generate the learning model 125 using past weather data. The following explanation assumes that past weather data and meteorological data are also used.

なお、生成部112は、上述の学習モデル125の生成のために、記憶部12の道路データ121に基づいて、道路の構造情報(例えば主要幹線道路で分岐や合流によってどの区間とどの区間が結合しているなど)や、道路の区間ごとの距離情報や、ボトルネック候補の区間とその区間に隣接する区間等の情報を取得する。 Note that, in order to generate the above-mentioned learning model 125, the generation unit 112 uses road structure information (for example, which sections are connected to which sections by branching or merging on a major trunk road) based on the road data 121 in the storage unit 12. (e.g.), distance information for each road section, information on bottleneck candidate sections and sections adjacent to that section, etc.

また、生成部112は、例えば、1分間隔で収集される交通状況データに対し、3分間隔や5分間隔などの時間的な丸め(平均化)が必要な場合には、各項目について時間平均するなどの処理を行う。 For example, if it is necessary to round (average) traffic situation data collected at 1-minute intervals to 3-minute intervals, 5-minute intervals, etc., the generation unit 112 generates a Perform processing such as averaging.

また、生成部112は、例えば、過去気象データを計測したセンサの位置情報と、道路の区間の位置情報とを比較して、過去交通状況データと過去気象データの関連付けを行う。 Further, the generation unit 112 associates the past traffic situation data with the past weather data by, for example, comparing the position information of a sensor that measured the past weather data with the position information of a road section.

また、生成部112は、例えば、CAN(Controller Area Network)データ(ワイパー動作情報、ブレーキ情報、車間距離情報、速度情報など)を用いる場合、その位置情報と、道路の区間の位置情報とを比較して、過去交通状況データとCANデータの関連付けを行う。 For example, when using CAN (Controller Area Network) data (wiper operation information, brake information, inter-vehicle distance information, speed information, etc.), the generation unit 112 compares the position information with the position information of the road section. Then, the past traffic situation data and CAN data are associated with each other.

生成部112は、例えば、それらのような関連付けに基づいて過去交通状況データ、過去気象データ、CANデータ等を統合し、その統合したデータと教師データ124と機械学習アルゴリズムに基づいて学習モデル125を生成する。 For example, the generation unit 112 integrates past traffic situation data, past weather data, CAN data, etc. based on these associations, and creates a learning model 125 based on the integrated data, teacher data 124, and a machine learning algorithm. generate.

予測部113は、区間ごとに交通状況を予測する場合に、所定の区間である第1の区間(例えば、渋滞の起点(ボトルネック)となる区間として予め定められた区間)について、学習モデル125、最大収容車両数、交通状況データ122、気象データ123等に基づいて交通状況を予測する。 When predicting the traffic situation for each section, the prediction unit 113 uses the learning model 125 for a first section that is a predetermined section (for example, a section predetermined as a section that is the starting point (bottleneck) of traffic congestion). , the maximum number of accommodated vehicles, traffic situation data 122, weather data 123, etc. to predict the traffic situation.

また、予測部113は、第1の区間に上流側に隣接する第2の区間について、第1の区間の交通状況の予測結果126と、学習モデル125、最大収容車両数、交通状況データ122、気象データ123等に基づいて交通状況を予測する。上述のように、本実施形態では、渋滞は上流に伝搬するという考えに基づいて、まずボトルネック候補の区間の渋滞を予測し、その後、次々に、隣接する上流の区間について交通状況の予測を行う(いわゆる畳み込み処理による予測を行う)ことで、予測精度を高めることができる。 Further, the prediction unit 113 includes, for a second section adjacent to the first section on the upstream side, a prediction result 126 of the traffic situation of the first section, a learning model 125, the maximum number of accommodated vehicles, traffic situation data 122, Traffic conditions are predicted based on weather data 123 and the like. As described above, in this embodiment, based on the idea that congestion propagates upstream, we first predict traffic congestion in a bottleneck candidate section, and then predict traffic conditions for adjacent upstream sections one after another. By performing prediction using so-called convolution processing, prediction accuracy can be improved.

また、予測する交通状況としては、例えば、渋滞の距離や、渋滞の時間の長さや、渋滞の平均距離と渋滞の時間の長さの積である渋滞量が考えられる。 Furthermore, examples of traffic conditions to be predicted include the distance of a traffic jam, the length of a traffic jam, and the amount of traffic jam, which is the product of the average distance of a traffic jam and the length of a traffic jam.

図5は、実施形態における渋滞量を説明するための図である。図5に示すように、例えば、渋滞の平均距離((1/2)×L)と渋滞の時間の長さ(T)の積が渋滞量である。図5における三角形A1の面積が渋滞量に相当する。また、四角形A2の面積も渋滞量に相当する。 FIG. 5 is a diagram for explaining the amount of traffic congestion in the embodiment. As shown in FIG. 5, for example, the product of the average distance of a traffic jam ((1/2)×L) and the length of time of a traffic jam (T) is the traffic jam volume. The area of triangle A1 in FIG. 5 corresponds to the amount of traffic congestion. Furthermore, the area of rectangle A2 also corresponds to the amount of traffic congestion.

従来技術では、例えば、交通状況を把握するために、交通量Q(=交通密度k×交通速度v)を用いていた。一方、本実施形態では、交通状況としての渋滞状況を把握するために、上述の三角形A1の面積や四角形A2の面積である渋滞量を用いる。渋滞の長さは、渋滞発生時と渋滞解消時はほぼ0でその中間の時刻が最大となっている可能性が高いので、特に上述の三角形A1の面積は渋滞状況を表す指標としてより正確である。 In the conventional technology, for example, traffic volume Q (=traffic density k×traffic speed v) was used to understand the traffic situation. On the other hand, in this embodiment, in order to understand the traffic congestion situation as a traffic situation, the amount of traffic congestion, which is the area of the triangle A1 and the area of the quadrangle A2 described above, is used. It is highly likely that the length of a traffic jam is approximately 0 when the traffic jam occurs and when the traffic congestion clears, and reaches its maximum at the time in between, so the area of triangle A1 mentioned above is particularly accurate as an indicator of the traffic congestion situation. be.

図2に戻って、予測する交通状況としては、ほかに、例えば、道路における所定の起点から所定の終点までの走行時間や、渋滞の解消のタイミングや、最長の渋滞長さなども考えられる。 Returning to FIG. 2, other possible traffic conditions to be predicted include, for example, the travel time from a predetermined starting point to a predetermined end point on a road, the timing of clearing a traffic jam, and the length of the longest traffic jam.

また、予測する交通状況として、時間的には、例えば、5分単位で5分後から2時間後程度の近未来の渋滞状況が考えられる。 In addition, in terms of time, the traffic situation to be predicted may be, for example, traffic congestion in the near future from 5 minutes to 2 hours in 5 minute units.

また、交通状況を予測する際に、例えば、合流直前の2つの区間の情報と合流直後の区間の情報を関連付けて予測することができる。つまり、例えば、合流直前の2つの区間の車両はすべて合流直後の区間に流入するものとして扱うことができる。 Further, when predicting the traffic situation, for example, it is possible to make predictions by associating information on two sections immediately before the merge with information on the section immediately after the merge. That is, for example, all vehicles in the two sections immediately before merging can be treated as flowing into the section immediately after merging.

分岐についても同様である。交通状況を予測する際に、例えば、分岐直後の2つの区間の情報と分岐直前の区間の情報を関連付けて予測することができる。つまり、例えば、分岐直前の区間の車両はすべて分岐直後のいずれかの区間に流入するものとして扱うことができる。 The same applies to branches. When predicting the traffic situation, for example, information on two sections immediately after a branch and information on a section immediately before the branch can be correlated and predicted. That is, for example, all vehicles in the section immediately before the branch can be treated as flowing into any section immediately after the branch.

また、予測部113を実現するための手法として、例えば、時系列データを扱うニューラルネットワークの一種であるLSTM(Long Short-Term Memory)のネットワークが考えられる。 Further, as a method for realizing the prediction unit 113, for example, a LSTM (Long Short-Term Memory) network, which is a type of neural network that handles time-series data, can be considered.

LSTMのネットワークを用いて5分単位で5分後から2時間後までの交通状況を予測する場合、まず、1つの区間において、交通状況データ122と気象データ123など、一定時間(例えば5分)内に更新される特徴データの数をmとする。このデータを2時間分用意すると、1つの区間あたりm×24個の入力データが必要となる。また、5分ごとの2時間分の交通状況を表す予測データ(例えば、渋滞の程度を表す3値のデータ)を出力に設定すれば、同じく24個の予測値を出力する。 When predicting traffic conditions from 5 minutes to 2 hours in 5-minute increments using an LSTM network, first, traffic condition data 122 and weather data 123 are collected for a certain period of time (for example, 5 minutes) in one section. Let m be the number of feature data updated within a given time period. If this data is prepared for 2 hours, m×24 pieces of input data will be required for one section. Furthermore, if predicted data representing the traffic situation for 2 hours every 5 minutes (for example, 3-value data representing the degree of traffic congestion) is set to be output, 24 predicted values will be output as well.

一方、複数区間の情報を扱うために、例えばある着目区間とそれに連結する複数の区間の合計n個の区間を入力区間と考える場合、前述の入力データの特徴量の数は(m×24)×nで、出力は24×n個となる。nについては、各着目区間の影響が及ぶ範囲に限定されるため、多くでも10~20ぐらいが実用的と考えられる。また、特徴量としては、交通状況データ122と気象データ123のほか、イベント情報なども考えられる。 On the other hand, in order to handle information on multiple sections, for example, when considering a given section of interest and a total of n sections connected to it as input sections, the number of features of the input data described above is (m x 24). ×n, the output is 24×n. As for n, since the influence of each section of interest is limited, it is considered practical to set it to about 10 to 20 at most. Further, as the feature amount, in addition to traffic situation data 122 and weather data 123, event information and the like can be considered.

表示制御部114は、各種情報を表示部14に表示させる。 The display control unit 114 causes the display unit 14 to display various information.

送信制御部115は、各種情報を外部装置に送信する。例えば、送信制御部115は、予測部113による予測結果126を道路交通管制システム3や道路を走行中の車両や道路の路側に設置されている情報板等に送信する。 The transmission control unit 115 transmits various information to external devices. For example, the transmission control unit 115 transmits the prediction result 126 by the prediction unit 113 to the road traffic control system 3, a vehicle traveling on the road, an information board installed on the roadside, or the like.

入力部13は、交通状況予測装置1に対するユーザの操作を受け付ける入力装置であり、例えば、キーボード、マウス等である。 The input unit 13 is an input device that receives user operations on the traffic situation prediction device 1, and is, for example, a keyboard, a mouse, or the like.

表示部14は、液晶表示装置(LCD(Liquid Crystal Display))、有機EL(Electro-Luminescence)表示装置等により実現される。 The display unit 14 is realized by a liquid crystal display (LCD), an organic EL (electro-luminescence) display, or the like.

通信部15は、外部装置との通信を行うための通信インタフェースである。 The communication unit 15 is a communication interface for communicating with external devices.

図6は、実施形態の交通状況予測装置1による全体処理の例を示すフローチャートである。ステップS1において、交通状況予測装置1の処理部11は、学習処理を実行する。
ステップS1の後、ステップS2において、処理部11は、予測処理を行う。
FIG. 6 is a flowchart showing an example of overall processing by the traffic situation prediction device 1 of the embodiment. In step S1, the processing unit 11 of the traffic situation prediction device 1 executes a learning process.
After step S1, in step S2, the processing unit 11 performs prediction processing.

図7は、実施形態の交通状況予測装置1による学習処理の例を示すフローチャートである。ステップS11において、生成部112は、記憶部12から過去交通状況データを取得する。 FIG. 7 is a flowchart illustrating an example of learning processing by the traffic situation prediction device 1 of the embodiment. In step S11, the generation unit 112 acquires past traffic situation data from the storage unit 12.

次に、ステップS12において、生成部112は、記憶部12から過去気象データを取得する。 Next, in step S12, the generation unit 112 acquires past weather data from the storage unit 12.

次に、ステップS13において、生成部112は、記憶部12から教師データ124を取得する。 Next, in step S13, the generation unit 112 obtains the teacher data 124 from the storage unit 12.

次に、ステップS14において、生成部112は、過去交通状況データ、過去気象データ、教師データ124、機械学習アルゴリズム等に基づいて学習モデル125を生成する。 Next, in step S14, the generation unit 112 generates the learning model 125 based on past traffic situation data, past weather data, teacher data 124, machine learning algorithms, and the like.

図8は、実施形態の交通状況予測装置1による予測処理の例を示すフローチャートである。ステップS21において、予測部113は、記憶部12から現在の交通状況データを取得する。 FIG. 8 is a flowchart showing an example of prediction processing by the traffic situation prediction device 1 of the embodiment. In step S21, the prediction unit 113 acquires current traffic situation data from the storage unit 12.

次に、ステップS22において、予測部113は、記憶部12から現在の気象データを取得する。 Next, in step S22, the prediction unit 113 acquires current weather data from the storage unit 12.

次に、ステップS23~S25において、予測部113は、区間ごとに交通状況を予測する(ステップS24)。ここでは、例えば、予測部113は、まず、渋滞の起点(ボトルネック)となる区間として予め定められた第1の区間について、学習モデル125、最大収容車両数、交通状況データ122、気象データ123等に基づいて交通状況を予測する。 Next, in steps S23 to S25, the prediction unit 113 predicts the traffic situation for each section (step S24). Here, for example, the prediction unit 113 first uses the learning model 125, the maximum number of vehicles accommodated, the traffic situation data 122, and the weather data 123 for a first section that is predetermined as the starting point (bottleneck) of congestion. Predict traffic conditions based on etc.

次に、予測部113は、第1の区間に上流側に隣接する第2の区間について、第1の区間の交通状況の予測結果126と、学習モデル125、最大収容車両数、交通状況データ122、気象データ123等に基づいて交通状況を予測する。その後、同様にして、予測部113は、上流側に隣接する区間について次々に交通状況を予測する。 Next, for a second section adjacent to the first section on the upstream side, the prediction unit 113 predicts the traffic situation prediction result 126 of the first section, the learning model 125, the maximum number of vehicles accommodated, and the traffic situation data 122. , the traffic situation is predicted based on the weather data 123 and the like. Thereafter, in the same manner, the prediction unit 113 predicts traffic conditions for the sections adjacent to each other on the upstream side one after another.

次に、ステップS26において、送信制御部115は、予測部113による交通状況の予測結果126を道路交通管制システム3や道路を走行中の車両や道路の路側に設置されている情報板等に送信(出力)する。 Next, in step S26, the transmission control unit 115 transmits the prediction result 126 of the traffic situation by the prediction unit 113 to the road traffic control system 3, vehicles traveling on the road, information boards installed on the roadside, etc. (Output.

次に、交通状況の予測結果126の例について説明する。
図9は、実施形態における予測結果126の例を示すグラフである。例えば、予測部113は、区間1~10のそれぞれについて時系列に渋滞量(渋滞の平均距離と渋滞の時間の長さの積)を予測し、各区間の渋滞量の合計(総和)を求めることで、全体の渋滞量を算出できる。全体の渋滞量は時間によって異なっており、交通状況の変化を把握する情報として活用できることがわかる。また、このほかに、区間ごとに、時間ごとの平均速度のヒートマップを示す形式で予測結果126を表してもよい。
Next, an example of the traffic situation prediction result 126 will be explained.
FIG. 9 is a graph showing an example of the prediction result 126 in the embodiment. For example, the prediction unit 113 predicts the amount of traffic congestion (the product of the average distance of the traffic jam and the length of the traffic jam) in time series for each of sections 1 to 10, and calculates the total (sum) of the amount of traffic congestion for each section. This allows the total amount of traffic congestion to be calculated. It can be seen that the total amount of traffic congestion varies depending on the time of day, and can be used as information to understand changes in traffic conditions. In addition to this, the prediction results 126 may be expressed in a format showing a heat map of the average speed for each time for each section.

図10は、実施形態における予測結果126の例を示すグラフである。図10(a)~(c)において、縦軸は渋滞量で、横軸は時間を示す。
図10(a)は、ある区間の5分後について、線L11は予測値を示し、線L12は正解(現実値)を示す。線L11と線L12はほぼ重複しており、予測精度が高いことがわかる。
FIG. 10 is a graph showing an example of the prediction result 126 in the embodiment. In FIGS. 10(a) to (c), the vertical axis represents the amount of traffic congestion, and the horizontal axis represents time.
In FIG. 10A, a line L11 shows the predicted value and a line L12 shows the correct answer (actual value) for 5 minutes after a certain section. It can be seen that the line L11 and the line L12 almost overlap, indicating that the prediction accuracy is high.

また、図10(b)は、同じ区間の30分後について、線L21は予測値を示し、線L22は正解(現実値)を示す。線L21と線L22はほぼ重複しており、予測精度が高いことがわかる。 In addition, in FIG. 10(b), a line L21 shows the predicted value and a line L22 shows the correct answer (actual value) for the same section 30 minutes later. It can be seen that the line L21 and the line L22 almost overlap, indicating that the prediction accuracy is high.

また、図10(c)は、同じ区間の2時間後について、線L31は予測値を示し、線L32は正解(現実値)を示す。線L31と線L32はかなり重複しており、予測精度が、5分後や30分後に比べればやや低いが、それでもかなり高いことがわかる。 In addition, in FIG. 10(c), a line L31 shows the predicted value and a line L32 shows the correct answer (actual value) for the same section two hours later. Line L31 and line L32 overlap considerably, and it can be seen that although the prediction accuracy is slightly lower than that after 5 minutes or 30 minutes, it is still quite high.

図11は、実施形態における予測結果126の例を示すグラフである。図11(a)(b)において、縦軸は渋滞レベル(10段階)で、横軸は時間(1目盛りが5分)を示す。
図11(a)は、ある区間について、線L41は予測値を示し、線L42は正解(現実値)を示す。線L41と線L42は多くの部分で重複しており、予測精度が高いことがわかる。
FIG. 11 is a graph showing an example of the prediction result 126 in the embodiment. In FIGS. 11(a) and 11(b), the vertical axis shows the congestion level (10 levels), and the horizontal axis shows time (one scale is 5 minutes).
In FIG. 11A, a line L41 indicates a predicted value and a line L42 indicates a correct answer (actual value) for a certain section. Line L41 and line L42 overlap in many parts, indicating that the prediction accuracy is high.

また、図11(b)は、別のある区間について、線L51は予測値を示し、線L52は正解(現実値)を示す。線L51と線L52は多くの部分で重複しており、予測精度が高いことがわかる。 Further, in FIG. 11(b), a line L51 indicates a predicted value and a line L52 indicates a correct answer (actual value) for another section. Line L51 and line L52 overlap in many parts, indicating that the prediction accuracy is high.

このようにして、本実施形態の交通状況予測装置1によれば、道路の区間ごとに最大収容車両数を予め定め、道路において発生した車両の渋滞がどのように上流側に伝搬するかを学習させた機械学習アルゴリズムによって生成した学習モデル125に基づいて区間ごとに下流から上流に順番に交通状況を予測することで、高精度な予測を実現することができる。 In this way, the traffic situation prediction device 1 of the present embodiment predetermines the maximum number of vehicles that can be accommodated for each road section and learns how vehicle congestion that occurs on the road propagates upstream. By predicting the traffic situation sequentially from downstream to upstream for each section based on the learning model 125 generated by the machine learning algorithm, highly accurate prediction can be achieved.

例えば、従来技術において道路の区間ごとに異なる学習モデルを構築する手法では、演算量が大きくなること等によって予測精度が高くなかった。本実施形態の交通状況予測装置1によれば、単一の学習モデルを用いることで、演算量を抑え、予測精度を高くできる。 For example, in the conventional technique, a method of constructing a different learning model for each road section did not have high prediction accuracy due to the large amount of calculations. According to the traffic situation prediction device 1 of this embodiment, by using a single learning model, the amount of calculation can be suppressed and prediction accuracy can be increased.

そして、高精度な交通状況の予測結果126を、道路交通管制システム3や道路を走行中の車両で活用したり、道路の路側に設置されている情報板に表示したりすることができる。 The highly accurate prediction result 126 of the traffic situation can be utilized by the road traffic control system 3 or vehicles traveling on the road, or can be displayed on an information board installed on the side of the road.

また、学習や予測に気象データ123を用いることで、さらに高精度な予測を実現できる。 Further, by using the weather data 123 for learning and prediction, even more accurate prediction can be achieved.

また、交通状況として、渋滞の距離、渋滞の時間の長さ、渋滞量(渋滞の平均距離と渋滞の時間の長さの積)、道路における所定の起点から所定の終点までの走行時間、渋滞の解消のタイミングなどの多様な情報を予測することができ、利便性が高い。 In addition, traffic conditions include the distance of a traffic jam, the length of a traffic jam, the amount of traffic jam (the product of the average distance of a traffic jam and the length of a traffic jam), the travel time from a predetermined starting point to a predetermined end point on a road, and traffic congestion. It is highly convenient because it can predict various information such as the timing of resolution.

以上、本発明の実施形態を説明したが、上記実施形態はあくまで例であって、発明の範囲を限定することは意図していない。上記実施形態は、様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。上記実施形態は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。 Although the embodiments of the present invention have been described above, the above embodiments are merely examples and are not intended to limit the scope of the invention. The embodiments described above can be implemented in various forms, and various omissions, substitutions, and changes can be made without departing from the gist of the invention. The above-mentioned embodiments are included in the scope and gist of the invention, and are also included in the scope of the invention described in the claims and its equivalents.

例えば、対象となる道路は、高速道路に限定されず、一般道等の他の道路であってもよい。 For example, the target road is not limited to an expressway, but may be another road such as a general road.

また、学習時と予測時で、渋滞度の分割数を異ならせてもよい。例えば、学習時に10ランクの渋滞度を用い、予測時に10ランクの渋滞度で予測してから、5ランクや3ランクの渋滞度に変換することができる。 Further, the number of divisions of the congestion degree may be made different between learning and prediction. For example, it is possible to use a 10-rank traffic jam level during learning, make a prediction using a 10-rank traffic jam level during prediction, and then convert it to a 5-rank or 3-rank traffic jam level.

1…交通状況予測装置、2…車両感知器、3…道路交通管制システム、4…気象データ管理装置、11…処理部、12…記憶部、13…入力部、14…表示部、15…通信部、111…取得部、112…生成部、113…予測部、114…表示制御部、115…送信制御部、S…交通状況予測システム DESCRIPTION OF SYMBOLS 1... Traffic situation prediction device, 2... Vehicle sensor, 3... Road traffic control system, 4... Weather data management device, 11... Processing part, 12... Storage part, 13... Input part, 14... Display part, 15... Communication Part, 111... Acquisition unit, 112... Generation unit, 113... Prediction unit, 114... Display control unit, 115... Transmission control unit, S... Traffic situation prediction system

Claims (3)

道路の区間ごとの過去交通状況データと、前記道路において発生した車両の渋滞に関して前記区間ごとの渋滞の長さの増大や減少の変化が本線全体の渋滞の長さの増大や減少の変化を引き起こすという考え方に基づいて渋滞の上流側への伝搬のされ方を学習した機械学習アルゴリズムと、に基づいて前記区間を単位とする、渋滞の平均距離と渋滞の時間の長さの積である渋滞量の予測の学習モデルを生成する生成部と、
前記道路について、道路情報収集端末によって収集された現在の交通状況データを取得する取得部と、
前記区間ごとに前記渋滞量を予測する場合に、所定の前記区間である、渋滞の起点となる区間として予め定められた第1の区間について、前記学習モデルと最大収容車両数と前記交通状況データとに基づいて、前記渋滞量を予測し、
前記第1の区間に上流側に隣接する第2の区間について、前記第1の区間の交通状況の予測結果と、前記学習モデルと前記最大収容車両数と前記交通状況データとに基づいて前記渋滞量を予測する予測部と、を備える交通状況予測装置。
Changes in past traffic situation data for each road section and vehicle congestion occurring on the road, such as an increase or decrease in the length of the congestion for each section, cause a change in the length of the congestion on the entire main line. A machine learning algorithm that learns how traffic jams propagate upstream based on the idea of a generation unit that generates a learning model for predicting the amount ;
an acquisition unit that acquires current traffic situation data collected by a road information collection terminal regarding the road;
When predicting the amount of traffic congestion for each section, the learning model, the maximum number of vehicles accommodated, and the traffic situation data are used for the first section, which is the predetermined section and is predetermined as the section where the congestion starts. predicting the amount of traffic congestion based on
Regarding a second section adjacent to the first section on the upstream side, the traffic congestion is calculated based on the prediction result of the traffic situation in the first section, the learning model, the maximum number of vehicles accommodated, and the traffic situation data. A traffic situation prediction device comprising: a prediction unit that predicts traffic volume .
前記生成部は、さらに過去気象データを用いて、前記学習モデルを生成し、
前記取得部は、さらに現在の気象データを取得し、
前記予測部は、さらに前記気象データを用いて、前記第1の区間の交通状況と前記第2の区間の交通状況を予測する、請求項1に記載の交通状況予測装置。
The generation unit further generates the learning model using past weather data,
The acquisition unit further acquires current weather data,
The traffic situation prediction device according to claim 1, wherein the prediction unit further uses the weather data to predict the traffic situation in the first section and the traffic situation in the second section.
道路の区間ごとの過去交通状況データと、前記道路において発生した車両の渋滞に関して前記区間ごとの渋滞の長さの増大や減少の変化が本線全体の渋滞の長さの増大や減少の変化を引き起こすという考え方に基づいて渋滞の上流側への伝搬のされ方を学習した機械学習アルゴリズムと、に基づいて前記区間を単位とする、渋滞の平均距離と渋滞の時間の長さの積である渋滞量の予測の学習モデルを生成する機械学習ステップと、
前記道路について、道路情報収集端末によって収集された現在の交通状況データを取得する取得ステップと、
前記区間ごとに前記渋滞量を予測する場合に、所定の前記区間である、渋滞の起点となる区間として予め定められた第1の区間について、前記学習モデルと最大収容車両数と前記交通状況データとに基づいて、前記渋滞量を予測し、
前記第1の区間に上流側に隣接する第2の区間について、前記第1の区間の交通状況の予測結果と、前記学習モデルと前記最大収容車両数と前記交通状況データとに基づいて前記渋滞量を予測する予測ステップと、
を含む交通状況予測方法。
Changes in past traffic situation data for each road section and vehicle congestion occurring on the road, such as an increase or decrease in the length of the congestion for each section, cause a change in the length of the congestion on the entire main line. A machine learning algorithm that learns how traffic jams propagate upstream based on the idea of a machine learning step of generating a learning model for predicting the amount ;
an acquisition step of acquiring current traffic situation data collected by a road information collection terminal for the road;
When predicting the amount of traffic congestion for each section, the learning model, the maximum number of vehicles accommodated, and the traffic situation data are used for the first section, which is the predetermined section and is predetermined as the section where the congestion starts. predicting the amount of traffic congestion based on;
Regarding a second section adjacent to the first section on the upstream side, the traffic congestion is calculated based on the prediction result of the traffic situation in the first section, the learning model, the maximum number of vehicles accommodated, and the traffic situation data. a prediction step for predicting the amount ;
Traffic situation prediction method including.
JP2020094243A 2020-05-29 2020-05-29 Traffic situation prediction device and traffic situation prediction method Active JP7451303B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020094243A JP7451303B2 (en) 2020-05-29 2020-05-29 Traffic situation prediction device and traffic situation prediction method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020094243A JP7451303B2 (en) 2020-05-29 2020-05-29 Traffic situation prediction device and traffic situation prediction method

Publications (2)

Publication Number Publication Date
JP2021189734A JP2021189734A (en) 2021-12-13
JP7451303B2 true JP7451303B2 (en) 2024-03-18

Family

ID=78849769

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020094243A Active JP7451303B2 (en) 2020-05-29 2020-05-29 Traffic situation prediction device and traffic situation prediction method

Country Status (1)

Country Link
JP (1) JP7451303B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2024053376A (en) 2022-10-03 2024-04-15 トヨタ自動車株式会社 Traffic congestion prediction device and traffic congestion prediction method
CN116129662B (en) * 2022-10-28 2023-08-25 西部科学城智能网联汽车创新中心(重庆)有限公司 Intersection vehicle passing control method and device
CN116543561B (en) * 2023-07-06 2023-10-31 之江实验室 Knowledge and data double-drive-based traffic congestion propagation prediction method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002257561A (en) 2001-03-02 2002-09-11 Denso Corp Traffic congestion information providing device
WO2018012414A1 (en) 2016-07-13 2018-01-18 日本電気株式会社 Traffic control support system, traffic control support method, and program recording medium
JP2019028526A (en) 2017-07-26 2019-02-21 株式会社日立製作所 Congestion prediction device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002257561A (en) 2001-03-02 2002-09-11 Denso Corp Traffic congestion information providing device
WO2018012414A1 (en) 2016-07-13 2018-01-18 日本電気株式会社 Traffic control support system, traffic control support method, and program recording medium
JP2019028526A (en) 2017-07-26 2019-02-21 株式会社日立製作所 Congestion prediction device

Also Published As

Publication number Publication date
JP2021189734A (en) 2021-12-13

Similar Documents

Publication Publication Date Title
JP7451303B2 (en) Traffic situation prediction device and traffic situation prediction method
US11599948B2 (en) Determination and display of driving risk
Yao et al. Short‐term traffic speed prediction for an urban corridor
US11118923B2 (en) Data processing system communicating with a map data processing system to determine or alter a navigation path based on one or more road segments
JP6961012B2 (en) Customized safe speed determination for the vehicle
JP5374067B2 (en) Traffic condition simulation apparatus and program
US10883850B2 (en) Additional security information for navigation systems
EP3035314B1 (en) A traffic data fusion system and the related method for providing a traffic state for a network of roads
US7706964B2 (en) Inferring road speeds for context-sensitive routing
US11222532B2 (en) Traffic control support system, traffic control support method, and program recording medium
JP2019169028A (en) Traffic congestion prediction system, traffic congestion prediction method, learning device, prediction device, program and learned model
US20150206427A1 (en) Prediction of local and network-wide impact of non-recurrent events in transportation networks
CN112037518B (en) Calculation method and system for predicting traffic state and vehicle
JP2021182189A (en) Accident prediction method, computer program, accident prediction device, and learning model generation method
JP6721416B2 (en) Accident prediction system and accident prediction method
KR102545188B1 (en) Method for predicting travel time using spatio-temporal model and apparatus thereof
US10636296B2 (en) Traffic hindrance risk prediction apparatus
JP6685763B2 (en) Accident prediction system and accident prediction method
Dong et al. A network analysis of road traffic with vehicle tracking data.
JP2023005015A (en) Traffic condition forecasting device and traffic condition forecasting method
JP2023092971A (en) Traffic situation prediction device, and traffic situation prediction method
Li et al. A stochastic dilemma zone protection algorithm based on the vehicles’ trajectories
Han et al. Estimation of traffic flow rate with data from connected-automated vehicles using bayesian inference and deep learning
JP2005208791A (en) Method and device for estimating road link travelling time, program and recording medium
JP7204527B2 (en) Accident probability analysis device and accident probability analysis method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20230208

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20231024

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20231026

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20231222

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: 20240206

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240306

R150 Certificate of patent or registration of utility model

Ref document number: 7451303

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150