All-solid-state batteries composed of inorganic materials are in high demand as power sources for electric vehicles owing to their improved safety, energy density, and overall lifespan. However, the low ionic conductivity of inorganic solid electrolytes has limited the performance and adoption of inorganic all-solid-state batteries. The solid electrolyte LiZr2(PO4)3 has attracted attention owing to its high Li-ion conductivity. The ionic conductivity of LiZr2(PO4)3 changes with the crystalline phase obtained, which varies based on composition control through elemental substitution and process conditions such as sintering temperature. Traditionally, optimizing such parameters and understanding their relationship to physical properties have relied on researcher experience and intuition. However, a recent use of a materials informatics approach utilizing machine learning shows promise for more efficient property optimization. This study proposes a deep learning model to correlate powder X-ray diffraction (XRD) profiles with the activation energy (Ea) for Li-ion conduction, thereby enhancing the interpretability of the measurement data. XRD profiles, which contain information on crystal structure, lattice strain, and particle size, were used as-is (i.e., without preprocessing) in the deep learning model. An attention mechanism was introduced to the deep learning model that focuses on XRD crystal-structure information and visualization of important factors embedded in the XRD profiles. The highlighted areas in the output of this model successfully predict LiZr2(PO4)3 phases with low Ea (high Li conductivity) and high Ea (low Li conductivity). Moving forward, this deep learning model can offer new insights to materials researchers, potentially contributing to the discovery of new solid electrolyte materials.

Currently, Li-ion secondary batteries are widely used as power sources for small portable devices and laptops.1,2 Traditional Li-ion secondary batteries use organic solutions as electrolytes, which pose fire and explosion risks owing to their flammability and volatility.3,4 Recently, all-solid-state batteries that replace liquid electrolytes with non-flammable inorganic solid electrolytes have garnered attention.5 Despite the safety advantages, all-solid-state batteries still suffer from insufficient rate performance due to the relatively low Li-ion conductivity of solid electrolytes and, therefore, new highly ion-conductive materials are required. Among them, the NASICON-type solid electrolyte LiZr2(PO4)3 (LZP), with high Li-ion conductivity and low reactivity with metallic Li, has gained attention.6,7 Four polymorphs of LZP and related compositions are known: the α-phase, α′-phase, β-phase, and β′-phase.8,9 Among these, the α-phase is reported to have the highest conductivity.9–11 Furthermore, to enhance Li-ion conductivity, research has focused on Li-excess LZP solid electrolytes by doping lower valent cations into Zr4+ and/or P5+ sites in LZP. The combination and amount of dopants change the observed crystalline phase.12–15 Furthermore, the crystalline phase of cation-doped LZP varies depending on the synthesis sintering conditions. Previously, we synthesized Ca and Si co-doped LZP [Li1.45Ca0.15Zr1.85Si0.15P2.85O12 (LCZSP)] under 54 sintering conditions, where the first and second heating temperatures were varied, and it was confirmed that the total Li-ion conductivity (i.e., including bulk and grain-boundary conductivities) at 30 °C varied by two orders of magnitude depending on the sintering temperature combination.14 A materials informatics approach using Bayesian optimization15 has shown promise for efficiently exploring compositions and sintering conditions to control crystal phase and optimize conductivity.14,16–18 Such methods are used not only in LZP but also in a wide range of material optimization.19,20 However, the black-box nature of Bayesian optimization models makes it challenging to elucidate the relationships between composition, structure, process conditions, and physical properties. Understanding and systematizing these relationships is expected to stimulate the development of new functional materials.

To understand factors affecting Li-ion conductivity, we analyzed powder X-ray diffraction (XRD) data using deep learning methods. Powder XRD is widely used for material characterization and contains a wealth of information beyond just the atomic arrangement in the crystal lattice, including lattice strain, particle size, and various other characteristics.21,22 While most functional ceramics research utilizes XRD patterns for phase identification, only a fraction of the data is used. Therefore, we attempted to utilize all crystal information contained in XRD patterns for analysis. In particular, in LZP, where ion conductivity varies under sintering conditions, capturing subtle structural changes is crucial. However, experimental data such as XRD patterns are often challenging to use in machine learning primarily owing to difficulties in noise processing. Therefore, in addition to utilizing all information from XRD patterns, our analysis method reduces the influence of experimental data-specific noise.

