WO2023058132A1 - シミュレーションレイヤ選択装置、シミュレーションレイヤ選択方法およびシミュレーションレイヤ選択プログラム - Google Patents

シミュレーションレイヤ選択装置、シミュレーションレイヤ選択方法およびシミュレーションレイヤ選択プログラム Download PDF

Info

Publication number
WO2023058132A1
WO2023058132A1 PCT/JP2021/036873 JP2021036873W WO2023058132A1 WO 2023058132 A1 WO2023058132 A1 WO 2023058132A1 JP 2021036873 W JP2021036873 W JP 2021036873W WO 2023058132 A1 WO2023058132 A1 WO 2023058132A1
Authority
WO
WIPO (PCT)
Prior art keywords
simulation
layer
simulation layer
layer selection
unit
Prior art date
Application number
PCT/JP2021/036873
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 JP2023552455A priority Critical patent/JPWO2023058132A1/ja
Priority to PCT/JP2021/036873 priority patent/WO2023058132A1/ja
Publication of WO2023058132A1 publication Critical patent/WO2023058132A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16ZINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS, NOT OTHERWISE PROVIDED FOR
    • G16Z99/00Subject matter not provided for in other main groups of this subclass

Definitions

  • the present invention relates to a simulation layer selection device, a simulation layer selection method, and a simulation layer selection program.
  • Non-Patent Document 1 a technique of performing a highly accurate simulation using a digital twin.
  • the present invention has been made in view of the above, and aims to make it possible to easily select which layer should be used from a plurality of simulation layers for information or services desired by a user. aim.
  • a simulation layer selection device includes an acquisition unit that acquires a search word indicating requirements for a simulation, and a plurality of simulation layers that can configure the simulation. , a calculation unit that calculates the difference between the simulation results in the simulation layer corresponding to each of the two or more predetermined parameter patterns and the difference between the simulation results, and the difference between the simulation results in each simulation layer and a selection unit that selects a predetermined number of the simulation layers in descending order of maximum value.
  • FIG. 1 is a diagram for explaining an outline of a simulation layer selection device according to this embodiment.
  • FIG. 2 is a schematic diagram illustrating a schematic configuration of the simulation layer selection device according to this embodiment.
  • FIG. 3 is a diagram for explaining processing of an acquisition unit;
  • FIG. 4 is a diagram for explaining the processing of the presentation unit;
  • FIG. 5 is a diagram for explaining the processing of the presentation unit;
  • FIG. 6 is a diagram for explaining the processing of the execution unit;
  • FIG. 7 is a diagram for explaining the processing of the execution unit;
  • FIG. 8 is a flowchart showing a simulation layer selection processing procedure.
  • FIG. 9 is a diagram for explaining the effects of the simulation layer selection process.
  • FIG. 10 is a diagram showing an example of a computer that executes a simulation layer selection program.
  • FIG. 1 is a diagram for explaining an outline of a simulation layer selection device according to this embodiment.
  • the simulation layer selection device of this embodiment selects an optimum simulation layer from a large number of simulation layers in order to execute a multi-layer simulation realized by combining a plurality of simulation layers.
  • the simulation layer selection device selects the optimal simulation layer for constructing a multi-layer simulation that realizes a service using a search word input to specify the requirements of a service desired by the user. is estimated and selected.
  • a multi-simulation that predicts product sales is realized by combining the human relationship layer, the hobby layer, and the material layer. is estimated and selected. Therefore, when the requirements of a desired simulation are specified, it becomes possible to easily construct a simulation without constructing a simulation from scratch.
  • FIG. 2 is a schematic diagram illustrating a schematic configuration of the simulation layer selection device according to this embodiment.
  • the simulation layer selection device 10 of the present embodiment is realized by a general-purpose computer such as a personal computer, and includes an input unit 11, an output unit 12, a communication control unit 13, a storage unit 14, and a control unit 15. Prepare.
  • the input unit 11 is implemented using input devices such as a keyboard and a mouse, and inputs various instruction information such as processing start to the control unit 15 in response to input operations by the operator.
  • the output unit 12 is implemented by a display device such as a liquid crystal display, a printer, or the like. For example, the output unit 12 displays the result of a simulation layer selection process, which will be described later.
  • the communication control unit 13 is realized by a NIC (Network Interface Card) or the like, and controls communication between an external device and the control unit 15 via an electrical communication line such as a LAN (Local Area Network) or the Internet.
  • the communication control unit 13 controls communication between the control unit 15 and a user terminal or the like of a user who uses a simulation layer selection process, which will be described later.
  • the storage unit 14 is implemented by semiconductor memory devices such as RAM (Random Access Memory) and flash memory, or storage devices such as hard disks and optical disks.
  • a processing program for operating the simulation layer selection device 10 data used during execution of the processing program, and the like are stored in advance or temporarily stored each time processing is performed.
  • the storage unit 14 may be configured to communicate with the control unit 15 via the communication control unit 13 .
  • the storage unit 14 stores a model of each simulation layer used for a simulation layer selection process to be described later, a pattern of predetermined parameters of each simulation layer, and the like.
  • predetermined parameter patterns for example, two or more predetermined parameter patterns are stored for each simulation layer, such as four pattern parameters of sunny, cloudy, rainy, and snowy for the weather simulation layer.
  • the control unit 15 is implemented using a CPU (Central Processing Unit) or the like, and executes a processing program stored in memory. Thereby, the control unit 15 functions as an acquisition unit 15a, a calculation unit 15b, a selection unit 15c, a presentation unit 15d, and an execution unit 15e, as illustrated in FIG.
  • a CPU Central Processing Unit
  • the control unit 15 functions as an acquisition unit 15a, a calculation unit 15b, a selection unit 15c, a presentation unit 15d, and an execution unit 15e, as illustrated in FIG.
  • these functional units may be implemented in different hardware, respectively or partially.
  • the presentation unit 15d and execution unit 15e may be implemented in a device different from the other functional units.
  • the control unit 15 may include other functional units.
  • the acquisition unit 15a acquires a search word indicating requirements for simulation. Specifically, the acquisition unit 15a receives an input of a search word representing requirements for a simulation desired by the user via the input unit 11 or from another device such as a user terminal via the communication control unit 13 . The acquisition unit 15a may store the acquired search word in the storage unit 14, or may immediately transfer it to the calculation unit 15b, which will be described later, without storing it in the storage unit 14. FIG.
  • FIG. 3 is a diagram for explaining the processing of the acquisition unit.
  • the acquisition unit 15a acquires a search word input by the user.
  • the user has entered "the number of people infected with coronavirus in Tokyo five years from now" as a search word specifying a desired multi-layer simulation.
  • a calculation unit 15b calculates, for each of a plurality of simulation layers that can constitute a simulation, a simulation result in the simulation layer corresponding to each pattern of two or more predetermined parameters, and a difference between the simulation results. do. Specifically, the calculation unit 15b calculates the difference between the simulation results in the portion represented by the number included in the search word in the simulation results. For example, the calculation unit 15b first extracts a numerical part such as "number of people", “profit rate”, "number of sales", etc. included in the search word.
  • the calculation unit 15b applies two or more preset parameter patterns to each simulation layer to calculate a simulation result corresponding to each pattern. For example, three preset parameter patterns A, B, and C are applied to a certain simulation layer to calculate a simulation result for the simulation layer. That is, the calculation unit 15b calculates a simulation result A when the parameters of the pattern A are applied, a simulation result B when the parameters of the pattern B are applied, and a simulation result C when the parameters of the pattern C are applied.
  • the calculator 15b calculates the difference between the simulation results A, B, and C.
  • the calculator 15b calculates the difference between the numerical parts of each simulation result. For example, if the search word is "Number of sales of XX", the simulation result indicates, for example, "Number of sales of XX”. In this case, the number part of the search word is the "number of sales”, and the calculator 15b calculates the difference between the numbers of sales of the simulation results A, B, and C. If the simulation result of a certain simulation layer does not explicitly indicate the number of sales, the difference in the number of sales is zero.
  • the selection unit 15c selects a predetermined number L of simulation layers in descending order of the maximum value of the difference between the simulation results in each simulation layer.
  • the selection unit 15c select the simulation layers ⁇ , ⁇ .
  • the predetermined number L is set to a large value, for example, according to the complexity of the multi-layer simulation that realizes the desired service. That is, the simpler the multi-layer simulation, the smaller the value of L, and the more complicated the multi-layer simulation, the larger the value of L.
  • the value of L may be set in advance and stored in the storage unit 14, or may be input by a user, an operator, or the like during the simulation layer selection process.
  • the selection unit 15c selects a predetermined number of simulation layers in descending order of the maximum value of the differences calculated for each simulation layer for each of the parts represented by a plurality of numbers included in the search word. In other words, the selection unit 15c performs a process of selecting a simulation layer for each of a plurality of number parts represented by numbers included in the search word. For example, when a search word includes a plurality of numerical parts such as "number of sales" and "number of people", first, the calculation unit 15b and the selection unit 15c perform the above processing on "number of sales” to obtain " We select L simulation layers to build a multi-layer simulation for "number of sales". Further, the calculation unit 15b and the selection unit 15c perform the same processing for the “number of persons” to select L simulation layers.
  • the simulation layer selection device 10 may indicate to the user a plurality of number parts extracted from the search word, and may receive designation of the value of L for each of them.
  • the presentation unit 15d presents the selected simulation layer. That is, the presentation unit 15d outputs the result of the simulation layer selection process to an external device such as a user terminal via the output unit 12 or the communication control unit 13. FIG.
  • FIGS. 4 and 5 are diagrams for explaining the processing of the presentation unit.
  • the presentation unit 15d presents the result of the above simulation layer selection processing to the user.
  • a human movement simulation layer, a vaccination simulation layer, and a restaurant business simulation layer are selected for a multi-layer simulation showing "5 years later: number of people infected with coronavirus in Tokyo".
  • the simulation layer selected here is a simulation layer that greatly affects the multi-layer simulation and is necessary as a component.
  • the result of a multi-layer simulation is presented with "38 infected people per day (2 severe cases)".
  • the processing contents of the vaccination simulation layer are presented as shown in FIG.
  • the vaccination simulation layer reproduces the situations of people who have not been vaccinated, vaccinated, and died after six months, one year, three years, and five years. .
  • the execution unit 15e receives the parameter change for the presented simulation layer and executes the simulation. For example, the execution unit 15e executes "what-if analysis" in which assumption conditions are set by changing parameters for each of the selected and presented simulation layers and simulation is performed.
  • FIGS. 6 and 7 are diagrams for explaining the processing of the execution unit.
  • What-If analysis is performed on the vaccination simulation layer with "deaths after vaccination +5%".
  • FIG. 7 a multi-layer simulation result of "2400 infected persons per day (320 severely ill persons)" is presented. This result is significantly different from the result of "38 infected people per day (2 severe cases)" illustrated in FIG. In this way, the simulation layer selection device 10 can easily perform What-If analysis on multi-layer simulations.
  • FIG. 8 is a flowchart showing a simulation layer selection processing procedure.
  • the flowchart in FIG. 8 is started, for example, at the timing when the user performs an operation input instructing the start.
  • the acquisition unit 15a receives an input of a search word representing requirements for a simulation desired by the user (step S1).
  • the calculation unit 15b extracts the part represented by the number included in the search word (step S2).
  • the calculation unit 15b applies patterns of two or more predetermined parameters for the i-th (1 ⁇ i ⁇ N) simulation layer (step S3), and calculates a simulation result corresponding to each pattern (step S4-S5).
  • two preset parameter patterns A and B are applied to the i-th simulation layer to calculate the simulation result for the simulation layer. That is, the calculator 15b calculates a simulation result A when the parameters of the pattern A are applied, and a simulation result B when the parameters of the pattern B are applied.
  • the calculation unit 15b also calculates the maximum value of the difference between the simulation results (step S6). For example, the calculation unit 15b calculates the difference C_i between the simulation results A and B and stores it in the storage unit 14. FIG. Then, the calculation unit 15b repeats the processes of steps S4 to S6 for the (i+1)-th simulation layer (steps S7 ⁇ S3).
  • calculation unit 15b If the calculation unit 15b has calculated the maximum value of the difference between the simulation results in the simulation layer corresponding to each of the predetermined two or more parameter patterns for all the simulation layers, the calculation unit 15b advances the process to step S8. .
  • step S8 the selection unit 15c selects a predetermined number L of simulation layers in descending order of the maximum value of the difference between the simulation results in each simulation layer, that is, in descending order of influence. This completes a series of simulation layer selection processing.
  • the acquisition unit 15a acquires search words indicating simulation requirements.
  • a calculation unit 15b calculates, for each of a plurality of simulation layers that can constitute a simulation, a simulation result in the simulation layer corresponding to each pattern of two or more predetermined parameters, and a difference between the simulation results. do.
  • the selection unit 15c selects a predetermined number of simulation layers in descending order of the maximum value of the difference between the simulation results in each simulation layer.
  • the calculation unit 15b calculates the difference between the simulation results in the portion represented by the number included in the search word in the simulation results.
  • the simulation layer selection device 10 presumes and selects a simulation layer that is greatly affected by parameter changes as a simulation layer that is essential for constructing a multi-layer simulation.
  • the simulation layer selection device 10 can easily select which layer should be used from a plurality of simulation layers for the information or service desired by the user. Therefore, it is possible to easily realize a simulation to satisfy multiple different requirements such as "prediction of number of corona cases per day in several years" and "prediction of evacuation route congestion due to heavy rain three days from now" in one system. Become.
  • FIG. 9 is a diagram for explaining the effect of the simulation layer selection process.
  • a multi-layer simulation is realized by combining a plurality of simulation layers. In that case, as illustrated in FIG. 9, the simulation of each simulation layer requires reproduction of each person. On the other hand, it is necessary to consider the influence of the simulation results of other simulation layers on the simulation results of each simulation layer.
  • the selection unit 15c selects a predetermined number of the simulation layers in descending order of the maximum value among the differences calculated in each simulation layer for each of the portions represented by the plurality of numbers included in the search word. . This makes it possible to construct a multi-layer simulation with higher accuracy.
  • the presentation unit 15d presents the selected simulation layer. This improves convenience for the user, and facilitates analysis such as What-If analysis, for example.
  • the execution unit 15e accepts the parameter change for the presented simulation layer and executes the simulation. This makes it possible to perform analysis such as what-if analysis.
  • the simulation layer selection device 10 can be implemented by installing a simulation layer selection program for executing the above simulation layer selection processing as package software or online software in a desired computer.
  • the information processing device can function as the simulation layer selection device 10 by causing the information processing device to execute the simulation layer selection program.
  • the information processing apparatus referred to here includes a desktop or notebook personal computer.
  • information processing devices include smart phones, mobile communication terminals such as mobile phones and PHSs (Personal Handyphone Systems), and slate terminals such as PDAs (Personal Digital Assistants).
  • the functions of the simulation layer selection device 10 may be implemented in a cloud server.
  • FIG. 10 is a diagram showing an example of a computer that executes a simulation layer selection program.
  • Computer 1000 includes, for example, memory 1010 , CPU 1020 , hard disk drive interface 1030 , disk drive interface 1040 , serial port interface 1050 , video adapter 1060 and network interface 1070 . These units are connected by a bus 1080 .
  • the memory 1010 includes a ROM (Read Only Memory) 1011 and a RAM 1012 .
  • the ROM 1011 stores a boot program such as BIOS (Basic Input Output System).
  • BIOS Basic Input Output System
  • Hard disk drive interface 1030 is connected to hard disk drive 1031 .
  • Disk drive interface 1040 is connected to disk drive 1041 .
  • a removable storage medium such as a magnetic disk or an optical disk is inserted into the disk drive 1041, for example.
  • a mouse 1051 and a keyboard 1052 are connected to the serial port interface 1050, for example.
  • a display 1061 is connected to the video adapter 1060 .
  • the hard disk drive 1031 stores an OS 1091, application programs 1092, program modules 1093 and program data 1094, for example. Each piece of information described in the above embodiment is stored in the hard disk drive 1031 or the memory 1010, for example.
  • the simulation layer selection program is stored in the hard disk drive 1031, for example, as a program module 1093 in which commands to be executed by the computer 1000 are written.
  • the hard disk drive 1031 stores a program module 1093 that describes each process executed by the simulation layer selection device 10 described in the above embodiment.
  • Data used for information processing by the simulation layer selection program is stored as program data 1094 in the hard disk drive 1031, for example. Then, the CPU 1020 reads out the program module 1093 and the program data 1094 stored in the hard disk drive 1031 to the RAM 1012 as necessary, and executes each procedure described above.
  • program modules 1093 and program data 1094 related to the simulation layer selection program are not limited to being stored in the hard disk drive 1031.
  • they may be stored in a removable storage medium and processed by the CPU 1020 via the disk drive 1041 or the like. may be read out.
  • program modules 1093 and program data 1094 related to the simulation layer selection program are stored in another computer connected via a network such as LAN or WAN (Wide Area Network), and read by CPU 1020 via network interface 1070. may be issued.
  • LAN or WAN Wide Area Network
  • simulation layer selection device 11 input unit 12 output unit 13 communication control unit 14 storage unit 15 control unit 15a acquisition unit 15b calculation unit 15c selection unit 15d presentation unit 15e execution unit

