WO2020230277A1 - 経路探索装置、経路探索方法、及び経路探索プログラム - Google Patents

経路探索装置、経路探索方法、及び経路探索プログラム Download PDF

Info

Publication number
WO2020230277A1
WO2020230277A1 PCT/JP2019/019189 JP2019019189W WO2020230277A1 WO 2020230277 A1 WO2020230277 A1 WO 2020230277A1 JP 2019019189 W JP2019019189 W JP 2019019189W WO 2020230277 A1 WO2020230277 A1 WO 2020230277A1
Authority
WO
WIPO (PCT)
Prior art keywords
route
search
link
value
index value
Prior art date
Application number
PCT/JP2019/019189
Other languages
English (en)
French (fr)
Inventor
恭太 堤田
充 望月
治 松田
瀬下 仁志
Original Assignee
日本電信電話株式会社
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 日本電信電話株式会社 filed Critical 日本電信電話株式会社
Priority to PCT/JP2019/019189 priority Critical patent/WO2020230277A1/ja
Priority to US17/611,117 priority patent/US11835347B2/en
Priority to JP2021519188A priority patent/JP7173310B2/ja
Publication of WO2020230277A1 publication Critical patent/WO2020230277A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3407Route searching; Route guidance specially adapted for specific applications
    • G01C21/343Calculating itineraries, i.e. routes leading from a starting point to a series of categorical destinations using a global route restraint, round trips, touristic trips
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance

Definitions

  • the disclosed technology relates to a route search device, a route search method, and a route search program.
  • Non-Patent Document 2 As a conventional technology, there is a technology for searching a movement route for a user to reach a destination in a map application such as a smartphone, pedestrian navigation, car navigation, etc., and providing guidance based on the searched route.
  • the route search method there is a technique for searching a route from a starting point to a destination based on the shortest path searching algorithm such as Dijkstra's algorithm of Non-Patent Document 1.
  • a Turn-by-turn format in which guidance such as "turn 30 m ahead to the right” is provided according to an operation such as turning left or right (for example, Non-Patent Document 2).
  • the landmark is information called POI (Point of Interest) of, for example, a convenience store or a post office in the direction of turning at an intersection where a right or left turn is made.
  • POI Point of Interest
  • guidance texts such as "Turn left at the corner of the post office” and guidance texts such as "Turn right at the end” are generated, making it easier for users to identify the intersection to turn. Efforts to do so are widely made (for example, Non-Patent Document 3).
  • the disclosed technology has been made in view of the above points, and an object of the present invention is to provide a route search device, a route search method, and a route search program capable of searching for a route that can be guided with high user convenience. To do.
  • the first aspect of the present disclosure is a route search device, which is a search condition acquisition unit for acquiring search conditions for searching a route including a starting point and a destination, and a link ID, a link start point and a link end point node ID.
  • the route data storage unit that stores the road network information about the road network including the length of the link, and the guide that stores the guide text data including the type related to the node ID, the value related to the type, and the coefficient related to the value.
  • each of the route candidates including the shortest route is generated, and each of the route candidates is based on the information included in the guide text data.
  • a route generation unit that calculates an index value and outputs a route candidate whose index value of the route candidate is improved from the index value of the shortest route as a search route is included.
  • the second aspect of the present disclosure is a route search method, in which a search condition for searching a route including a departure point and a destination is acquired, and the search condition, a stored link ID, a link start point, and a link start point are obtained. Based on the node ID of the end point and the road network information about the road network including the length of the link, each of the route candidates including the shortest route is generated, and for each of the route candidates, the type related to the node ID, the above. An index value is calculated based on the information included in the guide text data including the value related to the type and the coefficient related to the value, and the route candidate whose index value of the route candidate is improved from the index value of the shortest route is obtained.
  • the feature is that the computer executes a process including outputting as a search path.
  • the third aspect of the present disclosure is a route search program, which acquires a search condition for searching a route including a starting point and a destination, and obtains the search condition, a stored link ID, a link starting point, and a link starting point. Based on the node ID of the end point and the road network information about the road network including the length of the link, each of the route candidates including the shortest route is generated, and for each of the route candidates, the type related to the node ID, the above. An index value is calculated based on the information included in the guide text data including the value related to the type and the coefficient related to the value, and the route candidate whose index value of the route candidate is improved from the index value of the shortest route is obtained. Have the computer execute the output as a search path.
  • FIG. 1 is a block diagram showing the configuration of the route search system of the present embodiment.
  • the route search system 1 includes a route search device 10 and a navigation device 40.
  • the route search device 10 is composed of a search condition acquisition unit 110, a route generation unit 120, an output unit 130, a route data storage unit 200, and a guide text data storage unit 300.
  • the navigation device 40 includes a guidance text generation unit 400 and a display unit 410.
  • FIG. 2 is a block diagram showing the hardware configuration of the route search device 10.
  • the route search device 10 includes a CPU (Central Processing Unit) 11, a ROM (Read Only Memory) 12, a RAM (Random Access Memory) 13, a storage 14, an input unit 15, a display unit 16, and a communication interface. It has (I / F) 17. Each configuration is communicably connected to each other via a bus 19.
  • CPU Central Processing Unit
  • ROM Read Only Memory
  • RAM Random Access Memory
  • the CPU 11 is a central arithmetic processing unit that executes various programs and controls each part. That is, the CPU 11 reads the program from the ROM 12 or the storage 14, and executes the program using the RAM 13 as a work area. The CPU 11 controls each of the above configurations and performs various arithmetic processes according to the program stored in the ROM 12 or the storage 14. In the present embodiment, the route search program is stored in the ROM 12 or the storage 14.
  • the ROM 12 stores various programs and various data.
  • the RAM 13 temporarily stores a program or data as a work area.
  • the storage 14 is composed of an HDD (Hard Disk Drive) or an SSD (Solid State Drive), and stores various programs including an operating system and various data.
  • the input unit 15 includes a pointing device such as a mouse and a keyboard, and is used for performing various inputs.
  • the display unit 16 is, for example, a liquid crystal display and displays various types of information.
  • the display unit 16 may adopt a touch panel method and function as an input unit 15.
  • the communication interface 17 is an interface for communicating with other devices such as terminals, and for example, standards such as Ethernet (registered trademark), FDDI, and Wi-Fi (registered trademark) are used.
  • Ethernet registered trademark
  • FDDI FDDI
  • Wi-Fi registered trademark
  • the navigation device 40 may have the same hardware configuration as the route search device 10, detailed description thereof will be omitted.
  • Each functional configuration is realized by the CPU 11 reading the route search program stored in the ROM 12 or the storage 14, deploying it in the RAM 13, and executing it.
  • FIG. 3 is an image of a database table of the route data storage unit 200 in this embodiment.
  • a node of a road such as an intersection is a node
  • one road separated by a road network is a link.
  • the database is such that the start point node ID, which is the start point node of the road, the end point node ID, which is the end point node, and the length d of the link (road) can be referred to.
  • road network information Information about the road network including the length d of these links.
  • various information included in the road network information will be described on the premise that it is stored in the route data storage unit 200.
  • FIG. 4 is an image of a database table of the guide text data storage unit 300 in this embodiment.
  • the database of the guide text data storage unit 300 contributes to the generation of the guide text when searching for the guide text data, the type such as POI and intersection shape, the value of the convenience store and the junction, and the route using the node ID as a key. Includes a coefficient a (hereinafter a is omitted unless necessary).
  • the database of the guide text data storage unit 300 is configured so that the information included in the guide text data can be referred to.
  • the value is an object that indicates a specific mark or feature of the type.
  • the coefficient is, for example, a coefficient indicating the degree to which the value contributes to guidance.
  • the types, values, and coefficients may be freely designed according to the navigation usage scene and the purpose of the application. For example, in order to include landmarks such as tourist attractions as POI, add them as "Type: POI, Value: XX Temple, Coefficient: 0.4". Further, for the purpose of considering whether or not the intersection is likely to be congested by the route generation unit 120, it may be added as "type: congestion degree, value: large, coefficient: 1.5".
  • the values are the names and features of the landmarks for convenience of explanation, but they are actually identifiable values.
  • the types, values, and coefficients will be described on the premise that they are stored in the guide text data storage unit 300.
  • the route search device 10 acquires search conditions for searching a route including a starting point and a destination as an input.
  • the route generation unit 120 generates a route candidate including the shortest route based on the search conditions and the road network information.
  • the route generation unit 120 calculates an index value for each of the route candidates based on the information included in the guide text data, and sets the route candidate whose index value of the route candidate is improved from the index value of the shortest route as an output route. Output.
  • the kth shortest path algorithm described in Non-Patent Document 4 is applied to generate each of the route candidates in ascending order of the route length.
  • the route length is the sum of the lengths of the links included in the route candidates based on the information included in the guide text data.
  • the index value corrected so as to decrease or increase is calculated.
  • FIG. 5 is a flowchart showing the flow of the route search process by the route search device 10.
  • the route search is performed by the CPU 11 reading the route search program from the ROM 12 or the storage 14, expanding it into the RAM 13 and executing the route search program.
  • the route search device 10 receives the search condition as an input and performs the following processing.
  • step S200 the CPU 11 acquires the search condition including the departure point and the destination in the search condition acquisition unit 110 as the search condition acquisition process, and outputs the search condition to the route generation unit 120.
  • the search condition represents a route guided by the user or an external system.
  • step S210 the CPU 11 then acquires the road network information from the route data storage unit 200 and the information included in the guidance text data from the guidance text data storage unit 300 in the route generation unit 120 as the route generation processing. To do.
  • a search route s * which is a search route based on the acquired information, is generated and output to the output unit 130.
  • step S220 the CPU 11 outputs the search path s * to the navigation device 40 in the output unit 130 as the output process of the search path.
  • FIG. 6 is a flowchart showing the details of the route generation process.
  • the route generation process of the route generation unit 120 according to the present embodiment will be described with reference to the flowchart of FIG.
  • the following processing is a processing executed by the CPU 11 as the route generation unit 120.
  • step S300 the CPU 11 receives the search condition including the departure point and the destination from the search condition acquisition unit 110.
  • step S311 the CPU 11 acquires road network information from the route data storage unit 200 using the search conditions including the departure point and the destination acquired in step S300.
  • the road network information to be acquired is the link ID, the start point node ID and the end point node ID related to the link ID, and the length of the link.
  • step S312 the CPU 11 subsequently uses a k-th shortest path algorithm such as Yen's algorithm (Non-Patent Document 4) to perform the top K paths in ascending order of distance between the starting point and the destination. Generate candidates.
  • This set of path candidates the path candidate set R, k th distances short path candidates to r k.
  • the shortest path is r 1.
  • step S321 CPU 11, for each path of the route candidate set R, first distance of the route r k dist (r k) is, or the as follows (1) is equal to or less than w times the shortest route r 1 Judge by comparing.
  • step S322 If the condition of the equation (1) is satisfied, the process proceeds to step S322. If not satisfied, the process proceeds to step S330.
  • w can be determined according to the application example, and when incorporated in a navigation application for pedestrians, for example, 1.5 between 1 ⁇ w ⁇ 2 is set.
  • step S322 CPU 11, from the guidance words data storage unit 300, acquires information included in the guidance statement data for the route r k (type, value, and coefficients) a.
  • the information included in the guide text data is defined.
  • V k of the node ID of the nodes included in the route candidate r k a set of link ID and E k, each node ID v ⁇ V k, each link ID and e ⁇ E k.
  • the start node and i a set of starting node of the link e i in the set E k link ID I k, the link e i coefficients corresponding to the start point nodes included in a i, the set E k link ID the length of the link e i and d i. Therefore in step S322, type corresponding to the set I k of the starting node may acquire values, and the coefficients a i.
  • step S323 CPU 11 has acquired information on the POI or the like (type, value, and the coefficient) based on the calculated index value of the path candidate r k score (r k).
  • index value score (r k) for example when defining a value discounted by the sum a v of the coefficients of the type the length d of each link included in v is a node ID, using the following equation (2) be able to.
  • max () is a function for acquiring the maximum value
  • is a threshold value for discounting the link length, and for example, 0.5 is used as a value of 0 ⁇ ⁇ 1.
  • step S324 according to the following equation (3), comparing the (2) index value was calculated by the formula score (r k), the provisional solution s * index value score (s *).
  • the above equation (2) is an equation when the index value is used to reduce the route length, but when the index value is used to increase the route length, ai may be added or the like.
  • step S325. If it is not satisfied, the loop is repeated, and the next k is set in step S320 until k K, and the process is repeated.
  • step S330 the CPU 11 outputs s * as a search path obtained as a result of the search to the output unit 130 to complete the process.
  • the search route s * includes at least a link ID and a node ID necessary for generating the route.
  • the guide text generation unit 400 acquires the search path s * output from the output unit 130. Further, the guide text generation unit 400 refers to the guide text data storage unit 300 from the node ID included in the search route s * , acquires the information of the value of the corresponding node ID, and generates the guide information.
  • the node ID included in the search route s * is a node near the intersection, and there is a convenience store near the node. Using the node ID as a key, the type "POI" and the value "convenience store" are acquired, and information on the acquired type and value is generated as guidance information.
  • FIG. 7 is a diagram showing an image comparing the relationship between markers in the search path of the conventional method and the method of the present embodiment.
  • a search route that is the shortest route but does not include the POI, such as the broken line part of the search route example is displayed. ..
  • the search route including the POI required for the guide text as shown by the solid line portion can be displayed.
  • a guidance text such as "Turn right at the corner of the convenience store” is generated.
  • a sentence such as "Turn right at the first intersection” is generated.
  • the guidance text generation unit 400 displays the generated guidance information on the display unit 410.
  • the guidance text displayed by the method of this embodiment is "1. At the first intersection, turn right between the tempura shop and the convenience store. 2. Proceed to the end of the school and turn left. 3. Go straight to your destination.
  • Temporative-san and "convenience store” are associated with the value of the guide text data storage unit 300 in the node ID of the node of the road link that turned right in the guidance of, and a valid coefficient is given to each.
  • the settings are given.
  • Appropriate guidance information can be generated.
  • the method of the present embodiment enables guidance including landmarks that serve as landmarks of the user, which could not be realized only by outputting the shortest route.
  • the route search system of the present embodiment it is possible to search for a route that can be guided with high user convenience.
  • various processors other than the CPU may execute the route search executed by the CPU reading the software (program) in each of the above embodiments.
  • the processors include PLD (Programmable Logic Device) whose circuit configuration can be changed after manufacturing FPGA (Field-Programmable Gate Array), and ASIC (Application Specific Integrated Circuit) for executing ASIC (Application Special Integrated Circuit).
  • An example is a dedicated electric circuit or the like, which is a processor having a circuit configuration designed exclusively for it.
  • the route search may be performed by one of these various processors, or a combination of two or more processors of the same type or different types (for example, a plurality of FPGAs, and a combination of a CPU and an FPGA, etc.). ) May be executed.
  • the hardware structure of these various processors is, more specifically, an electric circuit in which circuit elements such as semiconductor elements are combined.
  • the program is a non-temporary storage medium such as a CD-ROM (Compact Disk Read Only Memory), a DVD-ROM (Digital entirely Disk Online Memory), and a USB (Universal Serial Bus) memory. It may be provided in the form. Further, the program may be downloaded from an external device via a network.
  • a network of roads that acquires search conditions for searching a route that includes a starting point and a destination, and includes the search conditions, a stored link ID, node IDs at the start and end points of the link, and the length of the link.
  • Each of the route candidates including the shortest route is generated based on the road network information related to the node ID, and for each of the route candidates, the guide text data including the type related to the node ID, the value related to the type, and the coefficient related to the value.
  • An index value is calculated based on the information contained in the above, and a route candidate whose index value of the route candidate is improved from the index value of the shortest route is output as a search route.
  • a route search device configured as such.
  • a network of roads that acquires search conditions for searching a route that includes a departure point and a destination, and includes the search conditions, a stored link ID, node IDs at the start and end points of the link, and the length of the link.
  • Each of the route candidates including the shortest route is generated based on the road network information related to the node ID, and for each of the route candidates, the guide text data including the type related to the node ID, the value related to the type, and the coefficient related to the value.
  • An index value is calculated based on the information contained in the above, and a route candidate whose index value of the route candidate is improved from the index value of the shortest route is output as a search route.
  • a non-temporary storage medium that stores a route search program that causes a computer to execute things.
  • Route search system 10 Route search device 40 Navigation device 110 Search condition acquisition unit 120 Route generation unit 130 Output unit 200 Route data storage unit 300 Guide text data storage unit 312 Step 324 Step 330 Step 400 Guide text generation unit 410 Display unit

