Startseite Data-driven concurrent nanostructure optimization based on conditional generative adversarial networks
Artikel Open Access

Data-driven concurrent nanostructure optimization based on conditional generative adversarial networks

  • Arthur Baucour ORCID logo , Myungjoon Kim ORCID logo und Jonghwa Shin ORCID logo EMAIL logo
Veröffentlicht/Copyright: 9. Mai 2022
Veröffentlichen auch Sie bei De Gruyter Brill

Abstract

Iterative numerical optimization is a ubiquitous tool to design optical nanostructures. However, there can be a significant performance gap between the numerically simulated results, with pristine shapes, and the experimentally measured values, with deformed profiles. We introduce conditional generative adversarial networks (CGAN) into the standard iterative optimization loop to learn process-structure relationships and produce realistic simulation designs based on the fabrication conditions. This ensures that the process-structure mapping is accurate for the specific available equipment and moves the optimization space from the structural parameters (e.g. width, height, and period) to process parameters (e.g. deposition rate and annealing time). We demonstrate this model agnostic optimization platform on the design of a red, green, and blue color filter based on metallic gratings. The generative network can learn complex M-to-N nonlinear process-structure relations, thereby generating simulation profiles similar to the training data over a wide range of fabrication conditions. The CGAN-based optimization resulted in fabrication parameters leading to a realistic design with a higher figure of merit than a standard optimization using pristine structures. This data-driven approach can expedite the design process both by limiting the design search space to a fabrication-accurate subspace and by returning the optimal process parameters automatically upon obtaining the optimal structure design.

1 Introduction

Numerical simulations are ubiquitous in the development of optical nanostructures, as they can quickly analyze design candidates before any actual fabrication and measurement, and are often used in conjunction with optimization methods such as particle swarm optimization [1, 2], genetic algorithm [3], [4], [5], deep Q-learning [6], or adjoint method [7], [8], [9], to refine the designs and significantly reduce the time of research and development. However, there can be some performance disparities between the simulated structures, with pristine shapes, and the real devices, with deformed profiles. These disparities can be significant for structures with small feature sizes such as visible-light metasurfaces.

Optical metasurfaces are composed of repetitive sub-wavelength structures arranged on a surface; they couple to the incident electromagnetic fields, thereby exhibiting effective properties that are not found in optical films made of natural materials [10]. The nature of the coupling depends not only on the constituent materials but also on the shape and size of the sub-wavelength motif. This morphology dependence opens a very large design space, and many previous proposals demonstrated an unprecedented performance and tunability in photonic applications such as color filters [11], [12], [13], [14], polarizers [15], [16], [17], [18], beam steering [19], [20], [21], absorbers [22], [23], [24], holograms [25], [26], [27], and many others [28].

However, this strong morphology dependence makes the design optimization much more time-consuming owing to the significantly increased dimension of the design space and leaves the metasurfaces vulnerable to the deformations from the fabrication process. This is particularly true for visible-light metasurfaces, of which the minimum feature size is often below 100 nm. Due to their small feature size, even sub-10-nm deformations may have a strong impact on performance. Therefore, if pristine shapes are assumed, then numerical simulations tend to overestimate the performance of the metamaterials and create a gap between the simulations and actual devices.

There are two approaches to solve this issue. Conventionally, when an optimal design is found, the fabrication process is optimized to obtain actual structures resembling the ideal shapes, leading to a second optimization process involving multiple fabrication and measurement cycles, which can be very time consuming, expensive, and without certitude to ever reach the ideal shape. Alternatively, the expected realistic shapes of the structure can be directly incorporated into the simulations, thereby increasing their fidelity. Studies have modeled deformations from fabrication processes such as etching and deposition processes [29], defects in micropillar cavities [30], and impact of particle defects in silicon photonic circuits [31], as well as statistically model dielectric metamaterials [32]. Such physical model-based simulations have been integrated in structure optimization loops [33, 34]. However, the simulation profiles are only as good as the model used to generate them. They may include some developer-bias or neglect some physical aspects of the fabrication process that are not captured by the model. Moreover, each fabrication step requires a specific model, thereby relying on domain expertise, and the use of different machines with the same fabrication process may lead to different results (e.g. a new top of the line evaporator against a heavily used and repaired one). Therefore, there is a need for a systematic modeling approach that can generate realistic profiles for the specific equipment and fabrication conditions used in the process.

In this study, we propose an alternative to these model-based realistic optimizations by introducing a data-driven concurrent optimization (DDCO) technique using conditional generative adversarial networks (CGAN) to learn accurate process-structure relations for the given fabrication processes. By learning from a training set, the generative neural network ensures that the simulation profiles are realistic for the given fabrication equipment and conditions. Therefore, this optimization platform explores the process and structural parameter space concurrently, thereby returning the optimal position in both spaces at the end of the optimization cycle.