Abstract

取得部(15a)が、シミュレーションの要件を示す検索ワードを取得する。算出部(15b)が、シミュレーションを構成し得る複数のシミュレーションレイヤのそれぞれについて、所定の2以上のパラメータのパターンのそれぞれに対応する該シミュレーションレイヤでのシミュレーション結果と、該シミュレーション結果の間の差とを算出する。選択部(15c)が、各シミュレーションレイヤでのシミュレーション結果の間の差のうちの最大値が大きい順に、所定数のシミュレーションレイヤを選択する。

Description

シミュレーションレイヤ選択装置、シミュレーションレイヤ選択方法およびシミュレーションレイヤ選択プログラム
 本発明は、シミュレーションレイヤ選択装置、シミュレーションレイヤ選択方法およびシミュレーションレイヤ選択プログラムに関する。
 近年、デジタルの仮想空間に現実空間の環境を再現して分析や予測を行うデジタルツインといわれる技術が期待されている。また、デジタルツインを用いた高精度なシミュレーションを行う技術が知られている(非特許文献1参照)。
"地球・社会・個人間の調和的な関係が築かれる未来社会の実現に向けて ~デジタルツインコンピューティングの4つの挑戦~"、[online]、2020年11月、NTT、[2021年9月14日検索]、インターネット<URL:https://group.ntt/jp/newsrelease/2020/11/13/201113c.html>
 しかしながら、従来技術によれば、ユーザが求める情報やサービスに対して、複数存在するシミュレーションレイヤの中から、どのレイヤを用いればよいかを選択することができなかった。
 本発明は、上記に鑑みてなされたものであって、ユーザが求める情報やサービスに対して、複数存在するシミュレーションレイヤの中から、どのレイヤを用いればよいかを容易に選択可能とすることを目的とする。
 上述した課題を解決し、目的を達成するために、本発明に係るシミュレーションレイヤ選択装置は、シミュレーションの要件を示す検索ワードを取得する取得部と、前記シミュレーションを構成し得る複数のシミュレーションレイヤのそれぞれについて、所定の2以上のパラメータパターンのそれぞれに対応する該シミュレーションレイヤでのシミュレーション結果と、該シミュレーション結果間の差とを算出する算出部と、各シミュレーションレイヤでのシミュレーション結果間の差のうちの最大値が大きい順に、所定数の前記シミュレーションレイヤを選択する選択部と、を有することを特徴とする。
 本発明によれば、ユーザが求める情報やサービスに対して、複数存在するシミュレーションレイヤの中から、どのレイヤを用いればよいかを容易に選択することが可能となる。
