JP2023178787A - Price information providing device - Google Patents

Price information providing device Download PDF

Info

Publication number
JP2023178787A
JP2023178787A JP2022091685A JP2022091685A JP2023178787A JP 2023178787 A JP2023178787 A JP 2023178787A JP 2022091685 A JP2022091685 A JP 2022091685A JP 2022091685 A JP2022091685 A JP 2022091685A JP 2023178787 A JP2023178787 A JP 2023178787A
Authority
JP
Japan
Prior art keywords
price
machine learning
learning model
user
vehicle
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.)
Pending
Application number
JP2022091685A
Other languages
Japanese (ja)
Inventor
大樹 横山
Daiki Yokoyama
智洋 金子
Tomohiro Kaneko
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.)
Toyota Motor Corp
Original Assignee
Toyota Motor 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 Toyota Motor Corp filed Critical Toyota Motor Corp
Priority to JP2022091685A priority Critical patent/JP2023178787A/en
Publication of JP2023178787A publication Critical patent/JP2023178787A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

To provide, to a user, appropriate price information of an industrial product on which a learned machine learning model is installed instead of a sensor.SOLUTION: A price information providing device includes: a price determination unit 17 which determines a price of an industrial product on which a learned machine learning model is installed instead of a prescribed sensor; and an information providing unit 18 which provides the user with the price information regarding the price of the industrial product in response to a request from the user. When a large number of training data sets have been used for the training of the machine learning model, the price determination unit sets the price of the industrial product higher than in cases with fewer training data sets.SELECTED DRAWING: Figure 5

Description

本発明は価格情報提供装置に関する。 The present invention relates to a price information providing device.

特許文献1には、車両においてセンサによって取得されたデータを用いて機械学習モデルの学習を行い、学習済みの機械学習モデルを別の車両の制御のために用いることが記載されている。 Patent Document 1 describes that a machine learning model is trained using data acquired by a sensor in a vehicle, and the learned machine learning model is used for controlling another vehicle.

特開2020-067911号公報JP2020-067911A

斯かる機械学習モデルは、所定の入力パラメータから所定の出力パラメータを出力することができ、同一の出力パラメータを出力するセンサの代用品として用いることができる。基本的に、学習済みの機械学習モデルを搭載した工業製品(例えば車両等)は、センサを搭載した工業製品よりも安価に製造可能である。 Such a machine learning model can output a predetermined output parameter from a predetermined input parameter, and can be used as a substitute for a sensor that outputs the same output parameter. Basically, industrial products (such as vehicles) equipped with trained machine learning models can be manufactured at a lower cost than industrial products equipped with sensors.

しかしながら、現在のところ、学習済みの機械学習モデルの価値を適切に評価してユーザに適切な価格情報を提供する手法が確立されていない。 However, at present, no method has been established for appropriately evaluating the value of trained machine learning models and providing appropriate price information to users.

そこで、上記課題に鑑みて、本発明の目的は、センサの代わりに学習済みの機械学習モデルが搭載される工業製品の適切な価格情報をユーザに提供することにある。 Therefore, in view of the above-mentioned problems, an object of the present invention is to provide users with appropriate price information on industrial products that are equipped with trained machine learning models instead of sensors.

上記課題を解決するために、本発明では、所定のセンサの代わりに学習済みの機械学習モデルが搭載される工業製品の価格を決定する価格決定部と、ユーザからの要求に応じて、前記工業製品の価格に関する価格情報を前記ユーザに提供する情報提供部とを備え、前記価格決定部は、前記機械学習モデルの学習に用いられた訓練データセットの数が多いときには、該訓練データセットの数が少ないときと比べて、前記工業製品の価格を高くする、価格情報提供装置が提供される。 In order to solve the above problems, the present invention includes a price determining unit that determines the price of an industrial product equipped with a learned machine learning model instead of a predetermined sensor; an information providing unit that provides the user with price information regarding the price of the product, and when the number of training datasets used for learning the machine learning model is large, the price determining unit Provided is a price information providing device that makes the price of the industrial product higher than when the price is low.

本発明によれば、センサの代わりに学習済みの機械学習モデルが搭載される工業製品の適切な価格情報をユーザに提供することができる。 According to the present invention, it is possible to provide a user with appropriate price information for an industrial product equipped with a trained machine learning model instead of a sensor.