This is particularly useful for design optimization in three aspects. First, there is no need for preconceived knowledge about the process-structure relation. The generative model learns the mapping from the labeled training data. This data-driven approach limits the bias, simplifications, and arbitrary design decisions that may be taken when developing a physical model. It also makes this approach very general and easily applicable to different fabrication processes and training data, as there is no need to develop a new physical model. Second, it moves the design search space from the “structure” space (e.g., width and height) to the “process” space (e.g., electron-beam patterning width and evaporator deposition time), thereby returning the best fabrication process parameters directly upon the completion of the optimization, in addition to the structural shape, thereby eliminating the need for a time-consuming second fabrication optimization. Finally, this is a highly modular approach that can be fitted in a wide-range of optimization problems. One can replace the optimizer (e.g. genetic algorithm and particle swarm optimization), simulator (e.g. FDTD and RCWA), or generative method (e.g. CGAN or a different approach) while maintaining the same optimization workflow. A comparison between the usual optimization loops and the proposed approach is presented in Figure 1.

Figure 1: 
Main concept.
(a) Standard optimization loop optimizes structural parameters assuming pristine structures (e.g. perfect rectangles). (b) Improved loop uses domain knowledge from researchers to realistically alter the simulation profile. (c) Proposed optimization loop optimizes the process parameters directly, and a neural network generates a realistic simulation profile used for optimization.
Figure 1:

Main concept.

(a) Standard optimization loop optimizes structural parameters assuming pristine structures (e.g. perfect rectangles). (b) Improved loop uses domain knowledge from researchers to realistically alter the simulation profile. (c) Proposed optimization loop optimizes the process parameters directly, and a neural network generates a realistic simulation profile used for optimization.

In this paper, we first present the use of CGAN to generate on-demand realistic simulation designs, and then demonstrate the complete optimization platform to design a red, green, and blue color filters based on silver gratings.

2 Conditional generative adversarial networks

A generative adversarial network (GAN) [35] is a neural network architecture used to train a generator network to produce an output similar to a training dataset. The generative model is pitted against a discriminative network that tries to identify if the data are real or generated by the model. These two networks are trained simultaneously, and ultimately the generator network can generate data that are undiscernible from the training set. GANs are commonly applied in image synthesis [36], which can be used to augment experimental data [37]. In photonics, GANs have been used to generate photonic crystals [38].

The main issue with the GAN architecture is that during the learning phase as well as in actual usage, the input of the generator network is random noise, and therefore the users have little control over the generated data. This is especially an issue in optimization problems, where output designs need to be generated in certain parts of the design space. To overcome this, an alternative architecture called conditional generative adversarial network (CGAN) [39] was developed, which conditions the generation process according to specific labels. In this architecture, the training set contains data to reproduce and their corresponding labels, and the generator network takes random noise and the desired labels as inputs. With such an architecture, the generator network can produce data similar to the subset of the training data with the given labels. The CGAN architecture is therefore useful for problems where realistic data need to be generated within specific conditions, and it has been used in applications such as super resolution [40], image-to-image translation [41], or text-to-image synthesis [42]. In photonics, CGANs have been used to predict the nanostructure shape for a desired reflection spectrum [43, 44]. Other examples include generating metagrating structures based on the desired wavelength and beam steering angle [45] and metasurfaces generating on-demand holograms [46]. While most of the previous publications that apply CGANs to photonic structures have focused on the inverse design to generate structures with on-demand optical properties, a recent study used CGAN to predict microstructure SEM images from laser-sintered alumina for various laser powers [47]. It generates structure images that are statistically similar to the training data, but the randomness of the images lends insignificance to the absolute location of the features.

In DDCO, the generative network generates realistic nanostructure binary profiles for a set of fabrication process parameters given as labels. This generative process should be able to replicate the defects occurring at specific locations with an almost pixel-to-pixel fidelity. Therefore, the use of CGAN in the presented approach is different from its use in inverse design, where it learns the mapping from property to structure to achieve on-demand properties. Here it learns the mapping from fabrication process to structure, enabling the optimization process to take place into fabrication parameter space and realistic structural parameter space concurrently. Moreover, the training goal is different from aforementioned generative methods in that usually generated data only needs to be statistically similar to the training data but there are some tolerances regarding the shape and position of the image features (e.g. generated SEM images needs to contain realistic features but their absolute position in the image is irrelevant). However, here, the generated profiles need to match as closely as possible the training data, without any leeway in term of position, orientation, etc. Ideally, the generated profiles should have a 1-to1 pixel correspondence with the training data.

As a conceptual demonstration, to predict the cross section of silver gratings made by three sequential fabrication processes, namely electron beam patterning, evaporator deposition, and thermal annealing, we consider a virtual fabrication process involving three continuous variable process parameters: patterning width, deposition time, and annealing time. These three parameters are combined with physical constraints, such as volume conservation over shape deformation and contact angle with the substrate, to generate plausible grating profiles. The suggested virtual experiment contains physical constraints, nonlinearity, and each structural parameter depends on all fabrication parameters, which makes it a reasonable example to demonstrate the potential of our approach to use CGAN to map process-structure relations. A complete description of the virtual experiment model is available in the Supplementary Information. This synthetic model can be replaced at any time by experimental data without changing the optimization workflow. The common goal is to train a CGAN so that it can generate simulation profiles similar to the training profiles for specific conditions to be used for the subsequent optimization process.

