IP Library Granted Patent US 12,699,920
Granted Patent B2
US 12,699,920 · App. 17/774,886 · Granted Aug 4, 2026

Information processing system, information processing method, and storage medium

Inventor: Kyohei Hanaoka (Tokyo, JP)
G06N20/00G06F17/18
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12,699,920
App. No.
17/774,886
Filed
May 6, 2022
Granted
Aug 4, 2026
Kind
B2
Examiner
DUONG, HUY
Art Unit
2182
USPC
708/490
Abstract

An information processing system according to an embodiment is configured to: acquire numerical representations and combination ratios for a plurality of component objects; acquire numerical representations for a plurality of reference objects; calculate a plurality of component feature vectors and a plurality of reference feature vectors by inputting the numerical representations of each of the plurality of component objects and the plurality of reference objects into a first machine learning model; calculate a probability vector for each of the plurality of component objects by inputting those feature vectors into a second machine learning model; and calculate a composite feature vector for a composite object obtained by combining the plurality of component objects, based on a plurality of probability vectors and a plurality of combination ratios.

Claims (95)

1 . An information processing system, comprising:

at least one processor,

wherein the at least one processor is configured to:

acquire a numerical representation and a compounding ratio for each of a plurality of first polymers, wherein, for each of the plurality of first polymers, the numerical representation includes a numerical value indicating a chemical structure of a first polymer;

acquire a numerical representation for each of a plurality of second polymers, wherein, for each of the plurality of second polymers, the numerical representation includes a numerical value indicating a chemical structure of a second polymer;

generate a first trained machine learning model by executing and repeating a first machine learning process comprising:

inputting a first input vector into a first untrained machine learning model to calculate a first output vector;

calculating a first estimation result from the first output vector;

calculating a first difference between the first estimation result and a first ground truth; and

updating a first parameter of the first untrained machine learning model based on the first difference;

calculate a first feature vector of each of the plurality of first polymers and a second feature vector of each of the plurality of second polymers by inputting a plurality of the numerical representations corresponding to the plurality of first polymers and a plurality of the numerical representations corresponding to the plurality of second polymers into the first trained machine learning model;

generate a second trained machine learning model by executing and repeating a second machine learning process comprising:

inputting a second input vector into a second untrained machine learning model to calculate a second output vector;

calculating a second estimation result from the second output vector;

calculating a second difference between the second estimation result and a second ground truth; and

updating a second parameter of the second untrained machine learning model based on the second difference;

calculate a probability vector indicating a degree of association with each of the plurality of second polymers, for each of the plurality of first polymers, by inputting a plurality of the first feature vectors and a plurality of the second feature vectors into the second trained machine learning model, wherein the second trained machine learning model is one selected from a group consisting of an attention recurrent neural network (RNN) model and a multi-head attention model, each configured to calculate the probability vector while taking into account an influence of a combination of the plurality of the first feature vectors and the plurality of the second feature vectors;

calculate a composite feature vector indicating a degree of association with each of the plurality of second polymers, for a polymer alloy obtained by combining the plurality of first polymers, based on a plurality of the probability vectors and a plurality of the compounding ratios, wherein the at least one processor is further configured to:

cause a dimensionality of the probability vector to match a number of the plurality of second polymers; and

cause a structure of the composite feature vector to be identical to a structure of the probability vector;

calculate a predicted value of a characteristic of the polymer alloy by inputting the composite feature vector into a third trained machine learning model, wherein the predicted value indicates at least one of glass transition temperature and elastic modulus; and

cause a display device to display the predicted value.

2 . The information processing system according to claim 1 ,

wherein when the number of the plurality of first polymers is denoted by m, the number of the plurality of second polymers is denoted by n, each of the plurality of probability vectors is n-dimensional, the plurality of probability vectors are denoted by Vp 1 , Vp 2 , . . . , Vp m , the plurality of compounding ratios are denoted by r 1 , r 2 , . . . , r m , and the composite feature vector is denoted by Vc, the at least one processor is configured to calculate the composite feature vector by using following Equation (1),

V

c

=

r

1

×

V

p

1

+

r

2

×

V

p

2

+

+

r

m

×

V

p

m

(

1

)

3 . An information processing method executed by an information processing system including at least one processor, the method comprising:

acquiring a numerical representation and a compounding ratio for each of a plurality of first polymers, wherein, for each of the plurality of first polymers, the numerical representation includes a numerical value indicating a chemical structure of a first polymer;

acquiring a numerical representation for each of a plurality of second polymers, wherein, for each of the plurality of second polymers, the numerical representation includes a numerical value indicating a chemical structure of a second polymer;