図1は、本発明の第一実施形態に係る価格情報提供装置を含むクライアントサーバシステムの概略的な構成図である。FIG. 1 is a schematic configuration diagram of a client server system including a price information providing device according to a first embodiment of the present invention. 図2は、サーバの構成を概略的に示す図である。FIG. 2 is a diagram schematically showing the configuration of the server. 図3は、第一実施形態におけるサーバのプロセッサの機能ブロック図である。FIG. 3 is a functional block diagram of the processor of the server in the first embodiment. 図4は、第一実施形態における価格決定処理の制御ルーチンを示すフローチャートである。FIG. 4 is a flowchart showing a control routine for price determination processing in the first embodiment. 図5は、第一実施形態における情報提供処理の制御ルーチンを示すフローチャートである。FIG. 5 is a flowchart showing a control routine for information provision processing in the first embodiment. 図6は、第一実施形態において、ユーザ端末に表示される価格表示画面の一例を示す図である。FIG. 6 is a diagram showing an example of a price display screen displayed on a user terminal in the first embodiment. 図7は、第二実施形態におけるサーバのプロセッサの機能ブロック図である。FIG. 7 is a functional block diagram of a processor of a server in the second embodiment. 図8は、第二実施形態における情報提供処理の制御ルーチンを示すフローチャートである。FIG. 8 is a flowchart showing a control routine for information provision processing in the second embodiment. 図9は、第二実施形態において、ユーザ端末に表示される価格表示画面の一例を示す図である。FIG. 9 is a diagram showing an example of a price display screen displayed on a user terminal in the second embodiment.

以下、図面を参照して本発明の実施形態について詳細に説明する。なお、以下の説明では、同様な構成要素には同一の参照番号を付す。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. In addition, in the following description, the same reference number is attached to the same component.

<第一実施形態>
最初に、図1~図6を参照して、本発明の第一実施形態について説明する。図1は、本発明の第一実施形態に係る価格情報提供装置を含むクライアントサーバシステム100の概略的な構成図である。クライアントサーバシステム100は、サーバ1と、複数の車両2と、複数のユーザ端末3とを備える。
<First embodiment>
First, a first embodiment of the present invention will be described with reference to FIGS. 1 to 6. FIG. 1 is a schematic configuration diagram of a client server system 100 including a price information providing device according to a first embodiment of the present invention. The client server system 100 includes a server 1, multiple vehicles 2, and multiple user terminals 3.

車両2は、車両2と車両2の外部との通信を可能とする通信装置(例えばデータ通信モジュール(DCM(Data communication module)))を備える。通信装置は無線基地局5にアクセスすることによって車両2を無線基地局5を介して通信ネットワーク4に接続する。車両2は無線基地局5及び通信ネットワーク4を介してサーバ1と通信する。また、車両2は、車両2の状態量等を検出する複数のセンサを備え、複数のセンサによって取得されたデータは車両2からサーバ1に送信される。 The vehicle 2 includes a communication device (for example, a data communication module (DCM)) that enables communication between the vehicle 2 and the outside of the vehicle 2. The communication device connects the vehicle 2 to the communication network 4 via the radio base station 5 by accessing the radio base station 5 . Vehicle 2 communicates with server 1 via wireless base station 5 and communication network 4 . The vehicle 2 also includes a plurality of sensors that detect state quantities of the vehicle 2, and data acquired by the plurality of sensors is transmitted from the vehicle 2 to the server 1.

ユーザ端末3は、例えば、スマートフォン、タブレット端末、パーソナルコンピュータ等であり、ユーザによって所有され又は店舗等に設置される。ユーザ端末3は、ユーザ端末3上で各種処理を行うプロセッサと、入力部(タッチパネル、操作ボタン、マイクロフォン、キーボード、マウス等)と、出力部(ディスプレイ、スピーカー等)と、通信部とを有する。通信部は無線基地局5にアクセスすることによってユーザ端末3を無線基地局5を介して通信ネットワーク4に接続する。ユーザ端末3は無線基地局5及び通信ネットワーク4を介してサーバ1と通信する。なお、ユーザ端末3は無線基地局5を介することなく通信ネットワーク4に接続されてもよい。 The user terminal 3 is, for example, a smartphone, a tablet terminal, a personal computer, etc., and is owned by the user or installed in a store or the like. The user terminal 3 includes a processor that performs various processes on the user terminal 3, an input section (touch panel, operation buttons, microphone, keyboard, mouse, etc.), an output section (display, speaker, etc.), and a communication section. The communication unit connects the user terminal 3 to the communication network 4 via the radio base station 5 by accessing the radio base station 5 . User terminal 3 communicates with server 1 via wireless base station 5 and communication network 4 . Note that the user terminal 3 may be connected to the communication network 4 without going through the wireless base station 5.

図2は、サーバ1の構成を概略的に示す図である。図2に示されるように、サーバ1は、通信インターフェース11、ストレージ装置12、メモリ13及びプロセッサ14を備える。通信インターフェース11、ストレージ装置12及びメモリ13は、信号線を介してプロセッサ14に接続されている。なお、サーバ1は、キーボード及びマウスのような入力装置、ディスプレイのような出力装置等を更に備えていてもよい。また、サーバ1は複数のコンピュータから構成されていてもよい。 FIG. 2 is a diagram schematically showing the configuration of the server 1. As shown in FIG. As shown in FIG. 2, the server 1 includes a communication interface 11, a storage device 12, a memory 13, and a processor 14. Communication interface 11, storage device 12, and memory 13 are connected to processor 14 via signal lines. Note that the server 1 may further include an input device such as a keyboard and a mouse, an output device such as a display, and the like. Further, the server 1 may be composed of a plurality of computers.

