Next Article in Journal
Organic Solar Cells Improved by Optically Resonant Silicon Nanoparticles
Next Article in Special Issue
Photocatalytic Hydrogen Production and Tetracycline Degradation Using ZnIn2S4 Quantum Dots Modified g-C3N4 Composites
Previous Article in Journal
Nanoparticles: The Plant Saviour under Abiotic Stresses
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Automated Recognition of Nanoparticles in Electron Microscopy Images of Nanoscale Palladium Catalysts

by
Daniil A. Boiko
1,
Valentina V. Sulimova
2,
Mikhail Yu. Kurbakov
2,
Andrei V. Kopylov
2,
Oleg S. Seredin
2,
Vera A. Cherepanova
1,
Evgeniy O. Pentsak
1 and
Valentine P. Ananikov
1,*
1
Zelinsky Institute of Organic Chemistry, Russian Academy of Sciences, 119991 Moscow, Russia
2
Tula State University, Lenine Ave. 92, 300012 Tula, Russia
*
Author to whom correspondence should be addressed.
Nanomaterials 2022, 12(21), 3914; https://doi.org/10.3390/nano12213914
Submission received: 13 October 2022 / Revised: 28 October 2022 / Accepted: 1 November 2022 / Published: 6 November 2022

Abstract

:
Automated computational analysis of nanoparticles is the key approach urgently required to achieve further progress in catalysis, the development of new nanoscale materials, and applications. Analysis of nanoscale objects on the surface relies heavily on scanning electron microscopy (SEM) as the experimental analytic method, allowing direct observation of nanoscale structures and morphology. One of the important examples of such objects is palladium on carbon catalysts, allowing access to various chemical reactions in laboratories and industry. SEM images of Pd/C catalysts show a large number of nanoparticles that are usually analyzed manually. Manual analysis of a statistically significant number of nanoparticles is a tedious and highly time-consuming task that is impossible to perform in a reasonable amount of time for practically needed large amounts of samples. This work provides a comprehensive comparison of various computer vision methods for the detection of metal nanoparticles. In addition, multiple new types of data representations were developed, and their applicability in practice was assessed.

1. Introduction

Currently, heterogeneous catalysis is one of the most important fields of chemistry due to its high applicability in industrial processes [1]. The ease of catalyst recovery and high turnover numbers make heterogeneous catalysts useful for large-scale production. One of the most critical commercial catalysts is palladium on carbon (Pd/C). As a few examples, it can catalyze various reactions, including [2] but not limited to hydrogenations [3], hydrogenolysis [4], cross-coupling [5,6], and others [7]. The highest catalyst performance with ~109 turnover numbers was recently achieved with Pd/C catalysts [8]. Representative applications also include sensing [9,10], hybrid nanomaterials design [11,12,13,14], development of Pd-decorated nanosystems on various forms of carbon [15,16,17], and biosynthesis [18], among many others.
Undoubtedly, the optimization of catalytic performance is an important task. The activity of the catalyst is strongly related to its structure and its surface structure in particular. Therefore, the description of the surface becomes a key task; one of the possible criteria used for this is the imperfection of the surface, i.e., the presence of defects. Defects are interruptions of the regular structure of the carbon surface. The most versatile method of material morphology analysis is scanning electron microscopy [19]. The sample is scanned with a beam of electrons, and backscattered electrons are then detected. However, even with this method, some types of defects are poorly visualized due to the slight difference in the atomic arrangement. One of the approaches for visualizing defects is the deposition of metal particles. Due to the preferential binding of particles to defects [19,20], the formed patterns correspond with sufficient accuracy to the distribution of defects; and using the Z-contrast associated with atomic number, the electron microscopy accurately determines the location of the particles. Since scanning microscopy is a nondestructive method, hundreds of thousands of images can be produced for each sample, which in turn makes manual analysis impossible [21]. While methods for automatic imaging of the sample exist, their results are tedious to interpret.
To address these issues, computer vision solutions were developed. The list of approaches can be separated into two large groups: classical computer vision techniques and deep learning methods. The first ones are based on either some sort of binarization technique or by fitting a function to match the brightness profile of the image. The second ones include direct detection techniques (R-CNN, faster R-CNN, mask R-CNN) or detection via segmentation approaches (for instance, segmentation first [22] and then applying the Watershed algorithm). As a few representative examples, computer vision is a highly promising technique for connecting microscopy with nanoscale materials and catalysts [23,24], for performing mechanical analysis [25], and carrying out challenging nanoscale multi-manipulations in scanning electron microscopy (SEM) [26].
One of the most challenging problems in processing SEM images is the construction of an appropriate dataset. Examples of SEM image datasets include the dataset of a wide range of objects studied with SEM [27] and the synthetic dataset of powder materials [28]. Most available datasets include only image labels, as labeling images for segmentation or detection is enormously time-consuming. The dataset with SEM images of Pd/C catalysts [29] was used in this work.
This work presents an in-depth comparison of classical and deep learning approaches. We show that high quality can be achieved without using complex neural methods. The developed pipeline was used to analyze images of Pd/C catalysts and helped draw insightful conclusions about the underlying material structure.

