SlideShare une entreprise Scribd logo
1  sur  20
Télécharger pour lire hors ligne
Brian DeCost1
, Heshan Yu2
, Xiaohang Zhang2
, Seunghun Lee2
, Yangang Liang2
, Ichiro Takeuchi2
, Jason Hattrick-Simpers1
, A. Gilad Kusne1
1
National Institute of Standards and Technology, 2
University of Maryland, College Park
Autonomous experimental phase diagram acquisition
2018.08.07 -- AIMS 2018 Meeting -- NIST, Gaithersburg MD
Brian DeCost
2
High-Throughput Experimental Materials Collaboratory
https://mgi.nist.gov/htemc
Distributed experimental materials science platform, built on a network of member institutes.
Realization of the HPC paradigm for experimental materials science?
Contact: martin.green@nist.gov Look for a forthcoming white paper
3
Active clustering for phase diagram acquisition
4
Autonomous science systems
Tabor, Daniel P., et al. "Accelerating the discovery of materials for clean energy in the era of smart automation." Nat. Rev. Mater. 3 (2018): 5-20
https://doi.org/10.1038/s41578-018-0005-z
5
Parallel synthesis, serial characterization
Co-sputtering scheme Ni
Mn
Al
3” spread wafer
Ni Al
Mn
Phase diagram
Gregoire, J. M., et al. "High-throughput synchrotron X-ray diffraction for combinatorial phase mapping." Journal of synchrotron radiation 21.6 (2014): 1262-1268.
Bi
Fe V
XRD
6
Unsupervised phase diagram estimation is hard
Hattrick-Simpers, Jason R., John M. Gregoire, and A. Gilad Kusne.
"Perspective: Composition–structure–property mapping in high-throughput experiments: Turning data into knowledge." APL Materials 4.5 (2016): 053211.
https://doi.org/10.1063/1.4950995
What you really want:
- multi-phase: linear unmixing
- single-phase: invariance to peak shift
- infer the number of regions...
- respect thermodynamics
- leverage archival data
- deal with missing reflections
- fast!
Compromises we can live with
How to discover e.g. line compounds with this approach?
7
Simultaneous phase and property mapping
Kusne, Aaron Gilad, et al. "On-the-fly machine-learning for high-throughput experiments: search for rare-earth-free permanent magnets." Scientific reports 4 (2014): 6367. 10.1038/srep06367
Finding novel rare-earth-free
permanent magnets
8
GRENDEL: Iterative piecewise matrix factorization
Alternate between:
- clustering
- matrix factorization
Kusne, Aaron G., et al. "High-throughput determination of structural phase diagram and constituent phases using GRENDEL." Nanotechnology 26.44 (2015): 444002.
Include archival data from
- ICSD
- AFLOW
9
Amdahl's law in materials science
Speedup (innovation) is limited by the serial portion of the process!
parallel synthesis
MnNiGe: 535 'samples'
serial characterization
Lab diffractometer
30min per composition
2 weeks per ternary!
fast (serial) characterization
Synchrotron (SLAC)
30s per composition
4.5 hours per ternary
Exploit the structure of materials data to scale up
10
Autonomous run: cluster, extrapolate, select
Fe
Fe0.4Pd0.6
Fe0.4Ga0.6
Fe Fe0.4Ga0.6
Fe0.4Pd0.6
VO2
11
Metal Insulator transition: VNbO2, VWO2, etc.
100 150 200 250 300 350 400
10
2
10
3
10
4
10
5
R(W)
T (K)
0.33
0.96
1.36
1.68
2.27
2.61
2.86
3.44
c-Al
2
O
3
substrate
W%
Mixed
Tetragonal
We'd like to efficiently determine metal-insulator transition temperatures experimentally in a variety of systems
9mm composition spread chip
Metal-insulator transition temperature
decreases with doping
Monoclinic
By Original PNGs by Daniel Mayer, traced in Inkscape by User:Stannered - Crystal stucture
CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=1735636
12
X-ray diffraction for phase diagram determination
- Dense collection
- Laboriously hand labeled by experts
- clustering can help
- scaling to more complex systems is a challenge
- higher temperatures: avoid annealing and diffusion effects
Temperature,W
13
Active clustering for autonomous XRD phase mapping
Think carefully about modeling to remove researcher degrees of freedom
14
Spectral clustering loosely: like kernel k-means clustering
27.00 27.25 27.50 27.75 28.00 28.25 28.50
2✓
0
50
100
Intensity(arb.units)
27.00 27.25 27.50 27.75 28.00 28.25 28.50
2✓
0
50
100
Intensity(arb.units)
1. Form the cosine similarity covariance matrix
Y
von Luxburg Tutorial on Spectral Clustering arXiv:0711.0189Zelnik-Manor and Perona, Self-Tuning Spectral Clustering, NIPS 2005
2. compute the eigendecomposition of the kernel matrix
N a = Kasolve
min
C
X
c2C
X
x2c
kx ck2
3. perform k-means clustering in the latent space
find cluster centers c:
project data onto k principal eigenvectors
Ki,j = e dcos(yi,yj )/2 i j
set to k'th nearest neighbor distance fori yi
15
Gaussian process classification
p(y = 1|x) = (f(x))
(z) = 1/(1 + exp( z))
A Bayesian non-parametric generalization of logistic regression
X
0.0 0.2 0.4 0.6 0.8 1.0
X
1
0
1
y
0.0 0.2 0.4 0.6 0.8 1.0
X
1
0
1
y
0.0 0.2 0.4 0.6 0.8 1.0
X
1
0
1
y
0.0 0.2 0.4 0.6 0.8 1.0
X
1
0
1
y
0.0 0.2 0.4 0.6 0.8 1.0
X
1
0
1
y
Bayesian model selection:
gradient-based optimization of the marginal likelihood p(y|X, Hi)
0.0 0.2 0.4 0.6 0.8 1.0
X
1
0
1
y
Ki,j = e |xj xi|2
/`2
Multi-class: one-vs-all strategy
f⇤ = k(x⇤)(K + 2
I) 1
y
V[f⇤] = k(x⇤, x⇤) kT
⇤ (K + 2
I) 1
k⇤
GP prior on f:
http://gpflow.readthedocs.io
Why you should consider Bayesian non-parametric models:
principled hyperparameter tuning (without CV)
This model knows what it doesn't know!
16
Active Gaussian process classification
Kapoor et al. Gaussian Processes for Object Categorization (2010)
DOI: 10.1007/s11263-009-0268-3
Classification uncertainty
Multi-class: one-vs-all strategy
arg min
xu2Xu
|fu|
p
⌃u + 2
monoclinic tetragonal
arg min
xu2Xu
|yu 0.5|
arg max
xu2Xu
⌃u
Margin
Variance
two phase
17
☢
4. GET
command
f = k⇤(K + 2
nI) 1
y
V[f⇤] = k(x⇤, x⇤) kT
⇤ (K + 2
nI) 1
k⇤
0.6 0.7 0.8 0.9 1.0
composition
30
40
50
60
temperature
0.6 0.7 0.8 0.9 1.0
composition
30
40
50
60
temperature
5. POST
new data
1. GET
available data
3. POST
proposed experiment
2. (re)train and predict
Analytics client XRD client
Diffractometer
Control server
26.0 26.5 27.0 27.5 28.0 28.5 29.0 29.5 30.0
2✓
0
25
50
intensity(arb.units)
Infrastructure for autonomous experiments
18
VWO2
monoclinic tetragonal
19
VWO2 clustering performance
monoclinic tetragonal
20
Acknowledgements
Funding sources
NIST
ONR
NRC Postdoctoral Research Associate Program
XRD setup and VNbO2 data collection by Yangang Liang
VWO2 film growth by Xiaohang Zhang
VWO2 setup by Heshan Yu
Ground truth phase labeling by Jason Hattrick-Simpers

Contenu connexe

Tendances

Combinatorial Experimentation and Machine Learning for Materials Discovery
Combinatorial Experimentation and Machine Learning for Materials DiscoveryCombinatorial Experimentation and Machine Learning for Materials Discovery
Combinatorial Experimentation and Machine Learning for Materials Discoveryaimsnist
 
“Materials Informatics and Big Data: Realization of 4th Paradigm of Science i...
“Materials Informatics and Big Data: Realization of 4th Paradigm of Science i...“Materials Informatics and Big Data: Realization of 4th Paradigm of Science i...
“Materials Informatics and Big Data: Realization of 4th Paradigm of Science i...aimsnist
 
Accelerated Materials Discovery & Characterization with Classical, Quantum an...
Accelerated Materials Discovery & Characterization with Classical, Quantum an...Accelerated Materials Discovery & Characterization with Classical, Quantum an...
Accelerated Materials Discovery & Characterization with Classical, Quantum an...KAMAL CHOUDHARY
 
Computational Discovery of Two-Dimensional Materials, Evaluation of Force-Fie...
Computational Discovery of Two-Dimensional Materials, Evaluation of Force-Fie...Computational Discovery of Two-Dimensional Materials, Evaluation of Force-Fie...
Computational Discovery of Two-Dimensional Materials, Evaluation of Force-Fie...KAMAL CHOUDHARY
 
Physics inspired artificial intelligence/machine learning
Physics inspired artificial intelligence/machine learningPhysics inspired artificial intelligence/machine learning
Physics inspired artificial intelligence/machine learningKAMAL CHOUDHARY
 
Failing Fastest: What an Effective HTE and ML Workflow Enables for Functional...
Failing Fastest: What an Effective HTE and ML Workflow Enables for Functional...Failing Fastest: What an Effective HTE and ML Workflow Enables for Functional...
Failing Fastest: What an Effective HTE and ML Workflow Enables for Functional...aimsnist
 
A Framework and Infrastructure for Uncertainty Quantification and Management ...
A Framework and Infrastructure for Uncertainty Quantification and Management ...A Framework and Infrastructure for Uncertainty Quantification and Management ...
A Framework and Infrastructure for Uncertainty Quantification and Management ...aimsnist
 
When The New Science Is In The Outliers
When The New Science Is In The OutliersWhen The New Science Is In The Outliers
When The New Science Is In The Outliersaimsnist
 
Smart Metrics for High Performance Material Design
Smart Metrics for High Performance Material DesignSmart Metrics for High Performance Material Design
Smart Metrics for High Performance Material Designaimsnist
 
How to Leverage Artificial Intelligence to Accelerate Data Collection and Ana...
How to Leverage Artificial Intelligence to Accelerate Data Collection and Ana...How to Leverage Artificial Intelligence to Accelerate Data Collection and Ana...
How to Leverage Artificial Intelligence to Accelerate Data Collection and Ana...aimsnist
 
Database of Topological Materials and Spin-orbit Spillage
Database of Topological Materials and Spin-orbit SpillageDatabase of Topological Materials and Spin-orbit Spillage
Database of Topological Materials and Spin-orbit SpillageKAMAL CHOUDHARY
 
High-throughput discovery of low-dimensional and topologically non-trivial ma...
High-throughput discovery of low-dimensional and topologically non-trivial ma...High-throughput discovery of low-dimensional and topologically non-trivial ma...
High-throughput discovery of low-dimensional and topologically non-trivial ma...KAMAL CHOUDHARY
 
Computational Database for 3D and 2D materials to accelerate discovery
Computational Database for 3D and 2D materials to accelerate discoveryComputational Database for 3D and 2D materials to accelerate discovery
Computational Database for 3D and 2D materials to accelerate discoveryKAMAL CHOUDHARY
 
Morgan uw maGIV v1.3 dist
Morgan uw maGIV v1.3 distMorgan uw maGIV v1.3 dist
Morgan uw maGIV v1.3 distddm314
 
Materials Design in the Age of Deep Learning and Quantum Computation
Materials Design in the Age of Deep Learning and Quantum ComputationMaterials Design in the Age of Deep Learning and Quantum Computation
Materials Design in the Age of Deep Learning and Quantum ComputationKAMAL CHOUDHARY
 
Automated Machine Learning Applied to Diverse Materials Design Problems
Automated Machine Learning Applied to Diverse Materials Design ProblemsAutomated Machine Learning Applied to Diverse Materials Design Problems
Automated Machine Learning Applied to Diverse Materials Design ProblemsAnubhav Jain
 
Density functional theory calculations and data mining for new thermoelectric...
Density functional theory calculations and data mining for new thermoelectric...Density functional theory calculations and data mining for new thermoelectric...
Density functional theory calculations and data mining for new thermoelectric...Anubhav Jain
 
Software tools for data-driven research and their application to thermoelectr...
Software tools for data-driven research and their application to thermoelectr...Software tools for data-driven research and their application to thermoelectr...
Software tools for data-driven research and their application to thermoelectr...Anubhav Jain
 
Software tools, crystal descriptors, and machine learning applied to material...
Software tools, crystal descriptors, and machine learning applied to material...Software tools, crystal descriptors, and machine learning applied to material...
Software tools, crystal descriptors, and machine learning applied to material...Anubhav Jain
 
Methods, tools, and examples (Part II): High-throughput computation and machi...
Methods, tools, and examples (Part II): High-throughput computation and machi...Methods, tools, and examples (Part II): High-throughput computation and machi...
Methods, tools, and examples (Part II): High-throughput computation and machi...Anubhav Jain
 

Tendances (20)

Combinatorial Experimentation and Machine Learning for Materials Discovery
Combinatorial Experimentation and Machine Learning for Materials DiscoveryCombinatorial Experimentation and Machine Learning for Materials Discovery
Combinatorial Experimentation and Machine Learning for Materials Discovery
 
“Materials Informatics and Big Data: Realization of 4th Paradigm of Science i...
“Materials Informatics and Big Data: Realization of 4th Paradigm of Science i...“Materials Informatics and Big Data: Realization of 4th Paradigm of Science i...
“Materials Informatics and Big Data: Realization of 4th Paradigm of Science i...
 
Accelerated Materials Discovery & Characterization with Classical, Quantum an...
Accelerated Materials Discovery & Characterization with Classical, Quantum an...Accelerated Materials Discovery & Characterization with Classical, Quantum an...
Accelerated Materials Discovery & Characterization with Classical, Quantum an...
 
Computational Discovery of Two-Dimensional Materials, Evaluation of Force-Fie...
Computational Discovery of Two-Dimensional Materials, Evaluation of Force-Fie...Computational Discovery of Two-Dimensional Materials, Evaluation of Force-Fie...
Computational Discovery of Two-Dimensional Materials, Evaluation of Force-Fie...
 
Physics inspired artificial intelligence/machine learning
Physics inspired artificial intelligence/machine learningPhysics inspired artificial intelligence/machine learning
Physics inspired artificial intelligence/machine learning
 
Failing Fastest: What an Effective HTE and ML Workflow Enables for Functional...
Failing Fastest: What an Effective HTE and ML Workflow Enables for Functional...Failing Fastest: What an Effective HTE and ML Workflow Enables for Functional...
Failing Fastest: What an Effective HTE and ML Workflow Enables for Functional...
 
A Framework and Infrastructure for Uncertainty Quantification and Management ...
A Framework and Infrastructure for Uncertainty Quantification and Management ...A Framework and Infrastructure for Uncertainty Quantification and Management ...
A Framework and Infrastructure for Uncertainty Quantification and Management ...
 
When The New Science Is In The Outliers
When The New Science Is In The OutliersWhen The New Science Is In The Outliers
When The New Science Is In The Outliers
 
Smart Metrics for High Performance Material Design
Smart Metrics for High Performance Material DesignSmart Metrics for High Performance Material Design
Smart Metrics for High Performance Material Design
 
How to Leverage Artificial Intelligence to Accelerate Data Collection and Ana...
How to Leverage Artificial Intelligence to Accelerate Data Collection and Ana...How to Leverage Artificial Intelligence to Accelerate Data Collection and Ana...
How to Leverage Artificial Intelligence to Accelerate Data Collection and Ana...
 
Database of Topological Materials and Spin-orbit Spillage
Database of Topological Materials and Spin-orbit SpillageDatabase of Topological Materials and Spin-orbit Spillage
Database of Topological Materials and Spin-orbit Spillage
 
High-throughput discovery of low-dimensional and topologically non-trivial ma...
High-throughput discovery of low-dimensional and topologically non-trivial ma...High-throughput discovery of low-dimensional and topologically non-trivial ma...
High-throughput discovery of low-dimensional and topologically non-trivial ma...
 
Computational Database for 3D and 2D materials to accelerate discovery
Computational Database for 3D and 2D materials to accelerate discoveryComputational Database for 3D and 2D materials to accelerate discovery
Computational Database for 3D and 2D materials to accelerate discovery
 
Morgan uw maGIV v1.3 dist
Morgan uw maGIV v1.3 distMorgan uw maGIV v1.3 dist
Morgan uw maGIV v1.3 dist
 
Materials Design in the Age of Deep Learning and Quantum Computation
Materials Design in the Age of Deep Learning and Quantum ComputationMaterials Design in the Age of Deep Learning and Quantum Computation
Materials Design in the Age of Deep Learning and Quantum Computation
 
Automated Machine Learning Applied to Diverse Materials Design Problems
Automated Machine Learning Applied to Diverse Materials Design ProblemsAutomated Machine Learning Applied to Diverse Materials Design Problems
Automated Machine Learning Applied to Diverse Materials Design Problems
 
Density functional theory calculations and data mining for new thermoelectric...
Density functional theory calculations and data mining for new thermoelectric...Density functional theory calculations and data mining for new thermoelectric...
Density functional theory calculations and data mining for new thermoelectric...
 
Software tools for data-driven research and their application to thermoelectr...
Software tools for data-driven research and their application to thermoelectr...Software tools for data-driven research and their application to thermoelectr...
Software tools for data-driven research and their application to thermoelectr...
 
Software tools, crystal descriptors, and machine learning applied to material...
Software tools, crystal descriptors, and machine learning applied to material...Software tools, crystal descriptors, and machine learning applied to material...
Software tools, crystal descriptors, and machine learning applied to material...
 
Methods, tools, and examples (Part II): High-throughput computation and machi...
Methods, tools, and examples (Part II): High-throughput computation and machi...Methods, tools, and examples (Part II): High-throughput computation and machi...
Methods, tools, and examples (Part II): High-throughput computation and machi...
 

Similaire à Autonomous experimental phase diagram acquisition

NIST-JARVIS infrastructure for Improved Materials Design
NIST-JARVIS infrastructure for Improved Materials DesignNIST-JARVIS infrastructure for Improved Materials Design
NIST-JARVIS infrastructure for Improved Materials DesignKAMAL CHOUDHARY
 
TMS workshop on machine learning in materials science: Intro to deep learning...
TMS workshop on machine learning in materials science: Intro to deep learning...TMS workshop on machine learning in materials science: Intro to deep learning...
TMS workshop on machine learning in materials science: Intro to deep learning...BrianDeCost
 
The Transformation of Systems Biology Into A Large Data Science
The Transformation of Systems Biology Into A Large Data ScienceThe Transformation of Systems Biology Into A Large Data Science
The Transformation of Systems Biology Into A Large Data ScienceRobert Grossman
 
Accelerating Science with Generative Adversarial Networks
Accelerating Science with Generative Adversarial NetworksAccelerating Science with Generative Adversarial Networks
Accelerating Science with Generative Adversarial NetworksMichela Paganini
 
Introduction to Chainer Chemistry
Introduction to Chainer ChemistryIntroduction to Chainer Chemistry
Introduction to Chainer ChemistryPreferred Networks
 
Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...
Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...
Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...PyData
 
Ema 20190124 v1.4_dist
Ema 20190124 v1.4_distEma 20190124 v1.4_dist
Ema 20190124 v1.4_distddm314
 
⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...
⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...
⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...Victor Asanza
 
The Algorithms of Life - Scientific Computing for Systems Biology
The Algorithms of Life - Scientific Computing for Systems BiologyThe Algorithms of Life - Scientific Computing for Systems Biology
The Algorithms of Life - Scientific Computing for Systems Biologyinside-BigData.com
 
Large Scale Data Clustering: an overview
Large Scale Data Clustering: an overviewLarge Scale Data Clustering: an overview
Large Scale Data Clustering: an overviewVahid Mirjalili
 
A walk through the intersection between machine learning and mechanistic mode...
A walk through the intersection between machine learning and mechanistic mode...A walk through the intersection between machine learning and mechanistic mode...
A walk through the intersection between machine learning and mechanistic mode...JuanPabloCarbajal3
 
(PhD Dissertation Defense) Theoretical and Numerical Investigations on Crysta...
(PhD Dissertation Defense) Theoretical and Numerical Investigations on Crysta...(PhD Dissertation Defense) Theoretical and Numerical Investigations on Crysta...
(PhD Dissertation Defense) Theoretical and Numerical Investigations on Crysta...James D.B. Wang, PhD
 
Signal Discrimination in Cells Through A Negative Feedback
Signal Discrimination in Cells Through A Negative FeedbackSignal Discrimination in Cells Through A Negative Feedback
Signal Discrimination in Cells Through A Negative FeedbackVimalathithan Devaraj
 
Error of Multileaf collimator prediction using recurrent neural network (LSTM)
Error of Multileaf collimator prediction using recurrent neural network (LSTM)Error of Multileaf collimator prediction using recurrent neural network (LSTM)
Error of Multileaf collimator prediction using recurrent neural network (LSTM)WonjoongCheon
 
The Materials Project: A Community Data Resource for Accelerating New Materia...
The Materials Project: A Community Data Resource for Accelerating New Materia...The Materials Project: A Community Data Resource for Accelerating New Materia...
The Materials Project: A Community Data Resource for Accelerating New Materia...Anubhav Jain
 

Similaire à Autonomous experimental phase diagram acquisition (20)

NIST-JARVIS infrastructure for Improved Materials Design
NIST-JARVIS infrastructure for Improved Materials DesignNIST-JARVIS infrastructure for Improved Materials Design
NIST-JARVIS infrastructure for Improved Materials Design
 
TMS workshop on machine learning in materials science: Intro to deep learning...
TMS workshop on machine learning in materials science: Intro to deep learning...TMS workshop on machine learning in materials science: Intro to deep learning...
TMS workshop on machine learning in materials science: Intro to deep learning...
 
qmms_wines.pptx
qmms_wines.pptxqmms_wines.pptx
qmms_wines.pptx
 
MUMS Opening Workshop - Materials Innovation Driven by Data and Knowledge Sys...
MUMS Opening Workshop - Materials Innovation Driven by Data and Knowledge Sys...MUMS Opening Workshop - Materials Innovation Driven by Data and Knowledge Sys...
MUMS Opening Workshop - Materials Innovation Driven by Data and Knowledge Sys...
 
A*STAR Webinar on The AI Revolution in Materials Science
A*STAR Webinar on The AI Revolution in Materials ScienceA*STAR Webinar on The AI Revolution in Materials Science
A*STAR Webinar on The AI Revolution in Materials Science
 
The Transformation of Systems Biology Into A Large Data Science
The Transformation of Systems Biology Into A Large Data ScienceThe Transformation of Systems Biology Into A Large Data Science
The Transformation of Systems Biology Into A Large Data Science
 
Accelerating Science with Generative Adversarial Networks
Accelerating Science with Generative Adversarial NetworksAccelerating Science with Generative Adversarial Networks
Accelerating Science with Generative Adversarial Networks
 
Introduction to Chainer Chemistry
Introduction to Chainer ChemistryIntroduction to Chainer Chemistry
Introduction to Chainer Chemistry
 
Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...
Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...
Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...
 
Ema 20190124 v1.4_dist
Ema 20190124 v1.4_distEma 20190124 v1.4_dist
Ema 20190124 v1.4_dist
 
⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...
⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...
⭐⭐⭐⭐⭐ Device Free Indoor Localization in the 28 GHz band based on machine lea...
 
The Algorithms of Life - Scientific Computing for Systems Biology
The Algorithms of Life - Scientific Computing for Systems BiologyThe Algorithms of Life - Scientific Computing for Systems Biology
The Algorithms of Life - Scientific Computing for Systems Biology
 
Large Scale Data Clustering: an overview
Large Scale Data Clustering: an overviewLarge Scale Data Clustering: an overview
Large Scale Data Clustering: an overview
 
A walk through the intersection between machine learning and mechanistic mode...
A walk through the intersection between machine learning and mechanistic mode...A walk through the intersection between machine learning and mechanistic mode...
A walk through the intersection between machine learning and mechanistic mode...
 
(PhD Dissertation Defense) Theoretical and Numerical Investigations on Crysta...
(PhD Dissertation Defense) Theoretical and Numerical Investigations on Crysta...(PhD Dissertation Defense) Theoretical and Numerical Investigations on Crysta...
(PhD Dissertation Defense) Theoretical and Numerical Investigations on Crysta...
 
Oral Defence
Oral DefenceOral Defence
Oral Defence
 
Signal Discrimination in Cells Through A Negative Feedback
Signal Discrimination in Cells Through A Negative FeedbackSignal Discrimination in Cells Through A Negative Feedback
Signal Discrimination in Cells Through A Negative Feedback
 
Error of Multileaf collimator prediction using recurrent neural network (LSTM)
Error of Multileaf collimator prediction using recurrent neural network (LSTM)Error of Multileaf collimator prediction using recurrent neural network (LSTM)
Error of Multileaf collimator prediction using recurrent neural network (LSTM)
 
Cyberinfrastructure for Einstein's Equations and Beyond
Cyberinfrastructure for Einstein's Equations and BeyondCyberinfrastructure for Einstein's Equations and Beyond
Cyberinfrastructure for Einstein's Equations and Beyond
 
The Materials Project: A Community Data Resource for Accelerating New Materia...
The Materials Project: A Community Data Resource for Accelerating New Materia...The Materials Project: A Community Data Resource for Accelerating New Materia...
The Materials Project: A Community Data Resource for Accelerating New Materia...
 

Plus de aimsnist

Enabling Data Science Methods for Catalyst Design and Discovery
Enabling Data Science Methods for Catalyst Design and DiscoveryEnabling Data Science Methods for Catalyst Design and Discovery
Enabling Data Science Methods for Catalyst Design and Discoveryaimsnist
 
The MGI and AI
The MGI and AIThe MGI and AI
The MGI and AIaimsnist
 
Coupling AI with HiTp experiments to Discover Metallic Glasses Faster
Coupling AI with HiTp experiments to Discover Metallic Glasses FasterCoupling AI with HiTp experiments to Discover Metallic Glasses Faster
Coupling AI with HiTp experiments to Discover Metallic Glasses Fasteraimsnist
 
Classical force fields as physics-based neural networks
Classical force fields as physics-based neural networksClassical force fields as physics-based neural networks
Classical force fields as physics-based neural networksaimsnist
 
Pathways Towards a Hierarchical Discovery of Materials
Pathways Towards a Hierarchical Discovery of MaterialsPathways Towards a Hierarchical Discovery of Materials
Pathways Towards a Hierarchical Discovery of Materialsaimsnist
 
Materials Data in Action
Materials Data in ActionMaterials Data in Action
Materials Data in Actionaimsnist
 
Progress in Natural Language Processing of Materials Science Text
Progress in Natural Language Processing of Materials Science TextProgress in Natural Language Processing of Materials Science Text
Progress in Natural Language Processing of Materials Science Textaimsnist
 

Plus de aimsnist (7)

Enabling Data Science Methods for Catalyst Design and Discovery
Enabling Data Science Methods for Catalyst Design and DiscoveryEnabling Data Science Methods for Catalyst Design and Discovery
Enabling Data Science Methods for Catalyst Design and Discovery
 
The MGI and AI
The MGI and AIThe MGI and AI
The MGI and AI
 
Coupling AI with HiTp experiments to Discover Metallic Glasses Faster
Coupling AI with HiTp experiments to Discover Metallic Glasses FasterCoupling AI with HiTp experiments to Discover Metallic Glasses Faster
Coupling AI with HiTp experiments to Discover Metallic Glasses Faster
 
Classical force fields as physics-based neural networks
Classical force fields as physics-based neural networksClassical force fields as physics-based neural networks
Classical force fields as physics-based neural networks
 
Pathways Towards a Hierarchical Discovery of Materials
Pathways Towards a Hierarchical Discovery of MaterialsPathways Towards a Hierarchical Discovery of Materials
Pathways Towards a Hierarchical Discovery of Materials
 
Materials Data in Action
Materials Data in ActionMaterials Data in Action
Materials Data in Action
 
Progress in Natural Language Processing of Materials Science Text
Progress in Natural Language Processing of Materials Science TextProgress in Natural Language Processing of Materials Science Text
Progress in Natural Language Processing of Materials Science Text
 

Dernier

CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESkarthi keyan
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfDrew Moseley
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfalene1
 
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.elesangwon
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Communityprachaibot
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmDeepika Walanjkar
 
Forming section troubleshooting checklist for improving wire life (1).ppt
Forming section troubleshooting checklist for improving wire life (1).pptForming section troubleshooting checklist for improving wire life (1).ppt
Forming section troubleshooting checklist for improving wire life (1).pptNoman khan
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewsandhya757531
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Romil Mishra
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxStephen Sitton
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsResearcher Researcher
 
priority interrupt computer organization
priority interrupt computer organizationpriority interrupt computer organization
priority interrupt computer organizationchnrketan
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptxmohitesoham12
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSneha Padhiar
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书rnrncn29
 
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHTEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHSneha Padhiar
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTSneha Padhiar
 

Dernier (20)

CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdf
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
 
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Community
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
 
Forming section troubleshooting checklist for improving wire life (1).ppt
Forming section troubleshooting checklist for improving wire life (1).pptForming section troubleshooting checklist for improving wire life (1).ppt
Forming section troubleshooting checklist for improving wire life (1).ppt
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overview
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptx
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending Actuators
 
priority interrupt computer organization
priority interrupt computer organizationpriority interrupt computer organization
priority interrupt computer organization
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptx
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
 
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHTEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
 

Autonomous experimental phase diagram acquisition

  • 1. Brian DeCost1 , Heshan Yu2 , Xiaohang Zhang2 , Seunghun Lee2 , Yangang Liang2 , Ichiro Takeuchi2 , Jason Hattrick-Simpers1 , A. Gilad Kusne1 1 National Institute of Standards and Technology, 2 University of Maryland, College Park Autonomous experimental phase diagram acquisition 2018.08.07 -- AIMS 2018 Meeting -- NIST, Gaithersburg MD Brian DeCost
  • 2. 2 High-Throughput Experimental Materials Collaboratory https://mgi.nist.gov/htemc Distributed experimental materials science platform, built on a network of member institutes. Realization of the HPC paradigm for experimental materials science? Contact: martin.green@nist.gov Look for a forthcoming white paper
  • 3. 3 Active clustering for phase diagram acquisition
  • 4. 4 Autonomous science systems Tabor, Daniel P., et al. "Accelerating the discovery of materials for clean energy in the era of smart automation." Nat. Rev. Mater. 3 (2018): 5-20 https://doi.org/10.1038/s41578-018-0005-z
  • 5. 5 Parallel synthesis, serial characterization Co-sputtering scheme Ni Mn Al 3” spread wafer Ni Al Mn Phase diagram Gregoire, J. M., et al. "High-throughput synchrotron X-ray diffraction for combinatorial phase mapping." Journal of synchrotron radiation 21.6 (2014): 1262-1268. Bi Fe V XRD
  • 6. 6 Unsupervised phase diagram estimation is hard Hattrick-Simpers, Jason R., John M. Gregoire, and A. Gilad Kusne. "Perspective: Composition–structure–property mapping in high-throughput experiments: Turning data into knowledge." APL Materials 4.5 (2016): 053211. https://doi.org/10.1063/1.4950995 What you really want: - multi-phase: linear unmixing - single-phase: invariance to peak shift - infer the number of regions... - respect thermodynamics - leverage archival data - deal with missing reflections - fast! Compromises we can live with How to discover e.g. line compounds with this approach?
  • 7. 7 Simultaneous phase and property mapping Kusne, Aaron Gilad, et al. "On-the-fly machine-learning for high-throughput experiments: search for rare-earth-free permanent magnets." Scientific reports 4 (2014): 6367. 10.1038/srep06367 Finding novel rare-earth-free permanent magnets
  • 8. 8 GRENDEL: Iterative piecewise matrix factorization Alternate between: - clustering - matrix factorization Kusne, Aaron G., et al. "High-throughput determination of structural phase diagram and constituent phases using GRENDEL." Nanotechnology 26.44 (2015): 444002. Include archival data from - ICSD - AFLOW
  • 9. 9 Amdahl's law in materials science Speedup (innovation) is limited by the serial portion of the process! parallel synthesis MnNiGe: 535 'samples' serial characterization Lab diffractometer 30min per composition 2 weeks per ternary! fast (serial) characterization Synchrotron (SLAC) 30s per composition 4.5 hours per ternary Exploit the structure of materials data to scale up
  • 10. 10 Autonomous run: cluster, extrapolate, select Fe Fe0.4Pd0.6 Fe0.4Ga0.6 Fe Fe0.4Ga0.6 Fe0.4Pd0.6
  • 11. VO2 11 Metal Insulator transition: VNbO2, VWO2, etc. 100 150 200 250 300 350 400 10 2 10 3 10 4 10 5 R(W) T (K) 0.33 0.96 1.36 1.68 2.27 2.61 2.86 3.44 c-Al 2 O 3 substrate W% Mixed Tetragonal We'd like to efficiently determine metal-insulator transition temperatures experimentally in a variety of systems 9mm composition spread chip Metal-insulator transition temperature decreases with doping Monoclinic By Original PNGs by Daniel Mayer, traced in Inkscape by User:Stannered - Crystal stucture CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=1735636
  • 12. 12 X-ray diffraction for phase diagram determination - Dense collection - Laboriously hand labeled by experts - clustering can help - scaling to more complex systems is a challenge - higher temperatures: avoid annealing and diffusion effects Temperature,W
  • 13. 13 Active clustering for autonomous XRD phase mapping Think carefully about modeling to remove researcher degrees of freedom
  • 14. 14 Spectral clustering loosely: like kernel k-means clustering 27.00 27.25 27.50 27.75 28.00 28.25 28.50 2✓ 0 50 100 Intensity(arb.units) 27.00 27.25 27.50 27.75 28.00 28.25 28.50 2✓ 0 50 100 Intensity(arb.units) 1. Form the cosine similarity covariance matrix Y von Luxburg Tutorial on Spectral Clustering arXiv:0711.0189Zelnik-Manor and Perona, Self-Tuning Spectral Clustering, NIPS 2005 2. compute the eigendecomposition of the kernel matrix N a = Kasolve min C X c2C X x2c kx ck2 3. perform k-means clustering in the latent space find cluster centers c: project data onto k principal eigenvectors Ki,j = e dcos(yi,yj )/2 i j set to k'th nearest neighbor distance fori yi
  • 15. 15 Gaussian process classification p(y = 1|x) = (f(x)) (z) = 1/(1 + exp( z)) A Bayesian non-parametric generalization of logistic regression X 0.0 0.2 0.4 0.6 0.8 1.0 X 1 0 1 y 0.0 0.2 0.4 0.6 0.8 1.0 X 1 0 1 y 0.0 0.2 0.4 0.6 0.8 1.0 X 1 0 1 y 0.0 0.2 0.4 0.6 0.8 1.0 X 1 0 1 y 0.0 0.2 0.4 0.6 0.8 1.0 X 1 0 1 y Bayesian model selection: gradient-based optimization of the marginal likelihood p(y|X, Hi) 0.0 0.2 0.4 0.6 0.8 1.0 X 1 0 1 y Ki,j = e |xj xi|2 /`2 Multi-class: one-vs-all strategy f⇤ = k(x⇤)(K + 2 I) 1 y V[f⇤] = k(x⇤, x⇤) kT ⇤ (K + 2 I) 1 k⇤ GP prior on f: http://gpflow.readthedocs.io Why you should consider Bayesian non-parametric models: principled hyperparameter tuning (without CV) This model knows what it doesn't know!
  • 16. 16 Active Gaussian process classification Kapoor et al. Gaussian Processes for Object Categorization (2010) DOI: 10.1007/s11263-009-0268-3 Classification uncertainty Multi-class: one-vs-all strategy arg min xu2Xu |fu| p ⌃u + 2 monoclinic tetragonal arg min xu2Xu |yu 0.5| arg max xu2Xu ⌃u Margin Variance two phase
  • 17. 17 ☢ 4. GET command f = k⇤(K + 2 nI) 1 y V[f⇤] = k(x⇤, x⇤) kT ⇤ (K + 2 nI) 1 k⇤ 0.6 0.7 0.8 0.9 1.0 composition 30 40 50 60 temperature 0.6 0.7 0.8 0.9 1.0 composition 30 40 50 60 temperature 5. POST new data 1. GET available data 3. POST proposed experiment 2. (re)train and predict Analytics client XRD client Diffractometer Control server 26.0 26.5 27.0 27.5 28.0 28.5 29.0 29.5 30.0 2✓ 0 25 50 intensity(arb.units) Infrastructure for autonomous experiments
  • 20. 20 Acknowledgements Funding sources NIST ONR NRC Postdoctoral Research Associate Program XRD setup and VNbO2 data collection by Yangang Liang VWO2 film growth by Xiaohang Zhang VWO2 setup by Heshan Yu Ground truth phase labeling by Jason Hattrick-Simpers