JP2021195038A - Method for learning tire performance prediction model, method for predicting tire performance, system and program - Google Patents

Method for learning tire performance prediction model, method for predicting tire performance, system and program Download PDF

Info

Publication number
JP2021195038A
JP2021195038A JP2020103633A JP2020103633A JP2021195038A JP 2021195038 A JP2021195038 A JP 2021195038A JP 2020103633 A JP2020103633 A JP 2020103633A JP 2020103633 A JP2020103633 A JP 2020103633A JP 2021195038 A JP2021195038 A JP 2021195038A
Authority
JP
Japan
Prior art keywords
image
tire
tire performance
input
contact patch
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2020103633A
Other languages
Japanese (ja)
Other versions
JP7462480B2 (en
Inventor
学 宮本
Manabu Miyamoto
智 中本
Satoshi Nakamoto
直大 石神
Naohiro Ishigami
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.)
Toyo Tire Corp
Original Assignee
Toyo Tire 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 Toyo Tire Corp filed Critical Toyo Tire Corp
Priority to JP2020103633A priority Critical patent/JP7462480B2/en
Publication of JP2021195038A publication Critical patent/JP2021195038A/en
Application granted granted Critical
Publication of JP7462480B2 publication Critical patent/JP7462480B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Analysis (AREA)
  • Tires In General (AREA)

Abstract

To provide a method for learning a tire performance prediction model that predicts a tire performance value on the basis of an image of a tire ground contact area, and to provide a method for predicting tire performance, a system and a program.SOLUTION: The method for learning a tire performance prediction model that is executed by one or more processors includes: a feature amount extraction step of inputting an input image on the basis of a ground contact area image indicating a tire ground contact surface shape into a feature extracting unit to extract a feature amount of the image; and a learning step of making a machine to learn a prediction model so as to output a tire performance value using the extracted feature amount of the extracted image as the input therefor.SELECTED DRAWING: Figure 3

Description

本開示は、タイヤ性能予測モデルの学習方法、タイヤ性能予測方法、システム及びプログラムに関する。 The present disclosure relates to a learning method of a tire performance prediction model, a tire performance prediction method, a system and a program.

機械学習の活用が様々な産業分野に広がっており、同業他社のタイヤへの適応事例も増えている。例えば、特許文献1には、タイヤのトレッドが写っている画像をニューラルネットワークに入力し、摩耗状態又は摩耗量を推定することが記載されている。 The use of machine learning is spreading to various industrial fields, and the number of cases of application to tires of other companies in the same industry is increasing. For example, Patent Document 1 describes that an image showing a tread of a tire is input to a neural network to estimate a wear state or a wear amount.

本開示の発明者らは、タイヤの設計者はタイヤ接地面に基づき議論することが多いため、タイヤ性能は接地面に表れると考えている。そこで、所定荷重の下、路面に接地するタイヤの接地面形状を表す接地面画像からタイヤ性能値を予測できれば、試作数および試験の削減につながり、有用と考える。また、接地面のどの要素がタイヤの各性能に関係しているかが明らかになる手がかりとなる。しかしながら、タイヤの接地面画像からタイヤ性能を予測するための具体的な手法は提案されていない。 The inventors of the present disclosure believe that tire performance is manifested in the tread, as tire designers often discuss based on the tread. Therefore, if the tire performance value can be predicted from the contact patch image showing the contact patch shape of the tire that touches the road surface under a predetermined load, it will lead to a reduction in the number of trial trials and tests, which is considered useful. It also provides a clue as to which element of the tread is related to each performance of the tire. However, no specific method for predicting tire performance from the contact patch image of the tire has been proposed.

特開2019−35626号公報Japanese Unexamined Patent Publication No. 2019-35626

本開示は、タイヤの接地面画像に基づきタイヤ性能値を予測するためのタイヤ性能予測モデルの学習方法、タイヤ性能予測方法、システム及びプログラムを提供する。 The present disclosure provides a learning method, a tire performance prediction method, a system and a program of a tire performance prediction model for predicting a tire performance value based on a contact patch image of a tire.

本開示のタイヤ性能予測モデルの学習方法は、1又は複数のプロセッサが実行する方法であって、タイヤ接地面形状を表す接地面画像に基づく入力画像を特徴抽出部に入力して画像の特徴量を抽出する特徴量抽出ステップと、前記抽出された画像の特徴量を入力としてタイヤ性能値を出力するように予測モデルを機械学習させる学習ステップと、を含む。 The learning method of the tire performance prediction model of the present disclosure is a method executed by one or a plurality of processors, in which an input image based on a contact patch image representing the tire contact patch shape is input to the feature extraction unit and the feature amount of the image is obtained. It includes a feature amount extraction step for extracting a tire, and a learning step for machine learning a prediction model so as to output a tire performance value by using the feature amount of the extracted image as an input.

第1実施形態のタイヤ性能予測モデル学習システムおよびタイヤ性能予測システムの使用態様を示す図。The figure which shows the usage mode of the tire performance prediction model learning system and the tire performance prediction system of 1st Embodiment. 第1実施形態のタイヤ性能予測モデル学習システム及びタイヤ性能予測システムを示すブロック図。The block diagram which shows the tire performance prediction model learning system and the tire performance prediction system of 1st Embodiment. 第1実施形態のタイヤ性能予測モデル学習システムが実行するフローチャート。The flowchart executed by the tire performance prediction model learning system of 1st Embodiment. 第1実施形態のタイヤ性能予測システムが実行するフローチャート。The flowchart which executes the tire performance prediction system of 1st Embodiment. 接地面画像をトリミングして入力画像を生成する過程に関する説明図。Explanatory drawing about the process of trimming a ground plane image and generating an input image. 第2実施形態のタイヤ性能予測モデル学習システム及びタイヤ性能予測システムを示すブロック図。The block diagram which shows the tire performance prediction model learning system and the tire performance prediction system of 2nd Embodiment. 第2実施形態のタイヤ性能予測モデル学習システムが実行するフローチャート。A flowchart executed by the tire performance prediction model learning system of the second embodiment. 第2実施形態のタイヤ性能予測システムが実行するフローチャート。The flowchart which executes the tire performance prediction system of 2nd Embodiment.

<第1実施形態>
以下、本開示の第1実施形態を、図面を参照して説明する。
<First Embodiment>
Hereinafter, the first embodiment of the present disclosure will be described with reference to the drawings.

図1は、タイヤ性能予測モデル学習システム1およびタイヤ性能予測システム2の使用態様を示す図である。図1に示すように、接地面画像5は試験装置3又はタイヤ接地シミュレーションシステム4から得られる。タイヤ性能予測モデル学習システム1は、予測モデルへの入力としての接地面画像5と、予測モデルからの出力として正しいタイヤ性能値とを関連付けた教師データを用いて、予測モデルを機械学習させる。教師データに用いる入力画像は、接地面画像に基づいている。タイヤ性能予測システム2は、タイヤ性能予測モデル学習システム1が構築した予測モデルを用いて、予測対象の接地面画像5に基づきタイヤ性能値を算出(予測)し、出力する。 FIG. 1 is a diagram showing a usage mode of the tire performance prediction model learning system 1 and the tire performance prediction system 2. As shown in FIG. 1, the tread image 5 is obtained from the test device 3 or the tire tread simulation system 4. The tire performance prediction model learning system 1 machine-learns the prediction model using the teacher data associated with the contact patch image 5 as an input to the prediction model and the correct tire performance value as an output from the prediction model. The input image used for the teacher data is based on the ground plane image. The tire performance prediction system 2 calculates (predicts) and outputs a tire performance value based on the contact patch image 5 to be predicted by using the prediction model constructed by the tire performance prediction model learning system 1.