Very recently, Chen et al. have successfully used Vision Transformer (ViT)23,24 to create models that identify metal–organic frameworks and organic molecules from XRD and Fourier-transform infrared spectra.24 However, the deep learning model in this study analyzes material properties in addition to identifying phases. Herein, we construct a deep learning model utilizing XRD patterns with learnable attention matrices to visually and quantitatively evaluate the relationship between crystal structure and Li-ion conductivity. Powder XRD, a powerful and frequently used analytical tool, is extensively utilized by materials researchers working on inorganic crystalline materials for phase identification and crystal-structure analysis owing to its ease of use. However, performing detailed crystal-structure analysis requires specialized knowledge of various techniques, such as the Rietveld method. The deep learning model developed in this study is expected to clarify the relationship between crystal structure and physical properties without requiring specialized knowledge, provided that several dozen XRD datasets and physical property data are available. This model is anticipated to be useful in establishing guidelines for designing functional materials.

This study focused on Li1.45Ca0.15Zr1.85Si0.15P2.85O12 (LCZSP), which is a Ca and Si-co-doped LiZr2(PO4)3. Previously, we reported that the conductivity of this material varies under sintering conditions.14 A total of 54 samples were synthesized with different first and second sintering temperatures. XRD and Li-ion conductivity data were collected for each sample. The activation energy was calculated from ion conductivity data measured at 30, 60, and 90 °C. The XRD data obtained from the 2θ range of 10°–60° were normalized to a maximum intensity of 1 and used as descriptors, and the activation energy for Li-ion conduction was used as the target variable. Normalization can accommodate additional literature data; however, this step was not performed in the present study. In this study, XRD patterns of 2501 bins were used to build the model, and the differences in the number of bins due to the data format or settings of the XRD patterns were processed via numerical interpolation before feeding them into the deep learning model as inputs. However, standardizing the data based on the sample with the narrowest angle range and the smallest number of bins is necessary. The details of sample preparation, XRD, and ionic conductivity measurements are described in our previous study.16 

XRD patterns contain noise originating not only from instrumental factors but also from human factors such as sample mounting. When capturing subtle changes in structural information, this noise can potentially influence predictive results. Therefore, in this study, we utilized a denoising autoencoder25 to mitigate the impact of noise in XRD data. A denoising autoencoder is a deep learning model used for noise removal, where it takes noisy data as inputs, performs dimensionality reduction and reconstruction from compressed dimensions, and learns to reconstruct outputs that match the original data before noise addition. In this study, we created a dataset by applying four types of noise to each sample: three patterns of uniformly generated noise fluctuating within ±3.5% vertically and one pattern within ±0.24° horizontally. These noise datasets were used as inputs to train the denoising autoencoder. The inclusion of horizontal noise is expected to mitigate angular shift-related issues, such as zero-adjustment errors, and the addition of vertical noise can prevent deviations in intensity due to mixing of coarse particles and/or preferred orientation, given that these noise components are within the range of the artificial noise added to the input data of the denoising autoencoder.

The schematic illustration of the model used in this study is shown in Fig. 1. In this model, a denoising autoencoder that includes convolution layers was used to compress XRD patterns into a two-dimensional representation (the blue section in Fig. 1). By performing dimensionality reduction with the denoising autoencoder, we created representations of XRD patterns that reduce the influence of noise. From these encoded variables, the activation energy for Li-ion conduction was predicted (the yellow section in Fig. 1).

FIG. 1.

Architecture of the XRD-denoising autoencoder. The XRD descriptors are compressed into two dimensions, which leads to the activation energy of Li-ion conduction (Ea) as the objective variable. In addition, the attention mechanism learns where to look for XRD descriptors that will improve the prediction accuracy of the model.

FIG. 1.

Architecture of the XRD-denoising autoencoder. The XRD descriptors are compressed into two dimensions, which leads to the activation energy of Li-ion conduction (Ea) as the objective variable. In addition, the attention mechanism learns where to look for XRD descriptors that will improve the prediction accuracy of the model.

Close modal

Furthermore, to enhance prediction accuracy and interpretability, we introduced an attention mechanism that learns the important regions of the XRD patterns (the light green section in Fig. 1). In particular, six-head attention matrices were introduced: four attention matrices generated using convolution layers from the features extracted by the convolution of the denoising autoencoder and two attention matrices created using linear layers. These attention matrices were then multiplied with the original features to create attention-weighted features, which were learned to improve prediction accuracy.

