Expand this Topic clickable element to expand a topic
Skip to content
Optica Publishing Group

Deep neural network for designing near- and far-field properties in plasmonic antennas

Open Access Open Access

Abstract

The electromagnetic response of plasmonic nanostructures is highly sensitive to their geometric parameters. In multi-dimensional parameter space, conventional full-wave simulation and numerical optimization can consume significant computation time and resources. It is also highly challenging to find the globally optimized result and perform inverse design for a highly nonlinear data structure. In this work, we demonstrate that a simple multi-layer perceptron deep neural network can capture the highly nonlinear, complex relationship between plasmonic geometry and its near- and far-field properties. Our deep learning approach proves accurate inverse design of near-field enhancement and far-field spectrum simultaneously, which can enable the design of dual-functional optical sensors. Such implementation is helpful for exploring subtle, complex multifunctional nanophotonics for sensing and energy conversion applications.

© 2021 Optical Society of America under the terms of the OSA Open Access Publishing Agreement

1. Introduction

Nanoplasmonics are indispensable in sensor and energy applications. Their electromagnetic (EM) responses are largely determined by their geometric parameters. One representative example of nanoplasmonics is the bowtie shaped nanoantenna formed by a pair of nanoprisms with extremely sharp tips and small gaps around 10 nm [14] as shown in Fig. 1(a). Such nanostructures can induce plasmonic resonance spectra in the far-field which is ultra-sensitive to any dielectric changes in the interfacial environment [5]. It can also concentrate energy at the hot spots formed around sharp tips and between small gaps to achieve enormous near-field enhancement for single molecule detection in surface-enhance Raman spectroscopy (SERS) [69]. Bowtie nanoantennas have also been explored in other applications like overtone spectroscopy [10], trapping atoms [11], integrated nanophotonics devices [12], and nanosensor switching devices [13]. Therefore, plasmonic nanoantenna is of great importance for obtaining high performance chemical and biological optical sensors [14,15]. For above mentioned applications, there is always a demand to tune the plasmonic resonance and maximize electric field intensity at very specific excitation wavelengths.

 figure: Fig. 1.

Fig. 1. The training dataset and DNN architecture. a) The bowtie nanoantenna geometry with variable parameters of width (W), length (L) of the prism and gap (G) between prism tips, with fixed thickness of 50 nm. b) The distribution of 3024 groups of training data collected by FDTD. c) Optimized DNN for predicting and designing the near-field EFIE (|E|2) with adaptive methods such as data preprocessing and cost function selection.

Download Full Size | PDF

However, there are great challenges to design such sophisticated, multi-parametered nanostructures that satisfy the performance requirements at target wavelengths. In conventional practices, the design starts based on intuition and experience followed by iterative optimization, with the hope to get desired resonances near the target wavelengths. Although different numerical optimization methods have been applied to plasmonic antenna design [1619], It can be challenging for numerical optimization tool to search for the globally optimized parameter combination as the parameter space increases. Recently, by learning from adequate amount of training data, deep neural network (DNN) can accurately capture the physical relationship between nanostructure and their corresponding EM response, thus has been utilized for efficient and accurate inverse design with great success [2026]. The simulation process can be expediated by orders of magnitude and direct inverse design that is long desired can be easily achieved. So far, a great number of nanophotonic devices has been explored, mostly including the scattering, transmission and reflection spectra of metasurfaces and plasmonics [2729], or the structural color and wave filter applications derived from those spectra [3032]. However, in nanophotonics, there still exists multiple degrees of freedom in the electromagnetic responses, such as near-field in the nanoantenna, phase manipulation in metasurfaces, and topological states in photonics etc. which have not been thoroughly studied with DNN training approach. Recent efforts have reported that 3D convolutional neural networks (CNN) can indirectly predict near-field and far-field properties of dielectric nanostructures through the learning of electric polarization inside the nanostructure and subsequent reconstruction of electric field intensity [33]. CNN has also been utilized to predict the two-dimensional distribution of electric field intensity of plasmonic nanoparticles [34]. However, it remains a question as to whether a simple multi-layer perceptron is effective enough to learn from nonlinear and complex near-field data structures to enable direct inverse designs. If a simple DNN also works, it can provide different machine learning approaches for those who wants to deal with complex, non-linear type of data.

Since bowtie plasmonic nanoantennas exhibit highly nonlinear, unpredictable relationship between microscopic geometric changes and their EM responses. In this work, we take such structure as a simple yet representative example, to discuss strategies to perform successful training of the DNN for learning the hidden relationship between nanoantenna geometry and near-/ far-field EM resonances. With the right data preprocessing and network training methods, accurate forward prediction and inverse design of transmission spectra and electric field enhancement are demonstrated simultaneously in fine nanoantenna structures. Previously, typical bowtie nanoantenna designed by conventional simulation approach only show electric field intensity enhancement (EFIE) on the order of ∼1000 [1,35,36] and rare cases of ∼104 [37]. Our approach examines a much denser and larger parameter space, which results 1 to 2 orders of magnitude increase in EFIE peak values. Such finding provides useful strategy to deal with complex EM data features for multifunctional and high-performance photonic devices.