通信インターフェース11は、サーバ1を通信ネットワーク4に接続するためのインターフェース回路を有する。サーバ1は通信インターフェース11及び通信ネットワーク4を介してサーバ1の外部(例えば複数の車両2)と通信する。通信インターフェース11はサーバ1の通信部の一例である。 Communication interface 11 has an interface circuit for connecting server 1 to communication network 4 . The server 1 communicates with the outside of the server 1 (for example, a plurality of vehicles 2) via a communication interface 11 and a communication network 4. The communication interface 11 is an example of a communication section of the server 1.

ストレージ装置12は、例えば、ハードディスクドライブ(HDD)、ソリッドステートドライブ(SDD)又は光記録媒体及びそのアクセス装置を有する。ストレージ装置12は、各種データを記憶し、例えば、プロセッサ14が各種処理を実行するためのコンピュータプログラム等を記憶する。ストレージ装置12はサーバ1の記憶部の一例である。 The storage device 12 includes, for example, a hard disk drive (HDD), a solid state drive (SDD), or an optical recording medium and its access device. The storage device 12 stores various data, such as computer programs for the processor 14 to execute various processes. The storage device 12 is an example of a storage unit of the server 1.

メモリ13は不揮発性の半導体メモリ(例えばRAM)を有する。メモリ13は、例えばプロセッサ14によって各種処理が実行されるときに使用される各種データ等を一時的に記憶する。メモリ13はサーバ1の記憶部の別の一例である。 The memory 13 includes a nonvolatile semiconductor memory (eg, RAM). The memory 13 temporarily stores various data used when the processor 14 executes various processes, for example. The memory 13 is another example of the storage section of the server 1.

プロセッサ14は、一つ又は複数のCPU及びその周辺回路を有し、各種処理を実行する。なお、プロセッサ14は、論理演算ユニット、数値演算ユニット又はグラフィック処理ユニットのような他の演算回路を更に有していてもよい。 The processor 14 includes one or more CPUs and their peripheral circuits, and executes various processes. Note that the processor 14 may further include other arithmetic circuits such as a logic arithmetic unit, a numerical arithmetic unit, or a graphic processing unit.

本実施形態では、サーバ1は、車両2から送信されるデータを用いて、車両においてセンサの代用品として用いられる機械学習モデルの学習を行う。また、サーバ1は、価格情報提供装置として機能し、センサの搭載状況が異なる複数種類の車両(例えば新車)をユーザが比較検討するための価格情報をユーザに提供する。 In this embodiment, the server 1 uses data transmitted from the vehicle 2 to train a machine learning model that is used as a sensor substitute in the vehicle. The server 1 also functions as a price information providing device, and provides the user with price information for the user to compare and consider multiple types of vehicles (for example, new cars) with different sensor mounting conditions.

図3は、第一実施形態におけるサーバ1のプロセッサ14の機能ブロック図である。本実施形態では、プロセッサ14は、データ取得部15、学習部16、価格決定部17及び情報提供部18を有する。データ取得部15、学習部16、価格決定部17及び情報提供部18は、サーバ1のストレージ装置12に記憶されたコンピュータプログラムをサーバ1のプロセッサ14が実行することによって実現される機能モジュールである。なお、これら機能モジュールは、プロセッサ14に設けられた専用の演算回路によって実現されてもよい。 FIG. 3 is a functional block diagram of the processor 14 of the server 1 in the first embodiment. In this embodiment, the processor 14 includes a data acquisition section 15, a learning section 16, a price determination section 17, and an information provision section 18. The data acquisition unit 15, the learning unit 16, the price determination unit 17, and the information providing unit 18 are functional modules realized by the processor 14 of the server 1 executing a computer program stored in the storage device 12 of the server 1. . Note that these functional modules may be realized by a dedicated arithmetic circuit provided in the processor 14.

機械学習モデルは複数の入力パラメータから所定の出力パラメータを出力する。センサの代わりに機械学習モデルが搭載された車両では、センサの出力の代わりに機械学習モデルの出力に基づいて車両の制御が行われる。斯かる機械学習モデルの学習では、複数の入力パラメータの実測値と、これら実測値に対応する所定の出力パラメータの実測値(正解データ)との組合せから成る訓練データセットが用いられる。 A machine learning model outputs predetermined output parameters from a plurality of input parameters. In a vehicle equipped with a machine learning model instead of a sensor, the vehicle is controlled based on the output of the machine learning model instead of the output of the sensor. In learning such a machine learning model, a training data set is used, which is a combination of actually measured values of a plurality of input parameters and actually measured values (correct data) of predetermined output parameters corresponding to these actually measured values.