2. Results and Discussion

2.1. General Approach

The experimental setup included four manually labeled SEM images of Pd/C catalysts. The labeling was performed by an expert proficient in analyzing such images. For every nanoparticle, its center and radius were obtained.
These images were used to compare the performance of six different object-detection methods, choose the most accurate of them in terms of the accepted measure of nanoparticle detection accuracy, and adjust its parameters.
The best method was then used to make predictions for the entire dataset of SEM Pd/C images [30]. This made it possible to infer unique particle-distribution patterns depending on the sample, i.e., the type of carbon material used for the catalyst preparation. These data may be crucial for constructing relationships between catalytic activity and support properties.

2.2. Methods Comparison

In this section, the performance of six different object-detection methods is compared:
  • The straightforward local intensity maxima (LM) method;
  • Three classical computer vision methods of blob detection: Laplacian of Gaussian (LOG), difference of Gaussians (DOG), and determinant of the Hessian (DOH) methods;
  • The proposed methods in this work include exponential approximation method (Exp) and
  • Deep neural network (DNN) approach.
A more detailed description of the methods is presented below in the “Method Implementation” section.
To estimate the possibilities of algorithms to detect nanoparticles on SEM images, we tested their performance for each of the four labeled ground truth images for different parameter values. Table 1 contains accuracy values (in %) for the optimal parameter values obtained from the parameter search. The last column of Table 1 contains the mean values and standard deviations of accuracy computed through four images.
All the results were obtained for the object acceptability threshold equal to 0.25 according to the Jaccard measure (1). Note that the rectangular bounding box for representing the position and size of an object, which is typical for computer vision, is unnatural for detecting nanoparticles due to their spherical shape, which leads to the overestimation of the Jaccard measure. Therefore, we use a circular region of interest here. A detailed description can be found in the Section 4.2 “Metric Calculation”.
Figure 1 presents initial images and the visualization of the results of nanoparticle detection for two methods (DNN and Exp) that show the best quality on average for its optimal parameter values. In this figure, particles found by the algorithm are marked in green, those manually labeled are in blue, particles found by the algorithm but not confirmed by the expert labeling are in yellow, and particles marked by the expert but not found by the algorithm are in red.
To model the real situation, when we do not have any expert information for image analysis, we chose algorithm parameters based on the leave-one-out procedure [31]. Namely, four times in a turn, we selected one of the four images as the test image, found the set of parameters that gives the best sum of accuracies for the three remaining images, and applied this set to process the test image. Thus, the average accuracy for four test images provides the final estimation of the algorithm performance. Such a procedure, while time-consuming, is recognized as valid in data analysis, especially in cases with limited amounts of data.
The results of such a leave-one-out procedure are presented in Table 2. The four central columns of this table contain the obtained accuracy (in %) for the specified test images, and the last column contains the average accuracy values and the corresponding standard deviations calculated from all four test images.
As we can see from Table 2, the accuracies of nanoparticle detection for parameter estimation based on the leave-one-out procedure, as expected, are lower than the respective values for optimal parameter values. This means that the methods are sensitive to the choice of parameters, and the detection accuracy can be further improved by introducing a more suitable way of estimating the parameters.
According to Table 2, the most accurate method for the adopted experimental setup is an exponential approximation. Additionally, it is most stable towards changes of parameter values. Therefore, it was selected for further study.

2.3. Analysis of the Data

The exponential approximation method (Exp), which showed the best quality on the labeled data, was applied to analyze the entire dataset of SEM Pd/C images [30].
The main parameters of the Exp method are stated as follows:
  • Size of image fragments for approximation f s i z e = 7 ,
  • Set of possible radius values: from 1 to 7 through 0.1,
  • Values of adaptive threshold coefficients for prefiltering C f p r e f (stage 2) and detection C f d e t e c t (stage 4) were estimated as parameters that maximize the sums of accuracies for all four manually labeled images: C f p r e f = 0.3 , C f d e t e c t = 0.4 .