The weights of the model were optimized using the loss functions in the following equations, corresponding to the minimization of the mean squared error (MSE), where n and d are the number of samples and descriptors, respectively,
(1)
(2)
The model aims to perform two tasks simultaneously: denoising with XRD dimensionality compression and prediction of the activation energy. Therefore, the model was trained to improve the accuracy of both XRD pattern recovery and activation energy prediction by the denoising autoencoder using the combined loss shown in the following equation:
(3)
Here, the weight w was set to balance the accuracy of XRD pattern reconstruction and the accuracy of activation energy prediction. As depicted in Fig. 2, the optimal w was chosen as w = 50 after evaluation of the coefficient of determination (R2) scores derived from LossXRD and LossEa via grid search with w = [0.1, 1.0, 10.0, 50.0, 100.0].
FIG. 2.

Verification of the weight w. Changes in the R2 score for varying values of the weight w for the composite loss (loss = MSExrd + w × MSEtarget). The orange bar represents the reconstruction accuracy of the XRD descriptors by the denoising autoencoder, and the blue bar represents the prediction accuracy of Ea by the regression network.

FIG. 2.

Verification of the weight w. Changes in the R2 score for varying values of the weight w for the composite loss (loss = MSExrd + w × MSEtarget). The orange bar represents the reconstruction accuracy of the XRD descriptors by the denoising autoencoder, and the blue bar represents the prediction accuracy of Ea by the regression network.

Close modal

For training the XRD-denoising autoencoder, 90% of the data were used as training data, and the remaining 10% were used as test data to check the model performance. The batch size and learning rate were set as hyperparameters, and a grid search was performed to determine the combination with the lowest Lossall. The batch size was set to 4, and the learning rate was set to 0.0001. Training was conducted for 20 000 epochs, and the model with the smallest Lossall in the test data was selected as the best model. The original data before noise were added to the trained model, and the resulting attention matrix was used to examine how to interpret the XRD patterns.

Figure 3(a) is a diagnostic plot of the test data for the XRD-denoising autoencoder reconstruction displaying R2 = 0.72. Figure 3(b) is a diagnostic plot of the test data for the regression prediction of Ea using w = 50. The R2 score for Ea prediction exceeds 0.8, confirming the ability of the model to predict the activation energy. Figure 3(c) compares the input and output of XRD descriptors to the autoencoder. Noise types 1–3 indicate samples with vertical noise, and type 4 indicates samples with horizontal noise. Samples with vertical noise show minimal error in peak positions, but the restoration of peak heights is less accurate. While the R2 score of the XRD-denoising autoencoder (0.72) indicates uncertain precision, Fig. 3(c) confirms high-precision restoration of crucial peak positions for phase differentiation. Therefore, the model effectively captures crystallographic information in the compressed dimensions. Conversely, removing the horizontal noise proved challenging.

FIG. 3.

Accuracy of the XRD-denoising autoencoder (diagnostic plots for the test data). (a) Reconstruction performance of the XRD-denoising autoencoder (b) Regression prediction performance for Ea. (c) Comparison before and after reconstruction of the test data. Noise types 1–3 represent vertical noise, and type 4 represents horizontal noise. The range of 2θ from 10° to 30° is shown. For the full range, refer to the supplementary material, Fig. S1.

FIG. 3.

Accuracy of the XRD-denoising autoencoder (diagnostic plots for the test data). (a) Reconstruction performance of the XRD-denoising autoencoder (b) Regression prediction performance for Ea. (c) Comparison before and after reconstruction of the test data. Noise types 1–3 represent vertical noise, and type 4 represents horizontal noise. The range of 2θ from 10° to 30° is shown. For the full range, refer to the supplementary material, Fig. S1.

Close modal

Furthermore, a comprehensive analysis of the 2D representations compressed by the autoencoder (supplementary material Figs. S2–S4) confirms that the first compressed dimension reflects α- and β-phase formation, whereas the second compressed dimension captures features such as the first sintering temperature and the overall shape of the peaks, including the full width at half maximum, as shown in the supplementary material, Figs. S2 and S3. The correlation between the XRD profiles and the two compressed dimensions is presented in the supplementary material, Fig. S4. Because the first compressed dimension variable matched the diffraction angles of the α- and β-phases, the second heating temperature is likely related to the formation ratio of these phases. For the second compressed dimension variable, a weak correlation over a broad angular range suggests capturing information such as the peak profile.