generating a first trained machine learning model by executing and repeating a first machine learning process comprising:

inputting a first input vector into a first untrained machine learning model to calculate a first output vector;

calculating a first estimation result from the first output vector;

calculating a first difference between the first estimation result and a first ground truth; and

updating a first parameter of the first untrained machine learning model based on the first difference;

calculating a first feature vector of each of the plurality of first polymers and a second feature vector of each of the plurality of second polymers by inputting a plurality of the numerical representations corresponding to the plurality of first polymers and a plurality of the numerical representations corresponding to the plurality of second polymers into the first trained machine learning model;

generating a second trained machine learning model by executing and repeating a second machine learning process comprising:

inputting a second input vector into a second untrained machine learning model to calculate a second output vector;

calculating a second estimation result from the second output vector;

calculating a second difference between the second estimation result and a second ground truth; and

updating a second parameter of the second untrained machine learning model based on the second difference;

calculating a probability vector indicating a degree of association with each of the plurality of second polymers, for each of the plurality of first polymers, by inputting a plurality of the first feature vectors and a plurality of the second feature vectors into the second trained machine learning model, wherein the second trained machine learning model is one selected from a group consisting of an attention recurrent neural network (RNN) model and a multi-head attention model, each configured to calculate the probability vector while taking into account an influence of a combination of the plurality of the first feature vectors and the plurality of the second feature vectors;

calculating a composite feature vector indicating a degree of association with each of the plurality of second polymers, for a polymer alloy obtained by combining the plurality of first polymers, based on a plurality of the probability vectors and a plurality of the compounding ratios, wherein the at least one processor is configured to:

cause a dimensionality of the probability vector to match a number of the plurality of second polymers; and

cause a structure of the composite feature vector to be identical to a structure of the probability vector;

calculating a predicted value of a characteristic of the polymer alloy by inputting the composite feature vector into a third trained machine learning model, wherein the predicted value indicates at least one of glass transition temperature and elastic modulus; and

causing a display device to display the predicted value.

4 . A non-transitory computer-readable storage medium storing an information processing program causing a computer to execute:

acquiring a numerical representation and a compounding ratio for each of a plurality of first polymers, wherein, for each of the plurality of first polymers, the numerical representation includes a numerical value indicating a chemical structure of a first polymer;

acquiring a numerical representation for each of a plurality of second polymers, wherein, for each of the plurality of second polymers, the numerical representation includes a numerical value indicating a chemical structure of a second polymer;

generating a first trained machine learning model by executing and repeating a first machine learning process comprising:

inputting a first input vector into a first untrained machine learning model to calculate a first output vector;

calculating a first estimation result from the first output vector;

calculating a first difference between the first estimation result and a first ground truth; and

updating a first parameter of the first untrained machine learning model based on the first difference;

calculating a first feature vector of each of the plurality of first polymers and a second feature vector of each of the plurality of second polymers by inputting a plurality of the numerical representations corresponding to the plurality of first polymers and a plurality of the numerical representations corresponding to the plurality of second polymers into the first trained machine learning model;

generating a second trained machine learning model by executing and repeating a second machine learning process comprising:

inputting a second input vector into a second untrained machine learning model to calculate a second output vector;

calculating a second estimation result from the second output vector;

calculating a second difference between the second estimation result and a second ground truth; and

updating a second parameter of the second untrained machine learning model based on the second difference;

calculating a probability vector indicating a degree of association with each of the plurality of second polymers, for each of the plurality of first polymers, by inputting a plurality of the first feature vectors and a plurality of the second feature vectors into the second trained machine learning model, wherein the second trained machine learning model is one selected from a group consisting of an attention recurrent neural network (RNN) model and a multi-head attention model, each configured to calculate the probability vector while taking into account an influence of a combination of the plurality of the first feature vectors and the plurality of the second feature vectors;

calculating a composite feature vector indicating a degree of association with each of the plurality of second polymers, for a polymer alloy obtained by combining the plurality of first polymers, based on a plurality of the probability vectors and a plurality of the compounding ratios, wherein the information processing program further causing the computer to:

cause a dimensionality of the probability vector to match a number of the plurality of second polymers; and

cause a structure of the composite feature vector to be identical to a structure of the probability vector;

calculating a predicted value of a characteristic of the polymer alloy by inputting the composite feature vector into a third trained machine learning model, wherein the predicted value indicates at least one of glass transition temperature and elastic modulus; and

causing a display device to display the predicted value.