Abstract

ユーザの利便性が高い案内が可能な経路を探索できる。 経路探索装置であって、出発地及び目的地を含む経路を探索するための探索条件を取得する探索条件取得部と、リンクID、リンクの始点及び終点のノードID、並びにリンクの長さを含む道路のネットワークに関する道路ネットワーク情報を記憶した経路データ記憶部と、ノードIDにかかる種別、前記種別に関する値、及び前記値に関する係数を含む案内文用データを記憶した案内文用データ記憶部と、前記探索条件、及び前記道路ネットワーク情報に基づいて、最短経路を含む経路候補の各々を生成し、前記経路候補の各々について、前記案内文用データに含まれる情報に基づいて指標値を算出し、前記経路候補の前記指標値が前記最短経路の前記指標値より改善する経路候補を、探索経路として出力する経路生成部と、を含む。

Description

経路探索装置、経路探索方法、及び経路探索プログラム
 開示の技術は、経路探索装置、経路探索方法、及び経路探索プログラムに関する。
 従来技術として、スマートフォンなどの地図アプリケーションや歩行者ナビゲーション、カーナビゲーション等に於いて、利用者が目的地に到達するための移動経路を探索し、探索した経路に基づく案内を行う技術がある。経路探索の手法の例として、非特許文献1のダイクストラ法などの最短経路探索アルゴリズムに基づいて出発地から目的地までの経路を探索する技術がある。また、Turn-by-turn形式と呼ばれる、右左折等の動作に応じて「30m先を右に曲がります」といった案内を行う方法がある(例えば、非特許文献2)。
 また、Turn-by-turn形式の案内文を生成する際に、目印、及び突き当りなどの交差点の形状に関する情報を含めることができる。目印は、例えば、右左折を行う交差点の曲がる方向にあるコンビニエンスストアや郵便局などのPOI(Point of Interest)と呼ばれる情報である。これらの情報を含めることで、「郵便局の角を左に曲がります」といった案内文や、「突き当りを右に曲がります」といった案内文を生成し、利用者が曲がるべき交差点をより判別しやすくする取組みが広く行われている(例えば、非特許文献3)。