As a result of applying the Exp method to each dataset image, the set of nanoparticles was obtained, each of which is characterized by the coordinates of its center and radius.
Based on this information, the number of detected nanoparticles was found for each image, and a number of statistical data were calculated to characterize images to distinguish between two kinds of them, named S1 and S2. Figure 2 shows an example of two representative S1 and S2 images from the base and the results of nanoparticle detection.
Figure 3 shows the main obtained statistical data visual presentation for images S1-156 and S2-364 from Figure 2.
Chart “a” in Figure 3 shows the fraction of nanoparticles of a given radius from the total number of found nanoparticles. Each bar of chart “b” in Figure 3 presents the fraction of 20 × 20 nm subimages that contain the respective number of nanoparticles. The chart “c” in Figure 3 for each distance value to the nearest nanoparticle shows the fraction of nanoparticles for which the respective condition holds true. Each bar of the chart “d” in Figure 3 shows the fraction of nanoparticles with the respective number of nanoparticles in its 20 nm sized neighborhood. Chart “e” in Figure 3 presents the fraction of subimages without nanoparticles from the total number of square subimages of the given size. The chart “f” in Figure 3 shows the average density of nanoparticles inside a circular neighborhood of different radii (in nm). The average density is the number of nanoparticles inside the neighborhood, normalized to its area and averaged over all nanoparticles.
As shown in Figure 3, many proposed statistics are sensitive to the density of nanoparticle locations and the presence of areas without nanoparticles. These data will further allow us to estimate the ordering of the short-range order and to distinguish between types of images.
In particular, the presented statistics allow distinguishing quite well between S1 and S2 types by averaging the considered statistics through all images of each of the two types. Figure 4 shows the visualization of the respective averaged statistics.
In addition to the charts presented in Figure 4, we can plot an additional diagram for all images that shows the number of nanoparticles detected (Figure 5). This diagram shows a trend for S1 images to have more nanoparticles detected than S2 images.
For a more accurate analysis, we represent all images as points in the multidimensional feature space. The values of the presented diagrams were taken as features. As a result, each image is characterized by a vector of 177 features. To visualize the relative position of points in the obtained space, they were projected into three-dimensional feature space via a fast-map procedure [32]. The result of the respective visualization is presented in Figure 6. Red points correspond to S1 images, and blue points are S2 images.
As seen from Figure 6, most of the S1 and S2 images form separate and sufficiently concentrated groups of points in the space under consideration, which once again confirms that the proposed statistics make it possible to distinguish images of these types from each other quite well.
It is important to note the chemical nature of samples S1 and S2. They were prepared by precisely the same procedure, so this study shows that small experimental variations can be detected by the described approach.

3. Conclusions

As a result, a comprehensive comparison of multiple computer vision approaches for nanoparticle detection was performed. The analysis has shown that the exponential approximation method generally outperforms other methods. However, all methods were shown to be quite sensitive to the hyperparameter choice, requiring the implementation of intelligent approaches for their selection in the future.
The best method was applied to the SEM Pd/C images dataset. Statistical analysis of nanoparticle sizes and their spatial distribution allowed differentiation between two very close materials prepared by the same procedure—one of the key tasks that emerged from experimental studies in the fields of nanoparticle studies and catalysis.
The performance findings confirm the ability of rapid computer vision algorithms to detect very small changes under experimental conditions. In the future, this will allow fine-tuning of the structure and defectiveness of the surface, thereby changing its physical and chemical properties. The performance of modern CPUs should be enough to extend the analysis into real-time mode.

4. Methods

4.1. Image Labeling

All images were labeled manually by the expert in the Digimizer image analysis software. The data were then exported into a CSV file and used for the following analysis.

4.2. Metric Calculation