予測対象となるタイヤ性能値は、実測値である。本実施形態で用いたタイヤ性能値は、CP(コーナリングパワー)、SAP(セルフアライニングパワー)、CFmax(最大コーナリングフォース)、SAT(セルフアライニングトルク)である。勿論、タイヤ性能値は、これ以外の任意のタイヤ性能に適用可能である。 The tire performance value to be predicted is an actually measured value. The tire performance values used in this embodiment are CP (cornering power), SAP (self-aligning power), CFmax (maximum cornering force), and SAT (self-aligning torque). Of course, the tire performance value can be applied to any other tire performance.

接地面画像5は、タイヤ接地面形状を表す。本実施形態の接地面画像5は、タイヤ接地面形状を表すと共に、路面に垂直な方向の接地圧力Pzを、カラー画像の場合は色で表し、グレースケールの場合は輝度で表す。本実施形態の接地面画像5は、タイヤが転動していない静止状態の画像であるが、これに限定されず、転動中の画像にしてもよい。転動状態又は静止状態にかかわらず、タイヤのキャンバ角は任意の角度に設定可能である。本実施形態の接地面画像5は、タイヤの静止状態の画像であるが、タイヤの転動状態である場合には進行方向に対するスリップ角度は0度でもよく、0度以外の角度にしてもよい。本実施形態の接地面画像5は、静止状態における路面に垂直な方向の接地面圧力Pzのみを表現しているが、これに限定されない。例えば、タイヤが転動状態である場合には、タイヤの進行方向に沿った圧力Px又はタイヤの進行方向に直交する方向に沿った圧力Pyを表現してもよい。なお、これらの座標系は一例であり、適宜変更可能である。なお、精度が確保できるのであれば、接地面画像5はタイヤ接地面形状のみを表すものでもよい。試験装置3は、所定荷重の下、試験対象のタイヤ30を、試験路面31に接地させ、試験路面31における透明路面を介してカメラ32で接地面形状を撮影する。接地圧力は、透明板等を用いた光学的手法、もしくは圧力センサを用いて計測する。試験装置3は、上記試験によって接地面画像5を生成する。また、接地面画像5は、図1に示すタイヤ接地シミュレーションシステム4によって得られたシミュレーション結果から取得されてもよい。 The contact patch image 5 shows the shape of the tire contact patch. The contact patch image 5 of the present embodiment represents the shape of the tire contact patch, and the contact patch Pz in the direction perpendicular to the road surface is represented by color in the case of a color image and by luminance in the case of gray scale. The ground plane image 5 of the present embodiment is an image of a stationary state in which the tire is not rolling, but the image is not limited to this, and may be an image of rolling. The camber angle of the tire can be set to any angle regardless of whether it is in a rolling state or a stationary state. The ground plane image 5 of the present embodiment is an image of a stationary state of the tire, but when the tire is in a rolling state, the slip angle with respect to the traveling direction may be 0 degrees or may be an angle other than 0 degrees. .. The ground plane image 5 of the present embodiment represents only the ground plane pressure Pz in the direction perpendicular to the road surface in a stationary state, but is not limited thereto. For example, when the tire is in a rolling state, the pressure Px along the traveling direction of the tire or the pressure Py along the direction orthogonal to the traveling direction of the tire may be expressed. Note that these coordinate systems are examples and can be changed as appropriate. If the accuracy can be ensured, the contact patch image 5 may represent only the shape of the tire contact patch. The test device 3 touches the tire 30 to be tested on the test road surface 31 under a predetermined load, and photographs the ground contact surface shape with the camera 32 through the transparent road surface on the test road surface 31. The ground contact pressure is measured by an optical method using a transparent plate or the like, or by using a pressure sensor. The test device 3 generates a ground plane image 5 by the above test. Further, the contact patch image 5 may be acquired from the simulation result obtained by the tire contact patch simulation system 4 shown in FIG.

なお、実装方法によってタイヤ性能予測モデル学習システム1と、タイヤ性能予測システム2とが同じコンピュータシステム上に構築されず、個々に独立して運用することが可能である。すなわち、タイヤ性能予測モデル学習システム1のみを実装してもよく、タイヤ性能予測システム2のみを実装してもよい。 Depending on the mounting method, the tire performance prediction model learning system 1 and the tire performance prediction system 2 are not constructed on the same computer system, and can be operated independently. That is, only the tire performance prediction model learning system 1 may be implemented, or only the tire performance prediction system 2 may be implemented.

[タイヤ性能予測モデル学習システム1]
図2は、タイヤ性能予測モデル学習システム1及びタイヤ性能予測システム2を示すブロック図である。図2に示すように、タイヤ性能予測モデル学習システム1は、変換部10と、特徴抽出部11と、学習部12と、を有する。変換部10は省略可能である。
[Tire performance prediction model learning system 1]
FIG. 2 is a block diagram showing a tire performance prediction model learning system 1 and a tire performance prediction system 2. As shown in FIG. 2, the tire performance prediction model learning system 1 has a conversion unit 10, a feature extraction unit 11, and a learning unit 12. The conversion unit 10 can be omitted.

これら各部10〜12は、プロセッサ1a、メモリ1b、各種インターフェイス等を備えたコンピュータにおいて予め記憶されている図3に示す処理ルーチンをプロセッサ1aが実行することによりソフトウェア及びハードウェアが協働して実現される。本実施形態では、1つの装置におけるプロセッサ1aが各部を実現しているが、これに限定されない。例えば、ネットワークを用いて分散させ、複数のプロセッサが各部の処理を実行するように構成してもよい。すなわち、1又は複数のプロセッサが処理を実行する。 Each of these parts 10 to 12 is realized in cooperation with software and hardware by the processor 1a executing the processing routine shown in FIG. 3 which is stored in advance in a computer equipped with a processor 1a, a memory 1b, various interfaces, and the like. Will be done. In the present embodiment, the processor 1a in one device realizes each part, but the present invention is not limited to this. For example, it may be distributed using a network, and a plurality of processors may be configured to execute the processing of each part. That is, one or more processors execute the process.

特徴抽出部11は、接地面画像5に基づく入力画像6が入力されると、画像の特徴量を抽出する。変換部10が設けられていない構成においては、接地面画像5が入力画像6として特徴抽出部11に入力される。変換部10が設けられている構成においては、変換部10が出力する入力画像6を入力する。特徴抽出部11は、画像から特徴量を抽出できれば、どのようなアルゴリズムでもよい。例えば、ニューラルネットワーク(例えば、Alexnet、GoogleNet、ResNet101)、離間コサイン変換処理、AutoEncoder、離間コサイン変換処理とAutoEncoderを併用した構成などが挙げられる。 When the input image 6 based on the ground plane image 5 is input, the feature extraction unit 11 extracts the feature amount of the image. In the configuration in which the conversion unit 10 is not provided, the ground plane image 5 is input to the feature extraction unit 11 as the input image 6. In the configuration provided with the conversion unit 10, the input image 6 output by the conversion unit 10 is input. The feature extraction unit 11 may use any algorithm as long as the feature amount can be extracted from the image. For example, a neural network (for example, Alexnet, GoogleNet, ResNet101), a discrete cosine transform process, an AutoEncoder, a configuration in which a discrete cosine transform process and an AutoEncoder are used in combination can be mentioned.