The training process is represented in Figure 2. The training set is composed of 10,000 computer-generated cross-sectional profiles corresponding to different patterning widths, deposition times, and annealing times. The training samples are randomly generated over the parameter space according to a uniform distribution. The training set contains both the binary images of the grating profiles and their process parameters as a label. The generator network takes the desired label and random noise as the input and delivers a 2D profile of the silver grating as the output. Then, either samples from the training set or produced by the generator network are passed to the discriminator network, which tries to determine if its input data is real, from the training set, or fake, generated by generator network. The two networks are trained concurrently and improve together: as the discriminator network gets better at identifying fake images, the generator network has to generate more realistic images. Details regarding the precise network architecture and training process can be found within the Supplementary Information.

Figure 2: 
Training process. The training set is composed of both the images and their labels. The generator takes random noise and labels as its inputs and outputs a grating profile. The discriminator network alternates between receiving images and labels from the training set and generator network, and tries to determine if its input is real (from the training set) or fake (created by the generator network).
Figure 2:

Training process. The training set is composed of both the images and their labels. The generator takes random noise and labels as its inputs and outputs a grating profile. The discriminator network alternates between receiving images and labels from the training set and generator network, and tries to determine if its input is real (from the training set) or fake (created by the generator network).

The quality of the generated profiles is presented in Figure 3. After training, the generator network can produce on demand realistic profiles, similar to the outputs of the virtual experiment over the full continuous range of the parameter space. The difference between the generated and virtually fabricated profiles is measured by two metrics: the absolute pixel difference, counting the number of different pixels between the generated images and a fabricated profile with same parameters, and the normalized pixel difference, dividing the number of different pixels by the area of the training profile. While the absolute pixel difference gives information about the training quality and how close the produced images are, the normalized pixel difference gives information about the relative difference in grating cross-section area and, therefore, the potential difference in optical behavior. From the measured values, the CGAN training was successful, exhibiting an absolute pixel difference lower than 5% for all tested conditions, but the profiles generated near the boundaries of the parameter space (e.g. small patterning width and deposition time) shows a large normalized pixel difference, and therefore risk to show different performance than the fabricated structures. For this reason, the generator network will only be used in a slightly restricted parameter space, to ensure similar optical response between the generated and training profiles.

Figure 3: 
Generated profiles.
(a) The generator network can produce structures, in blue, similar to the outputs of the virtual experiment, in black lines, over a large range of parameters. (b) Absolute pixel difference between the output of the neural network and the output of the virtual experiment process with same process parameters. (c) Pixel difference normalized by the area of the training profile (ground truth), highlighting the relative difference between the generated profile and the output of the virtual experiment.
Figure 3:

Generated profiles.

(a) The generator network can produce structures, in blue, similar to the outputs of the virtual experiment, in black lines, over a large range of parameters. (b) Absolute pixel difference between the output of the neural network and the output of the virtual experiment process with same process parameters. (c) Pixel difference normalized by the area of the training profile (ground truth), highlighting the relative difference between the generated profile and the output of the virtual experiment.

3 Application to color filter design

Subwavelength metallic gratings can exhibit transmission resonances via two mechanisms: the coupled surface plasmon polaritons or waveguide resonances within the slits [48]. The latter has the advantage of showing a relatively low angular dependency and high transmittance [49]. However, since the resonance happens in the slit, it is strongly dependent on the wall quality of the gratings. This is illustrated in Figure 4, where we simulated the behavior of silver gratings (200 nm period, 115 nm height, and 150 nm width) embedded in silicon dioxide using finite-difference time domain simulations. The wall deformation altered the electric field distribution at the resonance, thereby affecting performance. The slanted wall simulation showed a lower maximum transmission coefficient and a resonance shift, leading to a noticeable change in the transmitted color. Therefore, to avoid overestimating the performance of such gratings, it is important to run the simulations with realistic profiles. Herein, the subwavelength metallic gratings are a good example to demonstrate the proposed optimization platform.

Figure 4: 
Impact of wall quality.
(a) Magnitude of the electric field at the resonance wavelength (664 nm) in a grating structure with straight walls. (b) Magnitude of the electric field at the resonance wavelength (605 nm) in a grating structure with slanted walls. (c) Transmission spectra of straight and slanted walls simulations. (d) Perceived colors assuming a D65 illuminant and projected in the CIE 1931 color space chromaticity diagram.
Figure 4:

Impact of wall quality.