Figure 4 shows the visualization of the attention matrices (Heads 1–6) of XRD patterns obtained from the trained model. Heads 1–4 are created by convolutional layers, while Heads 5 and 6 are created by fully connected layers. It is observed that Heads 1–4, using convolutional layers, did not capture prominent attention matrix-derived features, whereas Heads 5 and 6, using fully connected layers, successfully captured distinctive features. These results suggest that creating attention matrices using fully connected layers is superior to using convolutional layers. Notably, application of zero-filling to the outputs of Heads 1–4 degraded the autoencoder’s XRD-profile reconstruction performance and the prediction accuracy of the activation energy Ea (supplementary material Fig. S6). This result indicates that Heads 1–4, which include convolutional layers, contribute to improving the fitting accuracy of the proposed autoencoder model. One contributing factor to these results is that convolutional layers merely extract features and may not distinguish attention across similarly shaped peaks at different diffraction angles. Sample numbers in Fig. 4 are arranged in order of the first and second heating temperatures, and horizontal lines periodically appear in Heads 5 and 6, corresponding to the differences in the second heating temperature. For visualization purposes, Fig. S5 of the supplementary material displays the masks of Heads 5 and 6 for samples sorted in order of the second heating temperature. Head 5 shows a significant contribution of attention scores in samples with second heating temperatures of 1100–1150 °C, while Head 6 shows a similar trend in samples with second heating temperatures of 1100–1200 °C. Figure 5 demonstrates a strong correlation between the activation energy and the second heating temperature. These observations confirm that Heads 5 and 6 have learned attention matrix-derived features related to the second heating temperature.

FIG. 4.

Visualization of the attention matrices.

FIG. 4.

Visualization of the attention matrices.

Close modal
FIG. 5.

Relationship between the sintering conditions and the activation energy for ion conduction. In the figure, r indicates the correlation coefficient, previously denoted as R2.

FIG. 5.

Relationship between the sintering conditions and the activation energy for ion conduction. In the figure, r indicates the correlation coefficient, previously denoted as R2.

Close modal

The heatmap displays diffraction angles on the horizontal axis and sample numbers on the vertical axis, with the attention scores represented by color intensity.

Figure 6(a) shows the selected XRD patterns where the average attention scores of Heads 5 and 6 across all samples ≥0.8 are colored. For example, the profile indicated by the black lines in the figure represents the XRD pattern of sample No. 34, which has the lowest activation energy. The pink, blue, and green lines represent the spectra obtained from the ICSD for the α-phase LZP (No. 201935), β-phase LZP (No. 91113), and ZrO2 (No. 100243), respectively. In addition, the star symbols indicate attribution to high attention-score areas in the ICSD data, marked with the corresponding colors. From this figure, it is observed that both Heads 5 and 6 mainly focus on specific peaks derived only from the α-phase and β-phase (represented by the single-colored star symbols). This agrees with the fact that the α-phase LZP shows superior ionic conductivity compared to the β-phase LZP, as mentioned in the introduction section. Furthermore, the significant attention score derived from ZrO2 implies that the presence of ZrO2 impurities may influence the activation energy of ion conductivity.

FIG. 6.

XRD profiles containing high attention-score areas for selected samples. (a) The XRD profile for sample No. 34 with the red highlight indicating where the averaged attention scores are ≥0.8 by Head 5 and Head 6 attention matrices. The star symbols in the figure correspond to phases: pink for the α-phase, blue for the β-phase, and green for ZrO2. (b) Magnified view of the dotted box.

FIG. 6.

XRD profiles containing high attention-score areas for selected samples. (a) The XRD profile for sample No. 34 with the red highlight indicating where the averaged attention scores are ≥0.8 by Head 5 and Head 6 attention matrices. The star symbols in the figure correspond to phases: pink for the α-phase, blue for the β-phase, and green for ZrO2. (b) Magnified view of the dotted box.

Close modal

A magnified view of the XRD profiles, including highlights for high attention-score areas within the dashed box in Fig. 6(a), is presented in Fig. 6(b). A close examination reveals very subtle but distinct β-phase-specific peaks in these attention areas. Near this diffraction angle, an extremely small peak, originating from the β-phase, is expected, which likely results in a higher attention score. In the example shown in the figure, almost no peaks are visible, suggesting the formation of the α-phase. This result suggests that the model learns crystal-structure features through XRD patterns, even in the absence of information about the α- or β-phase.