学習部12は、教師データセットD1(又はD2)を用いて、特徴抽出部11により抽出された画像の特徴量を入力としてタイヤ性能値を出力するように、予測モデル13を機械学習させ構築する。教師データセットD1は、接地面画像5(接地面画像1〜N)又は入力画像6(入力画像1〜N)とタイヤ性能(X,X,…,X)値とが関連付けられたデータである。教師データセットD2は、入力画像6(入力画像1〜N)とタイヤ性能(X,X,…,X)値とが関連付けられたデータである。Nは、教師データの件数を示す。予測モデル13は、教師有りの機械学習モデルであれば、例えば、ガウス過程回帰、線形回帰、分類木、ランダムフォレスト、サポートベクターマシン、アンサンブル木等の種々のモデルを利用可能である。 The learning unit 12 uses the teacher data set D1 (or D2) to machine-learn and construct the prediction model 13 so as to output the tire performance value by inputting the feature amount of the image extracted by the feature extraction unit 11. .. In the teacher data set D1, the ground plane image 5 (ground plane images 1 to N) or the input image 6 (input images 1 to N ) was associated with the tire performance (X 1 , X 2 , ..., X N) values. It is data. The teacher data set D2 is data in which the input image 6 (input images 1 to N) and the tire performance (X 1 , X 2 , ..., X N ) values are associated with each other. N indicates the number of teacher data. As the prediction model 13, various models such as Gaussian process regression, linear regression, classification tree, random forest, support vector machine, and ensemble tree can be used as long as they are supervised machine learning models.

変換部10は、接地面画像5を、特徴抽出部11に入力可能なサイズの入力画像6に変換する。本実施形態では、875×656ピクセルでカラー又はグレースケール(8bit)の接地面画像5を、227×227ピクセルのグレースケール(8bit)の入力画像6に変換しているが、これは例であり、これに限定されない。 The conversion unit 10 converts the ground plane image 5 into an input image 6 having a size that can be input to the feature extraction unit 11. In this embodiment, a color or grayscale (8-bit) ground plane image 5 of 875 × 656 pixels is converted into a grayscale (8-bit) input image 6 of 227 × 227 pixels, which is an example. , Not limited to this.

特徴抽出部11に入力可能なサイズに変換するにあたり、元の接地面画像5に表れている画像の特徴を壊さないようにしなければならない。接地面の大きさが性能に影響を与える。例えば、タイヤサイズが大きいタイヤの接地面は画像中で大きくなり、逆にタイヤサイズが小さいタイヤの接地面は画像中で小さく写る。これをトリミング後の画像に占める接地面の大きさが同じになるようにトリミングすると、タイヤサイズが小さいタイヤについては本来では性能値を小さく予測しなければならないところ、タイヤサイズが大きいタイヤと同じような性能であると過大に予測してしまうおそれがある。よって、接地面形状の大きさがタイヤ性能値に影響を与えるために、複数の画像間で尺度を維持する必要がある。 In converting to a size that can be input to the feature extraction unit 11, it is necessary not to destroy the features of the image appearing in the original ground plane image 5. The size of the ground plane affects performance. For example, the contact patch of a tire with a large tire size is large in the image, and conversely, the contact patch of a tire with a small tire size is small in the image. If this is trimmed so that the size of the contact patch in the image after trimming is the same, the performance value should be predicted to be small for tires with small tire sizes, but it is the same as tires with large tire sizes. There is a risk of overestimating the performance. Therefore, since the size of the contact patch shape affects the tire performance value, it is necessary to maintain the scale among a plurality of images.

そのために、変換部10は、選択部10aと、トリミング位置決定部10bと、トリミング部10cと、サイズ変更部10dと、を有する。前提として、全ての接地面画像5は同じ撮影条件で撮影されており、尺度が同一である。同じ撮影条件とは、図1に示すように、カメラ32から試験路面31までの距離が同一であり、且つ、カメラ32のズーム値が同一であることを意味する。 Therefore, the conversion unit 10 includes a selection unit 10a, a trimming position determining unit 10b, a trimming unit 10c, and a size changing unit 10d. As a premise, all the ground plane images 5 are taken under the same shooting conditions, and the scales are the same. The same shooting condition means that, as shown in FIG. 1, the distance from the camera 32 to the test road surface 31 is the same, and the zoom value of the camera 32 is the same.

選択部10aは、機械学習に用いられる、接地面画像5とタイヤ性能(X1〜N)とを関連付けた教師データセットD1のうち、接地面形状が最も大きい接地面画像を選択する。図5に示す接地面画像50,51,52であれば、接地面画像50の接地面形状が最も大きい。 The selection unit 10a selects the contact patch image having the largest contact patch shape from the teacher data set D1 in which the contact patch image 5 and the tire performance (X 1 to N) are associated with each other, which is used for machine learning. In the case of the ground plane images 50, 51, 52 shown in FIG. 5, the ground plane image 50 has the largest ground plane shape.

トリミング位置決定部10bは、図5に示すように、選択部10aが選択した接地面画像50に基づき画像中のトリミング位置P1を決定する。入力画像6中の接地面形状が大きいほど、予測精度が向上する。そこで、本実施形態では、接地面形状を含む最小矩形又は最小矩形を所定画素広げた範囲をトリミング位置P1としている。トリミング位置決定部10bが決定したトリミング位置P1は、タイヤ性能予測システム2が用いるために、メモリ1bに記憶される。 As shown in FIG. 5, the trimming position determination unit 10b determines the trimming position P1 in the image based on the ground plane image 50 selected by the selection unit 10a. The larger the contact patch shape in the input image 6, the better the prediction accuracy. Therefore, in the present embodiment, the trimming position P1 is the range in which the minimum rectangle including the ground plane shape or the minimum rectangle is expanded by a predetermined pixel. The trimming position P1 determined by the trimming position determining unit 10b is stored in the memory 1b for use by the tire performance prediction system 2.

トリミング部10cは、トリミング位置決定部10bが決定したトリミング位置P1を用いて、教師データセットD1の全ての接地面画像5(画像1〜N)をトリミングしてトリム済画像をそれぞれ生成する。 The trimming unit 10c trims all the ground plane images 5 (images 1 to N) of the teacher data set D1 using the trimming position P1 determined by the trimming position determining unit 10b to generate trimmed images, respectively.

サイズ変更部10dは、トリミング部10cが生成した各々のトリム済画像を、特徴抽出部11に入力可能なサイズに変更して入力画像6を生成する。サイズ変更部10dは、トリム済画像のアスペクト比を変更せずにサイズ変更を行う。図5の例では、接地面画像50からトリム済画像(非図示)を経て入力画像60を生成する。接地面画像51からトリム済画像(非図示)を経て入力画像61を生成する。接地面画像52からトリム済画像(非図示)を経て入力画像62を生成する。このような処理を実行することで、各々の入力画像60〜62に写る接地面形状の尺度がばらばらになることを回避している。 The size changing unit 10d changes each trimmed image generated by the trimming unit 10c to a size that can be input to the feature extraction unit 11 to generate an input image 6. The resizing unit 10d resizes the trimmed image without changing the aspect ratio. In the example of FIG. 5, the input image 60 is generated from the ground plane image 50 via a trimmed image (not shown). An input image 61 is generated from the ground plane image 51 via a trimmed image (not shown). An input image 62 is generated from the ground plane image 52 via a trimmed image (not shown). By executing such a process, it is possible to prevent the scale of the ground plane shape reflected in each of the input images 60 to 62 from becoming disjointed.

変換部10によって、1画像内のアスペクト比及び複数画像間の相対的な大きさ(尺度)を保ちつつトリミングすることで、予測性能が良くなるタイヤ性能は、次の通りである。
コーナリング系:CP、SAP、CFmax(最大コーナリングフォース)、SAT
トラクション系:ドライ路面における制動性能、ウェット路面における制動性能、氷路面における制動性能、雪上路面における制動性能、氷上摩擦性能、雪上摩擦性能、耐ハイドロプレーニング性能
騒音系:車内外騒音性能、タイヤ単体試験における放射音性能
転がり抵抗
耐摩耗性
ヒール&トー摩耗性能、及び偏摩耗性能に関しては、接地面内での接地圧の高い領域の比率や分布、接地面の形などが影響しており、上記したタイヤサイズの情報を残したトリミングやサイズ変更は必要ないと考える。
The tire performance that improves the prediction performance by trimming while maintaining the aspect ratio in one image and the relative size (scale) between a plurality of images by the conversion unit 10 is as follows.
Cornering system: CP, SAP, CFmax (maximum cornering force), SAT
Traction system: Braking performance on dry road surface, Braking performance on wet road surface, Braking performance on ice road surface, Braking performance on snowy road surface, Friction performance on ice, Friction performance on snow, Hydroplaning resistance Noise system: Noise performance inside and outside the vehicle, tire unit test Radiation sound performance in rolling resistance Abrasion resistance Heel & toe wear performance and uneven wear performance are affected by the ratio and distribution of areas with high contact patch in the contact patch, the shape of the contact patch, etc., as described above. I don't think there is a need for trimming or resizing with tire size information.