E. W. Dijkstra "A Note on Two Problems in Connexion with Graphs," Numerische Mathematik, vol.1, 1959, pp. 269-271, doi:10.1007/BF01386390. Kacorri, Hernisa, et al. "Environmental Factors in Indoor Navigation Based on Real-World Trajectories of Blind Users." Proceedings of the 2018 CHI Conference on Human Factors in Computing Systems. ACM, 2018. Furukawa H., Nakamura Y. (2013) A Pedestrian Navigation Method for User’s Safe and Easy Wayfinding. In: Kurosu M. (eds) Human-Computer Interaction. Users and Contexts of Use. HCI 2013. Lecture Notes in Computer Science, vol 8006. Springer, Berlin, Heidelberg. Yen, Jin Y. "Finding the k shortest loopless paths in a network." management Science 17.11 (1971): 712-716.
 しかしながら、上記非特許文献1のような最短経路を探索するアルゴリズムを用いて、非特許文献2、及び非特許文献3のように案内文を生成する際に、最短経路に目印となるPOI等が含まれない場合がある。そのため、経路の案内文にもPOI等を含めることができないといった課題があった。
 開示の技術は、上記の点に鑑みてなされたものであり、ユーザの利便性が高い案内が可能な経路を探索できる経路探索装置、経路探索方法、及び経路探索プログラムを提供することを目的とする。
 本開示の第1態様は、経路探索装置であって、出発地及び目的地を含む経路を探索するための探索条件を取得する探索条件取得部と、リンクID、リンクの始点及び終点のノードID、並びにリンクの長さを含む道路のネットワークに関する道路ネットワーク情報を記憶した経路データ記憶部と、ノードIDにかかる種別、前記種別に関する値、及び前記値に関する係数を含む案内文用データを記憶した案内文用データ記憶部と、前記探索条件、及び前記道路ネットワーク情報に基づいて、最短経路を含む経路候補の各々を生成し、前記経路候補の各々について、前記案内文用データに含まれる情報に基づいて指標値を算出し、前記経路候補の前記指標値が前記最短経路の前記指標値より改善する経路候補を、探索経路として出力する経路生成部と、を含む。
 本開示の第2態様は、経路探索方法であって、出発地及び目的地を含む経路を探索するための探索条件を取得し、前記探索条件と、記憶されているリンクID、リンクの始点及び終点のノードID、並びにリンクの長さを含む道路のネットワークに関する道路ネットワーク情報とに基づいて、最短経路を含む経路候補の各々を生成し、前記経路候補の各々について、ノードIDにかかる種別、前記種別に関する値、及び前記値に関する係数を含む案内文用データに含まれる情報に基づいて指標値を算出し、前記経路候補の前記指標値が前記最短経路の前記指標値より改善する経路候補を、探索経路として出力する、ことを含む処理をコンピュータが実行することを特徴とする。
 本開示の第3態様は、経路探索プログラムであって、出発地及び目的地を含む経路を探索するための探索条件を取得し、前記探索条件と、記憶されているリンクID、リンクの始点及び終点のノードID、並びにリンクの長さを含む道路のネットワークに関する道路ネットワーク情報とに基づいて、最短経路を含む経路候補の各々を生成し、前記経路候補の各々について、ノードIDにかかる種別、前記種別に関する値、及び前記値に関する係数を含む案内文用データに含まれる情報に基づいて指標値を算出し、前記経路候補の前記指標値が前記最短経路の前記指標値より改善する経路候補を、探索経路として出力する、ことをコンピュータに実行させる。
 開示の技術によれば、ユーザの利便性が高い案内が可能な経路を探索することができる。