2. Results

In our approach, we collect sufficient training data of nanoantenna geometries and near-field EFIE at different wavelengths, which is a total of 3024 groups of sampled data in the whole G, W and L parameter space as shown in Fig. 1(b). Simulation details can be found in the materials and methods section. By using the ordinary DNN training method applied before [3840] we end up with huge loss in the training process. Regular improvement strategies such as eliminating overfitting and altering network structure are not effective. We suspect there are two major reasons for the unsuccessful attempt. First, tiny changes of geometric parameters can cause significant shifts of the position and amplitude of both EFIE and transmission spectra as tested in similar designs [24]. Thus the data relationship between EM resonance and bowtie nanoantenna geometry is highly complex and nonlinear, which cannot easily be captured by ordinary DNN that worked for spectra data. Secondly, DNN recognizes the numerical values in the datasets and learn their hidden mathematical relationships, the large data range and unpredictable variations of EFIE significantly impact the training process. In previous DNN training [2732,3842] the common spectrum data applied to DNN are often limited in (0,1) or a small range less than 2 orders of magnitude. On the contrast, EFIE datasets have much larger difference exhibited at different wavelengths for a single antenna (horizontal difference) and among different antenna structures at the same wavelength (longitudinal difference), the ordinary DNN training process can hardly adapt to such EM data with abrupt and unpredictable changes over a wide range.

In order to address such challenge, we propose several modifications to the ordinary DNN structure and training process. As shown in Fig. 1(c), the main measures are summarized as two kernels: (1) for complex data structures such as EFIE, preprocess the output datasets with method of logarithm (Log), and the input with arithmetic operation (AO); (2) with regard to the inner sections of DNN, substitute the loss of mean squared error (MSE) for mean absolute error (MAE). Other settings of the hyper-parameters in the DNN include a Nadam optimizer [43], 5 hidden layers with 300 nodes in the first layer and 450 nodes in the rest. The input layer corresponds to the three geometric parameters of G, W and L, and the output layer includes EFIE of 101 wavelengths. More details of the DNN can refer to Table S1, Table S2 and Figure S1.

As shown in Fig. 2(a), among different data groups at the same wavelength of 880 nm, the maximum EFIE is over 60000 and the smallest value can be just a few single digits. This diverse longitudinal data difference can be further elaborated in the magnified inset and it determines the numerical orders of magnitude the network should cope with. Initial test of DNN training with direct feeding of unprocessed EFIE shows significant loss and total failure. Thus, a proper preprocess procedure and the final form fed into the DNN matter. Regular practice adopts the z-score normalization method ${\rm{y\; = \;}}\frac{{{\rm{x - \mathrm{\mu} }}}}{{\rm{\sigma }}}$ (Where µ is mean value and σ is standard deviation) which turns the data into a normal distribution. Such approach has demonstrated successful DNN training of small ranged circular dichroism signals in plasmonic metamaterials very recently [42]. However, although the z-score normalization can effectively eliminate horizontal difference in a single data group, the linear programming brings no substantial change to the significant longitudinal difference because of its feature-based processing. As can be seen in Fig. 2(b), the data is just linearly mapped to a narrowed range by z-score normalization with no changes in the distribution features, and the orders of magnitude remains the same. Other common preprocessing methods, the 0–1 normalization or min-max normalization for instance, are also excluded due to its feature-based attribute. Here, we propose to use logarithm method y = log2x for such data processing and the effect is displayed in Fig. 2(c). Apparently, numerical values have been rearranged to (4,16) and extra dilution is put on as addition compared to the former distributions where small values were huddled in a narrow area. This makes the data more distinctive from each other and the feature differences can be more effectively distinguished by the DNN.

 figure: Fig. 2.

Fig. 2. The comparison between ordinary DNN and optimized DNN results for predicting the EFIE (|E|2). a) Different EFIE of training data at 880 nm. b) The z-score processing method for (a). c) The logarithm processing method for (a). d) An example of EFIE obtained by FDTD. e) The prediction result obtained by scale processing method for (d). f) The prediction result obtained by logarithm processing method for (d). g) The comparison of prediction results by method (e), method (f) with the simulation data. h) Error distribution of the test samples for predicting the EFIE by using MAE cost function (top) and MSE cost function (bottom). i) An example of predicted EFIE with an error value around 0.191.

Download Full Size | PDF