[タイヤ性能予測システム2]
図2に示すように、タイヤ性能予測システム2は、変換部20と、特徴抽出部21と、予測部22と、を有する。変換部20は、タイヤ性能予測モデル学習システム1と同様に省略可能である。
[Tire performance prediction system 2]
As shown in FIG. 2, the tire performance prediction system 2 includes a conversion unit 20, a feature extraction unit 21, and a prediction unit 22. The conversion unit 20 can be omitted as in the tire performance prediction model learning system 1.

特徴抽出部21は、接地面画像5に基づく入力画像6が入力されると、画像の特徴量を抽出する。変換部20が設けられていない構成においては、接地面画像5が入力画像6として特徴抽出部21に入力される。変換部20が設けられている構成においては、変換部20が出力する入力画像6を入力する。タイヤ性能予測システム2における特徴抽出部21は、タイヤ性能予測モデル学習システム1における特徴抽出部11と同じ構成である。 When the input image 6 based on the ground plane image 5 is input, the feature extraction unit 21 extracts the feature amount of the image. In the configuration in which the conversion unit 20 is not provided, the ground plane image 5 is input to the feature extraction unit 21 as the input image 6. In the configuration provided with the conversion unit 20, the input image 6 output by the conversion unit 20 is input. The feature extraction unit 21 in the tire performance prediction system 2 has the same configuration as the feature extraction unit 11 in the tire performance prediction model learning system 1.

予測部22は、タイヤ性能予測モデル学習システム1によって構築された予測モデル13を用いて、特徴抽出部21が出力した画像の特徴量を入力してタイヤ性能値を出力する。 The prediction unit 22 inputs the feature amount of the image output by the feature extraction unit 21 and outputs the tire performance value by using the prediction model 13 constructed by the tire performance prediction model learning system 1.

変換部20は、図2に示すように、予測対象の接地面画像5を、特徴抽出部21に入力するのに適した入力画像6に変換する。変換部20は、トリミング部20cと、サイズ変更部20dと、を有する。トリミング部20cは、予め定められたトリミング位置P1を用いて接地面画像5をトリミングしてトリム済画像を生成する。トリミング位置P1は、トリミング位置決定部10bにより決定され、メモリ1bに記憶されている。サイズ変更部20dは、トリミング部20cが生成したトリム済画像のサイズを特徴抽出部21に入力可能なサイズに変更して入力画像6を生成する。サイズ変更部20dは、トリム済画像のアスペクト比を変更せずにサイズ変更を行う。トリミング部20cは、タイヤ性能予測モデル学習システム1におけるトリミング部10cと同じ構成である。サイズ変更部20dは、タイヤ性能予測モデル学習システム1におけるサイズ変更部10dと同じ構成である。 As shown in FIG. 2, the conversion unit 20 converts the ground plane image 5 to be predicted into an input image 6 suitable for input to the feature extraction unit 21. The conversion unit 20 includes a trimming unit 20c and a size changing unit 20d. The trimming unit 20c trims the ground plane image 5 using a predetermined trimming position P1 to generate a trimmed image. The trimming position P1 is determined by the trimming position determining unit 10b and stored in the memory 1b. The size changing unit 20d changes the size of the trimmed image generated by the trimming unit 20c to a size that can be input to the feature extraction unit 21, and generates the input image 6. The resizing unit 20d resizes the trimmed image without changing the aspect ratio. The trimming unit 20c has the same configuration as the trimming unit 10c in the tire performance prediction model learning system 1. The size changing unit 20d has the same configuration as the size changing unit 10d in the tire performance prediction model learning system 1.

[タイヤ性能予測モデルの学習方法]
図2に示すタイヤ性能予測モデル学習システム1における1又は複数のプロセッサが実行する、タイヤ性能予測モデルの学習方法について、図3を用いて説明する。
[Learning method of tire performance prediction model]
A method of learning a tire performance prediction model executed by one or more processors in the tire performance prediction model learning system 1 shown in FIG. 2 will be described with reference to FIG.

まず、ステップST1〜4を実行することにより、変換部10は、接地面画像5に基づき入力画像6を生成する。具体的には、ステップST1において、選択部10aは、機械学習で用いられる、接地面画像5(画像1〜N)とタイヤ性能(X1〜N)とを関連付けた教師データセットD2のうち、接地面形状が最も大きい接地面画像50を選択する。
次のステップST2において、トリミング位置決定部10bは、選択した接地面画像50に基づき画像中のトリミング位置P1を決定する。
次のステップST3において、トリミング部10cは、トリミング位置決定部10bが決定したトリミング位置P1を用いて、教師データセットD1の全ての接地面画像(1〜N)をトリミングしてトリム済画像をそれぞれ生成する。
次のステップST4において、サイズ変更部10dは、各々のトリム済画像のアスペクト比を変更せずに各々のトリム済画像のサイズを特徴抽出部11に入力可能なサイズに変更して入力画像6(60〜62)を生成する。
次のステップST5において、特徴抽出部11は、タイヤ接地面形状を表す接地面画像5に基づく入力画像6を特徴抽出部11に入力して画像の特徴量を抽出する。
次のステップST6において、学習部12は、抽出された画像の特徴量を入力としてタイヤ性能値を出力するように予測モデル13を機械学習させる。
First, by executing steps ST1 to ST4, the conversion unit 10 generates an input image 6 based on the ground plane image 5. Specifically, in step ST1, the selection unit 10a is one of the teacher data sets D2 in which the contact patch image 5 (images 1 to N) and the tire performance (X 1 to N) are associated with each other, which is used in machine learning. The ground plane image 50 having the largest ground plane shape is selected.
In the next step ST2, the trimming position determination unit 10b determines the trimming position P1 in the image based on the selected ground plane image 50.
In the next step ST3, the trimming unit 10c trims all the ground plane images (1 to N) of the teacher data set D1 using the trimming position P1 determined by the trimming position determining unit 10b, and trims the trimmed images. Generate.
In the next step ST4, the size changing unit 10d changes the size of each trimmed image to a size that can be input to the feature extraction unit 11 without changing the aspect ratio of each trimmed image, and inputs the input image 6 ( 60-62) is generated.
In the next step ST5, the feature extraction unit 11 inputs the input image 6 based on the contact patch image 5 representing the tire contact patch shape to the feature extraction unit 11 and extracts the feature amount of the image.
In the next step ST6, the learning unit 12 machine-learns the prediction model 13 so as to output the tire performance value by inputting the feature amount of the extracted image.

[タイヤ性能予測方法]
図2に示すタイヤ性能予測システム2における1又は複数のプロセッサが実行する、タイヤ性能予測方法について、図4を用いて説明する。
[Tire performance prediction method]
A tire performance prediction method executed by one or more processors in the tire performance prediction system 2 shown in FIG. 2 will be described with reference to FIG.