本実施形態の経路探索システム1の構成を示すブロック図である。 経路探索装置のハードウェア構成を示すブロック図である。 本実施形態における経路データ記憶部のデータベースのテーブルのイメージである。 本実施形態における案内文用データ記憶部のデータベースのテーブルのイメージである。 経路探索装置による経路探索処理の流れを示すフローチャートである。 経路生成処理の詳細を示すフローチャートである。 従来手法及び本実施形態の手法の探索経路における目印の関係を比較したイメージを示す図である。
 以下、開示の技術の実施形態の一例を、図面を参照しつつ説明する。なお、各図面において同一又は等価な構成要素及び部分には同一の参照符号を付与している。また、図面の寸法比率は、説明の都合上誇張されており、実際の比率とは異なる場合がある。
 以下、本実施形態の構成について説明する。
 図1は、本実施形態の経路探索システムの構成を示すブロック図である。
 図1に示すように、経路探索システム1は、経路探索装置10と、ナビゲーション装置40とを含んで構成されている。経路探索装置10は、探索条件取得部110、経路生成部120、出力部130、経路データ記憶部200、及び案内文用データ記憶部300から構成される。ナビゲーション装置40は、案内文生成部400、及び表示部410から構成される。
 図2は、経路探索装置10のハードウェア構成を示すブロック図である。
 図2に示すように、経路探索装置10は、CPU(Central Processing Unit)11、ROM(Read Only Memory)12、RAM(Random Access Memory)13、ストレージ14、入力部15、表示部16及び通信インタフェース(I/F)17を有する。各構成は、バス19を介して相互に通信可能に接続されている。
 CPU11は、中央演算処理ユニットであり、各種プログラムを実行したり、各部を制御したりする。すなわち、CPU11は、ROM12又はストレージ14からプログラムを読み出し、RAM13を作業領域としてプログラムを実行する。CPU11は、ROM12又はストレージ14に記憶されているプログラムに従って、上記各構成の制御及び各種の演算処理を行う。本実施形態では、ROM12又はストレージ14には、経路探索プログラムが格納されている。
 ROM12は、各種プログラム及び各種データを格納する。RAM13は、作業領域として一時的にプログラム又はデータを記憶する。ストレージ14は、HDD(Hard Disk Drive)又はSSD(Solid State Drive)により構成され、オペレーティングシステムを含む各種プログラム、及び各種データを格納する。
 入力部15は、マウス等のポインティングデバイス、及びキーボードを含み、各種の入力を行うために使用される。
 表示部16は、例えば、液晶ディスプレイであり、各種の情報を表示する。表示部16は、タッチパネル方式を採用して、入力部15として機能しても良い。
 通信インタフェース17は、端末等の他の機器と通信するためのインタフェースであり、例えば、イーサネット(登録商標)、FDDI、Wi-Fi(登録商標)等の規格が用いられる。
 なお、ナビゲーション装置40も経路探索装置10と同様のハードウェア構成でよいため詳細な説明を省略する。
 次に、経路探索装置10の各機能構成について説明する。各機能構成は、CPU11がROM12又はストレージ14に記憶された経路探索プログラムを読み出し、RAM13に展開して実行することにより実現される。
 図3は、本実施形態における経路データ記憶部200のデータベースのテーブルのイメージである。経路データ記憶部200のテーブルでは、交差点などの道路の結節点をノード、道路ネットワークで区切られる1つの道路をリンクとする。道路のIDであるリンクIDをキーとして、当該道路の始点のノードである始点ノードID、終点のノードである終点ノードID、及びリンク(道路)の長さdがそれぞれ参照できるようなデータベースとなっている。これらのリンクの長さdを含む道路ネットワークに関する情報を、以下、道路ネットワーク情報と記載する。以下、道路ネットワーク情報に含まれる各種情報は、経路データ記憶部200に格納されていることを前提に記載する。
 図4は、本実施形態における案内文用データ記憶部300のデータベースのテーブルのイメージである。案内文用データ記憶部300のデータベースは、案内文用データとして、ノードIDをキーとして、POIや交差点形状等の種別、コンビニ及び丁字路などの値、経路の探索時に案内文の生成に寄与する係数a(以下aを必要な場合を除き省略する)を含む。案内文用データ記憶部300のデータベースは、案内文用データに含まれる情報がそれぞれ参照できるような構成となっている。値は、種別の具体的な目印または特徴を示す対象である。係数は、例えば値が案内に寄与する度合いを示す係数である。種別、値、及び係数については、ナビゲーションの利用シーン及びアプリケーションの目的に応じて自由に設計してよい。例えば、観光名所などのランドマークをPOIとして含めるためには、「種別:POI,値:○○寺,係数:0.4」として追加する。また、交差点が混雑しやすい箇所かどうかを経路生成部120で考慮する目的で「種別:混雑度,値:大,係数:1.5」として追加したりしてもよい。なお、値は説明の便宜のためランドマークの名前、特徴を表記しているが、実際には識別可能な値である。以下、種別、値、及び係数は、案内文用データ記憶部300に格納されていることを前提に記載する。
 経路探索装置10は、入力として、出発地及び目的地を含む経路を探索するための探索条件を取得する。
 経路生成部120は、探索条件、及び道路ネットワーク情報に基づいて、最短経路を含む経路候補を生成する。経路生成部120は、経路候補の各々について、案内文用データに含まれる情報に基づいて指標値を算出し、経路候補の指標値が最短経路の指標値より改善する経路候補を、出力経路として出力する。具体的には、非特許文献4に記載のk-th shortest pathアルゴリズムを適用して、経路長の短い順に経路候補の各々を生成する。また、最短経路に対して予め指定した倍率の経路長以下の経路候補の各々について、案内文用データに含まれる情報に基づいて、経路候補に含まれる各リンクの長さの和である経路長を低減又は増加するように補正した指標値を算出する。
 なお、ナビゲーション装置40の各処理の詳細については、経路探索装置10の作用の説明の後に説明する。
 次に、経路探索装置10の作用について説明する。
 図5は、経路探索装置10による経路探索処理の流れを示すフローチャートである。CPU11がROM12又はストレージ14から経路探索プログラムを読み出して、RAM13に展開して実行することにより、経路探索が行なわれる。経路探索装置10は、入力として、探索条件を受け付けて以下の処理を行う。
 ステップS200で、CPU11は、探索条件の取得処理として、探索条件取得部110において、出発地及び目的地を含む探索条件を取得し、経路生成部120へ出力する。探索条件は、ユーザや外部のシステムから案内する経路を表す。
 ステップS210で、CPU11は、次に、経路生成処理として、経路生成部120において、経路データ記憶部200から道路ネットワーク情報、及び案内文用データ記憶部300から案内文用データに含まれる情報を取得する。取得した情報に基づいて探索した経路である探索経路sを生成し、出力部130へ出力する。
 ステップS220で、CPU11は、探索経路の出力処理として、出力部130において、探索経路sをナビゲーション装置40に出力する。
 図6は、経路生成処理の詳細を示すフローチャートである。図6のフローチャートを用いて、本実施形態に係る経路生成部120の経路生成処理について説明する。以下の処理は、CPU11が経路生成部120として実行する処理である。
 ステップS300で、CPU11は、探索条件取得部110から出発地及び目的地を含む探索条件を受け付ける。
 ステップS311で、CPU11は、ステップS300で取得した出発地及び目的地を含む探索条件を用いて、経路データ記憶部200から道路ネットワーク情報を取得する。取得する道路ネットワーク情報は、リンクID、リンクIDにかかる始点ノードID及び終点ノードID、並びにリンクの長さである。
