Skip to main content
ACS AuthorChoice logoLink to ACS AuthorChoice
. 2023 Jul 3;57(46):18080–18090. doi: 10.1021/acs.est.3c00293

Iterative Approach of Experiment–Machine Learning for Efficient Optimization of Environmental Catalysts: An Example of NOx Selective Reduction Catalysts

Yulong Chen 1, Jia Feng 1, Xin Wang 1, Cheng Zhang 1, Dongfang Ke 1, Huiyan Zhu 1, Shuai Wang 1, Hongri Suo 1,*, Chongxuan Liu 1,*
PMCID: PMC10666265  PMID: 37393584

Abstract

graphic file with name es3c00293_0009.jpg

An iterative approach between machine learning (ML) and laboratory experiments was developed to accelerate the design and synthesis of environmental catalysts (ECs) using selective catalytic reduction (SCR) of nitrogen oxides (NOx) as an example. The main steps in the approach include training a ML model using the relevant data collected from the literature, screening candidate catalysts from the trained model, experimentally synthesizing and characterizing the candidates, updating the ML model by incorporating the new experimental results, and screening promising catalysts again with the updated model. This process is iterated with a goal to obtain an optimized catalyst. Using the iterative approach in this study, a novel SCR NOx catalyst with low cost, high activity, and a wide range of application temperatures was found and successfully synthesized after four iterations. The approach is general enough that it can be readily extended for screening and optimizing the design of other environmental catalysts and has strong implications for the discovery of other environmental materials.

Keywords: environmental catalysts, machine learning, iteration between machine learning and experiments, nitrogen oxides, selective catalytic reduction

Short abstract

Minimal research works on the application of artificial intelligence technology in environmental catalyst development. This study reports an iteration approach of a data-driven model with lab experiments to develop a novel catalyst of atmospheric pollutants rapidly.

Introduction

Catalysis-based approaches have been increasingly used in various areas, including pollution control and contaminant treatments.13 However, the discovery of novel catalysts is often labor-intensive and time-consuming.4,5 The trial-and-error approach remains the most common way to design new catalysts, which relies heavily upon the intuitive knowledge and experience of researchers.68 On the other hand, a large number of experimental data are available in the literature that may be used to provide insights into the design and optimization of new catalysts.

Modern big data and machine learning (ML) approaches provide a way to accelerate the screening and discovery of novel materials and have already made impacts in areas such as biomaterials, electrocatalysis, and batteries.913 For example, Falivene et al. used a ML approach to derive a correlation relationship between the reactivity and structure features, such as the Sterimol steric parameters and average steric occupancy in biomaterials, which were then used to accelerate the screening, modification, and optimization of the metalloproteins applied in biocatalysis.14 Similarly, Tran et al. used a ML approach and the adsorption data from an established database (Materials Project15) as fingerprints to successfully screen the candidates for CO2 reduction.16 The effectiveness of the ML-based approaches, however, strongly relies on the availability and abundance of data.17 In practice, the relevant data for a novel catalyst to be developed are inherently limited, because the catalyst does not yet exist. When the relevant data are limited, significant uncertainties would exist in the screening process as demonstrated in a previous study,18 posing a significant challenge for the practical application of the ML-based approaches for screening novel catalysts. A new approach is therefore required that can not only integrate previous data but also minimize the uncertainty in the screening process for the acceleration of novel catalyst development.

An iterative approach of machine learning and laboratory experiments19 is therefore proposed for screening and optimizing potential new catalysts for environmental applications. The approach consists of the following steps: (1) training a ML model using experimental data collected from relevant publications, (2) screening candidate catalysts with the trained model, (3) synthesizing and characterizing the candidate catalysts experimentally, (4) updating the ML model by incorporating the new experimental results, and (5) screening candidate catalysts again with the updated model. This process is iterated until a new optimal catalyst with ideal properties is identified and synthesized. The approach was demonstrated using the selective catalytic reduction (SCR) of nitrogen oxides (NOx) with ammonia as an example. Using the approach, a low-cost, high-performance SCR NOx catalyst with a wide range of applicable temperatures was successfully identified and experimentally synthesized. The developed approach is general enough that it can be used for screening and optimizing other environmental catalysts and has strong implications for the discovery of other environmental materials.

Iterative Approach

ML-Based Screening Step

The ML part of the iterative approach includes database development, ML model training, and the application of the trained ML model for screening candidate catalysts (Scheme 1). The database development starts with collecting relevant data from the literature as described previously.18 In this study, the database was iteratively updated using the experimental data generated during this research. For the case of SCR NOx catalysts, five categories of data comprising composition, structure, morphology, preparation method, and reaction condition that are commonly provided in the literature were collected to establish a raw database. A total of 2748 sets of data from 49 research articles were collected.18 The collected data sets were organized in a form of a high-dimensional matrix with the five categories of data arranged in columns. The data sets of these five categories consist of 62 independent variables, which were hereafter termed feature variables, and 1 dependent variable that is the NOx conversion, which was hereafter termed the target variable. The detailed category information and variables with their value ranges are provided in Table S1 of the Supporting Information.

Scheme 1. Schematic Diagram of the Iterative Approach for Environmental Catalyst Screening and Optimization.

Scheme 1

Collected Data Sets Used To Train a ML Model

In this study, an artificial neural network (ANN) model was selected that can handle data sets with a large scale and high dimensionality with the goal to establish the correlation relationships linking 62 feature variables with the target variable. The number of hidden layers and neurons was adjusted to optimize the performance of the ANN model based on the values of the correlation coefficient R and root means square error (RMSE) (eqs 1 and 2), respectively. As demonstrated previously,18 a three hidden-layer structure with 6, 4, and 2 neurons for each layer (Figure S1 of the Supporting Information) was an optimal combination for this problem

graphic file with name es3c00293_m001.jpg 1

where Pmesu is the measured value and Ppred is the predicted value. N is the total amount of data

graphic file with name es3c00293_m002.jpg 2