図1は、本実施形態に係るシミュレーションレイヤ選択装置の概要を説明するための図である。 図2は、本実施形態に係るシミュレーションレイヤ選択装置の概略構成を例示する模式図である。 図3は、取得部の処理を説明するための図である。 図4は、提示部の処理を説明するための図である。 図5は、提示部の処理を説明するための図である。 図6は、実行部の処理を説明するための図である。 図7は、実行部の処理を説明するための図である。 図8は、シミュレーションレイヤ選択処理手順を示すフローチャートである。 図9は、シミュレーションレイヤ選択処理の効果を説明するための図である。 図10は、シミュレーションレイヤ選択プログラムを実行するコンピュータの一例を示す図である。
 以下、図面を参照して、本発明の一実施形態を詳細に説明する。なお、この実施形態により本発明が限定されるものではない。また、図面の記載において、同一部分には同一の符号を付して示している。
[シミュレーションレイヤ選択装置の概要]
 図1は、本実施形態に係るシミュレーションレイヤ選択装置の概要を説明するための図である。本実施形態のシミュレーションレイヤ選択装置は、複数のシミュレーションレイヤの組み合わせで実現されるマルチレイヤシミュレーションを実行するために、多数のシミュレーションレイヤから最適なシミュレーションレイヤを選択する。
 例えば、図1に例示したように、シミュレーションレイヤ選択装置は、ユーザが所望するサービスの要件を指定するために入力した検索ワードを用いて、サービスを実現するマルチレイヤシミュレーションの構築に最適なシミュレーションレイヤを推定して選択する。図1に示した例では、例えば、「商品売り上げ予測」が検索ワードとして入力された場合に、商品売り上げ予測を行うマルチシミュレーションが、人間関係レイヤ、趣味レイヤ、および物資レイヤの組み合わせによって実現されると推定され選択される。したがって、所望のシミュレーションの要件が指定された場合に、1からシミュレーションを構築することなく、容易にシミュレーションを構築することが可能となる。