データ取得部15は、複数の車両2からデータを受信し、機械学習モデルの入力パラメータ及び出力パラメータの対応する実測値を組み合わせて訓練データセットを作成する。データ取得部15によって作成された訓練データセットはサーバ1のストレージ装置12に記憶される。なお、訓練データセットはサーバ1のオペレータのような人によって作成されてもよい。 The data acquisition unit 15 receives data from a plurality of vehicles 2, and creates a training data set by combining corresponding actual measured values of input parameters and output parameters of the machine learning model. The training data set created by the data acquisition unit 15 is stored in the storage device 12 of the server 1. Note that the training data set may be created by a person such as an operator of the server 1.

学習部16は、データ取得部15によって作成された訓練データセットを用いて機械学習モデルの学習を行う。例えば、機械学習モデルがニューラルネットワークモデルである場合には、学習部16は、訓練データセットを用いて、ニューラルネットワークモデルの出力値と出力パラメータの実測値との差が小さくなるように、公知の誤差逆伝播法によってニューラルネットワークモデルにおける重み及びバイアスを繰り返し更新する。この結果、ニューラルネットワークモデルが学習され、学習済みのニューラルネットワークモデルが生成される。学習部16によって生成された機械学習モデルに関する情報(例えば、ニューラルネットワークモデルの重み、バイアス等)はサーバ1のストレージ装置12に記憶される。 The learning unit 16 performs learning of a machine learning model using the training data set created by the data acquisition unit 15. For example, when the machine learning model is a neural network model, the learning unit 16 uses a training data set to reduce the difference between the output value of the neural network model and the actual measured value of the output parameter. Iteratively updates the weights and biases in the neural network model using error backpropagation. As a result, the neural network model is trained, and a trained neural network model is generated. Information regarding the machine learning model generated by the learning unit 16 (for example, weights, biases, etc. of the neural network model) is stored in the storage device 12 of the server 1.

価格決定部17は、車両において所定のセンサが学習済みの機械学習モデルに置換された場合の車両の価格、すなわち所定のセンサの代わりに学習済みの機械学習モデルが搭載される車両の価格を決定する。基本的に、機械学習モデルの学習に用いられた訓練データセットの数が多いほど、学習済みの機械学習モデルの精度が高くなり、学習済みの機械学習モデルが搭載される車両の信頼性が向上する。このため、価格決定部17は、機械学習モデルの学習に用いられた訓練データセットの数が多いときには、機械学習モデルの学習に用いられた訓練データセットの数が少ないときと比べて、学習済みの機械学習モデルが搭載される車両の価格を高くする。例えば、価格決定部17は、学習に用いられた訓練データセットの数が多いほど、学習済みの機械学習モデルが搭載される車両の価格を高くする。このことによって、学習済みの機械学習モデルが搭載される車両に対する適正な価格設定が可能となる。 The price determination unit 17 determines the price of the vehicle when a predetermined sensor in the vehicle is replaced with a trained machine learning model, that is, the price of a vehicle in which a trained machine learning model is installed instead of the predetermined sensor. do. Basically, the greater the number of training datasets used to train a machine learning model, the more accurate the trained machine learning model will be, and the more reliable the vehicle in which the trained machine learning model will be installed will be. do. Therefore, when the number of training datasets used for learning the machine learning model is large, the price determining unit 17 determines that the amount of training data set used for learning the machine learning model is higher than that of the trained Increase the price of vehicles equipped with machine learning models. For example, the price determination unit 17 increases the price of a vehicle equipped with a trained machine learning model as the number of training datasets used for learning increases. This makes it possible to set appropriate prices for vehicles equipped with trained machine learning models.

情報提供部18は、ユーザからの要求に応じて、価格決定部17によって決定された車両の価格に関する価格情報をユーザに提供する。このことによって、センサの代わりに学習済みの機械学習モデルが搭載される車両の適切な価格情報をユーザに提供することができる。 The information providing unit 18 provides the user with price information regarding the price of the vehicle determined by the price determining unit 17 in response to a request from the user. This makes it possible to provide users with appropriate price information for vehicles equipped with trained machine learning models instead of sensors.

以下、図4及び図5のフローチャートを参照して、上記の処理のための制御フローについて説明する。図4は、第一実施形態における価格決定処理の制御ルーチンを示すフローチャートである。本制御ルーチンは、サーバ1のプロセッサ14によって繰り返し実行され、車両において用いられる機械学習モデルが複数存在する場合には、複数の機械学習モデルの各々について実行される。 The control flow for the above processing will be described below with reference to the flowcharts of FIGS. 4 and 5. FIG. 4 is a flowchart showing a control routine for price determination processing in the first embodiment. This control routine is repeatedly executed by the processor 14 of the server 1, and when there are multiple machine learning models used in the vehicle, it is executed for each of the multiple machine learning models.