where Pmesu, Ppred, mesu, and pred are the measured, predicted, average of measured, and average of predicted values, respectively. N is the total amount of data.

The trained ML model was used to search for a set of specific values for the feature variables that can yield candidate catalysts with desired performance. Because a large number of the feature variables were involved in identifying the candidate catalysts, a genetic algorithm (GA)20 was used to search for a set of feature variables that give the desired performance of the corresponding catalysts. The threshold for the desired performance was set to 90% conversion efficiency in this study, so that the pool of the identified candidate catalysts was large enough for further screening. The procedure is described below:

(1) A temperature range relevant to the practical application of the target catalyst was input. For the SCR NOx catalysts, it is desirable to have a high conversion efficiency over a wide temperature range. A range of 100–300 °C was then selected in this research. (2) The temperature within the range of 100–300 °C was sampled with a step size of 1 °C, and the total number of samples was recorded as Ntotal. (3) The NOx conversion at each temperature sample was predicted with the trained ANN model by varying other features. Note that a threshold Thr (90% in this work) was predefined, and the number of the samples that greater than Thr is counted as Ns. (4) The objective function was defined. A parameter-dependent probability P(Xi) for the samples greater than Thr was defined (eq 3) and used as the objective function for the GA-based maximization. (5) The optimization results can be expressed as eq 4

graphic file with name es3c00293_m003.jpg 3

where Xi values are the ANN input parameters that need to be optimized

graphic file with name es3c00293_m004.jpg 4

where function argmax is an operation that finds the argument that gives the maximum value from the target function P(Xi).

The identified catalysts were further screened for experimental synthesis and characterization. In this step, the appearance of each metal element in all of the candidate catalysts was counted, and those candidate catalysts containing the elements with the highest frequency of appearance were selected as the final list of candidate catalysts for experimental preparation and characterization.

Synthesis and Characterization

The trained ML model as described in the previous section provides a list of candidate catalysts that have the potential for the desired performance in SCR NOx. The candidates in the list primarily consist of Fe–Mn–Ni catalysts, as described in the Results and Discussion, and consequently, in this experimental procedure description, the synthesis of Fe–Mn–Ni catalysts was provided. The procedure will require modification if other types of catalysts were selected by the trained ML model.

The Fe–Mn–Ni type of catalysts were synthesized by first dispersing Na2CO3 (24 mmol) in 50 mL of deionized (DI) water in a three-neck round-bottom flask. Another aqueous solution (50 mL, 1 M in total) of Fe(NO3)3·9H2O, Mn(NO3)2, and Ni(NO3)2·6H2O was gradually added (2 mL/min) in proportion to the aqueous Na2CO3 solution (50 mL, 0.5 M) to form a solution mixture, which was consistent with the result predicted from the ML model (see Table 3). The mixture solution was stirred (500 rpm) at room temperature and maintained at pH 11.5 (adjusted using 4 M aqueous NaOH solution) for 17 h. The precipitates from the mixture solutions were collected by filtration, washed with DI water until the supernatant had pH 7, and then dried in a vacuum oven at 30 °C overnight. The products were calcined at 500 °C at a ramp of 10 °C min–1 for 2 h for catalyst activation.

Table 3. Chemical Compositions of the Catalysts Determined with ICP–MSa.

catalyst Fe (mol) Mn (mol) Ni (mol)
Fe0.4Mn0.15Ni0.45 0.5520 0.1644 0.2835
Fe0.2Mn0.2Ni0.6 0.3114 0.2637 0.4248
Fe0.2Mn0.6Ni0.2 0.2772 0.5951 0.1275
Fe0.319Mn0.206Ni0.475 0.4335 0.269 0.2967
a

Note that catalyst Fe0.319Mn0.206Ni0.475 was identified from the second round of iteration, and the other three catalysts were identified from the first round of iteration.

The catalytic materials were characterized using X-ray powder diffraction (XRD) on an X-ray diffractometer (Rigaku SmartLab 9kW, Japan) using Cu Kα radiation (λ = 1.5418 Å). The accelerating voltage was set at 40 kV with a current of 40 mA and a set scan speed of 5°/min. The catalytic materials were also analyzed using transmission electron microscopy (TEM, FEI Talos F200X) with an accelerating voltage of 300 kV. The contents of Fe, Mn, and Ni in each catalyst sample were quantified using inductively coupled plasma mass spectrometry (ICP–MS, ICAP RQ, Thermo Fisher Scientific).

Nitrogen adsorption–desorption was analyzed using a Micromeritics ASAP 2020 analyzer to obtain the information on the surface area, pore size, and pore volume. The sample (about 150 mg) was degassed for 8 h to remove impurities and moisture and then analyzed and tested at a low temperature of −196 °C using liquid nitrogen as the adsorbate.

NH3 temperature-programmed desorption (TPD) was performed on a FINESORB-3010C (FANTAI Co., Ltd., China). For each measurement, the catalyst (ca. 40 mg) was pretreated in pure He at 300 °C for 1 h and cooled to 50 °C, and then 5% NH3/He was injected into the reactor for 30 min, followed by the purge with pure He for 1 h to remove physically adsorbed NH3. In the analysis, the TCD signal was recorded from 50 to 700 °C at a rate of 10 °C/min.

X-ray photoelectron spectroscopy (XPS) was collected using a spectrometer (PHI 5000 Versaprobe III, Japan) equipped with a hemispherical electron analyzer and an Al Kα radiation source. The binding energies were calibrated internally using the carbon deposit C 1s binding energy of 284.6 eV.

Catalytic Reaction and Performance

The catalytic performance of the synthesized catalyst materials was evaluated in a fixed-bed quartz flow reactor using a simulated flue gas containing 400 ppm of NOx, 400 ppm of NH3, and 5% O2, with N2 as the balance gas. A fixed bed quartz tube with a diameter of 6 mm was used to place 100 mg (40–60 mesh) samples with the total gas flow rate of 100 mL/min, corresponding to gas hourly space velocity (GHSV) of 60 000 h–1. The evaluation temperature range was set to 150–450 °C. The NOx analyzer (CLD60, ECO PHYSICS) was used to measure the outlet concentration of NO, and the steady-state activity data were collected after the reaction stabilized. The NOx conversion percentage was calculated as follows:

graphic file with name es3c00293_m005.jpg 5

The measured performance of the synthesized candidate catalysts was used to update the database together with the feature variables determined from the characterization. The updated database was used to screen candidate catalysts again for experimental characterization and performance measurements. This process is iterated until an ideal catalyst was found.

Results and Discussion

ML Model Training and Testing

MATLAB was used as the computation platform to train the ANN model. The results (Figure 1) show that the correlation coefficients between the measured and predicted values are 0.98 and 0.95 for training and testing steps, respectively, with a normal distribution of residual errors. The result indicated that the model captured the data well (Figure 1A). Figure 1C shows that the RMSE quickly decreased at the beginning from 60 to 20 for the training set, followed by a slow decrease to 7 at about 160 epochs, and then stabilized. The best performance has a RMSE value of 6.32 at 989 epochs.

Figure 1.

Figure 1

ANN model training results: (A) training and test results, (B) error histogram, and (C) training performance.

Screening Candidate Catalysts

The application of the trained ML model was demonstrated in screening NOx SCR candidate catalysts with a desired composition of chemical elements. The database for NOx SCR catalysts contains 25 elements among 62 variables. Some elements were excluded, such as alkali metals (Na, K, etc.) and alkaline earth metals (Mg, Ca, etc.), in the screening process in this study because of their toxic effects on the catalysts. Noble metals, such as Pt, were also excluded because of their high cost. Uncommon elements (Nb, Sm, etc.) were not considered because they are only present in a few catalyst data sets. After the above consideration, eight elements (Ti, V, Mn, Fe, Ni, Cu, Ce, and W) were selected as the potential elemental composition to find candidate catalysts. The range of each element value was set as 0–1 as the molar ratio of the element in the catalyst with a constraint that their addition is unit.

In the first round of the iterative screening process, the values of some feature variables, such as the pore size, pore volume, and specific surface area, that depend upon the elemental composition were fixed as the mean values of the variables in the database. They were updated in the second round of iteration based on the measured values from the catalyst materials synthesized from the first round of iteration. The average values for the pore size, specific surface area, and pore volume were 14.23 nm, 124.39 m2/g, and 0.28 cm3/g, respectively, in the original database. Some feature variables, such as the preparation method, were fixed as the co-precipitation method because it is commonly used for synthesizing NOx SCR, and morphology was fixed as nanoparticles, which is related to the preparation method. Other feature variables, such as those experimental conditions for evaluating the catalyst performance, were also fixed using literature information; for example, the flue gas contains 400 ppm of NOx, 400 ppm of NH3, and 5% of resulting O2, balanced with N2, and the GHSV was 60 000 h–1. The temperature was varied from 100 to 350 °C in the screening. Given that the catalysts in the database were mainly metal oxides, 500 °C for 2 h was selected as the post-treatment condition for catalyst activation before catalytic reaction.

With the above treatments and by focusing on the elemental composition in the screening process, the trained ML model identified 52 candidate catalysts with different sets of values for 8 elements that can meet or are above a desired performance (90%) (Table 1). Table 1 also provided the appearance frequency of each element in these candidate catalysts (bottom row in Table 1). Among the candidate catalysts, ternary catalysts with three elements had the highest percentage (>40%), followed by binary catalysts (23%) (Chart 1). The result implied that, among the identified candidate catalysts, the optimal catalyst would likely be a ternary catalyst. Further examination of the elemental composition of the identified ternary catalysts indicated that Ni (22%), Mn (20%), and Fe (23%) had the highest appearance frequency (Table 2). The appearance frequencies for the three elements are 2–5 times higher than those of the other five elements (5–10%). The result implied that the promising catalysts would consist of these three elements. Therefore, three ternary candidate catalysts with the predicted molar ratios of Ni, Mn, and Fe (Fe0.2Mn0.6Ni0.2, Fe0.2Mn0.2Ni0.6, and Fe0.4Mn0.15Ni0.45) in Table 2 were selected as the final list of candidate catalysts. These ternary catalysts were not in the original database and were then synthesized in the experimental step for characterization in the first round of ML–experimental iteration.

Table 1. Statistics of Multiple Optimization Calculation Results.

variable X1 X2 X3 X4 X5 X6 X7 X8  
element with its range Ti [0,1] V [0,1] Mn [0,1] Fe [0,1] Ni [0,1] Cu [0,1] Ce [0,1] W [0,1] number of element types
1 0.48   0.52           2
2     0.35 0.32 0.18   0.15   4
3   0.45   0.11 0.45       3
4 0.44 0.56             2
5     0.99 0.01         2
6 0.11   0.56   0.33       3
8 0.34   0.31 0.34         3
9   0.45   0.11 0.45       3
10       0.28   0.51 0.21   3
11 0.14 0.26 0.26   0.07     0.26 5
12           0.83 0.13 0.05 3
13   0.11 0.32   0.24     0.32 4
14 0.28 0.26   0.21 0.24       4
15 0.51   0.35 0.13         3
16       0.49 0.51       2
17     0.21 0.32 0.47       3
18 0.27     0.02 0.27 0.27   0.18 5
19           0.87 0.13   2
20     0.25   0.30 0.15 0.30   4
21     0.36 0.64         2
22   0.39 0.06 0.17 0.39       4
23     0.36 0.28   0.36     3
24 0.31   0.25 0.28 0.06 0.10     5
25 0.28   0.18 0.16     0.10 0.28 5
26   0.58         0.42   2
27   0.52 0.23   0.25       3
28 0.22   0.45 0.12   0.10 0.11   5
29   0.25 0.24 0.25     0.25   4
30     0.35 0.40 0.25       3
31   0.47 0.26   0.15     0.11 4
32 0.29   0.60 0.11         3
33 0.41         0.59     2
34       0.30 0.30     0.40 3
35       0.37 0.26 0.37     3
36 0.01   0.29   0.47     0.23 4
37 0.20 0.08 0.10 0.06 0.09 0.20 0.08 0.20 8
38   0.22         0.78   2
39 0.28     0.36 0.36       3
40     0.44     0.56     2
41 0.18   0.37 0.44         3
42     1.00           1
43     0.08 0.11 0.18 0.25 0.30 0.08 6
44   0.19     0.58   0.23   3
45       0.42 0.16 0.42     3
46 0.24 0.12 0.13   0.03 0.14 0.10 0.24 7
47 0.29   0.32 0.39 0.01       4
48   0.88     0.12       2
49     0.52   0.12     0.36 3
50       0.48     0.52   2
51   0.27 0.11   0.62       3
52     0.39 0.22 0.39       3
frequency statistics 19 17 32 30 30 15 16 12  