[シミュレーションレイヤ選択装置の構成]
 図2は、本実施形態に係るシミュレーションレイヤ選択装置の概略構成を例示する模式図である。図2に例示するように、本実施形態のシミュレーションレイヤ選択装置10は、パソコン等の汎用コンピュータで実現され、入力部11、出力部12、通信制御部13、記憶部14、および制御部15を備える。
 入力部11は、キーボードやマウス等の入力デバイスを用いて実現され、操作者による入力操作に対応して、制御部15に対する処理開始などの各種指示情報を入力する。出力部12は、液晶ディスプレイなどの表示装置、プリンター等によって実現される。例えば、出力部12には、後述するシミュレーションレイヤ選択処理の結果が表示される。
 通信制御部13は、NIC(Network Interface Card)等で実現され、LAN(Local Area Network)やインターネットなどの電気通信回線を介した外部の装置と制御部15との通信を制御する。例えば、通信制御部13は、後述するシミュレーションレイヤ選択処理を利用するユーザのユーザ端末等と、制御部15との通信を制御する。
 記憶部14は、RAM(Random Access Memory)、フラッシュメモリ(Flash Memory)等の半導体メモリ素子、または、ハードディスク、光ディスク等の記憶装置によって実現される。記憶部14には、シミュレーションレイヤ選択装置10を動作させる処理プログラムや、処理プログラムの実行中に使用されるデータなどが予め記憶され、あるいは処理の都度一時的に記憶される。なお、記憶部14は、通信制御部13を介して制御部15と通信する構成でもよい。
 本実施形態では、記憶部14は、後述するシミュレーションレイヤ選択処理に用いられる各シミュレーションレイヤのモデルや、各シミュレーションレイヤの所定のパラメータのパターン等を記憶する。所定のパラメータのパターンとして、例えば、天候シミュレーションレイヤに対する晴れ、曇り、雨、雪の4つのパターンのパラメータ等、各シミュレーションレイヤについて2以上の所定のパラメータのパターンが記憶される。
 制御部15は、CPU(Central Processing Unit)等を用いて実現され、メモリに記憶された処理プログラムを実行する。これにより、制御部15は、図2に例示するように、取得部15a、算出部15b、選択部15c、提示部15dおよび実行部15eとして機能する。
 なお、これらの機能部は、それぞれ、あるいは一部が異なるハードウェアに実装されてもよい。例えば、提示部15dおよび実行部15eは、他の機能部とは異なる装置に実装されてもよい。また、制御部15は、その他の機能部を備えてもよい。
 取得部15aは、シミュレーションの要件を示す検索ワードを取得する。具体的には、取得部15aは、入力部11を介して、あるいはユーザ端末等の他の装置から通信制御部13を介して、ユーザが所望するシミュレーションの要件を表す検索ワードの入力を受け付ける。取得部15aは、取得した検索ワードを記憶部14に記憶させてもよいし、記憶部14に記憶させずに、直ちに後述する算出部15bに転送してもよい。
 ここで、図3は、取得部の処理を説明するための図である。取得部15aは、例えば、図3に示すように、ユーザが入力した検索ワードを取得する。図3に示す例では、ユーザにより、所望のマルチレイヤシミュレーションを指定する検索ワードとして「5年後 東京都 コロナ感染者 数」が入力されている。
 図2の説明に戻る。算出部15bが、シミュレーションを構成し得る複数のシミュレーションレイヤのそれぞれについて、所定の2以上のパラメータのパターンのそれぞれに対応する該シミュレーションレイヤでのシミュレーション結果と、該シミュレーション結果の間の差とを算出する。具体的には、算出部15bは、シミュレーション結果の間で、シミュレーション結果のうち検索ワードに含まれる数で表される部分の差を算出する。例えば、算出部15bはまず、検索ワードに含まれる「人数」「収益率」「売上数」等の数で表される数部分を抽出する。
 また、算出部15bは、各シミュレーションレイヤについて、予め設定された2以上のパラメータのパターンを適用して、各パターンに対応するシミュレーション結果を算出する。例えば、あるシミュレーションレイヤについて、予め設定されているパターンA,B,Cの3つのパラメータのパターンをそれぞれ適用して当該シミュレーションレイヤでのシミュレーション結果を算出する。つまり、算出部15bは、パターンAのパラメータを適用した場合のシミュレーション結果A、パターンBのパラメータを適用した場合のシミュレーション結果B、およびパターンCのパラメータを適用した場合のシミュレーション結果Cを算出する。
 次に、算出部15bは、シミュレーション結果A,B,Cの間の差を算出する。この場合には、算出部15bは、各シミュレーション結果の数部分の差を算出する。例えば、検索ワードが「〇〇 売上数」である場合に、シミュレーション結果は、例えば「〇〇の売上数」を示す。この場合に、検索ワードの数部分は「売上数」であって、算出部15bは、シミュレーション結果A,B,Cの売上数の差を算出する。なお、あるシミュレーションレイヤのシミュレーション結果が明示的に売上数を示さない場合には、売上数の差は0となる。
 また、算出部15bは、算出したシミュレーション結果A,B,Cの間の差のうちの最大値を、当該シミュレーションレイヤのシミュレーション結果の差として記憶部14に記憶する。例えば、シミュレーション結果Aが5、シミュレーション結果Bが10、シミュレーション結果Cが40であった場合に、算出部15bは、差分の最大値=40-5=35を、当該シミュレーションレイヤのシミュレーション結果の差として記憶する。算出部15bは、各シミュレーションレイヤについて上記の処理を行う。
 選択部15cは、各シミュレーションレイヤでのシミュレーション結果の間の差のうちの最大値が大きい順に、所定数Lのシミュレーションレイヤを選択する。ここで、最大値が大きいほど、マルチシミュレーションに対する影響が大きいと考えられる。そこで、例えば、所定数L=2であって、算出部15bが算出したシミュレーションレイヤα、β、γのシミュレーション結果の間の差の最大値が10、6、2であれば、選択部15cは、シミュレーションレイヤα、βを選択する。
 なお、所定数Lは、例えば、所望されるサービスを実現するマルチレイヤシミュレーションの複雑さに応じて、大きな値が設定される。すなわち、単純なマルチレイヤシミュレーションほど、Lの値は小さくなり、複雑なマルチレイヤシミュレーションほど、Lの値は大きくなる。Lの値は、予め設定されて記憶部14に記憶されてもよいし、ユーザやオペレータ等によりシミュレーションレイヤ選択処理の際に入力されてもよい。
 選択部15cは、検索ワードに含まれる複数の数で表される部分のそれぞれについて、各シミュレーションレイヤで算出された前記差のうちの最大値が大きい順に、所定数のシミュレーションレイヤを選択する。言い換えれば、選択部15cは、検索ワードに含まれる数で表される複数の数部分について、該数部分ごとにシミュレーションレイヤを選択する処理を実行する。例えば、検索ワードに「売上数」「人数」等の複数の数部分が含まれている場合には、まず、算出部15bおよび選択部15cが「売上数」について上記の処理を行って、「売上数」についてのマルチレイヤシミュレーションを構築するL個のシミュレーションレイヤを選択する。また、算出部15bおよび選択部15cが、「人数」について同様の処理を行って、L個のシミュレーションレイヤを選択する。
 なお、数部分のそれぞれについて、異なるLが適用されてもよい。例えば、シミュレーションレイヤ選択装置10は、検索ワードから抽出した複数の数部分をユーザに対して明示して、それぞれについてLの値の指定を受け付けるようにしてもよい。
 提示部15dは、選択されたシミュレーションレイヤを提示する。すなわち、提示部15dは、シミュレーションレイヤ選択処理の結果を出力部12あるいは通信制御部13を介してユーザ端末等の外部の装置に出力する。
 ここで、図4および図5は、提示部の処理を説明するための図である。図4に示すように、提示部15dは、上記のシミュレーションレイヤ選択処理の結果をユーザに提示する。図4に示す例では、「5年後 東京都 コロナ感染者 数」を示すマルチレイヤシミュレーションに対して、人間移動シミュレーションレイヤ、ワクチン接種シミュレーションレイヤ、飲食店営業シミュレーションレイヤが選択されている。ここで選択されたシミュレーションレイヤは、マルチレイヤシミュレーションに与える影響が大きく構成要素として必要なシミュレーションレイヤである。
 また、図4に示す例では、「1日あたりの感染者は38人(重症者は2人)」とのマルチレイヤシミュレーションの結果が提示されている。また、図4において、例えば、ワクチン接種シミュレーションレイヤを指定すると、図5に示すように、ワクチン接種シミュレーションレイヤの処理内容が提示される。図5に示す例では、ワクチン接種シミュレーションレイヤでは、半年後、1年後、3年後、5年後の未接種の人、接種済みの人、接種後死亡の人の状況が再現されている。
 図2の説明に戻る。実行部15eは、提示されたシミュレーションレイヤに対するパラメータの変更を受け付けて、シミュレーションを実行する。例えば、実行部15eは、選択され提示された各シミュレーションレイヤに、パラメータを変更することにより仮定条件を設定してシミュレーションを行う「What-If分析」を実行する。
 ここで、図6および図7は、実行部の処理を説明するための図である。図6に示す例では、ワクチン接種シミュレーションレイヤに対して、「ワクチン接種後死亡者 +5%」とするWhat-If分析が実行されている。また、その結果、図7に示す例では、「1日あたりの感染者は2400人(重症者は320人)」とのマルチレイヤシミュレーションの結果が提示されている。この結果は、図4に例示した「1日あたりの感染者は38人(重症者は2人)」との結果と比較して、大きく変化している。このように、シミュレーションレイヤ選択装置10では、マルチレイヤシミュレーションに対するWhat-If分析の実行が容易に可能となる。