ステップS312で、CPU11は、続いて、Yenのアルゴリズム(非特許文献4)などのk-th shortest pathアルゴリズムを用いて、出発地と目的地との間の距離が短い順に、上位K件の経路候補を生成する。この経路候補の集合を、経路候補集合R、k番目に距離の短い経路候補をrとする。最短経路はrである。また経路候補集合Rの内、距離が最短となる1番目の最短経路rを、出力する探索経路の暫定解sとする(s=r)。このKの値は、5や10といった小さな値を設定すれば性能の低い計算機であっても実用的な計算時間となり、100や1000といった大きな値を設定すれば、より幅広く良い結果を探索することができる。
 ステップS320で、CPU11は、kの値(k=1,...,K)を設定する。ここでは、最短の経路候補である1を除く2から順に設定するようにすればよい。ループが完了するまで、すなわちk=Kとなるまで以下の処理を繰り返す。
 ステップS321で、CPU11は、経路候補集合Rの経路それぞれについて、まず経路rの距離dist(r)が、最短経路rのw倍以下となっているかを以下(1)式のように比較して判断する。
dist(r)≦dist(r)*w  ・・・(1)
 (1)式の条件を満たすのであればステップS322へ移行する。満たさなければステップS330へ移行する。
 これにより、以降の処理によって経路候補の指標値が良い値であっても、最短路rと比べて著しく移動距離が長くなってしまうような探索経路が出力されるのを避けることができる。また、経路候補集合Rの経路候補rが距離順にソートされていることを用いて、不要な探索を打ち切ることで処理を高速化することができる。このwの値は応用例に応じて決めることができ、歩行者向けのナビゲーションアプリに組込む場合は、例えば1≦w≦2の間の1.5を設定する。
 ステップS322で、CPU11は、案内文用データ記憶部300から、当該経路rについての案内文用データに含まれる情報(種別、値、及び係数)を取得する。
 ここで、案内文用データに含まれる情報に関して定義する。経路候補rに含まれるノードのノードIDの集合をV、リンクIDの集合をEとし、各ノードIDをv∈V、各リンクIDをe∈Eとする。始点ノードをiとし、リンクIDの集合Eに含まれるリンクeの始点ノードの集合をI、リンクeに含まれる始点ノードに対応する係数をa、リンクIDの集合Eのリンクeの長さをdとする。そのためステップS322では、始点ノードの集合Iに対応する種別、値、及び係数aを取得すればよい。
 ステップS323で、CPU11は、取得したPOI等に関する情報(種別、値、及び係数)に基づいて、経路候補rの指標値score(r)を算出する。ここで、ノードIDのvのすべての種別における係数の和をaとする。aは図4の案内文用データ記憶部300のノードIDがv=1000の場合であれば、POI:コンビニの係数a=0.1、交差点形状:丁字路の係数a=0.3であるためa1000=0.1+0.3=0.4となる。また、指標値score(r)は、例えば各リンクの長さdをノードIDであるvに含まれる種別の係数の和aで割引いた値として定義する場合、以下(2)式を用いることができる。ここで、max()は値の最大値を取得する関数、θはリンクの長さを割引く際の閾値であり0<θ<1の値として例えば0.5を用いる。
score(r)=Σ*max((1-a),θ)  ・・・(2)
 ステップS324で、以下(3)式に従って、(2)式で算出した指標値score(r)と、暫定解sの指標値score(s)を比較する。上記(2)式は経路長を低減させる指標値とする場合の式であるが、経路長を増加させる指標値とする場合にはaを加算する等の式にすればよい。
score(r)<score(s)  ・・・(3)
 (3)式の条件を満たすのであればステップS325へ移行する。満たさなければループの繰り返しにより、k=KとなるまでステップS320で次のkを設定して処理を繰り返す。
 ステップS325で、CPU11は、指標値が改善したとして、暫定解sをrで更新する。更新後は、ループの繰り返しにより、k=KとなるまでステップS320で次のkを設定して処理を繰り返す。このように、ステップS321でループを抜けるか、k=Kとなるまで繰り返す。