最初に、ステップS101において、学習部16は、機械学習モデルの前回の学習が終了してからデータ取得部15によって新たに作成された訓練データセットの数が所定数以上であるか否かを判定する。新たに作成された訓練データセットの数が所定数未満であると判定された場合、本制御ルーチンは終了する。一方、新たに作成された訓練データセットの数が所定数以上であると判定された場合、本制御ルーチンはステップS102に進む。なお、機械学習モデルの学習が一度も行われていない場合には、データ取得部15によって作成された訓練データセットの数が所定数に達したときにステップS101の判定が肯定され、本制御ルーチンはステップS102に進む。 First, in step S101, the learning unit 16 determines whether the number of training datasets newly created by the data acquisition unit 15 after the previous learning of the machine learning model is greater than or equal to a predetermined number. do. If it is determined that the number of newly created training data sets is less than the predetermined number, this control routine ends. On the other hand, if it is determined that the number of newly created training data sets is greater than or equal to the predetermined number, the control routine proceeds to step S102. Note that if the machine learning model has never been trained, the determination in step S101 is affirmed when the number of training data sets created by the data acquisition unit 15 reaches a predetermined number, and the present control routine The process proceeds to step S102.

ステップS102では、学習部16は、新たに作成された所定数の訓練データセットを用いて、機械学習モデルの学習を行う。例えば、機械学習モデルがニューラルネットワークモデルである場合、学習部16は公知の誤差逆伝播法によって機械学習モデルの所定のパラメータ(重み及びバイアス)を更新する。 In step S102, the learning unit 16 performs learning of the machine learning model using a predetermined number of newly created training data sets. For example, if the machine learning model is a neural network model, the learning unit 16 updates predetermined parameters (weights and biases) of the machine learning model using a known error backpropagation method.

次いで、ステップS103において、価格決定部17は、所定のセンサの代わりに学習済みの機械学習モデルが搭載される車両(以下、「センサレス車両」という)の価格を決定する。具体的には、価格決定部17は、ステップS102における学習が行われた後のセンサレス車両の価格をステップS102における学習が行われる前のセンサレス車両の価格よりも高くすることによってセンサレス車両の価格を更新する。すなわち、価格決定部17は、機械学習モデルの学習に用いられた訓練データセットの数が多いときには、機械学習モデルの学習に用いられた訓練データセットの数が少ないときと比べて、センサレス車両の価格を高くする。 Next, in step S103, the price determination unit 17 determines the price of a vehicle (hereinafter referred to as a "sensorless vehicle") in which a trained machine learning model is installed instead of a predetermined sensor. Specifically, the price determination unit 17 lowers the price of the sensorless vehicle by making the price of the sensorless vehicle after the learning in step S102 higher than the price of the sensorless vehicle before the learning in step S102. Update. That is, when the number of training data sets used for learning the machine learning model is large, the price determination unit 17 determines that the price of the sensorless vehicle is higher than when the number of training data sets used for learning the machine learning model is small. raise the price.

本実施形態では、センサレス車両の価格に関する価格情報が、センサレス車両の価格と所定のセンサが搭載された車両の価格との差額として算出され、サーバ1のストレージ装置12に記憶される。例えば、センサレス車両の価格が所定のセンサが搭載された車両の価格よりも3万円安いときには、センサレス車両の価格に関する価格情報は-3万円となる。ステップS103の後、本制御ルーチンは終了する。 In this embodiment, price information regarding the price of a sensorless vehicle is calculated as the difference between the price of the sensorless vehicle and the price of a vehicle equipped with a predetermined sensor, and is stored in the storage device 12 of the server 1. For example, when the price of a sensorless vehicle is 30,000 yen cheaper than the price of a vehicle equipped with a predetermined sensor, the price information regarding the price of the sensorless vehicle is -30,000 yen. After step S103, this control routine ends.

図5は、第一実施形態における情報提供処理の制御ルーチンを示すフローチャートである。本制御ルーチンは、サーバ1のプロセッサ14によって所定の実行間隔で繰り返し実行される。 FIG. 5 is a flowchart showing a control routine for information provision processing in the first embodiment. This control routine is repeatedly executed by the processor 14 of the server 1 at predetermined execution intervals.

最初に、ステップS201において、情報提供部18は、ユーザから情報提供が要求されたか否かを判定する。例えば、情報提供部18は、ユーザ端末3からサーバ1に情報要求信号が送信された場合に、ユーザから情報提供が要求されたと判定する。ユーザは、例えば、車両情報を提示するアプリケーション又はウェブサイト上で特定の車両の価格情報を要求するための操作を行い、この操作に応じてユーザ端末3からサーバ1に情報要求信号が送信される。 First, in step S201, the information providing unit 18 determines whether the user has requested information provision. For example, when an information request signal is transmitted from the user terminal 3 to the server 1, the information providing unit 18 determines that the user has requested information provision. For example, the user performs an operation to request price information of a specific vehicle on an application or website that presents vehicle information, and in response to this operation, an information request signal is transmitted from the user terminal 3 to the server 1. .