[シミュレーションレイヤ選択処理]
 次に、図8を参照して、本実施形態に係るシミュレーションレイヤ選択装置10によるシミュレーションレイヤ選択処理について説明する。図8は、シミュレーションレイヤ選択処理手順を示すフローチャートである。図8のフローチャートは、例えば、ユーザが開始を指示する操作入力を行ったタイミングで開始される。
 まず、取得部15aが、ユーザが所望するシミュレーションの要件を表す検索ワードの入力を受け付ける(ステップS1)。
 次に、算出部15bが、検索ワードに含まれる数で表される部分を抽出する(ステップS2)。
 また、算出部15bは、i番目(1≦i≦N)のシミュレーションレイヤについて(ステップS3)、所定の2以上のパラメータのパターンを適用して、各パターンに対応するシミュレーション結果を算出する(ステップS4~S5)。例えば、i番目のシミュレーションレイヤについて、予め設定されているパターンA,Bの2つのパラメータのパターンをそれぞれ適用して当該シミュレーションレイヤでのシミュレーション結果を算出する。つまり、算出部15bは、パターンAのパラメータを適用した場合のシミュレーション結果A、パターンBのパラメータを適用した場合のシミュレーション結果Bを算出する。
 また、算出部15bは、シミュレーション結果の間の差の最大値を算出する(ステップS6)。例えば、算出部15bは、シミュレーション結果A,Bの間の差C_iを算出し、記憶部14に記憶する。そして算出部15bは、(i+1)番目のシミュレーションレイヤについて、ステップS4~S6の処理を繰り返す(ステップS7→S3)。
 算出部15bは、全てのシミュレーションレイヤについて、所定の2以上のパラメータのパターンのそれぞれに対応する該シミュレーションレイヤでのシミュレーション結果の間の差の最大値を算出した場合に、ステップS8に処理を進める。
 ステップS8の処理では、選択部15cが、各シミュレーションレイヤでのシミュレーション結果の間の差のうちの最大値が大きい順すなわち影響の大きい順に、所定数Lのシミュレーションレイヤを選択する。これにより、一連のシミュレーションレイヤ選択処理が終了する。