(a) Magnitude of the electric field at the resonance wavelength (664 nm) in a grating structure with straight walls. (b) Magnitude of the electric field at the resonance wavelength (605 nm) in a grating structure with slanted walls. (c) Transmission spectra of straight and slanted walls simulations. (d) Perceived colors assuming a D65 illuminant and projected in the CIE 1931 color space chromaticity diagram.

As a demonstration, we designed a transmission-mode red color filter, and defined a figure of merit (FOM) that considered the maximum of transmission at the relevant wavelengths (intensity) and the purity of the perceived color (chromaticity). The specific FOM definition is available in the Supplementary Information. We conducted two optimizations: a conventional optimization using pristine shapes, with vertical walls and sharp corners, and another using the DDCO platform using a CGAN to generate realizable grating structures based on the fabrication conditions. During the CGAN-based optimization, the annealing time variable was set to a fixed value that represented a consistent fabrication process. The two optimizations used the same simulator, that is, the finite-difference time-domain (FDTD) method by Lumerical [50], and optimizer, that is, particle swarm optimization, but differed in how the simulation profiles were generated, thereby exploring different designs spaces, which led to different optimization results. The cross sections and performances of the optimized structures are presented in Figure 5.

Figure 5: 
Optimization results.
(a) Cross section of the different structures used in the optimization loops (pristine for conventional optimization and CGAN generated for DDCO) and the corresponding profiles fabricated by virtual experiments. (b) Transmission spectra. (c) Transmitted colors assuming a D65 illuminant source compared to the DCIP3 color space (dashed black line). (d) Figure of merit (FOM) of the different structures depending on the optimization.
Figure 5:

Optimization results.

(a) Cross section of the different structures used in the optimization loops (pristine for conventional optimization and CGAN generated for DDCO) and the corresponding profiles fabricated by virtual experiments. (b) Transmission spectra. (c) Transmitted colors assuming a D65 illuminant source compared to the DCIP3 color space (dashed black line). (d) Figure of merit (FOM) of the different structures depending on the optimization.

The conventional optimization led to a pristine structure with a high transmission at the relevant wavelengths and good chromaticity, resulting in high FOMs. However, for these parameters, a significantly poor performance level of the realistic gratings was achieved through the virtual experiment. This illustrates that the conventional optimization technique assuming pristine structures may overestimate the performance of the actual devices with imperfect shapes. In comparison, DDCO led to an optimal realistic structure with a different set of structural parameters, most notably being the thicker gratings. The FOM of the fabricated design increased by 60.3 and 14.1% with respect to its chromaticity and intensity, respectively. It supports the idea that DDCO can find a more adequate optimum for the given training data, compared with conducting an optimization with ideal structures and expecting the performance level to be maintained when moving to realistic designs or experiments.

Both optimizations led to gratings as wide as permitted by the parameter space, thereby minimizing the width of the slits. However, the two optimized designs differ in height. The CGAN-based optimization led to thicker gratings. This change in the optimal parameters may be related to the curvature found in the training data. Deforming the edges of the gratings reduces their effective length, and therefore the realistic structures need to be thicker than the pristine gratings with perfectly straight walls to achieve the same resonance wavelength. This behavior may be observed in Figure 4, where the waveguide resonance is blue-shifted when the edges of the gratings were rounded.

By learning the expected shape for the given fabrication parameters, the generator network created grating profiles similar to those from the training data and reproduced the expected blue-shift of the resonance. Therefore, the CGAN-based optimization occurred in a more accurate design space than the conventional optimization and was able to find a structure with better performance than conducting ideal simulations and using the ideal fabrication parameters to generate realistic designs.

For completeness, additional optimizations were conducted to design green and blue color filters, with the data available in the Supplementary Information. The DDCO optimization maintained small discrepancy between the CGAN generated profiles and the virtually fabricated structure. However, these optimizations did not produce good color filter designs, due to limitations of the structure and parameter space. Therefore, we introduced a more complex design based on a double-layer resonant waveguide-grating structure [51] consisting of a ZnS high-dielectric layer (n = 2.4) under the silver metallic grating to achieve proper green and blue results. This supplementary degree of freedom and new resonance mechanism enabled the optimization process to find structures with good transmission and color purity. The optimization results are presented in Figure 6, and the red color filter optimization with that structure are available in Supplementary Information. Due to the dimensions of the gratings, thin and high and for green filter and thin and small for the blue filter, we observe some difference in grating profiles between the data generated by the CGAN and the corresponding virtually fabricated profile. This is related to the training quality of structures on the fringe of the parameter space and particularly small structures, as discussed from Figure 3, where a few different pixels do not affect much the overall image (absolute pixel difference) but strongly affect the relative size difference between generated profile and the corresponding fabricated profile (normalized pixel difference). However, there is still a good agreement between the CGAN generated and virtually fabricated data. Moreover, DDCO in both cases lead to fabricated profiles with higher figure of merits than running conventional particle swarm optimization with pristine structure and using these parameters to achieve a realistic structure.