Chart 1. Frequency Statistics: (A) Frequency of the Candidate Catalysts with a Different Number of Elements and (B) Frequency of Different Elements in the Ternary Catalysts.

Chart 1

Table 2. Type and Content Statistics of Ternary Catalyst Elements.

variable X1 X2 X3 X4 X5 X6 X7 X8
element with its range Ti [0,1] V [0,1] Mn [0,1] Fe [0,1] Ni [0,1] Cu [0,1] Ce [0,1] W [0,1]
1   0.45   0.10 0.45      
2 0.11   0.56   0.33      
3 0.34   0.31 0.34        
4   0.45   0.11 0.45      
5       0.28   0.51 0.21  
6           0.83 0.13 0.05
7 0.51   0.35 0.13        
8     0.21 0.32 0.47      
9     0.36 0.28   0.36    
10   0.52 0.23   0.25      
11     0.35 0.40 0.25      
12 0.29   0.60 0.11        
13       0.30 0.30     0.40
14       0.37 0.26 0.37    
15 0.28     0.36 0.36      
16 0.18   0.37 0.44        
17   0.19     0.58   0.23  
18       0.42 0.16 0.42    
19     0.52   0.12     0.36
20   0.27 0.11   0.62      
21     0.39 0.22 0.39      
frequency statistics 6 5 12 15 14 5 3 3

Experimental Result in the First-Round Iteration

The three ternary catalysts identified from the ML model were synthesized and characterized with the methods described in the Synthesis and Characterization section. The molar ratios of Ni, Mn, and Fe elements in the synthesized catalysts were consistent with the desired values from the ML model (Table 3), indicating that the co-precipitation method used in the synthesis process can accurately control the molar ratio of the elements in the synthesized materials. XRD analysis (Figure 2A) showed that the synthesized materials had a hydrotalcite-like structure of layered double hydroxide (LDH).21 The other characteristic peaks appearing in the Fe0.2Mn0.6Ni0.2 sample were assigned to MnCO3 [Joint Committee on Powder Diffraction Standards (JCPDS) number 44-1472].22 After catalyst activation at 500 °C for 2 h, all typical LDH diffraction peaks disappeared (Figure 2B) and a new amorphous oxide phase (inverted triangle) was formed. Crystalline MnOx was also observed in the Fe0.2Mn0.6Ni0.2 catalyst with peaks identified as Mn3O4 (JCPDS number 24-0734).23 The peaks marked by black asterisks in Fe0.2Mn0.2Ni0.6 were assigned to traces of nickel oxide hydride, caused by the high doping level of nickel.24

Figure 2.

Figure 2

XRD profiles of the candidate catalysts (A) before and (B) after the process of calcination (note that catalyst Fe0.319Mn0.206Ni0.475 was identified from the second round of iteration, and other three catalysts were identified from the first round of iteration).

TEM images (Figure 3) show that the synthesized Fe–Mn–Ni catalysts were all nanoparticles, which was consistent with the morphology used in the ML model. Panels A and C of Figure 3 show that the particles had relatively uniform sizes of 20–60 nm. However, Figure 3A indicated that there were larger crystal-like particles for the high Mn content product Fe0.2Mn0.6Ni0.2. In combination with the high-resolution transmission electron microscopy (HRTEM) lattice fringe image of the “101” planes (Figure S2 of the Supporting Information) and the XRD results, the segregation of Mn3O4 in the high Mn doping sample (Fe0.2Mn0.6Ni0.2 LDH) can be inferred.25

Figure 3.

Figure 3

TEM images of the synthesized catalysts: (A) Fe0.2 Mn0.6Ni0.2, (B) Fe0.4Mn0.15Ni0.45, (C) Fe0.2Mn0.2Ni0.6, and (D) Fe0.319Mn0.206Ni0.475 (note that catalyst Fe0.319Mn0.206Ni0.475 was identified from the second round of iteration, and other three catalysts were identified from the first round of iteration).

The specific surface area of the synthesized catalysts was between 40 and 87 m2/g (Table 4) with a trend of Fe0.2Mn0.6Ni0.2 < Fe0.2Mn0.2Ni0.6 < Fe0.4Mn0.15Ni0.45. The correlation between the surface area and the doping amount of Mn was negative. During the calcination, unevenly distributed Mn in the LDH may have caused the segregation and sintering of MnOx as suggested by the TEM and XRD results in Figures 2 and 3, which led to the destruction of the LDH structure and the decrease of the specific surface area.26 As described before, in the first round of iteration, the pore size and pore volume (14.23 nm and 0.28 m3/g) were set to the average values in the database. These values were reasonably close to the measured values from the synthesized catalysts (Table 4). However, the specific surface area used in the ML model (124.39 cm2/g) was higher than the measured values (Table 4). In the subsequent round of iterations, the measured values were used in the prediction using the ML model.

Table 4. Brunauer–Emmett–Teller (BET) Characterization of Fe–Mn–Ni Series Catalystsa.