[効果]
 以上、説明したように、本実施形態のシミュレーションレイヤ選択装置10において、取得部15aが、シミュレーションの要件を示す検索ワードを取得する。算出部15bが、シミュレーションを構成し得る複数のシミュレーションレイヤのそれぞれについて、所定の2以上のパラメータのパターンのそれぞれに対応する該シミュレーションレイヤでのシミュレーション結果と、該シミュレーション結果の間の差とを算出する。選択部15cが、各シミュレーションレイヤでのシミュレーション結果の間の差のうちの最大値が大きい順に、所定数のシミュレーションレイヤを選択する。
 具体的には、算出部15bは、シミュレーション結果の間で、シミュレーション結果のうち検索ワードに含まれる数で表される部分の差を算出する。
 このように、シミュレーションレイヤ選択装置10は、パラメータ変更の影響が大きいシミュレーションレイヤをマルチレイヤシミュレーションの構築に必須のシミュレーションレイヤと推定して選択する。これにより、シミュレーションレイヤ選択装置10では、ユーザが求める情報やサービスに対して、複数存在するシミュレーションレイヤの中から、どのレイヤを用いればよいかを容易に選択することが可能となる。したがって、「数年後の1日当たりのコロナ罹患数予測」「3日後の大雨による避難経路混雑予測」等の複数の異なる要件を満たすためのシミュレーションを1つのシステムで実現することが容易に可能となる。
 ここで、図9は、シミュレーションレイヤ選択処理の効果を説明するための図である。マルチレイヤシミュレーションは、複数のシミュレーションレイヤの組み合わせで実現される。その場合に、図9に例示するように、各シミュレーションレイヤのシミュレーションは、人ひとりひとりの再現が必要となる。一方、各シミュレーションレイヤのシミュレーション結果は他のシミュレーションレイヤのシミュレーション結果の影響を考慮する必要がある。
 このようなマルチレイヤシミュレーションについて、シミュレーションレイヤ装置によって選択された各シミュレーションレイヤに、仮定条件を設定してシミュレーションを行うWhat-If分析が可能となる。したがって、例えば、図9に例示したコロナ慣れの状況を再現するマルチレイヤシミュレーションについて、What-If分析を行って、店舗営業の自粛等の予防対策の浸透に最適な対策を明らかにすることが可能となる。
 また、選択部15cは、検索ワードに含まれる複数の数で表される部分のそれぞれについて、各シミュレーションレイヤで算出された差のうちの最大値が大きい順に、所定数の前記シミュレーションレイヤを選択する。これにより、より精度の高いマルチレイヤシミュレーションの構築が可能となる。
 また、提示部15dが、選択されたシミュレーションレイヤを提示する。これにより、ユーザの利便性が向上し、例えば、What-If分析等の分析が容易に可能となる。
 また、実行部15eが、提示されたシミュレーションレイヤに対するパラメータの変更を受け付けて、シミュレーションを実行する。これにより、What-If分析等の分析を行うことが可能となる。