Figure 6: 
Waveguide-grating optimization results.
(a, e) Cross section of the different structures used in the optimization loops (pristine for conventional optimization and CGAN generated for DCCO) and the corresponding profiles fabricated by virtual experiments for green and blue optimizations. (b, f) Transmission spectra. (c, g) Transmitted colors assuming a D65 illuminant source compared to the DCIP3 color space (dashed black line). (d, h) Figure of merit (FOM) of the different structures depending on the optimization.
Figure 6:

Waveguide-grating optimization results.

(a, e) Cross section of the different structures used in the optimization loops (pristine for conventional optimization and CGAN generated for DCCO) and the corresponding profiles fabricated by virtual experiments for green and blue optimizations. (b, f) Transmission spectra. (c, g) Transmitted colors assuming a D65 illuminant source compared to the DCIP3 color space (dashed black line). (d, h) Figure of merit (FOM) of the different structures depending on the optimization.

4 Conclusions

In summary, we introduced a data-driven approach to optimization that leverages training data to learn the process-structure relation using generative neural networks. We showed that a CGAN could be trained to generate realistic grating profiles similar to those from the training data based on a virtual fabrication process mimicking the electron beam patterning width, evaporator deposition time, and annealing time. The generated gratings reproduced the dimensions and deformations found in the training data accurately over a continuous parameter space. We applied this technique to optimize a red color filter based on silver gratings and green and blue filters based on a waveguide-grating structure. We found that the presented DDCO platform could find better fabrication parameters than if we conducted a conventional optimization using pristine structures and used these parameters to get a realistic sample through the virtual experiment process. By learning the expected deformations from the training samples, the CGAN gave a more realistic characterization of the optimization space and helped the optimization algorithm to find a more accurate optimum.

This data-driven approach to optimization does not require any preconceived knowledge or assumption about the process-structure relation and moves the design space from the structural parameter space to the process parameter space, thereby removing the need to optimize the fabrication process once the best structure is found, and directly returns the optimized fabrication and structural parameters. This is a general approach that can be applied to a wide range of fabrication processes and optimization loops. DDCO is an alternative to the model-based realistic optimizations, which uses a physical model to enhance the realism of the simulations. However, we believe that both approaches have their own merits. On one hand, the model-based approach is more transparent and can explain the physical mechanisms at play, while requiring domain expertise to build the model and potentially being biased or incomplete. On the other hand, the presented data-driven approach can be applied to any fabrication process without domain expertise and provides a model tailored to the specific equipment used, while relying on the quality of the training data.

Recent works have demonstrated the use of CGANs in the inverse design of photonic structures, generating structures with desired optical properties. Here, we presented how they can fit into a common forward optimization workflow, generating realistic structures based on the fabrication parameters. These two approaches are complementary sides of the process-structure-property relationships, and we can expect more applications as experimental datasets become available.


Corresponding author: Jonghwa Shin, Department of Materials Science and Engineering, Korea Advanced Institute of Science and Technology, W1-1, room #5406, 291 Daehak-ro, Yuseong-gu, Daejeon 34141, South Korea, E-mail:

Funding source: LG Display

Award Identifier / Grant number: 2018M3D1A1058998

Award Identifier / Grant number: 2021R1A2C200868711

  1. Author contribution: All the authors have accepted responsibility for the entire content of this submitted manuscript and approved submission.

  2. Research funding: This work was supported by LG Display under LGD-KAIST Incubation Program. This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korean government (MSIT) (No. 2018M3D1A1058998, 2021R1A2C200868711).

  3. Conflict of interest statement: The authors declare no conflicts of interest regarding this article.

References

[1] H. Kim, M. Kim, T. Chang, et al.., “Bright and vivid plasmonic color filters having dual resonance modes with proper orthogonality,” Opt. Express, vol. 26, no. 21, pp. 27403–27417, 2018. https://doi.org/10.1364/OE.26.027403.Suche in Google Scholar PubMed

[2] C. Forestiere, M. Donelli, G. F. Walsh, E. Zeni, G. Miano, and L. D. Negro, “Particle-swarm optimization of broadband nanoplasmonic arrays,” Opt. Lett., vol. 35, no. 2, pp. 133–135, 2010. https://doi.org/10.1364/OL.35.000133.Suche in Google Scholar PubMed

[3] A. Håkansson and J. Sánchez-Dehesa, “Inverse designed photonic crystal de-multiplex waveguide coupler,” Opt. Express, vol. 13, no. 14, pp. 5440–5449, 2005. https://doi.org/10.1364/OPEX.13.005440.Suche in Google Scholar

[4] A. Gondarenko and M. Lipson, “Low modal volume dipole-like dielectric slab resonator,” Opt. Express, vol. 16, no. 22, pp. 17689–17694, 2008. https://doi.org/10.1364/OE.16.017689.Suche in Google Scholar

[5] C. Liu, S. A. Maier, and G. Li, “Genetic-algorithm-aided meta-atom multiplication for improved absorption and coloration in nanophotonics,” ACS Photonics, vol. 7, no. 7, pp. 1716–1722, 2020. https://doi.org/10.1021/acsphotonics.0c00266.Suche in Google Scholar