catalyst pore size (nm) surface area (m2/g) pore volume (cm3/g)
Fe0.2Mn0.6Ni0.2 21 40.62 0.351
Fe0.2Mn0.2Ni0.6 10.5 63.19 0.275
Fe0.319Mn0.206Ni0.475 12 73.04 0.287
Fe0.4Mn0.15Ni0.45 10 87.23 0.387
a

Note that catalyst Fe0.319Mn0.206Ni0.475 was identified from the second round of iteration, and other three catalysts were identified from the first round of iteration.

The SCR NOx conversion efficiency catalyzed by the synthesized materials increased with the temperature, showing a rise from 100 to 150 °C, a plateau from 150 to 250 °C, and a decrease from 250 to 400 °C (Figure 4). The Fe0.2Mn0.6Ni0.2 catalyst displayed a higher conversion (up to 96%) than the others at 100–150 °C but became lower as the temperature increased to 250–400 °C. A general trend is that a higher Fe and Mn molar ratio led to better performance of the catalysts at the lower temperature region. This may be due to the advantage of Fe3+ and/or Mn4+ in catalyzing NOx reduction at a low temperature, as described later. Notably, 210 °C appeared to be a cutoff temperature, below which the order of the conversion efficiency was Fe0.2Mn0.6Ni0.2 > Fe0.4Mn0.15Ni0.45 > Fe0.2Mn0.2Ni0.6 and above which the trend was opposite. These trends were accurately predicted by the ML model, indicating that the model is effective in identifying candidate catalysts together with their properties. Some deviation existed, indicating that there was some uncertainty in the predicted results.

Figure 4.

Figure 4

Catalyst performance tests of Fe0.2Mn0.6Ni0.2, Fe0.2Mn0.2Ni0.6, Fe0.4Mn0.15Ni0.45, and Fe0.319Mn0.206Ni0.475 (note that catalyst Fe0.319Mn0.206Ni0.475 was identified from the second round of iteration, and other three catalysts were identified from the first round of iteration).

The adsorption of NH3 on the catalyst surface was one important step for the SCR reaction. Three catalysts showed overlapped NH3 desorption peaks around 100–150 and 200–400 °C (Figure 5), which corresponded to weak acid sites and middle acid sites on the catalyst surface, respectively.27 The intensities of the peaks of Fe0.2Mn0.6Ni0.2 were higher than others, suggesting that a high Mn content led to a more weak surface acid site. However, Fe0.2Mn0.6Ni0.2 had almost no ammonia desorption peaks between 260 and 290 °C, indicating fewer medium–strong acid sites. This partly explained the performance of the Fe0.2Mn0.6Ni0.2 catalyst that its catalytic activity was best at a low temperature but quickly decreased at a high temperature.

Figure 5.

Figure 5

NH3-TPD profiles over the catalysts (note that catalyst Fe0.319Mn0.206Ni0.475 was identified from the second round of iteration, and the other three catalysts were identified from the first round of iteration).

The surface chemical states of Fe, Mn, and Ni elements and oxygen species over the catalysts were investigated by XPS. As shown in Figure S3 of the Supporting Information, the measured binding energies of Mn 2p3/2 (638–648 eV) could be divided into three characteristic peaks of Mn2+ (641.0–641.5 eV), Mn3+ (642.3–642.6 eV), and Mn4+ (643.9–644.5 eV) using peak-fitting deconvolution.28 Previous research reported that the activity of MnOx species followed the order of MnO2 > Mn5O8 > Mn2O3 > Mn3O4 > MnO, suggesting that the higher ratio of Mn4+/(Mn2+ + Mn3+ + Mn4+) was favorable for higher NOx conversion.29,30 The ratio of Mn4+/(Mn2+ + Mn3+ + Mn4+) was calculated by integrating the area of the Mn 2p peaks. As shown in Table 5, the Mn4+ ratio decreased with a higher doping amount of Mn. Fe0.2Mn0.6Ni0.2 had the highest Mn content, but only 14.67% of Mn was Mn4+. Therefore, the doping amount of Mn had an optimum range, and a higher or lower amount beyond that range would be unfavorable to the performance of the catalyst.31

Table 5. XPS Characterizationa.

catalyst Mn4+/(Mn4+ + Mn3+) (%) Fe3+/(Fe2+ + Fe3+) (%) Ni3+/(Ni2+ + Ni3+) (%) Oβ/(Oβ + Oα + Oγ) (%)
Fe0.4Mn0.15Ni0.45 36.53 46.36 40.96 26.81
Fe0.2Mn0.2Ni0.6 33.84 51.38 43.09 18.17
Fe0.2Mn0.6Ni0.2 14.67 46.04 41.93 13.62
Fe0.319Mn0.206Ni0.475 34.28 44.89 42.17 22.32
a

Note that catalyst Fe0.319Mn0.206Ni0.475 was identified from the second round of iteration (Figure S4 of the Supporting Information), and other three catalysts were identified from the first round of iteration.

Surface-adsorbed oxygen (Oβ) played a key role in the SCR reaction as a result of its higher mobility. The O 1s XPS spectra for the catalysts were deconvoluted into two peaks. The lower binding energy (530–531 eV) peak was assigned to the lattice oxygen (Oα); the higher binding energy peak (531.8–532.2 eV) corresponded to surface-adsorbed oxygen (Oβ); and the peak at a binding energy of 5–5 eV was assigned to Or.32 It was reported that a higher ratio of Oβ/(Oβ + Oα) in a catalyst might represent the existence of more surface oxygen vacancies in it, giving rise to more preferable SCR activity.33 Fe0.4Mn0.15Ni0.45 had the highest content of Mn4+ and Oβ, but its activity was slightly lower than that of Fe0.2Mn0.2Ni0.6. Apparently, the amounts of surface Mn4+ and Oβ were not the only factors affecting the catalytic activity of SCR. It has been reported that excess Mn4+ on the catalyst surface can cause the NO oxidation and NH3 overoxidation, resulting in lower NOx conversion and N2 selectivity.31 Ni doping has been reported to initiate a redox reaction between Ni2+ and Mn4+ to form Ni3+ and Mn3+, which may prevent overoxidation during the reaction.34 Furthermore, studies have shown that the strong interaction between Mn and Fe/Ni has a synergistic effect on the catalytic reduction, leading to an enhanced redox circle, such as Mn3+ + Ni3+ ↔ Mn4+ + Ni2+ or Ni2+ + Fe3+ ↔ Ni3+ + Fe2+.3335 Therefore, the more Fe3+ and Ni3+ species in Fe0.2Mn0.2Ni0.6 catalysts may benefit the redox performance and play an important role in improving the catalytic activity. Therefore, the optimization of multicomponent catalysts is often complicated. The composition ratios of metals affect not only the morphology and structure of the catalysts but also the important parameters of the SCR reaction, such as the surface acidity of the catalysts and the synergistic catalysis effect between metals.