ステップS330で、CPU11は、sを探索の結果得られた探索経路として出力部130に出力して処理を完了する。探索経路sには、少なくとも経路の生成に必要なリンクID及びノードIDが含まれる。
 次に、本実施形態に係るナビゲーション装置40の案内処理について説明する。案内文生成部400は、出力部130から出力された探索経路sを取得する。また、案内文生成部400は、探索経路sに含まれるノードIDから、案内文用データ記憶部300を参照し、該当するノードIDの値の情報を取得して、案内情報を生成する。具体的な例を説明する。例えば、探索経路sに含まれるノードIDが交差点の付近のノードで、ノードの付近にコンビニがあったとする。ノードIDをキーとして、種別の「POI」、値の「コンビニ」を取得し、案内情報として、取得した種別及び値に関する情報を生成する。
 図7は、従来手法及び本実施形態の手法の探索経路における目印の関係を比較したイメージを示す図である。図7の例では、従来手法の一般的な経路探索アルゴリズムを用いた場合、探索経路の例の破線部のような、最短経路であるがPOIが含まれない交差点を曲がる探索経路が表示される。一方で、本実施形態の手法では実線部で示すような案内文に必要なPOIを含んだ探索経路を表示できるようになる。
 従来手法の案内情報としては、例えば「コンビニの角を右折します」といった案内文を生成する。また本実施形態の探索経路について、従来手法で一般的なTurn-by-turn形式の案内文では、「最初の交差点を右折します。」のような文を生成する。しかし、本実施形態では「最初の交差点で、天ぷら屋さんとコンビニの間を右折します。」のような文を生成できるようになる。案内文生成部400は、生成した案内情報を表示部410により表示する。図7の例で、本実施形態の手法で表示される案内文は、「1.最初の交差点で、てんぷら屋さんとコンビニとの間を右折します。2.学校がある突き当たりまで進み、左折します。3.目的地まで直進します。」となる。このような案内を可能とするために、1.の案内で右折した道路のリンクのノードのノードIDには、案内文用データ記憶部300の値に「てんぷら屋さん」及び「コンビニ」が対応付けられており、それぞれに有効な係数が与えられた設定が与えられているとする。これにより、案内文生成部400の取得時に閾値以上の係数の値となっている値を参照したり、予め探索情報sに有効な係数を持つ値に関する情報を含める等しておくことで、適切な案内情報の生成が可能となる。このように、本実施形態の手法により、最短経路を出力するだけでは実現できなかった、ユーザの目印となるランドマークを含んだ案内が可能となる。
 以上説明したように本実施形態の経路探索システムによれば、ユーザの利便性が高い案内が可能な経路を探索できる。また、ユーザの利便性の高い探索経路の案内情報を表示できる。
 なお、上記各実施形態でCPUがソフトウェア(プログラム)を読み込んで実行した経路探索を、CPU以外の各種のプロセッサが実行してもよい。この場合のプロセッサとしては、FPGA(Field-Programmable Gate Array)等の製造後に回路構成を変更可能なPLD(Programmable Logic Device)、及びASIC(Application Specific Integrated Circuit)等の特定の処理を実行させるために専用に設計された回路構成を有するプロセッサである専用電気回路等が例示される。また、経路探索を、これらの各種のプロセッサのうちの1つで実行してもよいし、同種又は異種の2つ以上のプロセッサの組み合わせ(例えば、複数のFPGA、及びCPUとFPGAとの組み合わせ等)で実行してもよい。また、これらの各種のプロセッサのハードウェア的な構造は、より具体的には、半導体素子等の回路素子を組み合わせた電気回路である。
 また、上記各実施形態では、経路探索プログラムがストレージ14に予め記憶(インストール)されている態様を説明したが、これに限定されない。プログラムは、CD-ROM(Compact Disk Read Only Memory)、DVD-ROM(Digital Versatile Disk Read Only Memory)、及びUSB(Universal Serial Bus)メモリ等の非一時的(non-transitory)記憶媒体に記憶された形態で提供されてもよい。また、プログラムは、ネットワークを介して外部装置からダウンロードされる形態としてもよい。
 以上の実施形態に関し、更に以下の付記を開示する。
 (付記項1)
 メモリと、
 前記メモリに接続された少なくとも1つのプロセッサと、
 を含み、
 前記プロセッサは、
出発地及び目的地を含む経路を探索するための探索条件を取得し、前記探索条件と、記憶されているリンクID、リンクの始点及び終点のノードID、並びにリンクの長さを含む道路のネットワークに関する道路ネットワーク情報とに基づいて、最短経路を含む経路候補の各々を生成し、前記経路候補の各々について、ノードIDにかかる種別、前記種別に関する値、及び前記値に関する係数を含む案内文用データに含まれる情報に基づいて指標値を算出し、前記経路候補の前記指標値が前記最短経路の前記指標値より改善する経路候補を、探索経路として出力する、
 ように構成されている経路探索装置。
 (付記項2)
 出発地及び目的地を含む経路を探索するための探索条件を取得し、前記探索条件と、記憶されているリンクID、リンクの始点及び終点のノードID、並びにリンクの長さを含む道路のネットワークに関する道路ネットワーク情報とに基づいて、最短経路を含む経路候補の各々を生成し、前記経路候補の各々について、ノードIDにかかる種別、前記種別に関する値、及び前記値に関する係数を含む案内文用データに含まれる情報に基づいて指標値を算出し、前記経路候補の前記指標値が前記最短経路の前記指標値より改善する経路候補を、探索経路として出力する、
 ことをコンピュータに実行させる経路探索プログラムを記憶した非一時的記憶媒体。
1     経路探索システム
10   経路探索装置
40   ナビゲーション装置
110 探索条件取得部
120 経路生成部
130 出力部
200 経路データ記憶部
300 案内文用データ記憶部
312 ステップ
324 ステップ
330 ステップ
400 案内文生成部
410 表示部

Claims (6)

  1.  出発地及び目的地を含む経路を探索するための探索条件を取得する探索条件取得部と、
     リンクID、リンクの始点及び終点のノードID、並びにリンクの長さを含む道路のネットワークに関する道路ネットワーク情報を記憶した経路データ記憶部と、
     ノードIDにかかる種別、前記種別に関する値、及び前記値に関する係数を含む案内文用データを記憶した案内文用データ記憶部と、
     前記探索条件、及び前記道路ネットワーク情報に基づいて、最短経路を含む経路候補の各々を生成し、
     前記経路候補の各々について、前記案内文用データに含まれる情報に基づいて指標値を算出し、前記経路候補の前記指標値が前記最短経路の前記指標値より改善する経路候補を、探索経路として出力する経路生成部と、
    を含む経路探索装置。
  2.  前記経路生成部は、
     所定のアルゴリズムを適用して、経路長の短い順に経路候補の各々を生成し、
     最短経路に対して予め指定した倍率の経路長以下の経路候補の各々について、前記案内文用データに含まれる情報に基づいて、前記指定した倍率の経路長以下の経路候補に含まれる各リンクの長さの和である経路長を低減又は増加するように補正した前記指標値を算出する、
     請求項1に記載の経路探索装置。
  3.  前記指定した倍率の経路長以下の経路候補に含まれる各リンクの長さを、前記リンクに含まれる前記ノードIDにかかる前記種別に対応する係数によって補正することで、前記指標値を算出する請求項2に記載の経路探索装置。
  4.  前記探索経路に前記値が含まれる場合に、前記探索経路に対応する前記値に関する情報を含む請求項1~請求項3の何れか1項に記載の経路探索装置。
  5.  出発地及び目的地を含む経路を探索するための探索条件を取得し、
     前記探索条件と、記憶されているリンクID、リンクの始点及び終点のノードID、並びにリンクの長さを含む道路のネットワークに関する道路ネットワーク情報とに基づいて、最短経路を含む経路候補の各々を生成し、
     前記経路候補の各々について、ノードIDにかかる種別、前記種別に関する値、及び前記値に関する係数を含む案内文用データに含まれる情報に基づいて指標値を算出し、前記経路候補の前記指標値が前記最短経路の前記指標値より改善する経路候補を、探索経路として出力する、
     ことを含む処理をコンピュータが実行することを特徴とする経路探索方法。
  6.  出発地及び目的地を含む経路を探索するための探索条件を取得し、
     前記探索条件と、記憶されているリンクID、リンクの始点及び終点のノードID、並びにリンクの長さを含む道路のネットワークに関する道路ネットワーク情報とに基づいて、最短経路を含む経路候補の各々を生成し、
     前記経路候補の各々について、ノードIDにかかる種別、前記種別に関する値、及び前記値に関する係数を含む案内文用データに含まれる情報に基づいて指標値を算出し、前記経路候補の前記指標値が前記最短経路の前記指標値より改善する経路候補を、探索経路として出力する、
     ことをコンピュータに実行させる経路探索プログラム。