Another disadvantage of the z-score normalization methods exists. Comparing to the original EFIE of an antenna example in Fig. 2(d), we can observe that the spectrum processed by the z-score normalization shown in Fig. 2(e) has lost all the important characteristics like the peaks and tendencies. A mass of random peaks and burrs are generated, making the data unmeaningful. Such data preprocessing methods provides false data features to the DNN and the real electromagnetic response cannot be accurately learned. As a comparison, the result of logarithm method is displayed in Fig. 2(f), the features of the spectrum are mostly retained with only slight slowness of the trend, in the premise that the magnitude difference is effectively narrowed and values are confined to a small range of (0,8). By such preprocessing method, the sophisticated EM responses can be correctly captured by the DNN.

Another key factor in DNN training is the backpropagation and optimization procedure. Training loss tells DNN the similarity between predicted and true data, instructs the optimizer to reduce the loss continuously. The final loss value evaluates the effectiveness of training. In plenty of works associated to EM effects, MSE has been widely adopted as an effective evaluation indicator of loss with excellent performances, which can be expressed as Eq. (1) [2831,38],

$${\rm{Erro}}{{\rm{r}}_{{\rm{MSE}}}}{\rm{ = }}\frac{{\rm{1}}}{{\rm{m}}}{\rm{\;}}\mathop \sum \nolimits_{{\rm{i = 1}}}^{\rm{m}} {({{\rm{yi - }}\widehat {{\rm{yi}}}} )^{\rm{2}}}$$

Where yi is the actual value and $y{(^)}$i is the predicted value. This function measures the accuracy of DNN by mean value of squared errors of all data. Our initial training results also demonstrate it is ineffective when applied to preprocessed EFIE datasets, no matter how effective the other hyper-parameters are optimized. In order to address such issues, we choose MAE as an alternative loss evaluation method, which proves to be a great improvement for the DNN training. The method can be described by Eq. (2),

$${\rm{Erro}}{{\rm{r}}_{{\rm{MAE}}}}{\rm{ = }}\frac{{\rm{1}}}{{\rm{m}}}{\rm{\;}}\mathop \sum \nolimits_{{\rm{i = 1}}}^{\rm{m}} {\rm{|yi - }}\widehat {{\rm{yi}}}{\rm{|}}$$

Where yi is the actual value and $y{(^)}$i is the predicted value. Compared with the MSE method, MAE applied the absolute error as loss but not the quadratic term which brings a nonlinear magnification to the loss value. This would unreasonably magnify the influence of outliers and abnormal values during the judgement of loss and cause a compromise between the main rule which most data obey and the irregular distributions. The final results show minimized variance but larger deviation. In other words, the losses of outliers were decreased, but based on the worsening of accuracy of ordinary data, followed by degrading the overall model performance. Therefore, the MAE method is better at dealing with the case when outliers are detrimental to predicted results of all samples, such as the EFIF data here. And the actual results also prove the above deduction shown in Fig. 2(h). The combined effect of proper data preprocessing and loss evaluation methods can be seen in Fig. 2(g), which compares the predicted EFIE of the same nanoantenna structure before and after the modifications. The black solid line is the simulated result, the blue solid and red dash line represents the forward prediction by an ordinary DNN and the optimized DNN. The red line is accurate enough to predict most spectral characteristics and overlaps well with the simulated result among a large range of wavelengths. The blue line, in great contrast, exhibit a much inferior result and even output numerous negative values which is unacceptable, despite that the DNN has been laboriously trained with the aim to minimize loss configurations.

We test 100 groups of datasets which are not trained by the DNN and statistically evaluate the DNN performance. Figure 2(h) shows the relative errors generated by using MSE cost function (bottom) and MAE cost function (top), where the solid lines represent the mean value. The distribution clearly shows the improvement that the relative errors are narrowed into a smaller range and the mean value has decreased from 0.478 to 0.191. A prediction example by the optimized network with an error around 0.191 is shown in Fig. 2(i), which proves the effective training of DNN and it has greatly expanded the design space and density, that the impact of microscopic changes in geometry on EM near-field enhancement has been correctly captured. Therefore, the DNN can accurately predict EFIE with more results shown in Table S3 and Figure S2.