Database Updating and Additional Catalyst Screening

The experimental data of the three catalysts were added to the database, which was used to retrain the ANN model, and the retrained ANN model was used to identify promising catalysts using the GA method again. In this updating process, the searching range was limited to catalysts with ternary elements consisting of Fe, Mn, and Ni, with a goal to find optimal values for their contents. A new catalyst with the molar ratios of Fe0.319Mn0.206Ni0.475 was identified from the retrained ML model in this study. In this round of iteration, the pore size, specific surface area, and pore volume (13.83 nm, 63.68 m2/g, and 0.338 cm3/g, respectively) that were averaged from the experimental results in the first round of experiments (Table 4) were used in the ML model. Other parameters were the same as described for the first round of iteration.

The identified catalyst Fe0.319Mn0.206Ni0.475 was synthesized and characterized experimentally with the same approaches as those described for the first round of iteration. The result confirmed that the synthesized material has a Fe0.319Mn0.206Ni0.475 molar ratio of Fe0.319Mn0.206Ni0.475 with the same morphology nanoparticles as described before. The synthesized catalyst performed well and was consistent with the prediction from the retrained ML model in the entire temperature range (Figure 6A). As a comparison, the ML model was also used to calculate the performance for this catalyst using the database without adding the experimental results from the first round of iteration (Figure 6B). The result indicated, as expected, that the ML model based on the database containing the data from the first round of iteration predicted much better. In addition, the uncertainty predicted from the ML model decreased, as shown by the narrower difference between the predicted maximum and minimum results in Figure 6A than that in Figure 6B. This is also expected because additional data would improve the prediction as shown in a previous study.18

Figure 6.

Figure 6

Performance results of the catalyst Fe0.319Mn0.206Ni0.475 synthesized on the basis of the prediction of the trained ML model: (A and B) Predicted performance results from the ML model after and before the addition of the experimental data generated from the first round of the experiment, respectively.

This study demonstrated an iterative approach of the ML-based model and experiment to identify new catalysts that typically have spare data in the literature. In the approach, the ML-based model was first trained from relevant data in the literature and was then used to screen candidate catalysts to guide the experimental step, and the experiment step is used to synthesize the candidate catalysts to evaluate the performance predicted from the ML model and to provide new data to retrain the ML model. This process is iterated until an optimal catalyst is identified and confirmed experimentally. For the SCR NOx system with a goal to find an optimal number of elements and their molar ratios in the catalyst, two iterations were found sufficiently to locate a ternary catalyst that had an excellent performance within a large applicable temperature range. The screening process involves eight elements. Significant error would be required if a traditional trial-and-error method was used to locate an ideal catalyst. The identified ternary catalyst was not previously reported in the literature, indicating that the ML-based model has a potential for identifying new catalysts, and the iterative approach can significantly expedite the screening process. The characterization results showed that the NOx conversion rate was affected by many factors, including the specific surface area, element ratio, morphology, etc., and the effect of the Mn content on catalytic activity was even a tradeoff. Therefore, designing novel catalytic materials based on the experience of researchers alone can be difficult because all parameters need to be optimized simultaneously. The ML model method, however, can readily solve the problem of multiparameter optimization and accurately capture nonlinear changes, significantly shortening the time for catalyst optimization.

Various variables can be varied to screen candidate catalysts. While all of the variables can be mathematically varied during the screening process, some variables are independent and can be varied freely and other variables are passive and depend upon the values of independent variables. In this study, only elemental compositions were treated as free variables in the screening process. The variables such as the pore size, specific surface area, pore volume, and morphology were treated as passive variables because they were affected by the elemental composition and synthesis methods. In each round of the screening process using the ML-based model, the values of the passive variables had to be fixed and updated using the results determined from the last round of the experimental step. The results in this study indicated that the values of the passive variables can quickly converge during the iteration. This is another advantage of the iterative approach because the passive variables are difficult to independently vary during the screening process. The quick convergence property for these passive variables implied that it would be ideal to classify the variables in the database based on their mutual dependence and only select those independent variables to be varied during the screening process. This would decrease the degree of freedom of the optimal searching problem and, consequently, reduce the computational and experimental costs.

Acknowledgments

This research was supported by the Department of Science and Technology of Guangdong Province (2017ZT07Z479) and the National Natural Science Foundation of China (42007318).

Supporting Information Available

The Supporting Information is available free of charge at https://pubs.acs.org/doi/10.1021/acs.est.3c00293.

  • Additional details of the model, table of detailed information of collected data, characterization of XPS, and lattice analysis of the HRTEM image of samples (PDF)

The authors declare no competing financial interest.

Supplementary Material

es3c00293_si_001.pdf (671.8KB, pdf)