ステップS201においてユーザから情報提供が要求されていないと判定された場合、本制御ルーチンは終了する。一方、ステップS201においてユーザから情報提供が要求されたと判定された場合、本制御ルーチンはステップS202に進む。 If it is determined in step S201 that the user has not requested information provision, this control routine ends. On the other hand, if it is determined in step S201 that the user has requested information provision, the control routine proceeds to step S202.

ステップS202では、情報提供部18は、ユーザによって指定された特定の車両に対応する、センサレス車両の価格に関する価格情報をストレージ装置12から取得する。 In step S202, the information providing unit 18 acquires price information regarding the price of a sensorless vehicle corresponding to a specific vehicle specified by the user from the storage device 12.

次いで、ステップS203において、情報提供部18は、センサレス車両の価格に関する価格情報をユーザに提供する。具体的は、情報提供部18は価格情報をユーザ端末3に送信する。この結果、ユーザ端末3は価格情報をユーザ端末3の出力部に表示する。ステップS203の後、本制御ルーチンは終了する。 Next, in step S203, the information providing unit 18 provides the user with price information regarding the price of the sensorless vehicle. Specifically, the information providing unit 18 transmits price information to the user terminal 3. As a result, the user terminal 3 displays the price information on the output section of the user terminal 3. After step S203, this control routine ends.

図6は、第一実施形態において、ユーザ端末3に表示される価格表示画面の一例を示す図である。図6の例では、車両において排気温センサが学習済みの機械学習モデル(AI1)に置換されたときの価格情報と、車両において空燃比センサが学習済みの機械学習モデル(AI2)に置換されたときの価格情報とが示されている。なお、センサレス車両の価格に関する価格情報は、センサレス車両の価格、所定のセンサに置換される学習済みの機械学習モデルの価格等であってもよい。 FIG. 6 is a diagram showing an example of a price display screen displayed on the user terminal 3 in the first embodiment. In the example in Figure 6, price information is shown when the exhaust temperature sensor in the vehicle is replaced with a trained machine learning model (AI1), and when the air-fuel ratio sensor is replaced in the vehicle by the trained machine learning model (AI2). Price information is shown at the time. Note that the price information regarding the price of the sensorless vehicle may be the price of the sensorless vehicle, the price of a trained machine learning model that is replaced with a predetermined sensor, or the like.

<第二実施形態>
第二実施形態に係る価格情報提供装置の構成及び制御は、以下に説明する点を除いて、基本的に第一実施形態に係る価格情報提供装置の構成及び制御と同様である。このため、以下、本発明の第二実施形態について、第一実施形態と異なる部分を中心に説明する。
<Second embodiment>
The configuration and control of the price information providing apparatus according to the second embodiment are basically the same as the configuration and control of the price information providing apparatus according to the first embodiment, except for the points described below. Therefore, the second embodiment of the present invention will be described below, focusing on the differences from the first embodiment.

図7は、第二実施形態におけるサーバ1のプロセッサ14の機能ブロック図である。第二実施形態では、プロセッサ14は、データ取得部15、学習部16、価格決定部17及び情報提供部18に加えて、センサ選択部19を有する。これらは、サーバ1のストレージ装置12に記憶されたコンピュータプログラムをサーバ1のプロセッサ14が実行することによって実現される機能モジュールである。なお、これら機能モジュールは、プロセッサ14に設けられた専用の演算回路によって実現されてもよい。 FIG. 7 is a functional block diagram of the processor 14 of the server 1 in the second embodiment. In the second embodiment, the processor 14 includes a sensor selection section 19 in addition to a data acquisition section 15, a learning section 16, a price determination section 17, and an information provision section 18. These are functional modules realized by the processor 14 of the server 1 executing a computer program stored in the storage device 12 of the server 1. Note that these functional modules may be realized by a dedicated arithmetic circuit provided in the processor 14.

上述したように、情報提供部18は、センサレス車両の価格に関する価格情報をユーザに提供する。しかしながら、ユーザが購入を希望する車両において、学習済みの機械学習モデルに置換可能なセンサが複数存在する場合には、どのセンサを機械学習モデルに置換すべきかをユーザが適切に判断することが困難である。 As described above, the information providing unit 18 provides the user with price information regarding the price of the sensorless vehicle. However, if there are multiple sensors that can be replaced with a trained machine learning model in a vehicle that the user wants to purchase, it is difficult for the user to appropriately judge which sensor should be replaced with the machine learning model. It is.

このため、第二実施形態では、センサ選択部19は、ユーザによって予め入力された嗜好情報に基づいて、学習済みの機械学習モデルへの置換に適したセンサを選択し、情報提供部18は、センサ選択部19によって選択されたセンサを学習済みの機械学習モデルに置換することをユーザに提案する。このことによって、センサに置換される学習済みの機械学習モデルをユーザが適切に選択することを支援することができる。 Therefore, in the second embodiment, the sensor selection unit 19 selects a sensor suitable for replacement with a learned machine learning model based on preference information input in advance by the user, and the information provision unit 18 A proposal is made to the user to replace the sensor selected by the sensor selection unit 19 with a trained machine learning model. This can assist the user in appropriately selecting a trained machine learning model to be replaced by the sensor.