Our inverse iterative network can also address the inverse design problem by fixing the weights trained in the forward network but optimizing the input parameters which are randomly initialized, according to the target EFIE in the output layer. Several results may be obtained by different optimizations, and results with the minimum loss are chosen as the optimal designed parameters. Again, we use 100 groups of untrained data for network accuracy test and evaluate whether our DNN can produce maximized EFIE at the target wavelengths. The results are divided into three categories according to the differences between the actual and predicted peak EFIE wavelengths, i.e., a difference of less than 10 nm, between 10 nm and 30 nm and more than 30 nm, accounting for 42%, 30%, 28% of the above 100 data groups. The representative spectra of three groups are plotted in Fig. 3(a)-(c), with desired wavelengths at 843 nm, 758 nm and 801 nm respectively. For the first category, predicted EFIE nearly overlap with the actual spectrum and the peak EFIE can obtain a design value of 13501 compared to the target value of 14449. In the second category, wavelength of the designed EFIE peak only slightly differs from the target spectrum, but the designed EFIF still get a peak value of 7228 which is over half of the target value. The last category contains the rest situations. Although the two spectra have some differences, the main trends and features agrees with each other. Even in this case, the EFIE achieved a value around 854 which is slightly less than half of the target peak value at the wavelength of interest. More design results are shown in Table S4 and Figure S3. Among the 100 groups of design, the maximum designed EFIE can reach 89883 and almost half of the test groups exceed 104 at desired wavelengths, which is about 1 to 2 orders of magnitude increase compared to those designed by conventional methods. Our approach can be adopted for high performance SERS and related applications to maximize device performance at any excitation wavelengths. The designed and original geometric parameters of G, W and L are plotted in Fig. 3(d)-(f). Results show good agreement between the two geometries in most test groups, and some results with certain discrepancy indicate that similar enhancement effect can be generated by different antenna structures.

 figure: Fig. 3.

Fig. 3. The inverse designed EFIE by DNN. The typical |E|2 spectrum divided into 3 categories according to the differences between the actual and predicted peak EFIE wavelengths. a-c) The representative spectra. The top schematics show corresponding electric field intensity (logscale) at the peak wavelength of the xy plane and the xz plane. d-f) The comparison of designed gap (G), width (W), and length (L) with 100 groups of test data (the target value as the x-axis, design value as the y-axis).

Download Full Size | PDF

As previously investigated by conventional computational methods [4446] and our quick examination shown in Figure S4, the near- and far-field resonances of optical nanoantenna are highly correlated. Our optimized DNN also provides an efficient approach to study the correlation between them. We propose a collaborative DNN that can simultaneously learn from the near-field EFIE and far-field transmission data at the same time. This collaborative DNN is innovative and convenient for designing multifunctional resonant nanostructure where chemical or biological molecules can be detected by both surface plasmonic resonance (SPR) spectrum shifts and SERS signal. As in real dual-functional sensor application scenario, maximum EFIE and SPR resonance at target working wavelengths are desired. Here, we directly train both data structures in the same network, by putting transmission and EFIE in the output layer together. Meanwhile, we increase nodes of 5 hidden layers from 300, 450, 450, 450, 450 to 300, 500, 500, 500, 500 for the requirement of raised network complexity. The forward and inverse network’s representative results are shown in Fig. 4(a)-(b) with additional results plotted in Table S5 and S6, Figure S5 and S6. The geometries of target nanoantenna are G = 7 nm, W = 210 nm, L = 120 nm. DNN with only EFIE design capability output geometries of G = 7.1 nm, W = 210.3 nm, L = 122.6 nm, DNN with only transmission spectra design capability output geometries of G = 7 nm, W = 210.1 nm, L = 120.2 nm while the collaborative DNN with both transmission and EFIE design capability output G = 7.5 nm, W = 210.0 nm, L = 120.0 nm. It approves that our single and collaborative DNN training has accurately captured the sensitive geometry-resonance relationship in bowtie nanoantenna for accurate inverse design. The designed geometry by collaborative DNN is plotted in Fig. 4(c)-(e) and these results show less discrepancy with actual values compared to the results generated by DNN with single data structure, which may suggest collaborative training of correlated EM data structures can enable the search of globally optimized designs.

 figure: Fig. 4.

Fig. 4. The results of collaborative DNN for simultaneously predicting and designing EFIE and transmission. a) The comparison between simulated, single DNN and collaborative DNN predicted EFIE and transmission spectrum. b) The comparison between simulated, single DNN and collaborative DNN designed EFIE and transmission spectrum. c-e) The comparison of designed gap (G), width (W), and length (L) with 100 groups of test data (the target value as the x-axis, design value as the y-axis).

Download Full Size | PDF

We design and plot nine examples by inverse collaborative DNNs in Fig. 5, covering a wide range of wavelengths. So far, advanced nanofabrication techniques such as bottom-up DNA origami assembly [14] and top-down electron beam lithography [15], can produce sub-5 nm bowtie nanoantenna gaps with high precision, together with powerful inverse design tools, better performing plasmonic sensors and SERS applications can be achievable [4446] at target excitation wavelengths.

 figure: Fig. 5.

Fig. 5. The design tool application by collaborative DNN of both transmission and EFIE spectra over a broad wavelength range with details of designed nanoantenna geometry.

Download Full Size | PDF

3. Conclusion