Assignments (3)
CHANGE OF ADDRESS Recorded Feb 9, 2024
From: RESONAC CORPORATION
To: RESONAC CORPORATION
Reel/Frame 066547/0677 →
CHANGE OF NAME Recorded Apr 11, 2023
From: SHOWA DENKO MATERIALS CO., LTD.
To: RESONAC CORPORATION
Reel/Frame 063284/0307 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded May 18, 2022
From: HANAOKA, KYOHEI
To: SHOWA DENKO MATERIALS CO., LTD.
Reel/Frame 059942/0402 →
Priority Claims (1)
JP 2019-204089 · Nov 11, 2019 · national
Continuity (1)
Related Publication 20220405049A1 · Dec 22, 2022
References Cited (73)
US 10790045B1 · Goyal et al. · 2020 [cited by applicant]
US 20060235670A1 · Vujasinovic · 2006 [cited by applicant]
US 20130179187A1 · Jackson et al. · 2013 [cited by applicant]
US 20170076041A1 · Zhou et al. · 2017 [cited by applicant]
US 20180360313A1 · Zhang · 2018 [cited by applicant]
US 20190286791A1 · Takeda et al. · 2019 [cited by applicant]
US 20200160940A1 · Lafon · 2020 [cited by applicant]
US 20200257933A1 · Steingrimsson · 2020 [cited by examiner]
US 20210073671A1 · Puri et al. · 2021 [cited by applicant]
US 20220405049A1 · Hanaoka · 2022 [cited by applicant]
US 20230051237A1 · Souly · 2023 [cited by examiner]
US 20240311692A1 · Tai · 2024 [cited by examiner]
US 20250174314A1 · Triendl et al. · 2025 [cited by applicant]
CA 2800722 · 2013 [cited by applicant]
CN 105778150 · 2016 [cited by applicant]
CN 107111786 · 2017 [cited by applicant]
CN 107969156 · 2018 [cited by applicant]
CN 109870533 · 2019 [cited by applicant]
JP H7227832 · 1995 [cited by applicant]
JP H8006646 · 1996 [cited by applicant]
JP H8512159 · 1996 [cited by applicant]
JP H9259156 · 1997 [cited by applicant]
JP H10055348 · 1998 [cited by applicant]
JP 2001045307 · 2001 [cited by applicant]
JP 2001256420 · 2001 [cited by applicant]
JP 2003058582 · 2003 [cited by applicant]
JP 2004053440 · 2004 [cited by applicant]
JP 2004086892 · 2004 [cited by applicant]
JP 2015060237 · 2015 [cited by applicant]
JP 2018168580 · 2018 [cited by applicant]
JP 2019008571 · 2019 [cited by applicant]
JP 2019028879 · 2019 [cited by applicant]
JP 2019179319 · 2019 [cited by applicant]
KR 20160037512 · 2016 [cited by applicant]
WO 97017659 · 1997 [cited by applicant]
WO 2018084974 · 2018 [cited by applicant]
WO 2018168580 · 2018 [cited by applicant]
WO 2019099944 · 2019 [cited by applicant]
WO 2019198644 · 2019 [cited by applicant]
WO 2020004575 · 2020 [cited by applicant]
Liang, Zhilong, et al. “A Machine Learning Method for Material Property Prediction: Example Polymer Compatibility.” arXiv.Org, Feb. 28, 2022, arxiv.org/abs/2202.13554. (Year: 2022). [cited by examiner]
International Search Report dated Mar. 16, 2021 for PCT/JP2021/003767. [cited by applicant]
SOEI Patent and Law Firm, Statement of Related Matters, dated Aug. 26, 2022. [cited by applicant]
International Preliminary Report on Patentability with Written Opinion dated Sep. 1, 2022 for PCT/JP2021/003767. [cited by applicant]
Kyohei Hanaoka, “Deep Neural Networks for Multicomponent Molecular Systems”, ACS OMEGA, vol. 5, No. 33, Aug. 10, 2020, p. 21042-p. 21053. [cited by applicant]
Dipendra Jha et al., “ElemNet: Deep Learning the Chemistry of Materials From Only Elemental Composition”, Scientific Reports, vol. 8, No. 1, Dec. 4, 2018. [cited by applicant]
Dipendra Jha et al., “IRNet: A General Purpose Deep Residual Regression Framework for Materials Discovery”, CCS '18: Proceedings of the 2018 ACM SIGSAC Conference on Computer and Communications Security, ACM PRSS, New Y… [cited by applicant]
Elham Torabian et al., “New structure-based models for the prediction of flash point of multi-component organic mixtures”, Thermochimica Acta, vol. 672, Nov. 16, 2018, p. 162-p. 172. [cited by applicant]
Rhys E. A. Goodall et al., “Predicting materials properties without crystal structure: Deep representation learning from stoichiometry”, arxiv.org, Cornell University Library, 201 Olin Library Cornell University Ithaca,… [cited by applicant]
Extended Search Report in corresponding European Application No. 21757917.6, dated Jul. 3, 2023. [cited by applicant]
Amitava Choudhury et al., “Structure prediction of multi-principal element alloys using ensemble learning”, Engineering Computations, vol. 37, No. 3, Oct. 8, 2019, p. 1003-p. 1022. [cited by applicant]
Han Min et al., “A Model for the Components of Materials Based on Neural Network Method”, Journal of Building Materials, vol. 5, No. 4, Dec. 25, 2002. [cited by applicant]
International Search Report dated Jan. 19, 2021 for PCT/JP2020/041902. [cited by applicant]
International Search Report dated Jan. 19, 2021 for PCT/JP2020/041905. [cited by applicant]
International Search Report dated Feb. 16, 2021 for PCT/JP2020/041973. [cited by applicant]
SOEI Patent and Law Firm, Statement of Related Matters, dated Jun. 2, 2022. [cited by applicant]
Lin Tzyy-Shyang et al., “BigSMILES: A Structurally-Based Line Notation for Describing Macromolecules”, ACS Central Science, vol. 5, No. 9, Sep. 12, 2019, p. 1523-p. 1531. [cited by applicant]
Minggang Zeng et al., “Graph Convolutional Neural Networks for Polymers Property Prediction”, arxiv.org, Cornell University Library, 201 Olin Library Cornell University Ithaca, NY 14853, Nov. 15, 2018. [cited by applicant]
Oprisiu et al., “QSPR Approach to Predict Nonadditive Properties of Mixtures. Application to Bubble Point Temperatures of Binary Mixtures of Liquids”, Molecular Informatics, vol. 31, No. 6-7, Jul. 6, 2012, p. 491-p. 502. [cited by applicant]
Extended Search Report in corresponding European Application No. 20886745.7, dated Mar. 2, 2023. [cited by applicant]
Wang Yu, et al., “Practical Technology and Application of Plastic Modification”, Printing Industry Press, Jun. 30, 2014. [cited by applicant]
Connor W. Coley et al., “Machine Learning in Computer-Aided Synthesis Planning”, Accounts of Chemical Research, vol. 51, No. 5, May 1, 2018. [cited by applicant]
Lu Yanqiu et al., “Research on Molecular Weight and Distribution of Polyester during Polymerization Process”, Coatings Technology & Abstracts, vol. 38, No. 2, Feb. 28, 2017. [cited by applicant]
Pilania Ghanshyam et al, “Machine-Learning-Based Predictive Modeling of Glass Transition Temperatures: A Case of Polyhydroxyalkanoate Homopolymers and Copolymers”, Journal of Chemical Information and Modeling, vol. 59, … [cited by applicant]
Jinchao Liu et al, “Dynamic Spectrum Matching with One-shot Learning”, arxiv.org, Cornell University Library, 201 Olin Library Cornell University Ithaca, NY 14853, Jun. 23, 2018. [cited by applicant]
Altae-Tran Han et al, “Low Data Drug Discovery with One-Shot Learning”, ACS Central Science, vol. 3, No. 4, Apr. 26, 2017, p. 283-p. 293. [cited by applicant]
Jeon Minji et al, “ReSimNet: drug response similarity prediction using Siamese neural networks”, Bioinformatics, vol. 35, No. 24, May 22, 2019, p. 5249-p. 5256. [cited by applicant]
Extended Search Report in corresponding European Application No. 20886405.8 dated Mar. 16, 2023. [cited by applicant]
Extended Search Report in corresponding European Application No. 20887729.0 dated Mar. 16, 2023. [cited by applicant]
International Preliminary Report on Patentability with Written Opinion dated May 27, 2022 for PCT/JP2020/041902. [cited by applicant]
International Preliminary Report on Patentability with Written Opinion dated May 27, 2022 for PCT/JP2020/041905. [cited by applicant]
International Preliminary Report on Patentability with Written Opinion dated May 27, 2022 for PCT/JP2020/041973. [cited by applicant]
Rhys E. A Goodall and Alpha A. Lee, “Predicting materials properties without crystal structure:Deep representation learning from stoichiometry”, arXiv.Org, https://arxiv.org/abs/1910.00617v2, Oct. 29, 2019, P1-P8. [cited by applicant]