PCT/JP2019/019189 2019-05-14 2019-05-14 経路探索装置、経路探索方法、及び経路探索プログラム WO2020230277A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/JP2019/019189 WO2020230277A1 (ja) 2019-05-14 2019-05-14 経路探索装置、経路探索方法、及び経路探索プログラム
US17/611,117 US11835347B2 (en) 2019-05-14 2019-05-14 Route search device, route search method, and route search program
JP2021519188A JP7173310B2 (ja) 2019-05-14 2019-05-14 経路探索装置、経路探索方法、及び経路探索プログラム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2019/019189 WO2020230277A1 (ja) 2019-05-14 2019-05-14 経路探索装置、経路探索方法、及び経路探索プログラム

Publications (1)

Publication Number Publication Date
WO2020230277A1 true WO2020230277A1 (ja) 2020-11-19

Family

ID=73289132

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2019/019189 WO2020230277A1 (ja) 2019-05-14 2019-05-14 経路探索装置、経路探索方法、及び経路探索プログラム

Country Status (3)

Country Link
US (1) US11835347B2 (ja)
JP (1) JP7173310B2 (ja)
WO (1) WO2020230277A1 (ja)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116337103B (zh) * 2023-05-17 2023-08-29 中国地质大学(武汉) 基于区域分类的分层泛在导航方法、装置及计算机设备

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012189461A (ja) * 2011-03-11 2012-10-04 Mic Ware:Kk ナビゲーション装置、ナビゲーション方法、およびプログラム
JP2013096713A (ja) * 2011-10-28 2013-05-20 Alpine Electronics Inc ナビゲーション装置

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001071484A1 (en) * 2000-03-17 2001-09-27 Vicinity Corp. System and method for non-uniform scaled mapping
JP5547106B2 (ja) 2011-02-01 2014-07-09 クラリオン株式会社 経路演算装置
US10401182B2 (en) * 2017-12-13 2019-09-03 Google Llc Systems and methods for avoiding location-dependent driving restrictions

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012189461A (ja) * 2011-03-11 2012-10-04 Mic Ware:Kk ナビゲーション装置、ナビゲーション方法、およびプログラム
JP2013096713A (ja) * 2011-10-28 2013-05-20 Alpine Electronics Inc ナビゲーション装置

Also Published As

Publication number Publication date
US11835347B2 (en) 2023-12-05
US20220221283A1 (en) 2022-07-14
JP7173310B2 (ja) 2022-11-16
JPWO2020230277A1 (ja) 2020-11-19

Similar Documents

Publication Publication Date Title
US6622089B2 (en) Route guidance apparatus and method
Hashemi et al. A weight-based map-matching algorithm for vehicle navigation in complex urban networks
US8670937B2 (en) Path searching method and path search device
KR20180100194A (ko) 경로 이탈 인식 방법, 단말 및 저장 매체
CN109432777B (zh) 路径生成方法及装置、电子设备、存储介质
US9435658B2 (en) Routing with data version stitching
JP6246316B2 (ja) 地図情報処理装置、地図情報処理方法及び更新データの調整方法
EP3112808A1 (en) Route-finding device, route-finding method, and program
EP3093620A1 (en) System and method for detecting roundabouts from probe data using vector fields
WO2020230277A1 (ja) 経路探索装置、経路探索方法、及び経路探索プログラム
JP5132694B2 (ja) データ生成装置、データ生成方法及び経路探索装置
JP6535507B2 (ja) 情報処理装置、経路探索方法、およびコンピュータプログラム
US10401185B2 (en) Apparatus and method for online generation of an optimum route-graph
Li et al. PerNav: A route summarization framework for personalized navigation
JP2010054754A (ja) 地図データのデータ構造
WO2018227507A1 (en) Trace segments based navigation
JP2018044902A (ja) ナビゲーションシステム及びコンピュータプログラム
JP2018059781A (ja) 経路案内装置、経路案内方法、及びプログラム
JP2007101767A (ja) 要約地図生成装置
JP6586069B2 (ja) エリア通過確率推定装置、エリア通過確率推定方法、及びプログラム
JP6757224B2 (ja) 案内装置、案内方法、及びプログラム
WO2018227508A1 (en) Trace segments based navigation
JP2013210198A (ja) ナビゲーション装置
CN113029178A (zh) 一种导航路径的确定方法、装置、设备以及存储介质
JP2010230531A (ja) 準車両道路リンク抽出装置および方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19928422

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2021519188

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19928422

Country of ref document: EP

Kind code of ref document: A1