まず、ステップST101〜102を実行することにより、変換部20は、接地面画像5に基づき入力画像6を生成する。具体的には、ステップST101において、トリミング部20cは、予め定められたトリミング位置P1を用いて、予測対象の接地面画像5をトリミングしてトリム済画像を生成する。
次のステップST102において、サイズ変更部20dは、トリム済画像のアスペクト比を変更せずにトリム済画像のサイズを特徴抽出部21に入力可能なサイズに変更して入力画像6を生成する。
次のステップST103において、特徴抽出部21は、タイヤ接地面形状を表す接地面画像5に基づく入力画像6を特徴抽出部21に入力して画像の特徴量を抽出する。
次のステップST104において、予測部22は、抽出された画像の特徴量を入力としてタイヤ性能値を出力するように機械学習された予測モデル13を用いて、抽出された画像の特徴量に対応するタイヤ性能値を出力する。
First, by executing steps ST101 to 102, the conversion unit 20 generates an input image 6 based on the ground plane image 5. Specifically, in step ST101, the trimming unit 20c trims the ground plane image 5 to be predicted using a predetermined trimming position P1 to generate a trimmed image.
In the next step ST102, the size changing unit 20d changes the size of the trimmed image to a size that can be input to the feature extraction unit 21 without changing the aspect ratio of the trimmed image, and generates the input image 6.
In the next step ST103, the feature extraction unit 21 inputs the input image 6 based on the contact patch image 5 representing the tire contact patch shape to the feature extraction unit 21 and extracts the feature amount of the image.
In the next step ST104, the prediction unit 22 corresponds to the feature amount of the extracted image by using the prediction model 13 machine-learned to output the tire performance value by inputting the feature amount of the extracted image. Output the tire performance value.

<第2実施形態>
以下、本開示の第2実施形態を、図面を参照して説明する。
<Second Embodiment>
Hereinafter, the second embodiment of the present disclosure will be described with reference to the drawings.

図6に示すように、第2実施形態のタイヤ性能予測モデル学習システム1及びタイヤ性能予測システム2は、タイヤサイズとトリミング位置とを予め関連付けたデータD3を用いて、トリミング処理を実行するように、構成されている。 As shown in FIG. 6, the tire performance prediction model learning system 1 and the tire performance prediction system 2 of the second embodiment execute the trimming process using the data D3 in which the tire size and the trimming position are previously associated with each other. ,It is configured.

具体的に、図6及び図7に示すように、第2実施形態のタイヤ性能予測モデル学習システム1の変換部10は、トリミング位置特定部10eを有する。メモリ1bには、タイヤサイズとトリミング位置とを関連付けたデータD3が記憶されている。
タイヤ性能予測モデル学習システム1の動作は、次の通りである。
まず、ステップST201〜203を実行することにより、変換部10は、接地面画像5に基づき入力画像6を生成する。具体的には、ステップST201において、トリミング位置特定部10eは、タイヤサイズとトリミング位置とを予め関連付けたデータD3に基づき、指定されたタイヤサイズに対応するトリミング位置を特定する。
次のステップST202において、トリミング位置特定部10eが特定したトリミング位置P1を用いて、教師データセットD1の全ての接地面画像(1〜N)をトリミングしてトリム済画像をそれぞれ生成する。
次のステップST203において、サイズ変更部10dは、各々のトリム済画像のアスペクト比を変更せずに各々のトリム済画像のサイズを特徴抽出部11に入力可能なサイズに変更して入力画像6(60〜62)を生成する。
次のステップST204において、特徴抽出部11は、タイヤ接地面形状を表す接地面画像5に基づく入力画像6を特徴抽出部11に入力して画像の特徴量を抽出する。
次のステップST205において、学習部12は、抽出された画像の特徴量を入力としてタイヤ性能値を出力するように予測モデル13を機械学習させる。
Specifically, as shown in FIGS. 6 and 7, the conversion unit 10 of the tire performance prediction model learning system 1 of the second embodiment has a trimming position specifying unit 10e. The memory 1b stores data D3 in which the tire size and the trimming position are associated with each other.
The operation of the tire performance prediction model learning system 1 is as follows.
First, by executing steps ST2011 to 203, the conversion unit 10 generates an input image 6 based on the ground plane image 5. Specifically, in step ST201, the trimming position specifying unit 10e specifies the trimming position corresponding to the designated tire size based on the data D3 in which the tire size and the trimming position are previously associated with each other.
In the next step ST202, all the ground plane images (1 to N) of the teacher data set D1 are trimmed to generate trimmed images by using the trimming position P1 specified by the trimming position specifying unit 10e.
In the next step ST203, the size changing unit 10d changes the size of each trimmed image to a size that can be input to the feature extraction unit 11 without changing the aspect ratio of each trimmed image, and inputs the input image 6 ( 60-62) is generated.
In the next step ST204, the feature extraction unit 11 inputs the input image 6 based on the contact patch image 5 representing the tire contact patch shape to the feature extraction unit 11 and extracts the feature amount of the image.
In the next step ST205, the learning unit 12 machine-learns the prediction model 13 so as to output the tire performance value by inputting the feature amount of the extracted image.

具体的に、図6及び図8に示すように、第2実施形態のタイヤ性能予測システム2の変換部20は、トリミング位置特定部20eを有する。メモリ1bには、タイヤサイズとトリミング位置とを関連付けたデータD3が記憶されている。
タイヤ性能予測システム2の動作は、次の通りである。
まず、ステップST301〜303を実行することにより、変換部20は、接地面画像5に基づき入力画像6を生成する。具体的には、ステップST301において、トリミング位置特定部20eは、タイヤサイズとトリミング位置とを予め関連付けたデータD3に基づき、指定されたタイヤサイズに対応するトリミング位置を特定する。
次のステップST302において、トリミング部20cは、トリミング位置特定部20eが特定したトリミング位置P1を用いて、予測対象の接地面画像5をトリミングしてトリム済画像を生成する。
次のステップST303において、サイズ変更部20dは、トリム済画像のアスペクト比を変更せずにトリム済画像のサイズを特徴抽出部21に入力可能なサイズに変更して入力画像6を生成する。
次のステップST304において、特徴抽出部21は、タイヤ接地面形状を表す接地面画像5に基づく入力画像6を特徴抽出部21に入力して画像の特徴量を抽出する。
次のステップST305において、予測部22は、抽出された画像の特徴量を入力としてタイヤ性能値を出力するように機械学習された予測モデル13を用いて、抽出された画像の特徴量に対応するタイヤ性能値を出力する。
Specifically, as shown in FIGS. 6 and 8, the conversion unit 20 of the tire performance prediction system 2 of the second embodiment has a trimming position specifying unit 20e. The memory 1b stores data D3 in which the tire size and the trimming position are associated with each other.
The operation of the tire performance prediction system 2 is as follows.
First, by executing steps ST301 to 303, the conversion unit 20 generates an input image 6 based on the ground plane image 5. Specifically, in step ST301, the trimming position specifying unit 20e specifies the trimming position corresponding to the designated tire size based on the data D3 in which the tire size and the trimming position are previously associated with each other.
In the next step ST302, the trimming unit 20c trims the ground plane image 5 to be predicted using the trimming position P1 specified by the trimming position specifying unit 20e to generate a trimmed image.
In the next step ST303, the size changing unit 20d changes the size of the trimmed image to a size that can be input to the feature extraction unit 21 without changing the aspect ratio of the trimmed image, and generates the input image 6.
In the next step ST304, the feature extraction unit 21 inputs the input image 6 based on the contact patch image 5 representing the tire contact patch shape to the feature extraction unit 21 and extracts the feature amount of the image.
In the next step ST305, the prediction unit 22 corresponds to the feature amount of the extracted image by using the prediction model 13 machine-learned to output the tire performance value by inputting the feature amount of the extracted image. Output the tire performance value.