In Fig. 7, we examined the differences in the attention-score distribution between samples with low and high activation energies. Note that the activation energy represents the temperature dependence of the Li-ion diffusion coefficient, where effective ion conductors typically exhibit lower activation energies. Figure 7(a) displays samples arranged in ascending order of activation energy, visually representing attention scores from Heads 5 and 6. The figure reveals that areas with higher activation energies are predominantly white, indicating numerous attention spots. Based on these results, we extracted the top five samples with low activation energies and the bottom five with high activation energies, calculated the average attention scores at each diffraction angle, and colored areas with average scores above 0.8 in Figs. 7(b) and 7(c) for Head 5 and Head 6, respectively. The black lines in Figs. 7(b) and 7(c) represent the XRD patterns of the sample with the lowest activation energy (No. 34) and the highest activation energy (No. 37). The red segments indicate high attention-score areas for samples with low activation energies, while blue segments indicate those for samples with high activation energies. From these figures, it is evident that samples with higher activation energies show more attention areas, including specific areas related to β-phase and ZrO2, as well as areas with no clear attribution. This suggests a correlation between increased impurities and higher activation energies. Moreover, the model’s tendency to focus on entire peaks suggests its attention to factors related to XRD peak broadening, such as lattice strain or particle size. Since our previous studies indicated that the grain size and the grain-boundary structure relate to Li-ion conduction properties, the broad high attention-score areas for XRD peaks may relate to the peak profile of the XRD patterns containing crystalline size and lattice distortion derived from grain-boundaries.

FIG. 7.

Comparison of points of interest in samples with good and poor conduction properties. (a) Attention scores of Head 5 and Head 6 in ascending order of activation energy. (b) Visualization of attention scores for Head 5. (c) Visualization of attention scores for Head 6. For the top five samples with the lowest activation energy and the bottom five samples with the highest activation energy, the average attention scores at each diffraction angle were calculated, with the average ≥ 0.8 highlighted. Regions of interest for samples with good conductive properties are indicated in red, while those for samples with poor conductive properties are indicated in blue. The black lines represent the XRD patterns for sample No. 34, which has the lowest activation energy, and sample No. 37, which has the highest activation energy.

FIG. 7.

Comparison of points of interest in samples with good and poor conduction properties. (a) Attention scores of Head 5 and Head 6 in ascending order of activation energy. (b) Visualization of attention scores for Head 5. (c) Visualization of attention scores for Head 6. For the top five samples with the lowest activation energy and the bottom five samples with the highest activation energy, the average attention scores at each diffraction angle were calculated, with the average ≥ 0.8 highlighted. Regions of interest for samples with good conductive properties are indicated in red, while those for samples with poor conductive properties are indicated in blue. The black lines represent the XRD patterns for sample No. 34, which has the lowest activation energy, and sample No. 37, which has the highest activation energy.

Close modal

Finally, we discuss the potential of the inverse analysis approach for material design. In this study, the XRD patterns of materials that achieve the user-desired property values can be predicted owing to the structure of the autoencoder. By using the trained model, a “material map”26 of extrapolated space, which predicts the target properties, can be created as shown in the supplementary material, Fig. S7(a). Then, by specifying the coordinates on the map based on the predicted property values, the XRD pattern can be decoded and restored. As a demonstration, we show the decoded XRD patterns of the materials indicated by the star marks in the supplementary material, Fig. S6(a) as S6(b)–S6(d) in the supplementary material, Fig. S6(b)–S6(d). Point (b) is a coordinate on the map where Ea is expected to be minute; however, because it is currently a sparsely populated area of the data distribution, the restored XRD pattern differs significantly from those provided in this study, making it practically infeasible to prepare such a material. Conversely, at points (c) and (d), the Ea is expected to be relatively small or large within a densely populated region of the data distribution, and the restored XRD patterns have features similar to those provided. Therefore, by analyzing these restored XRD patterns in detail, guidelines for material design can be established.