In this work, we have reported the effective training of DNN for predicting and designing sensitive nanophotonics such as bowtie nanoantenna. By using a small group of training data with adaptive data preprocessing and training methods, our tool is capable to accurately predict and design both far-field transmission spectra and near-field electric field enhancement simultaneously in the same network. Our results demonstrate that DNN is powerful in learning multiple complex EM responses caused by microscopic geometric changes of nanostructures. In the meantime, the improvement of the DNN’s design capability and performance implies that our data training strategies have successfully overcome the problem of distinct EM data differences. Such strategies can be adopted for other EM data structures and help explore larger photonic design space for better device performance, for example, two orders of magnitude increment for near-field enhancement. Such implementation can inspire other complex EM response prediction and design, such as metalens phase manipulation [47] and topological photonic bandgap engineering etc., for next generation high-performance, multi-functional photonic devices [48,49].

4. Materials and methods

We test the sensitivity of spectrum to geometry structure in bowtie nanoantenna through simulation by using finite-different time-domain (FDTD) method (Lumerical Inc.), and then select gap (G, 5 - 40 nm), width (W, 20 - 250 nm) and length (L, 30–200 nm), as the input data, response spectra at wavelengths from 500 nm to 1000 nm, as the output data. Periodic boundary conditions with the period of 470nm for x, y directions and perfectly matched layer (PML) for z direction are adopted for the simulations. Meanwhile, a simulation area of ‘Mesh’ with a maximum mesh step of 1 nm were added given the sensitivity of the structures. Covering region and grid settings of ‘Mesh’ are finally determined by numbers of tests, to ensure accurate results and less time-cost in the meantime. Electric field intensity enhancement (EFIE) is calculated by

$${\rm{EFIF = \;}}\frac{{{{\rm{E}}^{\rm{2}}}}}{{{\rm{E}}_{\rm{0}}^{\rm{2}}}}$$
where E2, E02 are electric data collected by a DFT Monitor in the simulation with and without the antenna structures. 3024 groups of transmission data collected by FDTD simulation are divided into three categories, i.e., 2500 groups of data for network training, 424 groups for network validation, and 100 groups for result testing. Only the training groups of data is used for the DNN training, which means the rest data is totally strange and unknown for the trained DNN. Therefore, the validation groups can help us efficiently estimate the degree of overfitting by comparing the training and validation loss. Test data is not involved in the training process so that the test results reveal the ability and performance of the DNN on general situations. Details of neural network architecture and hyperparameters can be found in the Supplement 1.

Funding

NJUPT (1311 Talent Program); NUPTSF (NY219008); Natural Science Foundation of Jiangsu Province (BK20191379); Jiangsu Provincial Key Research and Development Program (BE2018732); National Natural Science Foundation of China (61974069, 62022043); National Key Research and Development Program of China (2017YFA0205300).

Acknowledgements

The authors acknowledge support from the National Key Research and Development Program of China (2017YFA0205300), National Natural Science Foundation of China (61974069 and 62022043), Jiangsu Provincial Key Research and Development Program (BE2018732), Natural Science Foundation of Jiangsu Province (BK20191379), NUPTSF NY219008, NJUPT 1311 Talent Program.

Q. W and X. L. performed the EM simulations, constructed the NN architecture, analyzed the data and co-wrote the manuscript. L. J., X. X., D. F., J. Z. and C. S. provided helpful discussions. Z. Y. provided technical guidance. L. W. oversaw and supervised this work. L.G. conceived the project, analyzed the data and co-wrote the manuscript.

Disclosures

The authors declare no competing financial interests.

Data availability

Data underlying the results presented in this paper are not publicly available at this time but may be obtained from the authors upon reasonable request.

Supplemental document

See Supplement 1 for supporting content.

References

1. A. Sundaramurthy, K. B. Crozier, G. S. Kino, D. P. Fromm, P. J. Schuck, and W. E. Moerner, “Field enhancement and gap-dependent resonance in a system of two opposing tip-to-tip Au nanotriangles,” Phys. Rev. B 72(16), 165409 (2005). [CrossRef]  

2. P. Bharadwaj, B. Deutsch, and L. Novotny, “Optical antennas,” Adv. Opt. Photonics 1(3), 438 (2009). [CrossRef]  

3. F. Holger and J. F. Martin Olivier, “Engineering the optical response of plasmonic nanoantennas,” Opt. Express 16(12), 9144–9154 (2008). [CrossRef]  

4. S. Kuhn, U. Hakanson, L. Rogobete, and V. Sandoghdar, “Enhancement of single-molecule fluorescence using a gold nanoparticle as an optical nanoantenna,” Phys. Rev. Lett. 97(1), 017402 (2006). [CrossRef]  