[プログラム]
 上記実施形態に係るシミュレーションレイヤ選択装置10が実行する処理をコンピュータが実行可能な言語で記述したプログラムを作成することもできる。一実施形態として、シミュレーションレイヤ選択装置10は、パッケージソフトウェアやオンラインソフトウェアとして上記のシミュレーションレイヤ選択処理を実行するシミュレーションレイヤ選択プログラムを所望のコンピュータにインストールさせることによって実装できる。例えば、上記のシミュレーションレイヤ選択プログラムを情報処理装置に実行させることにより、情報処理装置をシミュレーションレイヤ選択装置10として機能させることができる。ここで言う情報処理装置には、デスクトップ型またはノート型のパーソナルコンピュータが含まれる。また、その他にも、情報処理装置にはスマートフォン、携帯電話機やPHS(Personal Handyphone System)などの移動体通信端末、さらには、PDA(Personal Digital Assistant)などのスレート端末などがその範疇に含まれる。また、シミュレーションレイヤ選択装置10の機能を、クラウドサーバに実装してもよい。
 図10は、シミュレーションレイヤ選択プログラムを実行するコンピュータの一例を示す図である。コンピュータ1000は、例えば、メモリ1010と、CPU1020と、ハードディスクドライブインタフェース1030と、ディスクドライブインタフェース1040と、シリアルポートインタフェース1050と、ビデオアダプタ1060と、ネットワークインタフェース1070とを有する。これらの各部は、バス1080によって接続される。
 メモリ1010は、ROM(Read Only Memory)1011およびRAM1012を含む。ROM1011は、例えば、BIOS(Basic Input Output System)等のブートプログラムを記憶する。ハードディスクドライブインタフェース1030は、ハードディスクドライブ1031に接続される。ディスクドライブインタフェース1040は、ディスクドライブ1041に接続される。ディスクドライブ1041には、例えば、磁気ディスクや光ディスク等の着脱可能な記憶媒体が挿入される。シリアルポートインタフェース1050には、例えば、マウス1051およびキーボード1052が接続される。ビデオアダプタ1060には、例えば、ディスプレイ1061が接続される。
 ここで、ハードディスクドライブ1031は、例えば、OS1091、アプリケーションプログラム1092、プログラムモジュール1093およびプログラムデータ1094を記憶する。上記実施形態で説明した各情報は、例えばハードディスクドライブ1031やメモリ1010に記憶される。
 また、シミュレーションレイヤ選択プログラムは、例えば、コンピュータ1000によって実行される指令が記述されたプログラムモジュール1093として、ハードディスクドライブ1031に記憶される。具体的には、上記実施形態で説明したシミュレーションレイヤ選択装置10が実行する各処理が記述されたプログラムモジュール1093が、ハードディスクドライブ1031に記憶される。
 また、シミュレーションレイヤ選択プログラムによる情報処理に用いられるデータは、プログラムデータ1094として、例えば、ハードディスクドライブ1031に記憶される。そして、CPU1020が、ハードディスクドライブ1031に記憶されたプログラムモジュール1093やプログラムデータ1094を必要に応じてRAM1012に読み出して、上述した各手順を実行する。
 なお、シミュレーションレイヤ選択プログラムに係るプログラムモジュール1093やプログラムデータ1094は、ハードディスクドライブ1031に記憶される場合に限られず、例えば、着脱可能な記憶媒体に記憶されて、ディスクドライブ1041等を介してCPU1020によって読み出されてもよい。あるいは、シミュレーションレイヤ選択プログラムに係るプログラムモジュール1093やプログラムデータ1094は、LANやWAN(Wide Area Network)等のネットワークを介して接続された他のコンピュータに記憶され、ネットワークインタフェース1070を介してCPU1020によって読み出されてもよい。
 以上、本発明者によってなされた発明を適用した実施形態について説明したが、本実施形態による本発明の開示の一部をなす記述および図面により本発明は限定されることはない。すなわち、本実施形態に基づいて当業者等によりなされる他の実施形態、実施例および運用技術等は全て本発明の範疇に含まれる。
 10 シミュレーションレイヤ選択装置
 11 入力部
 12 出力部
 13 通信制御部
 14 記憶部
 15 制御部
 15a 取得部
 15b 算出部
 15c 選択部
 15d 提示部
 15e 実行部