[6] S. Iman, H. Lee, and J. Rho, “Design of high transmission color filters for solar cells directed by deep Q-learning,” Sol. Energy, vol. 195, pp. 670–676, 2020. https://doi.org/10.1016/j.solener.2019.12.013.Suche in Google Scholar

[7] C. M. Lalau-Keraly, S. Bhargava, O. D. Miller, and E. Yablonovitch, “Adjoint shape optimization applied to electromagnetic design,” Opt. Express, vol. 21, no. 18, pp. 21693–21701, 2013. https://doi.org/10.1364/OE.21.021693.Suche in Google Scholar PubMed

[8] D. Sell, J. Yang, S. Doshay, and J. A. Fan, “Periodic dielectric metasurfaces with high-efficiency, multiwavelength functionalities,” Adv. Opt. Mater., vol. 5, no. 23, p. 1700645, 2017. https://doi.org/10.1002/adom.201700645.Suche in Google Scholar

[9] T. W. Hughes, M. Minkov, I. A. D. Williamson, and S. Fan, “Adjoint method and inverse design for nonlinear nanophotonic devices,” ACS Photonics, vol. 5, no. 12, pp. 4781–4787, 2018. https://doi.org/10.1021/acsphotonics.8b01522.Suche in Google Scholar

[10] H. T. Chen, A. J. Taylor, and N. Yu, “A review of metasurfaces: physics and applications,” Rep. Prog. Phys., vol. 79, no. 7, p. 076401, 2016. https://doi.org/10.1088/0034-4885/79/7/076401.Suche in Google Scholar PubMed

[11] S. J. Tan, L. Zhang, D. Zhu, et al.., “Plasmonic color palettes for photorealistic printing with aluminum nanostructures,” Nano Lett., vol. 14, no. 7, pp. 4023–4029, 2014. https://doi.org/10.1021/nl501460x.Suche in Google Scholar PubMed

[12] Z. Li, S. Butun, and K. Aydin, “Large-area, lithography-free super absorbers and color filters at visible frequencies using ultrathin metallic films,” ACS Photonics, vol. 2, no. 2, pp. 183–188, 2015. https://doi.org/10.1021/ph500410u.Suche in Google Scholar

[13] K. T. Lee, S. Y. Han, and H. J. Park, “Omnidirectional flexible transmissive structural colors with high-color-purity and high-efficiency exploiting multicavity resonances,” Adv. Opt. Mater., vol. 5, no. 14, p. 1700284, 2017. https://doi.org/10.1002/adom.201700284.Suche in Google Scholar

[14] J. Proust, F. Bedu, B. Gallas, I. Ozerov, and I. Bonod, “All-dielectric colored metasurfaces with silicon Mie resonators,” ACS Nano, vol. 10, no. 8, pp. 7761–7767, 2016. https://doi.org/10.1021/acsnano.6b03207.Suche in Google Scholar PubMed

[15] S. W. Ahn, K. D. Lee, J. S. Kim, et al.., “Fabrication of a 50 nm half-pitch wire grid polarizer using nanoimprint lithography,” Nanotechnology, vol. 16, no. 9, p. 1874–1877, 2005. https://doi.org/10.1088/0957-4484/16/9/076.Suche in Google Scholar

[16] B. Shen, P. Wang, R. Polson, and R. Menon, “Ultra-high-efficiency metamaterial polarizer,” Optica, vol. 1, no. 5, pp. 356–360, 2014. https://doi.org/10.1364/OPTICA.1.000356.Suche in Google Scholar

[17] J. Wang, Z. Shen, and W. Wu, “Broadband and high-efficiency circular polarizer based on planar-helix chiral metamaterials,” Appl. Phys. Lett., vol. 111, no. 11, p. 113503, 2017. https://doi.org/10.1063/1.4990142.Suche in Google Scholar

[18] H. Hemmati, P. Bootpakdeetam, and R. Magnusson, “Metamaterial polarizer providing principally unlimited extinction,” Opt. Lett., vol. 44, no. 22, pp. 5630–5633, 2019. https://doi.org/10.1364/OL.44.005630.Suche in Google Scholar PubMed

[19] N. Yu, P. Genevet, M. Kats, et al.., “Light Propagation with phase discontinuities: generalized laws of reflection and refraction,” Science, vol. 334, no. 6054, pp. 333–337, 2011. https://doi.org/10.1126/science.1210713.Suche in Google Scholar PubMed

[20] D. Sell, J. Yang, S. Doshay, R. Yang, and J. A. Fan, “Large-Angle, Multifunctional metagratings based on freeform multimode geometries,” Nano Lett., vol. 17, no. 6, pp. 3752–3757, 2017. https://doi.org/10.1021/acs.nanolett.7b01082.Suche in Google Scholar PubMed