5. N. Berkovitch, P. Ginzburg, and M. Orenstein, “Nano-plasmonic antennas in the near infrared regime,” J. Phys.: Condens. Matter 24(7), 073202 (2012). [CrossRef]  

6. P. Kuhler, M. Weber, and T. Lohmuller, “Plasmonic nanoantenna arrays for surface-enhanced Raman spectroscopy of lipid molecules embedded in a bilayer membrane,” ACS Appl. Mater. Interfaces 6(12), 8947–8952 (2014). [CrossRef]  

7. F. Laible, D. A. Gollmer, S. Dickreuter, D. P. Kern, and M. Fleischer, “Continuous reversible tuning of the gap size and plasmonic coupling of bow tie nanoantennas on flexible substrates,” Nanoscale 10(31), 14915–14922 (2018). [CrossRef]  

8. C. Valsecchi and A. G. Brolo, “Periodic metallic nanostructures as plasmonic chemical sensors,” Langmuir 29(19), 5638–5649 (2013). [CrossRef]  

9. H. Xin, B. Namgung, and L. P. Lee, “Nanoplasmonic optical antennas for life sciences and medicine,” Nat. Rev. Mater. 3(8), 228–243 (2018). [CrossRef]  

10. D. R. Dadadzhanov, T. A. Vartanyan, and A. Karabchevsky, “Lattice Rayleigh anomaly associated enhancement of NH and CH stretching modes on gold metasurfaces for overtone detection,” Nanomaterials 10(7), 1265–1278 (2020). [CrossRef]  

11. A. Karabchevsky, A. Katiyi, A. S. Ang, and A. Hazan, “On-chip nanophotonics and future challenges,” Nanophotonics 9(12), 3733–3753 (2020). [CrossRef]  

12. D. R. Dadadzhanov, T. A. Vartanyan, and A. Karabchevsky, “Differential extinction of vibrational molecular overtone transitions with gold nanorods and non-trivial surface enhanced near-IR absorption (SENIRA),” Opt. Express 27(21), 29471–29478 (2019). [CrossRef]  

13. A. Karabchevsky, A. Hazan, and A. Dubavik, “All-optical polarization-controlled nanosensor switch based on guided-wave surface plasmon resonance via molecular overtone excitations in the near-infrared,” Adv. Opt. Mater. 8(19), 2000769 (2020). [CrossRef]  

14. P. Zhan, T. Wen, Z. G. Wang, Y. He, J. Shi, T. Wang, X. Liu, G. Lu, and B. Ding, “DNA origami directed assembly of gold bowtie nanoantennas for single-molecule surface-enhanced Raman scattering,” Angew. Chem. Int. Ed. 57(11), 2846–2850 (2018). [CrossRef]  

15. H. Duan, A. I. Fernandez-Dominguez, M. Bosman, S. A. Maier, and J. K. Yang, “Nanoplasmonics: classical down to the nanometer scale,” Nano Lett. 12(3), 1683–1689 (2012). [CrossRef]  

16. C. Forestiere, A. J. Pasquale, A. Capretti, G. Miano, A. Tamburrino, S. Y. Lee, B. M. Reinhard, and L. Dal Negro, “Genetically engineered plasmonic nanoarrays,” Nano Lett. 12(4), 2037–2044 (2012). [CrossRef]  

17. T. Feichtner, O. Selig, M. Kiunke, and B. Hecht, “Evolutionary optimization of optical antennas,” Phys. Rev. Lett. 109(12), 127701 (2012). [CrossRef]  

18. S. D. Campbell, D. Sell, R. P. Jenkins, E. B. Whiting, J. A. Fan, and D. H. Werner, “Review of numerical optimization techniques for meta-device design [Invited],” Opt. Mater. Express 9(4), 1842–1863 (2019). [CrossRef]  

19. S. D. Campbell, E. B. Whiting, D. Z. Zhu, and D. H. Werner, “Inverse-design of plasmonic and dielectric optical nanoantennas,” in “Nanoantennas and Plasmonics: Modelling, design and fabrication,” pp. 153–187, (2020).

20. Z. Liu, D. Zhu, K. T. Lee, A. S. Kim, L. Raju, and W. Cai, “Compounding meta-atoms into metamolecules with hybrid artificial intelligence techniques,” Adv. Mater. 32(6), 1904790 (2020). [CrossRef]  

21. W. Ma, Z. Liu, Z. A. Kudyshev, A. Boltasseva, W. Cai, and Y. Liu, “Deep learning for the design of photonic structures,” Nat. Photonics 15(2), 77–90 (2021). [CrossRef]  

22. W. Ma and Y. Liu, “A data-efficient self-supervised deep learning model for design and characterization of nanophotonic structures, Science China: Physics, Mechanics and Astronomy 63 (2020).