以上のように、第1実施形態又は第2実施形態のタイヤ性能予測モデルの学習方法は、1又は複数のプロセッサが実行する方法であって、タイヤ接地面形状を表す接地面画像5に基づく入力画像6を特徴抽出部11に入力して画像の特徴量を抽出する特徴量抽出ステップと、抽出された画像の特徴量を入力としてタイヤ性能値を出力するように予測モデル13を機械学習させる学習ステップと、を含む。 As described above, the learning method of the tire performance prediction model of the first embodiment or the second embodiment is a method executed by one or a plurality of processors, and is an input based on the contact patch image 5 representing the tire contact patch shape. A feature amount extraction step in which the image 6 is input to the feature extraction unit 11 to extract the feature amount of the image, and learning to machine-learn the prediction model 13 so as to output the tire performance value by inputting the feature amount of the extracted image. Including steps.

第1実施形態又は第2実施形態のタイヤ性能予測モデル学習システム1は、タイヤ接地面形状を表す接地面画像5に基づく入力画像6を入力して画像の特徴量を抽出する特徴抽出部11と、抽出された画像の特徴量を入力としてタイヤ性能値を出力するように予測モデル13を機械学習させる学習部12と、を備える。 The tire performance prediction model learning system 1 of the first embodiment or the second embodiment has a feature extraction unit 11 that inputs an input image 6 based on a contact patch image 5 representing a tire contact patch shape and extracts a feature amount of the image. , A learning unit 12 that machine-learns the prediction model 13 so as to output a tire performance value by inputting a feature amount of the extracted image.

これにより、接地面画像5に基づく入力画像6から抽出した特徴量に基づきタイヤ性能値を予測する予測モデル13を提供でき、接地面画像5に基づきタイヤ性能値を知ることが可能となる。 As a result, it is possible to provide a prediction model 13 that predicts the tire performance value based on the feature amount extracted from the input image 6 based on the contact patch image 5, and it is possible to know the tire performance value based on the contact patch image 5.

第1実施形態又は第2実施形態のタイヤ性能予測方法は、1又は複数のプロセッサが実行する方法であって、タイヤ接地面形状を表す接地面画像5に基づく入力画像6を特徴抽出部21に入力して画像の特徴量を抽出する特徴量抽出ステップと、抽出された画像の特徴量を入力としてタイヤ性能値を出力するように機械学習された予測モデル13を用いて、抽出された画像の特徴量に対応するタイヤ性能値を出力する予測ステップと、を含む。 The tire performance prediction method of the first embodiment or the second embodiment is a method executed by one or a plurality of processors, and the input image 6 based on the tire contact surface image 5 representing the tire contact surface shape is input to the feature extraction unit 21. Using the feature amount extraction step of inputting and extracting the feature amount of the image, and the prediction model 13 machine-learned to output the tire performance value by inputting the feature amount of the extracted image, the extracted image Includes a prediction step that outputs the tire performance value corresponding to the feature amount.

第1実施形態又は第2実施形態のタイヤ性能予測システム2は、タイヤ接地面形状を表す接地面画像5に基づく入力画像6を入力して画像の特徴量を抽出する特徴抽出部21と、抽出された画像の特徴量を入力としてタイヤ性能値を出力するように機械学習された予測モデル13を用いて、抽出された画像の特徴量に対応するタイヤ性能値を出力する予測部22と、を備える。 The tire performance prediction system 2 of the first embodiment or the second embodiment has a feature extraction unit 21 for inputting an input image 6 based on a contact patch image 5 representing a tire contact patch shape and extracting feature amounts of the image, and an extraction unit. Using the prediction model 13 machine-learned to output the tire performance value by inputting the feature amount of the extracted image, the prediction unit 22 that outputs the tire performance value corresponding to the feature amount of the extracted image. Be prepared.

これにより、接地面画像5に基づく入力画像6から抽出した特徴量に基づき予測モデル13がタイヤ性能値を予測するので、接地面画像5に基づきタイヤ性能値を知ることが可能となる。 As a result, the prediction model 13 predicts the tire performance value based on the feature amount extracted from the input image 6 based on the contact patch image 5, so that the tire performance value can be known based on the contact patch image 5.

特に限定されないが、第1実施形態又は第2実施形態のように、接地面画像5は、タイヤ接地面形状及び接地圧力を表すことが好ましい。 Although not particularly limited, it is preferable that the contact patch image 5 represents the tire contact patch shape and the contact pressure as in the first embodiment or the second embodiment.

特に限定されないが、第1実施形態のタイヤ性能予測モデルの学習方法のように、接地面画像5に基づき入力画像6を生成する画像生成ステップを含み、画像生成ステップは、学習ステップで用いられる、接地面画像5とタイヤ性能値とを関連付けた教師データセットD1のうち、接地面形状が最も大きい接地面画像50を選択するステップと、選択した接地面画像50に基づき画像中のトリミング位置P1を決定するステップと、決定したトリミング位置P1を用いて教師データセットD1の全ての接地面画像5をトリミングしてトリム済画像をそれぞれ生成するステップと、各々のトリム済画像のアスペクト比を変更せずに各々のトリム済画像のサイズを特徴抽出部11に入力可能なサイズに変更して入力画像6を生成するステップと、を含む、としてもよい。 Although not particularly limited, the image generation step includes an image generation step of generating an input image 6 based on the ground plane image 5 as in the learning method of the tire performance prediction model of the first embodiment, and the image generation step is used in the learning step. Of the teacher data set D1 that associates the ground plane image 5 with the tire performance value, the step of selecting the ground plane image 50 having the largest ground plane shape and the trimming position P1 in the image based on the selected ground plane image 50. The step to determine, the step to trim all the ground plane images 5 of the teacher data set D1 using the determined trimming position P1 to generate trimmed images, and the aspect ratio of each trimmed image is unchanged. May include a step of changing the size of each trimmed image to a size that can be input to the feature extraction unit 11 to generate an input image 6.

これにより、接地面形状が最も大きい接地面画像5を選択してトリミング位置P1を決定するので、トリム済画像に占める接地面をできるだけ大きくでき、予測モデル13による予測精度を向上させることが可能となる。それでいて、決定したトリミング位置を全ての接地面画像5に共通で用いてトリミングを行うので、タイヤサイズによる接地面形状の大きさの違いを考慮して、正しくタイヤ性能値を予測可能となる。 As a result, since the ground plane image 5 having the largest ground plane shape is selected and the trimming position P1 is determined, the ground plane occupied in the trimmed image can be made as large as possible, and the prediction accuracy by the prediction model 13 can be improved. Become. Nevertheless, since the determined trimming position is used in common for all the contact patch images 5 for trimming, the tire performance value can be correctly predicted in consideration of the difference in the size of the contact patch shape depending on the tire size.

特に限定されないが、第1実施形態のタイヤ性能予測方法のように、接地面画像5に基づき入力画像6を生成する画像生成ステップを含み、画像生成ステップは、予め定められたトリミング位置を用いて接地面画像5をトリミングしてトリム済画像を生成するステップと、トリム済画像のアスペクト比を変更せずにトリム済画像のサイズを特徴抽出部21に入力可能なサイズに変更して入力画像6を生成するステップと、を含む、としてもよい。 Although not particularly limited, the image generation step includes an image generation step of generating an input image 6 based on the ground plane image 5 as in the tire performance prediction method of the first embodiment, and the image generation step uses a predetermined trimming position. The step of trimming the ground plane image 5 to generate a trimmed image and the input image 6 by changing the size of the trimmed image to a size that can be input to the feature extraction unit 21 without changing the aspect ratio of the trimmed image. And may include.

これにより、予め定められたトリミング位置を共通で用いてトリミングを行うので、タイヤサイズによる接地面形状の大きさの違いを考慮して、正しくタイヤ性能値を予測可能となる。 As a result, since trimming is performed by using a predetermined trimming position in common, it is possible to correctly predict the tire performance value in consideration of the difference in the size of the contact patch shape depending on the tire size.