[21] J. Xu, M. Cua, E. H. Zhou, Y. Horie, A. Faraon, and C. Yang, “Wide-angular-range and high-resolution beam steering by a metasurface-coupled phased array,” Opt. Lett., vol. 43, no. 21, pp. 5255–5258, 2018. https://doi.org/10.1364/OL.43.005255.Suche in Google Scholar PubMed

[22] W. Chen, R. Chen, Y. Zhou, and Y. Ma, “Broadband metamaterial absorber with an in-band metasurface function,” Opt. Lett., vol. 44, no. 5, pp. 1076–1079, 2019. https://doi.org/10.1364/OL.44.001076.Suche in Google Scholar PubMed

[23] T. T. Nguyen and S. Lim, “Angle- and polarization-insensitive broadband metamaterial absorber using resistive fan-shaped resonators,” Appl. Phys. Lett., vol. 112, no. 2, p. 021605, 2018. https://doi.org/10.1063/1.5004211.Suche in Google Scholar

[24] N. Kim, T. Chang, M. Kim, et al.., “Spectrally sharp metasurfaces for wide-angle high extinction of green lasers,” Opt. Express, vol. 28, no. 15, pp. 22121–22134, 2020. https://doi.org/10.1364/OE.398255.Suche in Google Scholar PubMed

[25] B. Wang, F. Dong, Q. T. Li, et al.., “Visible-Frequency dielectric metasurfaces for multiwavelength achromatic and highly dispersive holograms,” Nano Lett., vol. 16, no. 8, pp. 5235–5240, 2016. https://doi.org/10.1021/acs.nanolett.6b02326.Suche in Google Scholar PubMed

[26] W. T. Chen, K. Y. Yang, C. M. Wang, et al.., “High-efficiency broadband meta-hologram with polarization-controlled dual images,” Nano Lett., vol. 14, no. 1, pp. 225–230, 2014. https://doi.org/10.1021/nl403811d.Suche in Google Scholar PubMed

[27] L. Huang, S. Zhang, and T. Zentgraf, “Metasurface holography: from fundamentals to applications,” Nanophotonics, vol. 7, no. 6, pp. 1169–1190, 2018. https://doi.org/10.1515/nanoph-2017-0118.Suche in Google Scholar

[28] J. Jung, H. Park, J. Park, T. Chang, and J. Shin, “Broadband metamaterials and metasurfaces: a review from the perspectives of materials and devices,” Nanophotonics, vol. 9, no. 10, pp. 3165–3196, 2020. https://doi.org/10.1515/nanoph-2020-0111.Suche in Google Scholar

[29] R. C. Rumpf and E. G. Johnson, “Modeling fabrication to accurately place GMR resonances,” Opt. Express, vol. 15, no. 6, pp. 3452–3464, 2007. https://doi.org/10.1364/OE.15.003452.Suche in Google Scholar PubMed

[30] S. Huang, X. Xie, Q. Xu, et al.., “Fabrication tolerance of ingaasp/inp-air-aperture micropillar cavities as 1.55-μm quantum dot single-photon sources,” Curr. Opt. Photon., vol. 4, no. 6, pp. 509–515, 2020.Suche in Google Scholar

[31] Z. Zhang, M. B. McIlrath, and D. S. Boning, “Adjoint-based particle defect yield modeling for silicon photonics,” Opt. Model. Syst. Align., vol. 11103, p. 111030Q, 2019. https://doi.org/10.1117/12.2528978.Suche in Google Scholar

[32] S. Zhou, Y. Hu, M. Li, Y. Yu, and R. Chen, “Statistical modeling of dielectric metamaterial with fabrication imperfection tolerance,” IEEE Int. Conf. Consum. Electron., pp. 1–2, 2019. https://doi.org/10.1109/COMPEM.2019.8779053.Suche in Google Scholar

[33] W. Bogaerts, P. Bradt, L. Vanholme, P. Bienstman, and R. Baets, “Closed-loop modeling of silicon nanophotonics from design to fabrication and back again,” Opt. Quant. Electron., vol. 40, no. 11, pp. 801–811, 2008. https://doi.org/10.1007/s11082-008-9265-y.Suche in Google Scholar

[34] W. K. Lee, S. Yu, C. J. Engel, et al.., “Concurrent design of quasi-random photonic nanostructures,” Proc. Natl. Acad. Sci. Unit. States Am., vol. 114, no. 33, pp. 8734–8739, 2017. https://doi.org/10.1073/pnas.1704711114.Suche in Google Scholar PubMed PubMed Central

[35] I. Goodfellow, J. Pouget-Abadie, M. Mirza, et al.., “Generative adversarial nets,” Adv. Neural Inf. Process. Syst., pp. 2672–2680, 2014.Suche in Google Scholar

[36] A. Radford, L. Metz, and S. Chintala, Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks, 2016, arXiv:1511.06434 [cs].Suche in Google Scholar