図8は、第二実施形態における情報提供処理の制御ルーチンを示すフローチャートである。本制御ルーチンは、サーバ1のプロセッサ14によって所定の実行間隔で繰り返し実行される。 FIG. 8 is a flowchart showing a control routine for information provision processing in the second embodiment. This control routine is repeatedly executed by the processor 14 of the server 1 at predetermined execution intervals.

最初に、図5のステップS201と同様に、ステップS301において、情報提供部18は、ユーザから情報提供が要求されたか否かを判定する。ユーザから情報提供が要求されていないと判定された場合、本制御ルーチンは終了する。一方、ステップS301においてユーザから情報提供が要求されたと判定された場合、本制御ルーチンはステップS302に進む。 First, similar to step S201 in FIG. 5, in step S301, the information providing unit 18 determines whether the user has requested information provision. If it is determined that the user does not request information provision, this control routine ends. On the other hand, if it is determined in step S301 that the user has requested information provision, the control routine proceeds to step S302.

ステップS302では、図5のステップS202と同様に、情報提供部18は、ユーザによって指定された特定の車両に対応する、センサレス車両の価格に関する価格情報をストレージ装置12から取得する。 In step S302, similar to step S202 in FIG. 5, the information providing unit 18 acquires price information regarding the price of the sensorless vehicle corresponding to the specific vehicle designated by the user from the storage device 12.

次いで、ステップS303において、センサ選択部19は、ユーザによって予め入力された嗜好情報に基づいて、学習済みの機械学習モデルへの置換に適したセンサを選択する。例えば、ユーザは、嗜好情報をユーザ端末3に予め入力し、嗜好情報は情報要求信号と共にユーザ端末3からサーバ1に送信される。嗜好情報は、例えば、ユーザが車両を購入する際に車両に優先的に求める性能(例えば、加速性能、燃費、乗り心地等)である。例えば、嗜好情報として加速性能が選択された場合には、加速性能と強い相関を示すパラメータを出力するセンサ以外のセンサを、学習済みの機械学習モデルへの置換に適したセンサとして選択する。 Next, in step S303, the sensor selection unit 19 selects a sensor suitable for replacement with the learned machine learning model based on preference information input in advance by the user. For example, the user inputs preference information into the user terminal 3 in advance, and the preference information is transmitted from the user terminal 3 to the server 1 along with an information request signal. The preference information is, for example, performance (eg, acceleration performance, fuel efficiency, ride comfort, etc.) that the user preferentially desires from the vehicle when purchasing the vehicle. For example, when acceleration performance is selected as preference information, a sensor other than a sensor that outputs a parameter that has a strong correlation with acceleration performance is selected as a sensor suitable for replacement with a learned machine learning model.

次いで、ステップS304において、情報提供部18は、センサレス車両の価格に関する価格情報をユーザに提供する。このとき、情報提供部18は、センサ選択部19によって選択されたセンサを学習済みの機械学習モデルに置換することをユーザに提案する。例えば、情報提供部18は、センサ選択部19によって選択されたセンサに置換される学習済みの機械学習モデルを強調して表示するようにユーザ端末3に指示する。ステップS304の後、本制御ルーチンは終了する。 Next, in step S304, the information providing unit 18 provides the user with price information regarding the price of the sensorless vehicle. At this time, the information providing unit 18 suggests to the user that the sensor selected by the sensor selection unit 19 be replaced with a trained machine learning model. For example, the information providing unit 18 instructs the user terminal 3 to highlight and display a trained machine learning model that is replaced by the sensor selected by the sensor selection unit 19. After step S304, this control routine ends.

図9は、第二実施形態において、ユーザ端末3に表示される価格表示画面の一例を示す図である。図9の例では、排気温センサに置換される学習済みの機械学習モデル(AI1)の表示が星印によって強調されている。 FIG. 9 is a diagram showing an example of a price display screen displayed on the user terminal 3 in the second embodiment. In the example of FIG. 9, the display of the learned machine learning model (AI1) that is replaced by the exhaust temperature sensor is highlighted with an asterisk.

<その他の実施形態>
以上、本発明に係る好適な実施形態を説明したが、本発明はこれら実施形態に限定されるものではなく、特許請求の範囲の記載内で様々な修正及び変更を施すことができる。
<Other embodiments>
Although the preferred embodiments of the present invention have been described above, the present invention is not limited to these embodiments, and various modifications and changes can be made within the scope of the claims.