特に限定されないが、第2実施形態のタイヤ性能予測モデルの学習方法又はタイヤ性能予測方法のように、接地面画像5に基づき入力画像6を生成する画像生成ステップを含み、画像生成ステップは、タイヤサイズとトリミング位置とを予め関連付けたデータD3に基づき、指定されたタイヤサイズに対応するトリミング位置を特定するステップと、特定したトリミング位置を用いて接地面画像5をトリミングしてトリム済画像を生成するステップと、トリム済画像のアスペクト比を変更せずにトリム済画像のサイズを特徴抽出部11,21に入力可能なサイズに変更して入力画像6を生成するステップと、を含む、としてもよい。 Although not particularly limited, the image generation step includes an image generation step of generating an input image 6 based on the ground plane image 5 as in the learning method of the tire performance prediction model or the tire performance prediction method of the second embodiment, and the image generation step is a tire. Based on the data D3 in which the size and the trimming position are associated in advance, the step of specifying the trimming position corresponding to the specified tire size and the ground plane image 5 are trimmed using the specified trimming position to generate a trimmed image. And the step of changing the size of the trimmed image to a size that can be input to the feature extraction units 11 and 21 without changing the aspect ratio of the trimmed image to generate the input image 6. good.

これにより、タイヤサイズに応じた共通又は別個の適切なトリミング位置を用いてトリミングを行うので、タイヤサイズによる接地面形状の大きさの違いを考慮して、正しくタイヤ性能値を予測可能となる。 As a result, trimming is performed using a common or separate appropriate trimming position according to the tire size, so that the tire performance value can be correctly predicted in consideration of the difference in the size of the contact patch shape depending on the tire size.

本実施形態に係るプログラムは、上記方法をコンピュータに実行させるプログラムである。
これらプログラムを実行することによっても、上記方法の奏する作用効果を得ることが可能となる。
The program according to this embodiment is a program that causes a computer to execute the above method.
By executing these programs, it is possible to obtain the effects of the above method.

以上、本開示の実施形態について図面に基づいて説明したが、具体的な構成は、これらの実施形態に限定されるものでないと考えられるべきである。本開示の範囲は、上記した実施形態の説明だけではなく特許請求の範囲によって示され、さらに特許請求の範囲と均等の意味および範囲内でのすべての変更が含まれる。 Although the embodiments of the present disclosure have been described above with reference to the drawings, it should be considered that the specific configuration is not limited to these embodiments. The scope of the present disclosure is set forth not only by the description of the embodiment described above but also by the scope of claims, and further includes all modifications within the meaning and scope equivalent to the scope of claims.

上記の各実施形態で採用している構造を他の任意の実施形態に採用することは可能である。各部の具体的な構成は、上述した実施形態のみに限定されるものではなく、本開示の趣旨を逸脱しない範囲で種々変形が可能である。 It is possible to adopt the structure adopted in each of the above embodiments in any other embodiment. The specific configuration of each part is not limited to the above-described embodiment, and various modifications can be made without departing from the gist of the present disclosure.

例えば、特許請求の範囲、明細書、および図面中において示した装置、システム、プログラム、および方法における動作、手順、ステップ、および段階等の各処理の実行順序は、前の処理の出力を後の処理で用いるのでない限り、任意の順序で実現できる。特許請求の範囲、明細書、および図面中のフローに関して、便宜上「まず」、「次に」等を用いて説明したとしても、この順で実行することが必須であることを意味するものではない。 For example, the execution order of each process such as operation, procedure, step, and step in the device, system, program, and method shown in the claims, specification, and drawings may be the output of the previous process. It can be realized in any order unless it is used in processing. Even if the scope of claims, the specification, and the flow in the drawings are explained using "first", "next", etc. for convenience, it does not mean that it is essential to execute in this order. ..

図2、図7に示す各部は、所定プログラムを1又はプロセッサで実行することで実現しているが、各部を専用メモリや専用回路で構成してもよい。上記実施形態のシステム1は、一つのコンピュータのプロセッサ1aにおいて各部が実装されているが、各部を分散させて、複数のコンピュータやクラウドで実装してもよい。すなわち、上記方法を1又は複数のプロセッサで実行してもよい。 Each part shown in FIGS. 2 and 7 is realized by executing a predetermined program by 1 or a processor, but each part may be configured by a dedicated memory or a dedicated circuit. In the system 1 of the above embodiment, each part is mounted on the processor 1a of one computer, but each part may be distributed and mounted on a plurality of computers or the cloud. That is, the above method may be executed by one or more processors.

システム1は、プロセッサ1aを含む。例えば、プロセッサ1aは、中央処理ユニット(CPU)、マイクロプロセッサ、またはコンピュータ実行可能命令の実行が可能なその他の処理ユニットとすることができる。また、システム1は、システム1のデータを格納するためのメモリ1bを含む。一例では、メモリ1bは、コンピュータ記憶媒体を含み、RAM、ROM、EEPROM、フラッシュメモリまたはその他のメモリ技術、CD−ROM、DVDまたはその他の光ディスクストレージ、磁気カセット、磁気テープ、磁気ディスクストレージまたはその他の磁気記憶デバイス、あるいは所望のデータを格納するために用いることができ、そしてシステム1がアクセスすることができる任意の他の媒体を含む。 The system 1 includes a processor 1a. For example, the processor 1a can be a central processing unit (CPU), a microprocessor, or any other processing unit capable of executing computer-executable instructions. Further, the system 1 includes a memory 1b for storing the data of the system 1. In one example, memory 1b includes a computer storage medium such as RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, DVD or other optical disk storage, magnetic cassette, magnetic tape, magnetic disk storage or other. Includes a magnetic storage device, or any other medium that can be used to store desired data and that System 1 can access.

1…タイヤ性能予測モデル学習システム、10…変換部、11…特徴抽出部、12…学習部、2…タイヤ性能予測システム、20…変換部、21…特徴抽出部、22…予測部 1 ... Tire performance prediction model learning system, 10 ... Conversion unit, 11 ... Feature extraction unit, 12 ... Learning unit, 2 ... Tire performance prediction system, 20 ... Conversion unit, 21 ... Feature extraction unit, 22 ... Prediction unit

Claims (8)