References

  1. Lee C. S.; Guo S. J.; Rho H. J.; Levi J.; Garcia-Segura S.; Wong M. S.; Gardea-Torresdey J.; Westerhoff P. Unified Metallic Catalyst Aging Strategy and Implications for Water Treatment. Environ. Sci. Technol. 2021, 55 (16), 11284–11293. 10.1021/acs.est.1c02364. [DOI] [PMC free article] [PubMed] [Google Scholar]
  2. He S.; Chen Y.; Li X.; Zeng L.; Zhu M. Heterogeneous Photocatalytic Activation of Persulfate for the Removal of Organic Contaminants in Water: A Critical Review. ACS ES&T Eng. 2022, 2 (4), 527–546. 10.1021/acsestengg.1c00330. [DOI] [Google Scholar]
  3. Yang L.; Wang P.; Yao L.; Meng X.; Jia C. Q.; Jiang X.; Jiang W. Copper Doping Promotion on Ce/CAC-CNT Catalysts with High Sulfur Dioxide Tolerance for Low-Temperature NH3–SCR. ACS Sustainable Chem. Eng. 2021, 9 (2), 987–997. 10.1021/acssuschemeng.0c08490. [DOI] [Google Scholar]
  4. Zhang Y.; He X.; Chen Z.; Bai Q.; Nolan A. M.; Roberts C. A.; Banerjee D.; Matsunaga T.; Mo Y.; Ling C. Unsupervised discovery of solid-state lithium ion conductors. Nat. Commun. 2019, 10 (1), 5260. 10.1038/s41467-019-13214-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
  5. Kitchin J. R. Machine learning in catalysis. Nat. Catal. 2018, 1 (4), 230–232. 10.1038/s41929-018-0056-y. [DOI] [Google Scholar]
  6. Ramprasad R.; Batra R.; Pilania G.; Mannodi-Kanakkithodi A.; Kim C. Machine learning in materials informatics: Recent applications and prospects. npj Comput. Mater. 2017, 3 (1), 54. 10.1038/s41524-017-0056-5. [DOI] [Google Scholar]
  7. Li Z.; Ma X.; Xin H. Feature engineering of machine-learning chemisorption models for catalyst design. Catal. Today 2017, 280, 232–238. 10.1016/j.cattod.2016.04.013. [DOI] [Google Scholar]
  8. Takigawa I.; Shimizu K.-i.; Tsuda K.; Takakusagi S. Machine-learning prediction of the d-band center for metals and bimetals. RSC Adv. 2016, 6 (58), 52587–52595. 10.1039/C6RA04345C. [DOI] [Google Scholar]
  9. Burger B.; Maffettone P. M.; Gusev V. V.; Aitchison C. M.; Bai Y.; Wang X.; Li X.; Alston B. M.; Li B.; Clowes R.; Rankin N.; Harris B.; Sprick R. S.; Cooper A. I. A mobile robotic chemist. Nature 2020, 583 (7815), 237–241. 10.1038/s41586-020-2442-2. [DOI] [PubMed] [Google Scholar]
  10. Yuan H.; Sun S.; Abu-Reesh I. M.; Badgley B. D.; He Z. Unravelling and Reconstructing the Nexus of Salinity, Electricity, and Microbial Ecology for Bioelectrochemical Desalination. Environ. Sci. Technol. 2017, 51 (21), 12672–12682. 10.1021/acs.est.7b03763. [DOI] [PubMed] [Google Scholar]
  11. Gu G. H.; Noh J.; Kim I.; Jung Y. Machine learning for renewable energy materials. J. Mater. Chem. A 2019, 7 (29), 17096–17117. 10.1039/C9TA02356A. [DOI] [Google Scholar]
  12. Ding R.; Wang R.; Ding Y.; Yin W.; Liu Y.; Li J.; Liu J. Designing AI-Aided Analysis and Prediction Models for Nonprecious Metal Electrocatalyst-Based Proton-Exchange Membrane Fuel Cells. Angew. Chem., Int. Ed. 2020, 59 (43), 19175–19183. 10.1002/anie.202006928. [DOI] [PubMed] [Google Scholar]
  13. Li T.; Xing F.; Liu T.; Sun J.; Shi D.; Zhang H.; Li X. Cost, performance prediction and optimization of a vanadium flow battery by machine-learning. Energy Environ. Sci. 2020, 13 (11), 4353–4361. 10.1039/D0EE02543G. [DOI] [Google Scholar]
  14. Falivene L.; Cao Z.; Petta A.; Serra L.; Poater A.; Oliva R.; Scarano V.; Cavallo L. Towards the online computer-aided design of catalytic pockets. Nat. Chem. 2019, 11 (10), 872–879. 10.1038/s41557-019-0319-5. [DOI] [PubMed] [Google Scholar]
  15. Jain A.; Ong S.; Hautier G.; Chen W.; Richards W.; Dacek S.; Cholia S.; Gunter D.; Skinner D.; Ceder G.; Persson K. Commentary: The Materials Project: A materials genome approach to accelerating materials innovation. APL Mater. 2013, 1 (1), 011002. 10.1063/1.4812323. [DOI] [Google Scholar]
  16. Tran K.; Ulissi Z. W. Active learning across intermetallics to guide discovery of electrocatalysts for CO2 reduction and H2 evolution. Nat. Catal. 2018, 1 (9), 696–703. 10.1038/s41929-018-0142-1. [DOI] [Google Scholar]
  17. Raccuglia P.; Elbert K. C.; Adler P. D. F.; Falk C.; Wenny M. B.; Mollo A.; Zeller M.; Friedler S. A.; Schrier J.; Norquist A. J. Machine-learning-assisted materials discovery using failed experiments. Nature 2016, 533 (7601), 73–76. 10.1038/nature17439. [DOI] [PubMed] [Google Scholar]
  18. Chen Y.; Li R.; Suo H.; Liu C. Evaluation of a Data-Driven, Machine Learning Approach for Identifying Potential Candidates for Environmental Catalysts: From Database Development to Prediction. ACS ES&T Eng. 2021, 1 (8), 1246–1257. 10.1021/acsestengg.1c00125. [DOI] [Google Scholar]
  19. Ren F.; Ward L.; Williams T.; Laws K.; Wolverton C.; Hattrick-Simpers J.; Mehta A. Accelerated discovery of metallic glasses through iteration of machine learning and high-throughput experiments. Sci. Adv. 2018, 4 (4), eaaq1566. 10.1126/sciadv.aaq1566. [DOI] [PMC free article] [PubMed] [Google Scholar]
  20. Zhu J.-J.; Borzooei S.; Sun J.; Ren Z. J. Deep Learning Optimization for Soft Sensing of Hard-to-Measure Wastewater Key Variables. ACS ES&T Eng. 2022, 2 (7), 1341–1355. 10.1021/acsestengg.1c00469. [DOI] [Google Scholar]
  21. Zhu X.; Chen C.; Suo H.; Wang Q.; Shi Y.; O’Hare D.; Cai N. Synthesis of elevated temperature CO2 adsorbents from aqueous miscible organic-layered double hydroxides. Energy 2019, 167, 960–969. 10.1016/j.energy.2018.11.009. [DOI] [Google Scholar]
  22. Su J.; Liang H.; Gong X. N.; Lv X. Y.; Long Y. F.; Wen Y. X. Fast Preparation of Porous MnO/C Microspheres as Anode Materials for Lithium-Ion Batteries. Nanomaterials 2017, 7 (6), 121. 10.3390/nano7060121. [DOI] [PMC free article] [PubMed] [Google Scholar]
  23. Chen N.; Hu D.; Wang Y.; Tan L.; Zhang F.; Feng H. One-pot synthesis of P-toluidine-reduced graphene oxide/Mn3O4 composite and its electrochemical performance. J. Solid State Electrochem. 2019, 23 (6), 1851–1860. 10.1007/s10008-019-04206-8. [DOI] [Google Scholar]
  24. Li S.-J.; Guo W.; Yuan B.-Q.; Zhang D.-J.; Feng Z.-Q.; Du J.-M. Assembly of ultrathin NiOOH nanosheets on electrochemically pretreated glassy carbon electrode for electrocatalytic oxidation of glucose and methanol. Sens. Actuators, B 2017, 240, 398–407. 10.1016/j.snb.2016.09.002. [DOI] [Google Scholar]
  25. Wang Q.; O’Hare D. Recent Advances in the Synthesis and Application of Layered Double Hydroxide (LDH) Nanosheets. Chem. Rev. 2012, 112 (7), 4124–4155. 10.1021/cr200434v. [DOI] [PubMed] [Google Scholar]
  26. Jiang B.; Deng B.; Zhang Z.; wu Z.; Tang X.; Yao S.; Lu H. Effect of Zr Addition on the Low-Temperature SCR Activity and SO2 Tolerance of Fe–Mn/Ti Catalysts. J. Phys. Chem. C 2014, 118 (27), 14866–14875. 10.1021/jp412828p. [DOI] [Google Scholar]
  27. Chen L.; Ren S.; Zhou Y.; Li X.; Wang M.; Chen Z.; Yang J. Effects of doping Mn, Cu and Fe oxides on polyhedron CeO2 catalyst during NH3-SCR reaction. J. Taiwan Inst. Chem. Eng. 2022, 140, 104560. 10.1016/j.jtice.2022.104560. [DOI] [Google Scholar]
  28. Peng Y.; Chang H.; Dai Y.; Li J. Structural and Surface Effect of MnO2 for Low Temperature Selective Catalytic Reduction of NO with NH3. Procedia Environ. Sci. 2013, 18, 384–390. 10.1016/j.proenv.2013.04.051. [DOI] [Google Scholar]
  29. Li Y.; Li Y.; Wang P.; Hu W.; Zhang S.; Shi Q.; Zhan S. Low-temperature selective catalytic reduction of NOx with NH3 over MnFeOx nanorods. Chem. Eng. J. 2017, 330, 213–222. 10.1016/j.cej.2017.07.018. [DOI] [Google Scholar]
  30. Mu J.; Li X.; Sun W.; Fan S.; Wang X.; Wang L.; Qin M.; Gan G.; Yin Z.; Zhang D. Enhancement of Low-Temperature Catalytic Activity over a Highly Dispersed Fe–Mn/Ti Catalyst for Selective Catalytic Reduction of NOx with NH3. Ind. Eng. Chem. Res. 2018, 57 (31), 10159–10169. 10.1021/acs.iecr.8b01335. [DOI] [Google Scholar]
  31. Hao Z.; Shen Z.; Li Y.; Wang H.; Zheng L.; Wang R.; Liu G.; Zhan S. The Role of Alkali Metal in α-MnO2 Catalyzed Ammonia-Selective Catalysis. Angew. Chem., Int. Ed. 2019, 58 (19), 6351–6356. 10.1002/anie.201901771. [DOI] [PubMed] [Google Scholar]
  32. Zhang L.; Zhang D.; Zhang J.; Cai S.; Fang C.; Huang L.; Li H.; Gao R.; Shi L. Design of meso-TiO2@MnOx–CeOx/CNTs with a core–shell structure as DeNOx catalysts: Promotion of activity, stability and SO2-tolerance. Nanoscale 2013, 5 (20), 9821–9829. 10.1039/c3nr03150k. [DOI] [PubMed] [Google Scholar]
  33. Li Q.; Yang H.; Qiu F.; Zhang X. Promotional effects of carbon nanotubes on V2O5/TiO2 for NOx removal. J. Hazard. Mater. 2011, 192 (2), 915–921. 10.1016/j.jhazmat.2011.05.101. [DOI] [PubMed] [Google Scholar]
  34. Gao F.; Tang X.; Yi H.; Zhao S.; Wang J.; Shi Y.; Meng X. Novel Co– or Ni–Mn binary oxide catalysts with hydroxyl groups for NH3–SCR of NOx at low temperature. Appl. Surf. Sci. 2018, 443, 103–113. 10.1016/j.apsusc.2018.02.151. [DOI] [Google Scholar]
  35. Yamashita T.; Hayes P. Analysis of XPS spectra of Fe2+ and Fe3+ ions in oxide materials. Appl. Surf. Sci. 2008, 254 (8), 2441–2449. 10.1016/j.apsusc.2007.09.063. [DOI] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

es3c00293_si_001.pdf (671.8KB, pdf)

Articles from Environmental Science & Technology are provided here courtesy of American Chemical Society

RESOURCES