In this study, we developed a deep learning model using XRD patterns and a denoising autoencoder to visually and quantitatively evaluate the relationship between XRD-derived information and activation energy for Li-ion conductivity in LZP. The model learns focus areas in XRD patterns that are crucial for predicting target variables, providing interpretability to experimental data used as descriptors. For example, in LZP XRD patterns, 2θ areas with high attention scores indicated significant information for predicting Li-ion conduction activation energy, suggesting that the material phases associated with these peaks have a substantial impact. By interpreting such learned attention regions, material researchers can gain new insights into which aspects of the crystal structure influence target properties. We believe that the indicators and insights obtained in this manner can lead to new strategies for material design, potentially accelerating the discovery of materials with excellent ionic conductivity.

Supplementary Figs. S1–S7 are provided in the supplementary material.

A part of this study is based on the results supported by a Grants-in-Aid for Scientific Research (Grant Nos. 22H02179, 24H02203, 23K21696, and 24K01157) from the Ministry of Education, Culture, Sports, Science, and Technology (MEXT), Japan, a CREST grant from the Japan Science and Technology Agency, Japan (Grant No. JPMJCR21O6), and the Data Creation and Utilization-Type Material Research and Development Project (Grant No., JPMXP1122712807) from MEXT.

The authors have no conflicts to disclose.

Y.Y. and M.N. conceived and directed the project. Y.Y. and H.T. performed data curation descriptor building. Y.Y. coded the software used in this study with the help of S.N., K.I., M.K., and R.K. The article was mainly written by Y.Y. and M.N. through the contributions of all authors. All authors have approved the final version of the article.

Yumika Yokoyama: Data curation (equal); Software (lead); Validation (lead); Visualization (lead); Writing – original draft (lead); Writing – review & editing (lead). Shuto Noguchi: Investigation (supporting); Methodology (equal); Software (equal); Validation (supporting); Writing – review & editing (supporting). Kazuki Ishikawa: Investigation (supporting); Methodology (equal); Software (equal); Validation (supporting); Writing – review & editing (supporting). Naoto Tanibata: Project administration (supporting); Validation (supporting); Writing – review & editing (supporting). Hayami Takeda: Data curation (lead); Funding acquisition (equal); Methodology (equal); Project administration (equal); Supervision (lead); Writing – review & editing (equal). Masanobu Nakayama: Conceptualization (lead); Funding acquisition (lead); Project administration (lead); Supervision (lead); Validation (lead); Writing – original draft (lead); Writing – review & editing (lead). Ryo Kobayashi: Conceptualization (equal); Supervision (equal); Writing – review & editing (equal). Masayuki Karasuyama: Conceptualization (equal); Software (supporting); Supervision (equal); Validation (equal); Writing – review & editing (equal).

A list of heating conditions and corresponding electric resistance information and XRD data are available in Figshare: https://doi.org/10.6084/m9.figshare.26362294. The data that support the findings of this study are available from the corresponding author upon reasonable request.