23. Z. A. Kudyshev, A. V. Kildishev, V. M. Shalaev, and A. Boltasseva, “Machine-learning-assisted metasurface design for high-efficiency thermal emitter optimization,” Appl. Phys. Rev. 7(2), 021407 (2020). [CrossRef]  

24. W. Ma, F. Cheng, Y. Xu, Q. Wen, and Y. Liu, “Probabilistic representation and inverse design of metamaterials based on a deep generative model with semi-supervised learning strategy,” Adv. Mater. 31(35), 1901111 (2019). [CrossRef]  

25. W. Ma, F. Cheng, and Y. Liu, “Deep-learning-enabled on-demand design of chiral metamaterials,” ACS Nano 12(6), 6326–6334 (2018). [CrossRef]  

26. Z. Tao, J. Zhang, J. You, H. Hao, and T. Jiang, “Exploiting deep learning network in optical chirality tuning and manipulation of diffractive chiral metamaterials,” Nanophotonics 9(9), 2945–2956 (2020). [CrossRef]  

27. J. Jiaqi, M. Chen, and J. A. Fan, “Deep neural networks for the evaluation and design of photonic devices,” Nature Reviews Materials (2020).

28. X. Li, J. Shu, W. Gu, and L. Gao, “Deep neural network for plasmonic sensor modeling,” Opt. Mater. Express 9(9), 3857 (2019). [CrossRef]  

29. I. Malkiel, M. Mrejen, A. Nagler, U. Arieli, L. Wolf, and H. Suchowski, “Plasmonic nanostructure design and characterization via deep learning,” Light: Sci. Appl. 7(1), 60 (2018). [CrossRef]  

30. L. Gao, X. Li, D. Liu, L. Wang, and Z. Yu, “A bidirectional deep neural network for accurate silicon color design,” Adv. Mater. 31(51), 1905467 (2019). [CrossRef]  

31. X. Han, Z. Fan, Z. Liu, C. Li, and L. J. Guo, “Inverse design of metasurface optical filters using deep neural network with high degrees of freedom,” InfoMat 3(11), 432–442 (2021). [CrossRef]  

32. Bor Emre, Alparslan Onur, Turduev Mirbek, Hanay Sinan, and Kurt Hamza, “Integrated silicon photonic device design by attractor selection mechanism based on artificial neural networks: optical coupler and asymmetric light transmitter,” Opt. Express 26(22), 29032–29044 (2018). [CrossRef]  

33. P. R. Wiecha and O. L. Muskens, “Deep learning meets nanophotonics: a generalized accurate predictor for near fields and far fields of arbitrary 3D nanostructures,” Nano Lett. 20(1), 329–338 (2020). [CrossRef]  

34. J. He, C. He, C. Zheng, Q. Wang, and J. Ye, “Plasmonic nanoparticle simulations and inverse design using machine learning,” Nanoscale 11(37), 17444–17459 (2019). [CrossRef]  

35. P. J. Schuck, D. P. Fromm, A. Sundaramurthy, G. S. Kino, and W. E. Moerner, “Improving the mismatch between light and nanoscale objects with gold bowtie nanoantennas,” Phys. Rev. Lett. 94(1), 017402 (2005). [CrossRef]  

36. S. V. Boriskina and L. D. Negro, “Multiple-wavelength plasmonic nanoantennas,” Opt. Lett. 35(4), 538–540 (2010). [CrossRef]  

37. E. Hao and G. C. Schatz, “Electromagnetic fields around silver nanoparticles and dimers,” J Chem Phys 120(1), 357–366 (2004). [CrossRef]  

38. R. S. Hegde, “Deep learning: a new tool for photonic nanostructure design,” Nanoscale Adv. 2(3), 1007–1023 (2020). [CrossRef]  

39. S. So, T. Badloe, J. Noh, J. Bravo-Abad, and J. Rho, “Deep learning enabled inverse design in nanophotonics,” Nanophotonics 9(5), 1041–1057 (2020). [CrossRef]  

40. K. Yao, R. Unni, and Y. Zheng, “Intelligent nanophotonics: merging photonics and artificial intelligence at the nanoscale,” Nanophotonics 8(3), 339–366 (2019). [CrossRef]  

41. D. Liu, Y. Tan, E. Khoram, and Z. Yu, “Training deep neural networks for the inverse design of nanophotonic structures,” ACS Photonics 5(4), 1365–1369 (2018). [CrossRef]  

42. E. Ashalley, K. Acheampong, L. V. Besteiro, P. Yu, A. Neogi, A. O. Govorov, and Z. M. Wang, “Multitask deep-learning-based design of chiral plasmonic metamaterials,” Photonics Res. 8(7), 1213–1226 (2020). [CrossRef]  