例えば、価格決定部17は、学習済みの機械学習モデルが更新される場合のセンサレス車両の価格と、学習済みの機械学習モデルが更新されない場合のセンサレス車両の価格とを決定し、情報提供部18は両者の価格に関する価格情報をユーザに提供してもよい。このことによって、ユーザが両者の価格差を考慮して学習済みの機械学習モデルの更新の有無を選択することが可能となる。学習済みの機械学習モデルが更新される場合には、サーバ1において更なる学習が行われた機械学習モデルの情報(例えば更新された重み及びバイアスの値)がサーバ1から車両に送信され、車両において用いられる学習済みの機械学習モデルが更新される。 For example, the price determining unit 17 determines the price of the sensorless vehicle when the trained machine learning model is updated, and the price of the sensorless vehicle when the trained machine learning model is not updated, and the information providing unit 18 may provide the user with price information regarding the prices of both. This allows the user to select whether or not to update the trained machine learning model, taking into account the price difference between the two. When a trained machine learning model is updated, information on the machine learning model that has been further trained in the server 1 (for example, updated weights and bias values) is sent from the server 1 to the vehicle, and The trained machine learning model used in is updated.

また、車両以外の工業製品において所定のセンサの代わりに学習済みの機械学習モデルが搭載され、斯かる工業製品の価格に関する価格情報がユーザに提供されてもよい。また、工業製品において所定のセンサに置換される学習済みの機械学習モデルは、ランダムフォレスト、k近傍法、サポートベクターマシン等のニューラルネットワーク以外の機械学習モデルであってもよい。 Furthermore, a trained machine learning model may be installed in place of a predetermined sensor in an industrial product other than a vehicle, and price information regarding the price of such an industrial product may be provided to the user. Further, the trained machine learning model that is replaced with a predetermined sensor in an industrial product may be a machine learning model other than a neural network such as a random forest, a k-nearest neighbor method, or a support vector machine.

1 サーバ
2 車両
14 プロセッサ
17 価格決定部
18 情報提供部
1 Server 2 Vehicle 14 Processor 17 Price determining section 18 Information providing section

Claims (1)

所定のセンサの代わりに学習済みの機械学習モデルが搭載される工業製品の価格を決定する価格決定部と、
ユーザからの要求に応じて、前記工業製品の価格に関する価格情報を前記ユーザに提供する情報提供部と
を備え、
前記価格決定部は、前記機械学習モデルの学習に用いられた訓練データセットの数が多いときには、該訓練データセットの数が少ないときと比べて、前記工業製品の価格を高くする、価格情報提供装置。
a price determination unit that determines the price of an industrial product equipped with a learned machine learning model instead of a predetermined sensor;
an information providing unit that provides price information regarding the price of the industrial product to the user in response to a request from the user;
The price determination unit provides price information that increases the price of the industrial product when the number of training data sets used for learning the machine learning model is large compared to when the number of training data sets is small. Device.
JP2022091685A 2022-06-06 2022-06-06 Price information providing device Pending JP2023178787A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022091685A JP2023178787A (en) 2022-06-06 2022-06-06 Price information providing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2022091685A JP2023178787A (en) 2022-06-06 2022-06-06 Price information providing device

Publications (1)

Publication Number Publication Date
JP2023178787A true JP2023178787A (en) 2023-12-18

Family

ID=89189647

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2022091685A Pending JP2023178787A (en) 2022-06-06 2022-06-06 Price information providing device

Country Status (1)

Country Link
JP (1) JP2023178787A (en)

Similar Documents

Publication Publication Date Title
CN107735766B (en) System and method for proactively providing recommendations to a user of a computing device
KR20190097184A (en) Smart Assist for Repeated Actions
US20200210270A1 (en) Memory evaluation method and apparatus
JP6917004B2 (en) Evaluation device, evaluation method and its program
US20100332350A1 (en) Systems and methods for building a product
CN109509048A (en) The recognition methods of malice order, device, electronic equipment and storage medium
JP2017167953A (en) Information processing device, information processing system, information processing method, and information processing program
EP3427213A1 (en) License recommendation service
KR20210031366A (en) Real time item listing modification
KR102594631B1 (en) Clothing sales and design method and apparatus using clothing product recommendation
TWI467415B (en) Method of inferring navigational intent in gestural input systems
GB2583718A (en) Method, apparatus and computer program for updating a cluster probability model
WO2022005660A1 (en) Leveraging dialogue history in updated dialogue
WO2022107749A1 (en) Program, method, information processing device, and system
WO2019055238A1 (en) Search result-based listing generation in a single view
US20060230352A1 (en) Contextual error messaging
JP2023178787A (en) Price information providing device
JP2019067214A (en) Determination program, determination method, terminal device, learning data, and model
WO2019142728A1 (en) Control device, control method and program storage medium
KR20230035750A (en) Methodes, devices and systems for tailored interior design and providing quote information
JP2019020930A (en) Learning device, learning method, learning program, learning data, and model
JP6436889B2 (en) Terminal device, transmission method, and transmission program
JP5996747B1 (en) Generating device, generating method, and generating program
KR102645648B1 (en) Method and system for predicting membership withdrawal
JP6914989B2 (en) Editing support system and editing support method