1
|
Liu J, Zhao X, Zhao K, Goncharov VG, Delhommelle J, Lin J, Guo X. A modulated fingerprint assisted machine learning method for retrieving elastic moduli from resonant ultrasound spectroscopy. Sci Rep 2023; 13:5919. [PMID: 37041266 PMCID: PMC10090122 DOI: 10.1038/s41598-023-33046-w] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Grants] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 01/03/2023] [Accepted: 04/06/2023] [Indexed: 04/13/2023] Open
Abstract
We used deep-learning-based models to automatically obtain elastic moduli from resonant ultrasound spectroscopy (RUS) spectra, which conventionally require user intervention of published analysis codes. By strategically converting theoretical RUS spectra into their modulated fingerprints and using them as a dataset to train neural network models, we obtained models that successfully predicted both elastic moduli from theoretical test spectra of an isotropic material and from a measured steel RUS spectrum with up to 9.6% missing resonances. We further trained modulated fingerprint-based models to resolve RUS spectra from yttrium-aluminum-garnet (YAG) ceramic samples with three elastic moduli. The resulting models were capable of retrieving all three elastic moduli from spectra with a maximum of 26% missing frequencies. In summary, our modulated fingerprint method is an efficient tool to transform raw spectroscopy data and train neural network models with high accuracy and resistance to spectra distortion.
Collapse
Affiliation(s)
- Juejing Liu
- Department of Chemistry, Washington State University, Pullman, WA, 99164, USA
- Alexandra Navrotsky Institute for Experimental Thermodynamics, Washington State University, Pullman, WA, 99164, USA
- School of Mechanical and Materials Engineering, Washington State University, Pullman, WA, 99164, USA
| | - Xiaodong Zhao
- Department of Chemistry, Washington State University, Pullman, WA, 99164, USA
- Alexandra Navrotsky Institute for Experimental Thermodynamics, Washington State University, Pullman, WA, 99164, USA
| | - Ke Zhao
- Alexandra Navrotsky Institute for Experimental Thermodynamics, Washington State University, Pullman, WA, 99164, USA
| | - Vitaliy G Goncharov
- Department of Chemistry, Washington State University, Pullman, WA, 99164, USA
- Alexandra Navrotsky Institute for Experimental Thermodynamics, Washington State University, Pullman, WA, 99164, USA
- School of Mechanical and Materials Engineering, Washington State University, Pullman, WA, 99164, USA
| | - Jerome Delhommelle
- Department of Chemistry, University of Massachusetts, Lowell, MA, 01854, USA
| | - Jian Lin
- School of Nuclear Science and Technology, Xi'an Jiaotong University, Xi'an, 710049, Shaanxi, China
| | - Xiaofeng Guo
- Department of Chemistry, Washington State University, Pullman, WA, 99164, USA.
- Alexandra Navrotsky Institute for Experimental Thermodynamics, Washington State University, Pullman, WA, 99164, USA.
- School of Mechanical and Materials Engineering, Washington State University, Pullman, WA, 99164, USA.
| |
Collapse
|
2
|
Machine-Learned Free Energy Surfaces for Capillary Condensation and Evaporation in Mesopores. ENTROPY 2022; 24:e24010097. [PMID: 35052123 PMCID: PMC8774451 DOI: 10.3390/e24010097] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Download PDF] [Figures] [Subscribe] [Scholar Register] [Received: 11/15/2021] [Revised: 12/29/2021] [Accepted: 01/05/2022] [Indexed: 12/04/2022]
Abstract
Using molecular simulations, we study the processes of capillary condensation and capillary evaporation in model mesopores. To determine the phase transition pathway, as well as the corresponding free energy profile, we carry out enhanced sampling molecular simulations using entropy as a reaction coordinate to map the onset of order during the condensation process and of disorder during the evaporation process. The structural analysis shows the role played by intermediate states, characterized by the onset of capillary liquid bridges and bubbles. We also analyze the dependence of the free energy barrier on the pore width. Furthermore, we propose a method to build a machine learning model for the prediction of the free energy surfaces underlying capillary phase transition processes in mesopores.
Collapse
|
3
|
Sprague K, Carrasquilla J, Whitelam S, Tamblyn I. Watch and learn—a generalized approach for transferrable learning in deep neural networks via physical principles. MACHINE LEARNING: SCIENCE AND TECHNOLOGY 2021. [DOI: 10.1088/2632-2153/abc81b] [Citation(s) in RCA: 2] [Impact Index Per Article: 0.5] [Reference Citation Analysis] [Abstract] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/12/2022] Open
Abstract
Abstract
Transfer learning refers to the use of knowledge gained while solving a machine learning task and applying it to the solution of a closely related problem. Such an approach has enabled scientific breakthroughs in computer vision and natural language processing where the weights learned in state-of-the-art models can be used to initialize models for other tasks which dramatically improve their performance and save computational time. Here we demonstrate an unsupervised learning approach augmented with basic physical principles that achieves fully transferrable learning for problems in statistical physics across different physical regimes. By coupling a sequence model based on a recurrent neural network to an extensive deep neural network, we are able to learn the equilibrium probability distributions and inter-particle interaction models of classical statistical mechanical systems. Our approach, distribution-consistent learning, DCL, is a general strategy that works for a variety of canonical statistical mechanical models (Ising and Potts) as well as disordered interaction potentials. Using data collected from a single set of observation conditions, DCL successfully extrapolates across all temperatures, thermodynamic phases, and can be applied to different length-scales. This constitutes a fully transferrable physics-based learning in a generalizable approach.
Collapse
|
4
|
Whitelam S. Improving the Accuracy of Nearest-Neighbor Classification Using Principled Construction and Stochastic Sampling of Training-Set Centroids. ENTROPY (BASEL, SWITZERLAND) 2021; 23:149. [PMID: 33530507 PMCID: PMC7911166 DOI: 10.3390/e23020149] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Grants] [Track Full Text] [Download PDF] [Figures] [Subscribe] [Scholar Register] [Received: 01/03/2021] [Accepted: 01/21/2021] [Indexed: 11/16/2022]
Abstract
A conceptually simple way to classify images is to directly compare test-set data and training-set data. The accuracy of this approach is limited by the method of comparison used, and by the extent to which the training-set data cover configuration space. Here we show that this coverage can be substantially increased using coarse-graining (replacing groups of images by their centroids) and stochastic sampling (using distinct sets of centroids in combination). We use the MNIST and Fashion-MNIST data sets to show that a principled coarse-graining algorithm can convert training images into fewer image centroids without loss of accuracy of classification of test-set images by nearest-neighbor classification. Distinct batches of centroids can be used in combination as a means of stochastically sampling configuration space, and can classify test-set data more accurately than can the unaltered training set. On the MNIST and Fashion-MNIST data sets this approach converts nearest-neighbor classification from a mid-ranking- to an upper-ranking member of the set of classical machine-learning techniques.
Collapse
Affiliation(s)
- Stephen Whitelam
- Molecular Foundry, Lawrence Berkeley National Laboratory, 1 Cyclotron Road, Berkeley, CA 94720, USA
| |
Collapse
|
5
|
Whitelam S, Jacobson D, Tamblyn I. Evolutionary reinforcement learning of dynamical large deviations. J Chem Phys 2020; 153:044113. [PMID: 32752661 DOI: 10.1063/5.0015301] [Citation(s) in RCA: 14] [Impact Index Per Article: 2.8] [Reference Citation Analysis] [Abstract] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 02/06/2023] Open
Abstract
We show how to bound and calculate the likelihood of dynamical large deviations using evolutionary reinforcement learning. An agent, a stochastic model, propagates a continuous-time Monte Carlo trajectory and receives a reward conditioned upon the values of certain path-extensive quantities. Evolution produces progressively fitter agents, potentially allowing the calculation of a piece of a large-deviation rate function for a particular model and path-extensive quantity. For models with small state spaces, the evolutionary process acts directly on rates, and for models with large state spaces, the process acts on the weights of a neural network that parameterizes the model's rates. This approach shows how path-extensive physics problems can be considered within a framework widely used in machine learning.
Collapse
Affiliation(s)
- Stephen Whitelam
- Molecular Foundry, Lawrence Berkeley National Laboratory, 1 Cyclotron Road, Berkeley, California 94720, USA
| | - Daniel Jacobson
- Division of Chemistry and Chemical Engineering, California Institute of Technology, Pasadena, California 91125, USA
| | - Isaac Tamblyn
- National Research Council of Canada, Ottawa, Ontario K1N 5A2, Canada
| |
Collapse
|
6
|
Mahynski NA, Hatch HW, Witman M, Sheen DA, Errington JR, Shen VK. Flat-histogram extrapolation as a useful tool in the age of big data. MOLECULAR SIMULATION 2020. [DOI: 10.1080/08927022.2020.1747617] [Citation(s) in RCA: 4] [Impact Index Per Article: 0.8] [Reference Citation Analysis] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 10/24/2022]
Affiliation(s)
- Nathan A. Mahynski
- Chemical Sciences Division, National Institute of Standards and Technology, Gaithersburg, MD, USA
| | - Harold W. Hatch
- Chemical Sciences Division, National Institute of Standards and Technology, Gaithersburg, MD, USA
| | | | - David A. Sheen
- Chemical Sciences Division, National Institute of Standards and Technology, Gaithersburg, MD, USA
| | - Jeffrey R. Errington
- Department of Chemical and Biological Engineering, University at Buffalo, The State University of New York, Buffalo, NY, USA
| | - Vincent K. Shen
- Chemical Sciences Division, National Institute of Standards and Technology, Gaithersburg, MD, USA
| |
Collapse
|
7
|
Abstract
As the quantum chemistry (QC) community embraces machine learning (ML), the number of new methods and applications based on the combination of QC and ML is surging. In this Perspective, a view of the current state of affairs in this new and exciting research field is offered, challenges of using machine learning in quantum chemistry applications are described, and potential future developments are outlined. Specifically, examples of how machine learning is used to improve the accuracy and accelerate quantum chemical research are shown. Generalization and classification of existing techniques are provided to ease the navigation in the sea of literature and to guide researchers entering the field. The emphasis of this Perspective is on supervised machine learning.
Collapse
Affiliation(s)
- Pavlo O Dral
- State Key Laboratory of Physical Chemistry of Solid Surfaces, Fujian Provincial Key Laboratory of Theoretical and Computational Chemistry, Department of Chemistry, and College of Chemistry and Chemical Engineering, Xiamen University, Xiamen 361005, China
| |
Collapse
|
8
|
|
9
|
Li J, Zhang H, Chen JZY. Structural Prediction and Inverse Design by a Strongly Correlated Neural Network. PHYSICAL REVIEW LETTERS 2019; 123:108002. [PMID: 31573310 DOI: 10.1103/physrevlett.123.108002] [Citation(s) in RCA: 5] [Impact Index Per Article: 0.8] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Received: 02/14/2019] [Revised: 06/01/2019] [Indexed: 06/10/2023]
Abstract
Macromolecules contain molecular units as the coding information for their correlated structures in physical dimensions. The relationship between these two features is governed by the interaction energies of the involved molecular units and their encoded sequences. We present a neural network algorithm that treats molecular units themselves as neural networks, which has the flexibility to allow each unit to respond to its own environment and to influence others in the system. Through a deep neural network and a self-consistent procedure, molecular units in the network establish a strong correlation to produce the desirable features in the physical world. The proposed framework is applied to the HP model. Both the forward problem of predicting folded structures from given sequences and the inverse problem of predicting required sequences for a given structure are examined.
Collapse
Affiliation(s)
- Jianfeng Li
- The State Key Laboratory of Molecular Engineering of Polymers, Department of Macromolecular Science, Fudan University, Shanghai 200433, China
| | - Hongdong Zhang
- The State Key Laboratory of Molecular Engineering of Polymers, Department of Macromolecular Science, Fudan University, Shanghai 200433, China
| | - Jeff Z Y Chen
- Department of Physics and Astronomy, University of Waterloo, Waterloo, Ontario, Canada N2L 3G1
| |
Collapse
|
10
|
Sun Y, DeJaco RF, Siepmann JI. Deep neural network learning of complex binary sorption equilibria from molecular simulation data. Chem Sci 2019; 10:4377-4388. [PMID: 31057764 PMCID: PMC6482883 DOI: 10.1039/c8sc05340e] [Citation(s) in RCA: 22] [Impact Index Per Article: 3.7] [Reference Citation Analysis] [Abstract] [Track Full Text] [Download PDF] [Figures] [Journal Information] [Subscribe] [Scholar Register] [Received: 11/30/2018] [Accepted: 03/17/2019] [Indexed: 01/29/2023] Open
Abstract
We employed deep neural networks (NNs) as an efficient and intelligent surrogate of molecular simulations for complex sorption equilibria using probabilistic modeling. Canonical (N 1 N 2 VT) Gibbs ensemble Monte Carlo simulations were performed to model a single-stage equilibrium desorptive drying process for (1,4-butanediol or 1,5-pentanediol)/water and 1,5-pentanediol/ethanol from all-silica MFI zeolite and 1,5-pentanediol/water from all-silica LTA zeolite. A multi-task deep NN was trained on the simulation data to predict equilibrium loadings as a function of thermodynamic state variables. The NN accurately reproduces simulation results and is able to obtain a continuous isotherm function. Its predictions can be therefore utilized to facilitate optimization of desorption conditions, which requires a laborious iterative search if undertaken by simulation alone. Furthermore, it learns information about the binary sorption equilibria as hidden layer representations. This allows for application of transfer learning with limited data by fine-tuning a pretrained NN for a different alkanediol/solvent/zeolite system.
Collapse
Affiliation(s)
- Yangzesheng Sun
- Department of Chemistry and Chemical Theory Center , University of Minnesota , 207 Pleasant Street SE , Minneapolis , Minnesota 55455-0431 , USA . ; ; Tel: +1 (612) 624-1844
| | - Robert F DeJaco
- Department of Chemistry and Chemical Theory Center , University of Minnesota , 207 Pleasant Street SE , Minneapolis , Minnesota 55455-0431 , USA . ; ; Tel: +1 (612) 624-1844.,Department of Chemical Engineering and Materials Science , University of Minnesota , 412 Washington Avenue SE , Minneapolis , Minnesota 55455-0132 , USA
| | - J Ilja Siepmann
- Department of Chemistry and Chemical Theory Center , University of Minnesota , 207 Pleasant Street SE , Minneapolis , Minnesota 55455-0431 , USA . ; ; Tel: +1 (612) 624-1844.,Department of Chemical Engineering and Materials Science , University of Minnesota , 412 Washington Avenue SE , Minneapolis , Minnesota 55455-0132 , USA
| |
Collapse
|
11
|
Desgranges C, Delhommelle J. Determination of mixture properties via a combined Expanded Wang-Landau simulations-Machine Learning approach. Chem Phys Lett 2019. [DOI: 10.1016/j.cplett.2018.11.009] [Citation(s) in RCA: 3] [Impact Index Per Article: 0.5] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 10/27/2022]
|