Fluorescent �multimodal nanosensor�of heavy metal ions �based on carbon dots
Olga E. Sarmanova, Kirill A. Laptinskiy,
Galina N. Chugreeva, Sergey A. Burikov, Tatiana A. Dolenko
Lomonosov Moscow State University
2
Pb Hg Cd Cu Co Fe Cr Ni Zn
3
Method | Simultaneous detection of several elements | Non-destructive or doesn’t need sample preparation | Cost | Detection limit |
Atomic Absorption Spectrometry | ✔ | – | $$ | ~ 10-5 g/L |
Radiochemical methods | ✔ | – | $$$ | ~10-10 g/L |
Electroanalytical methods | – | – | $$ | ~ 10-6 g/L |
Optical spectroscopy | ✔ | ✔ | $ | ~ 10-8 g/L |
*S. Morais, F. G. e Costa and M. de Lourdes Pereira. Heavy Metals and Human Health. Environmental Health – Emerging Issues and Practice
Current state
Carbon dots (CD) -based nanosensors
4
Size, nm | Fraction content in suspension, % | Zeta-potential, mV |
30±1 | 99.8 | -39± 0.9 |
398±2 | 0.2 |
Image of CD in a scanning electron microscope.
[*] Molaei, M. J. (2019). Carbon quantum dots and their biomedical and therapeutic applications: a review. RSC Advances, 9(12), 6460–6481.
[*]
𝜆ex = 365 nm
Our aim
To develop an approach to create
a multimodal nanosensor of metal ions, based on neural networks application to the fluorescence spectra
of carbon dots aqueous suspensions.
5
Carbon dots (CD) -based nanosensors
6
Size, nm | Fraction content in suspension, % | Zeta-potential, mV |
30±1 | 99.8 | -39± 0.9 |
398±2 | 0.2 |
Image of CD in a scanning electron microscope.
[*] Molaei, M. J. (2019). Carbon quantum dots and their biomedical and therapeutic applications: a review. RSC Advances, 9(12), 6460–6481.
[*]
𝜆ex = 365 nm
Sensitivity to Cations
7
Why �Machine Learning?
different structures in the CD composition
describing CD-environment interaction
on measured parameters
8
Fluorescence Spectroscopy
9
Fluorescence emission spectrum of CD under excitation at different wavelengths
Excitation-emission matrix
of CD's suspension fluorescence
Columns
Rows
Excitation
spectra
Fluorescence
spectra
Dataset - I
10
Sample: 41 FL spectra of CD suspension, corresponding to 41 excitation wavelengths in 250 – 450 nm spectral range with 5 nm increment.
Spectrum: 500 spectral channel (features) in 250-750 nm spectral range with 1 nm increment.
Outputs:
Cu2+, Ni2+, Cr3+, NO3- concentrations, mM
Range: 0 to 4.95 mM,
0.05 mM increment
1000 samples
Dataset - II
Sets:
Training set (70%), validation set (20%), test set (10%)
Splitting way:
Random split due to the uniform concentrations grid.
Stopping criterion:
If MSE on the validation set did not decrease during 100 epochs, stop
11
Sensitivity to Cations
Channel-by-channel statistics of the fluorescence spectra array for CD aqueous suspensions in the presence of a single salt. The red line is the average value for the array in each spectral channel (feature), the black dotted line is the standard deviation of the feature value.
12
PCA for Preliminary analysis
13
Score plots samples projections into the space of the first three principal components.
Cu2+ and Cr3+ cations: clear clusters, formed by the samples with similar concentrations of the corresponding ions.
Ni2+ cation: impossible to highlight clusters, as fluorescence spectra of suspensions with similar or equal Ni2+ concentrations differ greatly.
Conclusion: the error in determining the concentration of Ni2+ using CD will be maximal.
�
Approaches to Solve Inverse Problem- 1
Multilayer Perceptrons (MLP)
14
Approach | Wavelength of FL Excitation | Sample size |
MLP_1W | 350 nm | [1x500] |
MLP_3W | 250, 350, 450 nm | [1x1500] |
MLP_41W | 41 excitation wavelengths | [1x20500] |
Approaches to Solve Inverse Problem - 2
Convolutional neural networks (CNN)
15
Approach | Number of channels | Sample size |
CNN_1D | 41 | [41x1x500] |
CNN_2D | 1 | [1x41x500] |
Sample:
Sample:
Basic models
16
+ 5-fold cross-validation
+ 5 initializations of networks
25 networks per case
Results Comparison. Basic models.
17
Choose 2D_CNN
Feature maps
18
Data Augmentation
19
Wavelength drifting
xnoise = xinit + noise_level * rand_uniform
xnoise = xinit + noise_level * sqrt(xinit) * rand_poisson(λ = xinit)
Results Comparison. Augmentation
20
Conclusion-I
Different sensitivity rates of CD fluorescence toward cation types dramatically influence the results of NNs application;
2D CNNs enabled achieving a minimum RMSE -> as they ‘consider’ additional information about the mutual arrangement of spectral channels, both in the fluorescence and excitation spectra;
21
Conclusion-II
22