43. B. Xiao, Y. Liu, and B. Xiao, “Accurate state-of-charge estimation approach for lithium-ion batteries by gated recurrent unit with ensemble optimizer,” IEEE Access 7, 54192–54202 (2019). [CrossRef]  

44. W. Ding, R. Bachelot, R. E. D. Lamaestre, D. Macias, A.-L. Baudrion, and P. Royer, “Understanding near/far-field engineering of optical dimer antennas through geometry modification,” Opt. Express 17(23), 21228–21239 (2009). [CrossRef]  

45. C. Menzel, E. Hebestreit, S. Muhlig, C. Rockstuhl, S. Burger, F. Lederer, and T. Pertsch, “The spectral shift between near- and far-field resonances of optical nano-antennas,” Opt. Express 22(8), 9971–9982 (2014). [CrossRef]  

46. M. K. Anam and S. Choi, “Bowtie nanoantenna array integrated with artificial impedance surfaces for realizing high field enhancement and perfect absorption simultaneously,” IEEE Access 8, 99858–99869 (2020). [CrossRef]  

47. L. Jiang, X. Li, Q. Wu, L. Wang, and L. Gao, “Neural network enabled metasurface design for phase manipulation,” Opt. Express 29(2), 2521–2528 (2021). [CrossRef]  

48. F.-Z. Shu, L.-H. Zhang, J.-N. Wang, R.-W. Peng, R.-H. Fan, D.-X. Qi, and M. Wang, “Dynamically tunable bowtie nanoantennas based on the phase transition of vanadium dioxide,” Opt. Lett. 44(11), 2752–2755 (2019). [CrossRef]  

49. J. Trevino, G. F. Walsh, E. F. Pecora, S. V. Boriskina, and L. Dal Negro, “Photonic-plasmonic-coupled nanoantennas for polarization-controlled multispectral nanofocusing,” Opt. Lett. 38(22), 4861–4863 (2013). [CrossRef]  

Supplementary Material (1)

NameDescription
Supplement 1       some details

Data availability

Data underlying the results presented in this paper are not publicly available at this time but may be obtained from the authors upon reasonable request.

Cited By

Optica participates in Crossref's Cited-By Linking service. Citing articles from Optica Publishing Group journals and other participating publishers are listed here.

Alert me when this article is cited.


Figures (5)

Fig. 1.
Fig. 1. The training dataset and DNN architecture. a) The bowtie nanoantenna geometry with variable parameters of width (W), length (L) of the prism and gap (G) between prism tips, with fixed thickness of 50 nm. b) The distribution of 3024 groups of training data collected by FDTD. c) Optimized DNN for predicting and designing the near-field EFIE (|E|2) with adaptive methods such as data preprocessing and cost function selection.
Fig. 2.
Fig. 2. The comparison between ordinary DNN and optimized DNN results for predicting the EFIE (|E|2). a) Different EFIE of training data at 880 nm. b) The z-score processing method for (a). c) The logarithm processing method for (a). d) An example of EFIE obtained by FDTD. e) The prediction result obtained by scale processing method for (d). f) The prediction result obtained by logarithm processing method for (d). g) The comparison of prediction results by method (e), method (f) with the simulation data. h) Error distribution of the test samples for predicting the EFIE by using MAE cost function (top) and MSE cost function (bottom). i) An example of predicted EFIE with an error value around 0.191.
Fig. 3.
Fig. 3. The inverse designed EFIE by DNN. The typical |E|2 spectrum divided into 3 categories according to the differences between the actual and predicted peak EFIE wavelengths. a-c) The representative spectra. The top schematics show corresponding electric field intensity (logscale) at the peak wavelength of the xy plane and the xz plane. d-f) The comparison of designed gap (G), width (W), and length (L) with 100 groups of test data (the target value as the x-axis, design value as the y-axis).
Fig. 4.
Fig. 4. The results of collaborative DNN for simultaneously predicting and designing EFIE and transmission. a) The comparison between simulated, single DNN and collaborative DNN predicted EFIE and transmission spectrum. b) The comparison between simulated, single DNN and collaborative DNN designed EFIE and transmission spectrum. c-e) The comparison of designed gap (G), width (W), and length (L) with 100 groups of test data (the target value as the x-axis, design value as the y-axis).
Fig. 5.
Fig. 5. The design tool application by collaborative DNN of both transmission and EFIE spectra over a broad wavelength range with details of designed nanoantenna geometry.

Equations (3)

Equations on this page are rendered with MathJax. Learn more.

E r r o r M S E = 1 m i = 1 m ( y i y i ^ ) 2
E r r o r M A E = 1 m i = 1 m | y i y i ^ |
E F I F = E 2 E 0 2
Select as filters


Select Topics Cancel
© Copyright 2024 | Optica Publishing Group. All rights reserved, including rights for text and data mining and training of artificial technologies or similar technologies.