Claims (7)

  1.  シミュレーションの要件を示す検索ワードを取得する取得部と、
     前記シミュレーションを構成し得る複数のシミュレーションレイヤのそれぞれについて、所定の2以上のパラメータのパターンのそれぞれに対応する該シミュレーションレイヤでのシミュレーション結果と、該シミュレーション結果の間の差とを算出する算出部と、
     各シミュレーションレイヤでのシミュレーション結果の間の差のうちの最大値が大きい順に、所定数の前記シミュレーションレイヤを選択する選択部と、
     を有することを特徴とするシミュレーションレイヤ選択装置。
  2.  前記算出部は、前記シミュレーション結果の間で、前記シミュレーション結果のうち前記検索ワードに含まれる数で表される部分の差を算出することを特徴とする請求項1に記載のシミュレーションレイヤ選択装置。
  3.  前記選択部は、前記検索ワードに含まれる複数の数で表される部分のそれぞれについて、各シミュレーションレイヤで算出された前記差のうちの最大値が大きい順に、所定数の前記シミュレーションレイヤを選択することを特徴とする請求項2に記載のシミュレーションレイヤ選択装置。
  4.  選択された前記シミュレーションレイヤを提示する提示部を、さらに有することを特徴とする請求項1に記載のシミュレーションレイヤ選択装置。
  5.  提示された前記シミュレーションレイヤに対するパラメータの変更を受け付けて、前記シミュレーションを実行する実行部を、さらに有することを特徴とする請求項4に記載のシミュレーションレイヤ選択装置。
  6.  シミュレーションレイヤ選択装置が実行するシミュレーションレイヤ選択方法であって、
     シミュレーションの要件を示す検索ワードを取得する取得工程と、
     前記シミュレーションを構成し得る複数のシミュレーションレイヤのそれぞれについて、所定の2以上のパラメータのパターンのそれぞれに対応する該シミュレーションレイヤでのシミュレーション結果と、該シミュレーション結果の間の差とを算出する算出工程と、
     各シミュレーションレイヤでのシミュレーション結果の間の差のうちの最大値が大きい順に、所定数の前記シミュレーションレイヤを選択する選択工程と、
     を含むことを特徴とするシミュレーションレイヤ選択方法。
  7.  コンピュータを請求項1~5のいずれか1項に記載のシミュレーションレイヤ選択装置として機能させるためのシミュレーションレイヤ選択プログラム。
PCT/JP2021/036873 2021-10-05 2021-10-05 シミュレーションレイヤ選択装置、シミュレーションレイヤ選択方法およびシミュレーションレイヤ選択プログラム WO2023058132A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2023552455A JPWO2023058132A1 (ja) 2021-10-05 2021-10-05
PCT/JP2021/036873 WO2023058132A1 (ja) 2021-10-05 2021-10-05 シミュレーションレイヤ選択装置、シミュレーションレイヤ選択方法およびシミュレーションレイヤ選択プログラム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2021/036873 WO2023058132A1 (ja) 2021-10-05 2021-10-05 シミュレーションレイヤ選択装置、シミュレーションレイヤ選択方法およびシミュレーションレイヤ選択プログラム

Publications (1)

Publication Number Publication Date
WO2023058132A1 true WO2023058132A1 (ja) 2023-04-13

Family

ID=85803283

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2021/036873 WO2023058132A1 (ja) 2021-10-05 2021-10-05 シミュレーションレイヤ選択装置、シミュレーションレイヤ選択方法およびシミュレーションレイヤ選択プログラム

Country Status (2)

Country Link
JP (1) JPWO2023058132A1 (ja)
WO (1) WO2023058132A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020141584A1 (ja) * 2019-01-06 2020-07-09 株式会社フューチャーアイ 処理システムおよびプログラム
JP2020129301A (ja) * 2019-02-08 2020-08-27 エヌ・ティ・ティ・コミュニケーションズ株式会社 シミュレーション装置、シミュレーション方法およびシミュレーションプログラム
WO2020246032A1 (ja) * 2019-06-07 2020-12-10 日本電信電話株式会社 デジタルツイン演算装置、デジタルツイン演算方法、プログラム及びデータ構造

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020141584A1 (ja) * 2019-01-06 2020-07-09 株式会社フューチャーアイ 処理システムおよびプログラム
JP2020129301A (ja) * 2019-02-08 2020-08-27 エヌ・ティ・ティ・コミュニケーションズ株式会社 シミュレーション装置、シミュレーション方法およびシミュレーションプログラム
WO2020246032A1 (ja) * 2019-06-07 2020-12-10 日本電信電話株式会社 デジタルツイン演算装置、デジタルツイン演算方法、プログラム及びデータ構造

Also Published As

Publication number Publication date
JPWO2023058132A1 (ja) 2023-04-13

Similar Documents

Publication Publication Date Title
US10789529B2 (en) Neural network data entry system
JP6790286B2 (ja) 強化学習を用いたデバイス配置最適化
CN108475505A (zh) 使用部分条件从输入序列生成目标序列
US20220392144A1 (en) Image rendering method and apparatus, electronic device, and storage medium
US11941737B2 (en) Artificial intelligence-based animation character control and drive method and apparatus
WO2019162420A1 (en) Automatic rig creation process
WO2021159739A1 (zh) 疫情趋势预测方法、装置、电子设备及存储介质
JP2022100248A (ja) テキスト誤り訂正方法、装置、電子デバイス及び可読記憶媒体
JP7297038B2 (ja) ニューラルネットワークモデルの事前トレーニング方法、装置、電子機器及び媒体
CN115131476A (zh) 虚拟对象的骨骼绑定迁移方法、装置、设备及存储介质
JP7394818B2 (ja) メモリ割り当て方法、装置、及び電子機器
JP2023533404A (ja) 駆動可能3dキャラクター生成方法、装置、電子機器、及び記憶媒体
JP2023007369A (ja) 翻訳方法、分類モデルの訓練方法、装置、デバイス及び記憶媒体
WO2023058132A1 (ja) シミュレーションレイヤ選択装置、シミュレーションレイヤ選択方法およびシミュレーションレイヤ選択プログラム
US20210312590A1 (en) Graphics processing using matrices of transformations
CN116245998B (zh) 渲染贴图生成方法及装置、模型训练方法及装置
CN114817845B (zh) 数据处理方法、装置、电子设备及存储介质
WO2020095655A1 (ja) 選定装置および選定方法
CN115544311A (zh) 数据分析方法以及装置
CN114549785A (zh) 一种模型基底的生成方法、装置、电子设备及存储介质
JP2022078286A (ja) データ処理モデルのトレーニング方法、装置、電子機器及び記憶媒体
JP2022068277A (ja) 化合物属性予測モデル訓練方法および装置、化合物属性予測方法及び装置、電子デバイス、コンピュータ可読記憶媒体およびコンピュータプログラム
CN112765975B (zh) 分词岐义处理方法、装置、设备以及介质
JP7343637B2 (ja) データ処理方法、装置、電子機器及び記憶媒体
CN116030150B (zh) 虚拟形象生成方法、装置、电子设备和介质

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

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2023552455

Country of ref document: JP