1.
T.
Takamura
, “
Trends in advanced batteries and key materials in the new century
,”
Solid State Ionics
152–153
,
19
34
(
2002
).
2.
T.
Placke
,
R.
Kloepsch
,
S.
Dühnen
, and
M.
Winter
, “
Lithium ion, lithium metal, and alternative rechargeable battery technologies: The odyssey for high energy density
,”
J. Solid State Electrochem.
21
,
1939
1964
(
2017
).
3.
V.
Thangadurai
and
W.
Weppner
, “
Recent progress in solid oxide and lithium ion conducting electrolytes research
,”
Ionics
12
,
81
92
(
2006
).
4.
K.
Shi
,
Z.
Xu
,
D.
Zheng
,
Z.
Yang
, and
W.
Zhang
, “
Sandwich-like solid composite electrolytes employed as bifunctional separators for safe lithium metal batteries with excellent cycling performance
,”
J. Mater. Chem. A
10
,
4660
4670
(
2022
).
5.
P.
Knauth
, “
Inorganic solid Li ion conductors: An overview
,”
Solid State Ionics
180
,
911
916
(
2009
).
6.
Y.
Li
et al, “
Mastering the interface for advanced all-solid-state lithium rechargeable batteries
,”
Proc. Natl. Acad. Sci. U. S. A.
113
,
13313
13317
(
2016
).
7.
S.
Xin
et al, “
Solid-state lithium metal batteries promoted by nanotechnology: Progress and prospects
,”
ACS Energy Lett.
2
,
1385
1394
(
2017
).
8.
P.
Padma kumar
and
S.
Yashonath
, “
Lithium ion motion in LiZr2(PO4)3
,”
J. Phys. Chem. B
105
,
6785
6791
(
2001
).
9.
H.
Xu
,
S.
Wang
,
H.
Wilson
,
F.
Zhao
, and
A.
Manthiram
, “
Y-doped NASICON-type LiZr2(PO4)3 solid electrolytes for lithium-metal batteries
,”
Chem. Mater.
29
,
7206
7212
(
2017
).
10.
M.
Catti
,
A.
Comotti
, and
S.
Di Blas
, “
High-temperature lithium mobility in α-LiZr2(PO4)3 NASICON by neutron diffraction
,”
Chem. Mater.
15
,
1628
1632
(
2003
).
11.
M.
Catti
,
N.
Morgante
, and
R. M.
Ibberson
, “
Order–disorder and mobility of Li+ in the β′- and β-LiZr2(PO4)3 ionic conductors: A neutron diffraction study
,”
J. Solid State Chem.
152
,
340
347
(
2000
).
12.
H.
Xie
,
J. B.
Goodenough
, and
Y.
Li
, “
Li1.2Zr1.9Ca0.1(PO4)3, a room-temperature Li-ion solid electrolyte
,”
J. Power Sources
196
,
7760
7762
(
2011
).
13.
H.
Xie
,
Y.
Li
, and
J. B.
Goodenough
, “
NASICON-type Li1+2xZr2−xCax(PO4)3 with high ionic conductivity at room temperature
,”
RSC Adv.
1
,
1728
1731
(
2011
).
14.
H.
Takeda
et al, “
Process optimisation for NASICON-type solid electrolyte synthesis using a combination of experiments and Bayesian optimisation
,”
Mater. Adv.
3
,
8141
8148
(
2022
).
15.
B.
Shahriari
,
K.
Swersky
,
Z.
Wang
,
R. P.
Adams
, and
N.
de Freitas
, “
Taking the human out of the loop: A review of Bayesian optimization
,”
Proc. IEEE
104
,
148
175
(
2016
).
16.
M.
Harada
et al, “
Bayesian-optimization-guided experimental search of NASICON-type solid electrolytes for all-solid-state Li-ion batteries
,”
J. Mater. Chem. A
8
,
15103
15109
(
2020
).
17.
H.
Fukuda
et al, “
Bayesian optimisation with transfer learning for NASICON-type solid electrolytes for all-solid-state Li-metal batteries
,”
RSC Adv.
12
,
30696
30703
(
2022
).
18.
M.
Nakayama
et al, “
Na superionic conductor-type LiZr2(PO4)3 as a promising solid electrolyte for use in all-solid-state Li metal batteries
,”
Chem. Commun.
58
,
9328
9340
(
2022
).
19.
S.
Hashimura
et al, “
Materials informatics for thermistor properties of Mn–Co–Ni oxides
,”
J. Phys. Chem. C
127
,
21665
21674
(
2023
).
20.
H. C.
Herbol
,
W.
Hu
,
P.
Frazier
,
P.
Clancy
, and
M.
Poloczek
, “
Efficient search of compositional space for hybrid organic–inorganic perovskites via Bayesian optimization
,”
NPJ Comput. Mater.
4
,
51
(
2018
).
21.
S.
Gates-Rector
and
T.
Blanton
, “
The powder diffraction file: A quality materials characterization database
,”
Powder Diffr.
34
,
352
360
(
2019
).
22.
R. E.
Dinnebier
and
S. J. L.
Billinge
,
Powder Diffraction. Theory and Practice
(
RSC Publishing
,
Cambridge
,
2008
).
23.
A.
Dosovitskiy
et al, “
An images is worth 16 × 16 words: Transformers for image recognition at scale
,” arXiv:2010.11929 (
2021
).
24.
Z.
Chen
et al, “
An interpretable and transferrable vision transformer model for rapid materials spectra classification
,”
Digital Discovery
3
,
369
380
(
2024
).
25.
P.
Vincent
,
H.
Larochelle
,
Y.
Bengio
, and
P.-A.
Manzagol
, “
Extracting and composing robust features with denoising autoencoders
,” in
Proceedings of the 25th International Conference on Machine Learning
(
Association for Computing Machinery
,
New York
,
2008
), pp.
1096
1103
.
26.
Y.
Yamaguchi
et al, “
Drawing a materials map with an autoencoder for lithium ionic conductors
,”
Sci. Rep.
13
,
16799
(
2023
).