[37] M. Frid-Adar, I. Diamant, E. Klang, M. Amitai, J. Goldberger, and H. Greenspan, “GAN-based synthetic medical image augmentation for increased CNN performance in liver lesion classification,” Neurocomputing, vol. 321, pp. 321–331, 2018. https://doi.org/10.1016/j.neucom.2018.09.013.Suche in Google Scholar

[38] T. Christensen, C. Loh, S. Picek, et al.., “Predictive and generative machine learning models for photonic crystals,” Nanophotonics, vol. 9, no. 13, pp. 4183–4192, 2020. https://doi.org/10.1515/nanoph-2020-0197.Suche in Google Scholar

[39] M. Mirza and S. Osindero, Conditional Generative Adversarial Nets, 2014, arXiv:1411.1784 [cs, stat].Suche in Google Scholar

[40] C. Ledig, L. Theis, F. Huszar, et al.., “Photo-realistic single image super-resolution using a generative adversarial network,” Proceedings of the IEEE conference on computer vision and pattern recognition, 2017, pp. 4681–4690.10.1109/CVPR.2017.19Suche in Google Scholar

[41] P. Isola, J. Y. Zhu, T. Zhou, and A. A. Efros, “Image-to-image translation with conditional adversarial networks,” Proceedings of the IEEE conference on computer vision and pattern recognition, 2017, pp. 1125–1134.10.1109/CVPR.2017.632Suche in Google Scholar

[42] S. Reed, Z. Akata, X. Yan, L. Logeswaran, B. Schiele, and H. Lee, “Generative adversarial text to image synthesis,” International Conference on Machine Learning, 2016, pp. 1060–1069.Suche in Google Scholar

[43] Z. Liu, D. Zhu, S. P. Rodrigues, K. T. Lee, and W. Cai, “Generative model for the inverse design of metasurfaces,” Nano Lett., vol. 18, no. 10, pp. 6570–6576, 2018. https://doi.org/10.1021/acs.nanolett.8b03171.Suche in Google Scholar PubMed

[44] S. So and J. Rho, “Designing nanophotonic structures using conditional deep convolutional generative adversarial networks,” Nanophotonics, vol. 8, no. 7, pp. 1255–1261, 2019. https://doi.org/10.1515/nanoph-2019-0117.Suche in Google Scholar

[45] J. Jiang, D. Sell, S. Hoyer, J. Hickey, J. Yang, and J. A. Fan, “Free-form diffractive metagrating design based on generative adversarial networks,” ACS Nano, vol. 13, no. 8, pp. 8872–8878, 2019. https://doi.org/10.1021/acsnano.9b02371.Suche in Google Scholar PubMed

[46] C. Liu, W. M. Yu, Q. Ma, et al.., “Intelligent coding metasurface holograms by physics-assisted unsupervised generative adversarial network,” Photon. Res., vol. 9, no. 4, pp. B159–B167, 2021. https://doi.org/10.1364/PRJ.416287.Suche in Google Scholar

[47] J. Tang, X. Geng, D. Li, et al.., “Machine learning-based microstructure prediction during laser sintering of alumina,” Sci. Rep., vol. 11, no. 1, pp. 10724, 2021. https://doi.org/10.1038/s41598-021-89816-x.Suche in Google Scholar PubMed PubMed Central

[48] J. A. Porto, F. J. García-Vidal, and J. B. Pendry, “Transmission resonances on metallic gratings with very narrow slits,” Phys. Rev. Lett., vol. 83, no. 14, pp. 2845–2848, 1999. https://doi.org/10.1103/PhysRevLett.83.2845.Suche in Google Scholar

[49] Z. Luo, G. Zhang, R. Zhu, Y. Gao, and S. T. Wu, “Polarizing grating color filters with large acceptance angle and high transmittance,” Appl. Opt., vol. 55, no. 1, pp. 70–76, 2016. https://doi.org/10.1364/AO.55.000070.Suche in Google Scholar PubMed

[50] Nanophotonic FDTD simulation software - lumerical FDTD. Available at: https://www.lumerical.com/products/fdtd/ [accessed: Dec. 17, 2021].Suche in Google Scholar

[51] N. Nguyen-Huu, Y. L. Lo, and Y. B. Chen, “Color filters featuring high transmission efficiency and broad bandwidth based on resonant waveguide-metallic grating,” Opt. Commun., vol. 284, no. 10, pp. 2473–2479, 2011. https://doi.org/10.1016/j.optcom.2011.01.035.Suche in Google Scholar


Supplementary Material

The online version of this article offers supplementary material (https://doi.org/10.1515/nanoph-2022-0005).


Received: 2022-01-04
Accepted: 2022-04-27
Published Online: 2022-05-09

© 2022 Arthur Baucour et al., published by De Gruyter, Berlin/Boston

This work is licensed under the Creative Commons Attribution 4.0 International License.

Heruntergeladen am 25.9.2025 von https://www.degruyterbrill.com/document/doi/10.1515/nanoph-2022-0005/html
Button zum nach oben scrollen