1又は複数のプロセッサが実行する方法であって、
タイヤ接地面形状を表す接地面画像に基づく入力画像を特徴抽出部に入力して画像の特徴量を抽出する特徴量抽出ステップと、
前記抽出された画像の特徴量を入力としてタイヤ性能値を出力するように予測モデルを機械学習させる学習ステップと、
を含む、タイヤ性能予測モデルの学習方法。
A method executed by one or more processors.
A feature amount extraction step in which an input image based on a contact patch image representing the shape of the tire contact patch is input to the feature extraction unit to extract the feature amount of the image, and
A learning step in which the prediction model is machine-learned so as to output the tire performance value by inputting the feature amount of the extracted image.
How to learn a tire performance prediction model, including.
1又は複数のプロセッサが実行する方法であって、
タイヤ接地面形状を表す接地面画像に基づく入力画像を特徴抽出部に入力して画像の特徴量を抽出する特徴量抽出ステップと、
前記抽出された画像の特徴量を入力としてタイヤ性能値を出力するように機械学習された予測モデルを用いて、前記抽出された画像の特徴量に対応する前記タイヤ性能値を出力する予測ステップと、
を含む、タイヤ性能予測方法。
A method executed by one or more processors.
A feature amount extraction step in which an input image based on a contact patch image representing the shape of the tire contact patch is input to the feature extraction unit to extract the feature amount of the image, and
Using a prediction model machine-learned to output the tire performance value by inputting the feature amount of the extracted image, the prediction step of outputting the tire performance value corresponding to the feature amount of the extracted image. ,
Tire performance prediction methods, including.
前記接地面画像は、前記タイヤ接地面形状及び接地圧力を表す、請求項1又は2に記載の方法。 The method according to claim 1 or 2, wherein the contact patch image represents the tire contact patch shape and contact pressure. 前記接地面画像に基づき前記入力画像を生成する画像生成ステップを含み、
前記画像生成ステップは、
前記学習ステップで用いられる、前記接地面画像と前記タイヤ性能値とを関連付けた教師データセットのうち、接地面形状が最も大きい接地面画像を選択するステップと、
前記選択した接地面画像に基づき画像中のトリミング位置を決定するステップと、
前記決定したトリミング位置を用いて前記教師データセットの前記接地面画像をトリミングしてトリム済画像をそれぞれ生成するステップと、
前記各々のトリム済画像のアスペクト比を変更せずに前記各々のトリム済画像のサイズを前記特徴抽出部に入力可能なサイズに変更して前記入力画像を生成するステップと、
を含む、請求項1に記載の方法。
Including an image generation step of generating the input image based on the ground plane image.
The image generation step is
A step of selecting the contact patch image having the largest contact patch shape from the teacher data set associated with the contact patch image and the tire performance value used in the learning step.
The step of determining the trimming position in the image based on the selected ground plane image, and
A step of trimming the ground plane image of the teacher data set using the determined trimming position to generate a trimmed image, respectively.
A step of changing the size of each trimmed image to a size that can be input to the feature extraction unit without changing the aspect ratio of each trimmed image to generate the input image.
The method according to claim 1.
前記接地面画像に基づき前記入力画像を生成する画像生成ステップを含み、
前記画像生成ステップは、
予め定められたトリミング位置を用いて前記接地面画像をトリミングしてトリム済画像を生成するステップと、
前記トリム済画像のアスペクト比を変更せずに前記トリム済画像のサイズを前記特徴抽出部に入力可能なサイズに変更して前記入力画像を生成するステップと、
を含む、請求項2に記載の方法。
Including an image generation step of generating the input image based on the ground plane image.
The image generation step is
A step of trimming the ground plane image using a predetermined trimming position to generate a trimmed image, and
A step of changing the size of the trimmed image to a size that can be input to the feature extraction unit without changing the aspect ratio of the trimmed image to generate the input image.
2. The method according to claim 2.
前記接地面画像に基づき前記入力画像を生成する画像生成ステップを含み、
前記画像生成ステップは、
タイヤサイズとトリミング位置とを予め関連付けたデータに基づき、指定されたタイヤサイズに対応する前記トリミング位置を特定するステップと、
前記特定したトリミング位置を用いて前記接地面画像をトリミングしてトリム済画像を生成するステップと、
前記トリム済画像のアスペクト比を変更せずに前記トリム済画像のサイズを前記特徴抽出部に入力可能なサイズに変更して前記入力画像を生成するステップと、
を含む、請求項1又は2に記載の方法。
Including an image generation step of generating the input image based on the ground plane image.
The image generation step is
A step of specifying the trimming position corresponding to the specified tire size based on the data in which the tire size and the trimming position are previously associated with each other.
A step of trimming the ground plane image using the specified trimming position to generate a trimmed image, and
A step of changing the size of the trimmed image to a size that can be input to the feature extraction unit without changing the aspect ratio of the trimmed image to generate the input image.
The method according to claim 1 or 2, wherein the method comprises.
請求項1〜6のいずれかに記載の方法を実行する1又は複数のプロセッサを備える、システム。 A system comprising one or more processors that perform the method according to any one of claims 1-6. 請求項1〜6のいずれかに記載の方法を1又は複数のプロセッサに実行させる、プログラム。
A program that causes one or more processors to execute the method according to any one of claims 1 to 6.
JP2020103633A 2020-06-16 2020-06-16 Tire performance prediction model learning method, tire performance prediction method, system, and program Active JP7462480B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020103633A JP7462480B2 (en) 2020-06-16 2020-06-16 Tire performance prediction model learning method, tire performance prediction method, system, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020103633A JP7462480B2 (en) 2020-06-16 2020-06-16 Tire performance prediction model learning method, tire performance prediction method, system, and program

Publications (2)

Publication Number Publication Date
JP2021195038A true JP2021195038A (en) 2021-12-27
JP7462480B2 JP7462480B2 (en) 2024-04-05

Family

ID=79196970

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020103633A Active JP7462480B2 (en) 2020-06-16 2020-06-16 Tire performance prediction model learning method, tire performance prediction method, system, and program

Country Status (1)

Country Link
JP (1) JP7462480B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220044378A1 (en) * 2020-08-04 2022-02-10 Hyundai Motor Company Apparatus for predicting wheel performance in vehicle and method therefor

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001050848A (en) 1999-08-09 2001-02-23 Bridgestone Corp Design of pneumatic tire, optimization analyzer and storage medium storing optimization analyzing program
JP4216116B2 (en) 2003-05-07 2009-01-28 横浜ゴム株式会社 Tire contact image analysis method, tire contact image analysis apparatus, and tire contact image analysis program
JP5794931B2 (en) 2012-02-28 2015-10-14 住友ゴム工業株式会社 Tire evaluation method
JP2015059922A (en) 2013-09-20 2015-03-30 横浜ゴム株式会社 Analysis method of grounding surface of tire, prediction method of property of tire, and program
JP7132701B2 (en) 2017-08-10 2022-09-07 株式会社ブリヂストン Tire image recognition method and tire image recognition device
JP6803448B1 (en) 2019-12-02 2020-12-23 Toyo Tire株式会社 Maximum friction coefficient estimation system and maximum friction coefficient estimation method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220044378A1 (en) * 2020-08-04 2022-02-10 Hyundai Motor Company Apparatus for predicting wheel performance in vehicle and method therefor
US11961223B2 (en) * 2020-08-04 2024-04-16 Hyundai Motor Company Apparatus for predicting wheel performance in vehicle and method therefor

Also Published As

Publication number Publication date
JP7462480B2 (en) 2024-04-05

Similar Documents

Publication Publication Date Title
KR102275452B1 (en) Method for tracking image in real time considering both color and shape at the same time and apparatus therefor
CN111161349B (en) Object posture estimation method, device and equipment
KR101581112B1 (en) Method for generating hierarchical structured pattern-based descriptor and method for recognizing object using the descriptor and device therefor
JP5261501B2 (en) Permanent visual scene and object recognition
JP4514687B2 (en) Pattern recognition device
JP6978675B2 (en) Data compression device, data compression method and data compression program
CN114494260B (en) Object defect detection method and device, computer equipment and storage medium
US20190251436A1 (en) High-speed processing method of neural network and apparatus using the high-speed processing method
US20220108544A1 (en) Object detection apparatus, system and method
JP7462480B2 (en) Tire performance prediction model learning method, tire performance prediction method, system, and program
US20150302270A1 (en) A method of providing a feature descriptor for describing at least one feature of an object representation
Abouelaziz et al. Blind 3D mesh visual quality assessment using support vector regression
CN112348116A (en) Target detection method and device using spatial context and computer equipment
KR101515926B1 (en) Method for object detection and apparatus thereof
Ahmad et al. A novel image tamper detection approach by blending forensic tools and optimized CNN: Sealion customized firefly algorithm
US20230103737A1 (en) Attention mechanism, image recognition system, and feature conversion method
CN115546743B (en) Vehicle road cooperative control method, device, equipment and medium based on adhesion coefficient
US11335012B2 (en) Object tracking method and apparatus
CN116051448A (en) Flat surface detection device and method
JP7139369B2 (en) Detection result analysis device, detection result analysis method and detection result analysis program
CN113903016A (en) Bifurcation point detection method, bifurcation point detection device, computer equipment and computer program product
JP2022090349A (en) Method for learning tire performance prediction model, method for predicting tire performance, system and program
US20220300818A1 (en) Structure optimization apparatus, structure optimization method, and computer-readable recording medium
CN114842342B (en) Method and device for detecting disordered scene based on artificial intelligence and related equipment
CN110634135B (en) Image processing method and device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20230412

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20240220

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20240312

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240326

R150 Certificate of patent or registration of utility model

Ref document number: 7462480

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150