To assess the correctness of determining the position and size of the nanoparticle found by the algorithm, we used a method based on the calculation of the Jaccard measure
J ( S g t , S d t ) = | S g t S d t | | S g t S d t |
between circles, the centers of which determine the positions, and the diameters determine the size of the nanoparticle, where S g t is the ground truth circle selected by the expert, and S d t is the circle found by the detection algorithm. The greater the value of this measure, the smaller the difference between the object found by the algorithm and that manually labeled. When the value is equal to one, the found areas completely coincide.
In experiments, the value of the Jaccard measure, at which the corresponding nanoparticle is considered as found by the algorithm, is 0.25. Figure 7 shows an example of the mutual arrangement of two circles with radii of 3 and 4 pixels and an offset of the centers, in which the Jaccard measure is 0.25.
It is worth noting that most algorithms for detecting objects in images deal with rectangular areas of interest (ROIs), and the calculation of the Jacquard measure for two circles was not implemented in standard software packages. However, the nature of the problem being solved, taking into account the specifics of the shape of the detected nanoparticles, requires calculating the measure specifically for circles. The analytical solution for calculating the measure of two circles of radii R and r and located at a distance of d is the following expressions:
J = { r 2 R 2 , d + r R , S π R 2 + π r 2 S , d r R , 0 , d r > R ,
where S = A R 2 R 2 sin ( 2 A ) 2 + α r 2 r 2 sin ( 2 α ) 2 ,
A = a r c cos ( d 2 + R 2 r 2 2 R d ) ,   α = a r c cos ( d 2 + r 2 R 2 2 r d )
The quality of the algorithms was evaluated by the accuracy value, which is calculated by the formula
a c c u r a c y = T P T P + F N + F P
where T P is the number of particles correctly identified by the algorithm, i.e., matching with the expert markup; F N is the number of particles not found by the algorithm but labeled by the expert; and F P is the number of particles found by the algorithm but not confirmed by the expert.

4.3. Method Implementation

4.3.1. Classic Methods

The nature of the SEM images allows us to consider the problem of detecting nanoparticles as a classical problem of computer vision, namely blob detection. We included four well-known blob-detection methods in our investigation as baseline methods.
The very straightforward approach is to find the local intensity maxima (LM) of the SEM image and take them as an estimate of the position of nanoparticles if the corresponding intensity value exceeds the given threshold. However, this method does not imply obtaining the particle size. Thus, the size of all particles is assumed to be the same and equal to the average size of the nanoparticle on the image of the given scale.
The Laplacian of Gaussian (LOG) method [33] is the most common blob detector. It is based on the application of the Laplace (second derivative) operator to the result of convolution of the source image with the Gaussian kernel. The scale-normalized version of the Laplacian operator allows us to detect objects of different sizes as local maxima with respect to both space and scale in the three-dimensional discrete scale-space volume. The standard deviations of the Gaussian methods corresponding to the scale at which the maximum is found allowed us to estimate the nanoparticle size.
The difference of Gaussians (DOG) [34] represents a difference between adjacent levels of the image pyramid formed by a sequence of convolutions of the original image with Gaussian kernels with different standard deviations. Then, the ratio between the standard deviations of adjacent levels is equal to approximately 1.6, and the DOG can be considered an efficient approximation of the LOG method.
The fourth method is based on a scale-normalized determinant of the Hessian (DOH) detector [33]. Similar to LOG, nanoparticles are defined from maxima of discrete scale-space volume but formed by the determinant of the Hessian instead of Laplacian. The standard deviation of the Gaussian kernel used for the Hessian matrix with maximum determinant is used for an estimate of the size of the detected nanoparticle.
The application of blob-detection methods is complicated by the presence of overexposed areas on the SEM images. Such areas, as well as background irregularities, must be removed from processing. We propose here to use the greyscale morphology method, namely the top-hat transform [35], to eliminate bright areas that exceed a given size. The top-hat transform is defined as the difference between the original image and its morphological opening. The structuring element of morphological operations plays a critical role in the result of processing. The selection of structuring elements is a subject of intensive studies [36,37].
Fortunately, the visual appearance and known range of possible sizes of nanoparticles simplify the task of structuring element selection and allow the use of a circular element with the size depending on the scale of an SEM image.
In this paper, we used Python implementations of these methods from the scikit-image package skimage.feature.blob_log(), skimage.feature.blob_dog(), and skimage.feature.blob_doh() for LoG, DoG, and DoH, respectively, for nanoparticle detection and skimage.morphology.white_tophat() to preprocess images before applying each of them.

4.3.2. Exponential Approximation (Exp)

The proposed exponential approximation method is based on two assumptions. The first assumption is that the visual representation of each nanoparticle in the image can be modeled quite well using the exponential brightness function with a maximum at the center of the nanoparticle. The second assumption is that the parameters of the approximating functions found for small image fragments will differ for fragments that contain and do not contain a nanoparticle.
The proposed method consists of five stages: (1) preprocessing, (2) selecting small image fragments, (3) making exponential approximation for each image fragment, (4) detecting fragments that contain a nanoparticle, and (5) determining the radius of each particle.
  • Stage 1. Preprocessing
For the classical methods of blob detection, the top-hat transformation described above was applied to exclude overexposed areas on the SEM images before the main processing.
  • Stage 2. Selecting small image fragments
The simplest way to select small image fragments is to pass sequentially through all points of the image and cut out fragments of some size f s i z e from it with a center at the considered points. However, such a straightforward approach leads to multiple unnecessary computations. It is obvious that the lower average brightness of a small image fragment with a center at a certain point corresponds to the lower probability that this point is the nanoparticle center. In this regard, to reduce computations, we introduce an adaptive threshold T h p r e f , which is computed as follows:
T h p r e f = C f p r e f m e a n ( L M 1000 )
where m e a n ( L M 1000 ) is the mean value of the 1000 largest local intensity maxima of an image to be analyzed, and C f p r e f ( 0 ; 1 ) is the coefficient, which is the structural parameter of the method.
For further processing, we select only those points whose average value of brightness in their vicinity exceeds the value of this threshold.
Therefore, the result of this stage is a number of small image fragments.
  • Stage 3. Exponential approximation of one small image fragment
Let f = [ f ( x i , y j ) , i , j = 1 , , f s i z e ] be a small image fragment, which has an odd size f s i z e .
For each fragment, we used the same pixel coordinates x i , y j { f s i z e / 2 , f s i z e / 2 } and i , j = 1 , , f s i z e that are relative to the fragment center ( x f s i z e / 2 = 0 , y f s i z e / 2 = 0 ) .
An exponential function of the form F ( x , y , a , b ) = a e b ( x 2 + y 2 ) is used to approximate an image fragment.
The approximation is made in two steps. At the first step for each value of the coefficient b from some finite set b 𝔹 { b 1 , , b n } , the optimal value a is computed to minimize the root mean square criterion:
J ( x , y , a , b k ) = i , j ( F ( x i , y j , a , b k ) f ( x i , y j ) ) 2 ,
a ( b k ) = arg min a J ( x , y , a , b k ) , k = 1 , , n
In accordance with the least square method, the optimal value of the parameter a can be easily found by the formula
a ( b k ) = i , j f ( x i , y j ) e b k ( x i + y j ) 2 i , j ( e b k ( x i + y j ) 2 ) 2
In the second step, the parameter values b k and a ( b k ) , which lead to the minimum criterion value, are taken as the optimal values of the desired coefficients b o p t = arg min b k J ( x , y , a ( b k ) , b k ) , a o p t = a ( b o p t ) , k = 1 , , n of the approximating function
F ( x , y , a , b ) = a e b ( x 2 + y 2 )
  • Stage 4. Detecting fragments that contain a nanoparticle
As a result of exponential approximation for image fragments, we have two matrixes of optimal coefficients a o p t = [ a i , j o p t ] and b o p t = [ b i , j o p t ] , i = 1 , , s i z e X , j = 1 , , s i z e Y , whose size is equal to the image size to be analyzed.
To detect fragments that contain a nanoparticle, we find local maxima in the matrix a o p t and take only those of them whose values exceed the adaptive threshold value
T h d e t e c t = C f d e t e c t m e a n ( L M ( a o p t ) )
where m e a n ( L M ( a o p t ) ) is the average value of all found local maxima in a o p t , and C f d e t e c t [ 0 ; 1 ] is the coefficient, which is one more structural parameter of the method.
  • Stage 5. Determining the radius of a particle
The radius of a particle with center coordinates ( i , j ) is defined by the respective optimal value b i , j o p t as follows:
r i , j = 1 b i , j o p t

4.3.3. Deep Neural Network (DNN) Predictions

The pretrained model was used from the paper. The inference code was implemented in Python with the PyTorch framework [38].
The following procedure was implemented as described previously [39]. Segmentation maps were binarized, then distance transform was applied, centers of nanoparticles were selected by local maxima search algorithm, and implemented in Scikit-learn [40]; finally, the images after distance transform and corresponding local maxima were passed into the watershed algorithm to perform instance segmentation of nanoparticles.

Author Contributions

Conceptualization, V.P.A.; Investigation, D.A.B., V.V.S., M.Y.K., A.V.K., O.S.S., V.A.C. and E.O.P.; Methodology, D.A.B., V.V.S., M.Y.K., A.V.K., O.S.S., V.A.C. and E.O.P.; Project administration, V.P.A.; Software, D.A.B., V.V.S., M.Y.K., A.V.K. and O.S.S.; Supervision, V.P.A.; Validation, O.S.S.; Visualization, D.A.B.; Writing—original draft, D.A.B., V.V.S., M.Y.K., A.V.K., O.S.S., V.A.C. and E.O.P.; Writing—review & editing, D.A.B., V.V.S., M.Y.K., A.V.K., O.S.S., V.A.C., E.O.P. and V.P.A. All authors have read and agreed to the published version of the manuscript.

Funding

This research is funded by the Ministry of Science and Higher Education of the Russian Federation within the framework of the state task FEWG-2021-0012.

Data Availability Statement

The data presented in this study are available in the article.

Acknowledgments

A comparative study of various methods is carried out partly using the equipment of the shared research facilities of HPC computing resources at Lomonosov Moscow State University.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Mao, Z.; Gu, H.; Lin, X. Recent Advances of Pd/C-Catalyzed Reactions. Catalysts 2021, 11, 1078. [Google Scholar] [CrossRef]
  2. Liu, X.; Astruc, D. Development of the Applications of Palladium on Charcoal in Organic Synthesis. Adv. Synth. Catal. 2018, 360, 3426–3459. [Google Scholar] [CrossRef]
  3. Mori, A.; Mizusaki, T.; Miyakawa, Y.; Ohashi, E.; Haga, T.; Maegawa, T.; Monguchi, Y.; Sajiki, H. Chemoselective Hydrogenation Method Catalyzed by Pd/C Using Diphenylsulfide as a Reasonable Catalyst Poison. Tetrahedron 2006, 62, 11925–11932. [Google Scholar] [CrossRef]
  4. Harvey, F.M.; Bochet, C.G. Stereospecific Hydrogenolysis of Benzylic Alcohols over Pd/C. J. Org. Chem. 2020, 85, 7611–7619. [Google Scholar] [CrossRef] [PubMed]
  5. Felpin, F.; Ayad, T.; Mitra, S. Pd/C: An Old Catalyst for New Applications—Its Use for the Suzuki–Miyaura Reaction. Eur. J. Org. Chem. 2006, 2006, 2679–2690. [Google Scholar] [CrossRef]
  6. Shi, G.; Dong, Z. Palladium Supported on Porous Organic Polymer as Heterogeneous and Recyclable Catalyst for Cross Coupling Reaction. Molecules 2022, 27, 4777. [Google Scholar] [CrossRef]
  7. Chen, X.; Engle, K.M.; Wang, D.-H.; Yu, J.-Q. Palladium(II)-Catalyzed C-H Activation/C-C Cross-Coupling Reactions: Versatility and Practicality. Angew. Chem. Int. Ed. 2009, 48, 5094–5115. [Google Scholar] [CrossRef]
  8. Eremin, D.B.; Galushko, A.S.; Boiko, D.A.; Pentsak, E.O.; Chistyakov, I.V.; Ananikov, V.P. Toward Totally Defined Nanocatalysis: Deep Learning Reveals the Extraordinary Activity of Single Pd/C Particles. J. Am. Chem. Soc. 2022, 144, 6071. [Google Scholar] [CrossRef]
  9. Xu, F.; Zhang, Z.; Ma, J.; Ma, C.; Guan, B.-O.; Chen, K. Large-Area Ordered Palladium Nanostructures by Colloidal Lithography for Hydrogen Sensing. Molecules 2022, 27, 6100. [Google Scholar] [CrossRef]
  10. Yoosefian, M.; Ayoubi, E.; Atanase, L.I. Palladium-Doped Single-Walled Carbon Nanotubes as a New Adsorbent for Detecting and Trapping Volatile Organic Compounds: A First Principle Study. Nanomaterials 2022, 12, 2572. [Google Scholar] [CrossRef]
  11. Yurkov, G.; Koksharov, Y.; Fionov, A.; Taratanov, N.; Kolesov, V.; Kirillov, V.; Makeev, M.; Mikhalev, P.; Ryzhenko, D.; Solodilov, V. Polymer Nanocomposite Containing Palladium Nanoparticles: Synthesis, Characterization, and Properties. Polymers 2022, 14, 3795. [Google Scholar] [CrossRef]
  12. Bulanova, A.V.; Shafigulin, R.V.; Vinogradov, K.Y.; Tokranova, E.O.; Martynenko, E.A.; Vostrikov, S.V.; Podlipnov, V.V. Effect of Modifying Carbon Materials with Metal Phthalocynines and Palladium on Their Catalytic Activity in ORR. Catalysts 2022, 12, 1013. [Google Scholar] [CrossRef]
  13. Sayury Miyashiro, C.; Hamoudi, S. Palladium and Graphene Oxide Doped ZnO for Aqueous Acetamiprid Degradation under Visible Light. Catalysts 2022, 12, 709. [Google Scholar] [CrossRef]
  14. Solovov, R.; Ershov, B. Features of Hydrogen Reduction of Fe(CN)63−Ions in Aqueous Solutions: Effect of Hydrogen Dissolved in Palladium Nanoparticles. Nanomaterials 2021, 11, 2587. [Google Scholar] [CrossRef] [PubMed]
  15. Sikora, E.; Muránszky, G.; Kristály, F.; Fiser, B.; Farkas, L.; Viskolcz, B.; Vanyorek, L. Development of Palladium and Platinum Decorated Granulated Carbon Nanocomposites for Catalytic Chlorate Elimination. Int. J. Mol. Sci. 2022, 23, 10514. [Google Scholar] [CrossRef]
  16. Çalışkan, M.; Akay, S.; Kayan, B.; Baran, T.; Kalderis, D. Preparation and Application of a Hydrochar-Based Palladium Nanocatalyst for the Reduction of Nitroarenes. Molecules 2021, 26, 6859. [Google Scholar] [CrossRef] [PubMed]
  17. Prekob, Á.; Udayakumar, M.; Karacs, G.; Kristály, F.; Muránszky, G.; Leskó, A.K.; Németh, Z.; Viskolcz, B.; Vanyorek, L. Development of Highly Efficient, Glassy Carbon Foam Supported, Palladium Catalysts for Hydrogenation of Nitrobenzene. Nanomaterials 2021, 11, 1172. [Google Scholar] [CrossRef]
  18. Al-Fakeh, M.S.; Osman, S.O.M.; Gassoumi, M.; Rabhi, M.; Omer, M. Characterization, Antimicrobial and Anticancer Properties of Palladium Nanoparticles Biosynthesized Optimally Using Saudi Propolis. Nanomaterials 2021, 11, 2666. [Google Scholar] [CrossRef]
  19. Pentsak, E.O.; Kashin, A.S.; Polynski, M.V.; Kvashnina, K.O.; Glatzel, P.; Ananikov, V.P. Spatial Imaging of Carbon Reactivity Centers in Pd/C Catalytic Systems. Chem. Sci. 2015, 6, 3302–3313. [Google Scholar] [CrossRef] [Green Version]
  20. Fei, Z.; Rodin, A.S.; Gannett, W.; Dai, S.; Regan, W.; Wagner, M.; Liu, M.K.; McLeod, A.S.; Dominguez, G.; Thiemens, M.; et al. Electronic and Plasmonic Phenomena at Graphene Grain Boundaries. Nat. Nanotechnol. 2013, 8, 821–825. [Google Scholar] [CrossRef] [Green Version]
  21. Boiko, D.A.; Pentsak, E.O.; Cherepanova, V.A.; Gordeev, E.G.; Ananikov, V.P. Deep Neural Network Analysis of Nanoparticle Ordering to Identify Defects in Layered Carbon Materials. Chem. Sci. 2021, 12, 7428–7441. [Google Scholar] [CrossRef] [PubMed]
  22. Ronneberger, O.; Fischer, P.; Brox, T. U-Net: Convolutional Networks for Biomedical Image Segmentation. In Medical Image Computing and Computer-Assisted Intervention—MICCAI 2015; Springer: Berlin/Heidelberg, Germany, 2015; pp. 234–241. [Google Scholar] [CrossRef] [Green Version]
  23. Nartova, A.V.; Mashukov, M.Y.; Astakhov, R.R.; Kudinov, V.Y.; Matveev, A.V.; Okunev, A.G. Particle Recognition on Transmission Electron Microscopy Images Using Computer Vision and Deep Learning for Catalytic Applications. Catalysts 2022, 12, 135. [Google Scholar] [CrossRef]
  24. Okunev, A.G.; Mashukov, M.Y.; Nartova, A.V.; Matveev, A.V. Nanoparticle Recognition on Scanning Probe Microscopy Images Using Computer Vision and Deep Learning. Nanomaterials 2020, 10, 1285. [Google Scholar] [CrossRef]
  25. Georgantzinos, S.K. Multiscale Simulation of Composite Structures: Damage Assessment, Mechanical Analysis and Prediction. Materials 2022, 15, 6494. [Google Scholar] [CrossRef] [PubMed]
  26. Yang, Z.; Wang, Y.; Yang, B.; Li, G.; Chen, T.; Nakajima, M.; Sun, L.; Fukuda, T. Mechatronic Development and Vision Feedback Control of a Nanorobotics Manipulation System inside SEM for Nanodevice Assembly. Sensors 2016, 16, 1479. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  27. Aversa, R.; Modarres, M.H.; Cozzini, S.; Ciancio, R.; Chiusole, A. The First Annotated Set of Scanning Electron Microscopy Images for Nanoscience. Sci. Data 2018, 5, 180172. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  28. DeCost, B.L.; Holm, E.A. A Large Dataset of Synthetic SEM Images of Powder Materials and Their Ground Truth 3D Structures. Data Br. 2016, 9, 727–731. [Google Scholar] [CrossRef] [Green Version]
  29. Boiko, D.A.; Pentsak, E.O.; Cherepanova, V.A.; Ananikov, V.P. Electron Microscopy Dataset for the Recognition of Nanoscale Ordering Effects and Location of Nanoparticles. Sci. Data 2020, 7, 101. [Google Scholar] [CrossRef] [Green Version]
  30. Boiko, D.A.; Pentsak, E.O.; Cherepanova, V.A.; Ananikov, V.P. Electron Microscopy Dataset for the Recognition of Nanoscale Ordering Effects and Location of Nanoparticles—Dataset 1 (Ordered). (2020). Figshare. Available online: https://figshare.com/articles/dataset/Electron_microscopy_dataset_for_the_recognition_of_nanoscale_ordering_effects_and_location_of_nanoparticles_Dataset_1_ordered_/11783661 (accessed on 12 October 2022).
  31. Lunts, A.L.; Brailovskii, V.L. Estimation of Features Obtained in Statistical Recognition Procedures. Izv. Akad. Nauk SSSR Ser. Tekh. Kibern. 1969, 3. [Google Scholar]
  32. Faloutsos, C.; Lin, K.-I. FastMap: A Fast Algorithm for Indexing, Data-Mining and Visualization of Traditional and Multimedia Datasets. In Proceedings of the 1995 ACM SIGMOD International Conference on Management of Data—SIGMOD ’95, San Jose, CA, USA, 22–25 May 1995; ACM Press: New York, NY, USA, 1995; pp. 163–174. [Google Scholar]
  33. Lindeberg, T. Scale-Space Theory in Computer Vision; Springer: Boston, MA, USA, 1994; ISBN 978-1-4419-5139-7. [Google Scholar]
  34. Marr, D.; Hildreth, E. Theory of Edge Detection. Proc. R. Soc. B 1980, 207, 187–217. [Google Scholar] [CrossRef]
  35. Bright, D.S.; Steel, E.B. Two-Dimensional Top Hat Filter for Extracting Spots and Spheres from Digital Images. J. Microsc. 1987, 146, 191–200. [Google Scholar] [CrossRef]
  36. Zeng, M.; Li, J.; Peng, Z. The Design of Top-Hat Morphological Filter and Application to Infrared Target Detection. Infrared Phys. Technol. 2006, 48, 67–76. [Google Scholar] [CrossRef]
  37. Wang, C.; Wang, L. Multidirectional Ring Top-Hat Transformation for Infrared Small Target Detection. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2021, 14, 8077–8088. [Google Scholar] [CrossRef]
  38. Paszke, A.; Gross, S.; Massa, F.; Lerer, A.; Bradbury, J.; Chanan, G.; Killeen, T.; Lin, Z.; Gimelshein, N.; Antiga, L.; et al. PyTorch: An Imperative Style, High-Performance Deep Learning Library. In Advances in Neural Information Processing Systems 32; Wallach, H., Larochelle, H., Beygelzimer, A., Alché-Buc, F., Fox, E., Garnett, R., Eds.; Curran Associates, Inc.: Red Hook, NY, USA, 2019; pp. 8024–8035. [Google Scholar]
  39. Kashin, A.S.; Boiko, D.A.; Ananikov, V.P. Neural Network Analysis of Electron Microscopy Video Data Reveals the Temperature-Driven Microphase Dynamics in the Ions/Water System. Small 2021, 17, 2007726. [Google Scholar] [CrossRef]
  40. Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Prettenhofer, P.; Weiss, R.; Dubourg, V.; et al. Scikit-Learn: Machine Learning in Python. J. Mach. Learn. Res. 2011, 12, 2825–2830. [Google Scholar] [CrossRef]
Figure 1. Visualization of the results of nanoparticle detection for the DNN and Exp methods.
Figure 1. Visualization of the results of nanoparticle detection for the DNN and Exp methods.
Nanomaterials 12 03914 g001
Figure 2. Examples of images of types S1 (left) and S2 (right) from the base and the results of nanoparticle detection.
Figure 2. Examples of images of types S1 (left) and S2 (right) from the base and the results of nanoparticle detection.
Nanomaterials 12 03914 g002
Figure 3. Visual presentation of calculated statistical data for two images from Figure 2 (see the text below for the explanations).
Figure 3. Visual presentation of calculated statistical data for two images from Figure 2 (see the text below for the explanations).
Nanomaterials 12 03914 g003
Figure 4. Charts averaged through all images of types S1 (blue) and S2 (orange).
Figure 4. Charts averaged through all images of types S1 (blue) and S2 (orange).
Nanomaterials 12 03914 g004
Figure 5. Number of nanoparticles that were detected for S1 (blue) and S2 (orange) images.
Figure 5. Number of nanoparticles that were detected for S1 (blue) and S2 (orange) images.
Nanomaterials 12 03914 g005
Figure 6. Fast-map three-dimensional projection of the multidimensional feature space. S1 images are drawn in blue, and S2 images are drawn in orange.
Figure 6. Fast-map three-dimensional projection of the multidimensional feature space. S1 images are drawn in blue, and S2 images are drawn in orange.
Nanomaterials 12 03914 g006
Figure 7. An example of the mutual arrangement of two circles with the Jaccard measure equal to 0.20 and 0.25.
Figure 7. An example of the mutual arrangement of two circles with the Jaccard measure equal to 0.20 and 0.25.
Nanomaterials 12 03914 g007
Table 1. Accuracy of methods for the optimal parameter values.
Table 1. Accuracy of methods for the optimal parameter values.
MethodImageMean ± SD
i4i61i42i21
LoG75.7966.4076.2384.6275.76 ± 6.45
DoG78.4272.8179.1582.4378.20 ± 3.46
DoH57.9357.3862.9281.7064.98 ± 9.89
LM73.9067.5269.9279.4672.70 ± 4.52
Exp75.5274.7777.4284.3078.00 ± 3.76
DNN73.1569.4976.1382.1375.23 ± 4.63
Table 2. Accuracies of nanoparticle detection for parameters estimation based on the leave-one-out procedure.
Table 2. Accuracies of nanoparticle detection for parameters estimation based on the leave-one-out procedure.
MethodImages for Finding Parameters/Test ImageMean ± SD
i21, i42, i64/i4i21, i42, i4/i61i21, i4, i64/i42i4, i42, i64/i21
LoG58.4464.4770.5280.3068.43 ± 8.07
DoG64.9869.0675.5570.1869.94 ± 8.36
DoH39.0847.7148.3370.8251.48 ± 11.75
LM73.9067.5269.9273.3371.16 ± 2.60
Exp73.7572.9375.5883.4876.44 ± 4.18
DNN69.8867.9576.0979.5973.38 ± 4.68
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Boiko, D.A.; Sulimova, V.V.; Kurbakov, M.Y.; Kopylov, A.V.; Seredin, O.S.; Cherepanova, V.A.; Pentsak, E.O.; Ananikov, V.P. Automated Recognition of Nanoparticles in Electron Microscopy Images of Nanoscale Palladium Catalysts. Nanomaterials 2022, 12, 3914. https://doi.org/10.3390/nano12213914

AMA Style

Boiko DA, Sulimova VV, Kurbakov MY, Kopylov AV, Seredin OS, Cherepanova VA, Pentsak EO, Ananikov VP. Automated Recognition of Nanoparticles in Electron Microscopy Images of Nanoscale Palladium Catalysts. Nanomaterials. 2022; 12(21):3914. https://doi.org/10.3390/nano12213914

Chicago/Turabian Style

Boiko, Daniil A., Valentina V. Sulimova, Mikhail Yu. Kurbakov, Andrei V. Kopylov, Oleg S. Seredin, Vera A. Cherepanova, Evgeniy O. Pentsak, and Valentine P. Ananikov. 2022. "Automated Recognition of Nanoparticles in Electron Microscopy Images of Nanoscale Palladium Catalysts" Nanomaterials 12, no. 21: 3914. https://doi.org/10.3390/nano12213914

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop