This application claims priority of EP application No. 20217883.6 which was filed on Dec. 30, 2020, EP application Ser. No. 21/169,035.9 which was filed on Apr. 18, 2021, EP application Ser. No. 21/187,893.9 which was filed on Jul. 27, 2021, EP application No. 20217886.9 which was filed on 30 Dec. 2020, EP application Ser. No. 21/168,585.4 which was filed on Apr. 15, 2021, EP application No. 20217888.5 which was filed on Dec. 30, 2020, and EP application Ser. No. 21/168,592.0 which was filed on Apr. 15, 2021 which are incorporated herein in its entirety by reference.
This description relates to methods and systems for estimating manufacturing process parameters with a modular autoencoder model.
A lithographic apparatus is a machine constructed to apply a desired pattern onto a substrate. A lithographic apparatus can be used, for example, in the manufacture of integrated circuits (ICs). A lithographic apparatus may, for example, project a pattern (also often referred to as “design layout” or “design”) at a patterning device (e.g., a mask) onto a layer of radiation-sensitive material (resist) provided on a substrate (e.g., a wafer).
To project a pattern on a substrate a lithographic apparatus may use electromagnetic radiation. The wavelength of this radiation determines the minimum size of features which can be formed on the substrate. Typical wavelengths currently in use are 365 nm (i-line), 248 nm, 193 nm and 13.5 nm. A lithographic apparatus, which uses extreme ultraviolet (EUV) radiation, having a wavelength within the range 4-20 nm, for example 6.7 nm or 13.5 nm, may be used to form smaller features on a substrate than a lithographic apparatus which uses, for example, radiation with a wavelength of 193 nm.
Low-k1 lithography may be used to process features with dimensions smaller than the classical resolution limit of a lithographic apparatus. In such process, the resolution formula may be expressed as CD=k1×λ/NA, where λ is the wavelength of radiation employed, NA is the numerical aperture of the projection optics in the lithographic apparatus, CD is the “critical dimension” (generally the smallest feature size printed, but in this case half-pitch) and k1 is an empirical resolution factor. In general, the smaller k1 the more difficult it becomes to reproduce the pattern on the substrate that resembles the shape and dimensions planned by a circuit designer in order to achieve particular electrical functionality and performance.
To overcome these difficulties, sophisticated fine-tuning steps may be applied to the lithographic projection apparatus and/or design layout. These include, for example, but are not limited to, optimization of NA, customized illumination schemes, use of phase shifting patterning devices, various optimization of the design layout such as optical proximity correction (OPC, sometimes also referred to as “optical and process correction”) in the design layout, or other methods generally defined as “resolution enhancement techniques” (RET). Alternatively, tight control loops for controlling a stability of the lithographic apparatus may be used to improve reproduction of the pattern at low k1.
Autoencoders can be configured for use in metrology and/or other solutions for parameter inference and/or for other purposes. This deep learning model architecture is generic and scalable to an arbitrary size and complexity. Autoencoders are configured to compress a high dimensional signal (e.g. pupil images in a semiconductor manufacturing process) to an efficient low dimensional representation of the same signal. Next, parameter inference (i.e. regression) is performed from the low-dimensional representation towards a set of known labels. By first compressing the signal, the inference problem is significantly simplified compared to performing regression on the high dimensional signal directly.
However, it is often difficult to understand the flow of information inside a typical autoencoder. One can reason about the information at the input, at the level of the compressed low dimensional representation, and at the output. One cannot readily interpret the information between these points.
The present modular autoencoder model is less rigid compared to traditional monolithic autoencoder models. The present modular autoencoder model has a greater number of trainable and/or otherwise adjustable components. The modularity of the present model makes it easier to interpret, define, and extend. The complexity of the present model is easily adjusted, and is high enough to model a process that generates the data provided to the model, but low enough to avoid modelling noise or other unwanted characteristics (e.g., the present model is configured to avoid overfitting provided data). As the process (or at least aspects of the process) generating the data is often unknown, choosing an appropriate network complexity usually involves some intuition and trial-and-error. For this reason, it is highly desirable to provide a model architecture that is modular, easy to comprehend, and easy to scale in complexity up and down.
Note that the term autoencoder used in association with the present modular autoencoder model may generally refer to one or more autoencoders configured for partial supervised learning using a latent space for parameter estimation, and/or other autoencoders. This may also include a single autoencoder, which is trained using semi-supervised learning, for example.
According to an embodiment, there is provided a non-transitory computer readable medium having instructions thereon. The instructions are configured to cause a computer to execute a modular autoencoder model for parameter estimation. The modular autoencoder model comprises one or more input models configured to process one or more inputs to a first level of dimensionality suitable for combination with other inputs. The modular autoencoder model comprises a common model configured to: combine the processed inputs and reduce a dimensionality of the combined processed inputs to generate low dimensional data in a latent space, the low dimensional data in the latent space having a second level of resulting reduced dimensionality that is less than the first level; and expand the low dimensional data in the latent space into one or more expanded versions of the one or more inputs, the one or more expanded versions of the one or more inputs having increased dimensionality compared to the low dimensional data in the latent space, the one or more expanded versions of the one or more inputs suitable for generating one or more different outputs. (Note that the expanded versions do not necessarily approximate the inputs to the common model, as the approximation is enforced on the final output.) The modular autoencoder model comprises one or more output models configured to use the one or more expanded versions of the one or more inputs to generate the one or more different outputs, the one or more different outputs being approximations of the one or more inputs, the one or more different outputs having the same or increased dimensionality compared to the expanded versions of the one or more inputs. The modular autoencoder model comprises a prediction model configured to estimate one or more parameters based on the low dimensional data in the latent space and/or the one or more different outputs. In some embodiments, the modular autoencoder model (and/or any of the individual components of the model described herein) may be configured before and/or after seeing training data.
In some embodiments, individual input models and/or output models comprise two or more sub-models, the two or more sub-models associated with different portions of a sensing operation and/or a manufacturing process. In some embodiments, an individual output model comprises the two or more sub-models, and the two or more sub-models comprise a sensor model and a stack model for a semiconductor sensor operation.
In some embodiments, the one or more input models, the common model, and the one or more output models are separate from each other and correspond to process physics differences in different parts of a manufacturing process and/or a sensing operation such that each of the one or more input models, the common model, and/or the one or more output models can be trained together and/or separately, but individually configured based on the process physics for a corresponding part of the manufacturing process and/or sensing operation, apart from other models in the modular autoencoder model.
In some embodiments, a quantity of the one or more input models, and a quantity of the one or more output models are determined based on process physics differences in different parts of a manufacturing process and/or a sensing operation.
In some embodiments, the quantity of input models is different than the quantity of output models.
In some embodiments, the common model comprises encoder-decoder architecture and/or variational encoder-decoder architecture; processing the one or more inputs to the first level of dimensionality, and reducing the dimensionality of the combined processed inputs comprises encoding; and expanding the low dimensional data in the latent space into the one or more expanded versions of the one or more inputs comprises decoding.
In some embodiments, the modular autoencoder model is trained by comparing the one or more different outputs to corresponding inputs, and adjusting a parameterization of the one or more input models, the common model, and/or the one or more output models to reduce or minimize a difference between an output and a corresponding input.
In some embodiments, the common model comprises an encoder and a decoder, and the modular autoencoder model is trained by: applying variation to the low dimensional data in the latent space such that the common model decodes a relatively more continuous latent space to generate a decoder signal; recursively providing the decoder signal to the encoder to generate new low dimensional data; comparing the new low dimensional data to the low dimensional data; and adjusting one or more components of the modular autoencoder model based on the comparison to reduce or minimize a difference between the new low dimensional data and the low dimensional data.
In some embodiments, the one or more parameters are semiconductor manufacturing process parameters; the one or more input models and/or the one or more output models may comprise (as merely non-limiting examples) dense feed-forward layers, convolutional layers, and/or residual network architecture of the modular autoencoder model; the common model may comprise (as merely non-limiting examples) feed forward and/or residual layers; and the prediction model may comprise (as merely non-limiting examples) feed forward and/or residual layers.
In some embodiments, the modular autoencoder model comprises one or more auxiliary models configured to generate labels for at least some of the low dimensional data (e.g., information) in the latent space. The labels are configured to be used by the prediction model for estimation.
In some embodiments, the labels are configured to be used by the modular autoencoder model to impose a behavior onto the latent space and/or outputs of the prediction model. The behavior is associated with a class of possible signals.
In some embodiments, the prediction model comprises one or more prediction models, and the one or more prediction models are configured to estimate the one or more parameters based on the labels and/or one or more different outputs from the one or more auxiliary models.
In some embodiments, the input to the one or more auxiliary models comprises data associated with a wafer pattern shape and/or wafer coordinates configured to be used to generate, encode, and/or constrain a class of signals.
In some embodiments, the one or more auxiliary models are configured to be trained, using a cost function, to minimize a difference between the generated labels and outputs of one or more prediction models. The one or more prediction models are configured to select appropriate latent variables. This can be generalized to include a scenario where the prediction model is a neural network connecting the latent space to an output that aims to match the labels generated by an auxiliary model. The one or more auxiliary models are configured to be trained simultaneously with the one or more input models, the common model, the one or more output models; and/or the prediction model.
In some embodiments, the one or more auxiliary models comprise one or more wafer models; input to the one or more wafer models comprises one or more of a wafer radius and/or angle comprising a location in polar coordinates associated with a target (e.g., a location of the pattern where a measurement is taken, which can be a product structure or a specialized targets) on a wafer, a second angle associated with the pattern on the wafer, and/or a wafer identification; the one or more wafer models are associated with pattern tilt; and the generated labels are coupled to dimensional data in the latent space predefined to correspond to tilt such that an informed decomposition based on wafer priors is performed by the modular autoencoder model.
In some embodiments, the one or more wafer models are configured to separate the pattern tilt from other asymmetries in stack and/or pattern features.
In some embodiments, the one or more auxiliary models are nested with one or more other auxiliary models and/or one or more other models of the modular autoencoder model, and wherein other inputs including pupil data are used as input to the one or more auxiliary models.
According to another embodiment, there is provided a method for parameter estimation. The method comprises processing, with one or more input models of a modular autoencoder model, one or more inputs to a first level of dimensionality suitable for combination with other inputs; combining, with a common model of the modular autoencoder model, the processed inputs and reducing a dimensionality of the combined processed inputs to generate low dimensional data in a latent space, the low dimensional data in the latent space having a second level of resulting reduced dimensionality that is less than the first level; expanding, with the common model, the low dimensional data in the latent space into one or more expanded versions of the one or more inputs, the one or more expanded versions of the one or more inputs having increased dimensionality compared to the low dimensional data in the latent space, the one or more expanded versions of the one or more inputs suitable for generating one or more different outputs; using, with one or more output models of the modular autoencoder model, the one or more expanded versions of the one or more inputs to generate the one or more different outputs, the one or more different outputs being approximations of the one or more inputs, the one or more different outputs having the same or increased dimensionality compared to the expanded versions of the one or more inputs; and estimating, with a prediction model of the modular autoencoder model, one or more parameters based on the low dimensional data in the latent space and/or the one or more outputs. In some embodiments, individual input models and/or output models comprise two or more sub-models, the two or more sub-models associated with different portions of a sensing operation and/or a manufacturing process.
In some embodiments, an individual output model comprises the two or more sub-models, and the two or more sub-models comprise a sensor model and a stack model for a semiconductor sensor operation.
In some embodiments, the one or more input models, the common model, and the one or more output models are separate from each other and correspond to process physics differences in different parts of a manufacturing process and/or a sensing operation such that each of the one or more input models, the common model, and/or the one or more output models can be trained together and/or separately, but individually configured based on the process physics for a corresponding part of the manufacturing process and/or sensing operation, apart from other models in the modular autoencoder model.
In some embodiments, the method further comprises determining a quantity of the one or more input models, and/or a quantity of the one or more output models, based on process physics differences in different parts of a manufacturing process and/or a sensing operation.
In some embodiments, the quantity of input models is different than the quantity of output models.
In some embodiments, the common model comprises encoder-decoder architecture and/or variational encoder-decoder architecture; processing the one or more inputs to the first level of dimensionality, and reducing the dimensionality of the combined processed inputs comprises encoding; and expanding the low dimensional data in the latent space into the one or more expanded versions of the one or more inputs comprises decoding.
In some embodiments, the method further comprises training the modular autoencoder model by comparing the one or more different outputs to corresponding inputs, and adjusting a parameterization of the one or more input models, the common model, and/or the one or more output models to reduce or minimize a difference between an output and a corresponding input.
In some embodiments, the common model comprises an encoder and a decoder, and the method further comprises training the modular autoencoder model by: applying variation to the low dimensional data in the latent space such that the common model decodes a relatively more continuous latent space to generate a decoder signal; recursively providing the decoder signal to the encoder to generate new low dimensional data; comparing the new low dimensional data to the low dimensional data; and adjusting one or more components of the modular autoencoder model based on the comparison to reduce or minimize a difference between the new low dimensional data and the low dimensional data.
In some embodiments, the one or more parameters are semiconductor manufacturing process parameters; the one or more input models and/or the one or more output models may comprise (as merely non-limiting examples) dense feed-forward layers, convolutional layers, and/or residual network architecture of the modular autoencoder model; the common model may comprise (as merely non-limiting examples) feed forward and/or residual layers; and the prediction model may comprise (as merely non-limiting examples) feed forward and/or residual layers.
In some embodiments, the method comprises generating, with one or more auxiliary models of the modular autoencoder model, labels for at least some of the low dimensional data in the latent space. The labels are configured to be used by the prediction model for estimations.
In some embodiments, the labels are configured to be used by the modular autoencoder model to impose a behavior onto the latent space and/or outputs of the prediction model. The behavior is associated with a class of possible signals.
In some embodiments, the prediction model comprises one or more prediction models, and the one or more prediction models are configured to estimate the one or more parameters based on the labels and/or one or more different outputs from the one or more auxiliary models.
In some embodiments, input to the one or more auxiliary models comprises data associated with a wafer pattern shape and/or wafer coordinates configured to be used to generate, encode, and/or constrain a class of signals.
In some embodiments, the one or more auxiliary models are configured to be trained, using a cost function, to minimize a difference between the generated labels and outputs of one or more prediction models. The one or more prediction models are configured to select appropriate latent variables. The one or more auxiliary models are configured to be trained simultaneously with the one or more input models, the common model, the one or more output models; and/or the prediction model. In some embodiments, the one or more auxiliary models comprise one or more wafer models;
input to the one or more wafer models comprises one or more of a wafer radius and/or angle comprising a location in polar coordinates associated with a pattern on a wafer, a second angle associated with the pattern on the wafer, and/or a wafer identification; the one or more wafer models are associated with pattern tilt; and the generated labels are coupled to dimensional data in the latent space predefined to correspond to tilt such that an informed decomposition based on wafer priors is performed by the modular autoencoder model.
In some embodiments, the one or more wafer models are configured to separate the pattern tilt from other asymmetries in stack and/or pattern features.
In some embodiments, the one or more auxiliary models are nested with one or more other auxiliary models and/or one or more other models of the modular autoencoder model, and other inputs including pupil data are used as input to the one or more auxiliary models.
According to another embodiment, there is provided a system comprising: one or more input models of a modular autoencoder model configured to process one or more inputs to a first level of dimensionality suitable for combination with other inputs; a common model of the modular autoencoder model configured to: combine the processed inputs and reduce a dimensionality of the combined processed inputs to generate low dimensional data in a latent space, the low dimensional data in the latent space having a second level of resulting reduced dimensionality that is less than the first level; and expand the low dimensional data in the latent space into one or more expanded versions of the one or more inputs, the one or more expanded versions of the one or more inputs having increased dimensionality compared to the low dimensional data in the latent space, the one or more expanded versions of the one or more inputs suitable for generating one or more different outputs; one or more output models of the modular autoencoder model configured to use the one or more expanded versions of the one or more inputs to generate the one or more different outputs, the one or more different outputs being approximations of the one or more inputs, the one or more different outputs having the same or increased dimensionality compared to the expanded versions of the one or more inputs; and a prediction model of the modular autoencoder model configured to estimate one or more parameters based on the low dimensional data in the latent space and/or the one or more outputs.
In some embodiments, individual input models and/or output models comprise two or more sub-models, the two or more sub-models associated with different portions of a sensing operation and/or a manufacturing process. In some embodiments, an individual output model comprises the two or more sub-models, and the two or more sub-models comprise a sensor model and a stack model for a semiconductor sensor operation. In some embodiments, the one or more input models, the common model, and the one or more output models are separate from each other and correspond to process physics differences in different parts of a manufacturing process and/or a sensing operation such that each of the one or more input models, the common model, and/or the one or more output models can be trained together and/or separately, but individually configured based on the process physics for a corresponding part of the manufacturing process and/or sensing operation, apart from other models in the modular autoencoder model.
In some embodiments, a quantity of the one or more input models, and a quantity of the one or more output models are determined based on process physics differences in different parts of a manufacturing process and/or a sensing operation.
In some embodiments, the quantity of input models is different than the quantity of output models.
In some embodiments, the common model comprises encoder-decoder architecture and/or variational encoder-decoder architecture; processing the one or more inputs to the first level of dimensionality, and reducing the dimensionality of the combined processed inputs comprises encoding; and expanding the low dimensional data in the latent space into the one or more expanded versions of the one or more inputs comprises decoding.
In some embodiments, the modular autoencoder model is trained by comparing the one or more different outputs to corresponding inputs, and adjusting a parameterization of the one or more input models, the common model, and/or the one or more output models to reduce or minimize a difference between an output and a corresponding input.
In some embodiments, the common model comprises an encoder and a decoder, and the modular autoencoder model is trained by: applying variation to the low dimensional data in the latent space such that the common model decodes a relatively more continuous latent space to generate a decoder signal; recursively providing the decoder signal to the encoder to generate new low dimensional data; comparing the new low dimensional data to the low dimensional data; and adjusting one or more components of the modular autoencoder model based on the comparison to reduce or minimize a difference between the new low dimensional data and the low dimensional data.
In some embodiments, the one or more parameters are semiconductor manufacturing process parameters; the one or more input models and/or the one or more output models may comprise (as merely non-limiting examples) dense feed-forward layers, convolutional layers, and/or residual network architecture of the modular autoencoder model; the common model may comprise (as merely non-limiting examples) feed forward and/or residual layers; and the prediction model may comprise (as merely non-limiting examples) feed forward and/or residual layers.
In some embodiments, the modular autoencoder model comprises one or more auxiliary models configured to generate labels for at least some of the low dimensional data in the latent space. The labels are configured to be used by the prediction model for estimations.
In some embodiments, the labels are configured to be used by the modular autoencoder model to impose a behavior onto the latent space and/or outputs of the prediction model. The behavior is associated with a class of possible signals.
In some embodiments, the prediction model comprises one or more prediction models, and the one or more prediction models are configured to estimate the one or more parameters based on the labels and/or one or more different outputs from the one or more auxiliary models.
In some embodiments, input to the one or more auxiliary models comprises data associated with a wafer pattern shape and/or wafer coordinates configured to be used to generate, encode, and/or constrain a class of signals.
In some embodiments, the one or more auxiliary models are configured to be trained, using a cost function, to minimize a difference between the generated labels and outputs of one or more prediction models. The one or more prediction models are configured to select appropriate latent variables. The one or more auxiliary models are configured to be trained simultaneously with the one or more input models, the common model, the one or more output models; and/or the prediction model.
In some embodiments, the one or more auxiliary models comprise one or more wafer models; input to the one or more wafer models comprises one or more of a wafer radius and/or angle comprising a location in polar coordinates associated with a pattern on a wafer, a second angle associated with the pattern on the wafer, and/or a wafer identification; the one or more wafer models are associated with pattern tilt; and the generated labels are coupled to dimensional data in the latent space predefined to correspond to tilt such that an informed decomposition based on wafer priors is performed by the modular autoencoder model.
In some embodiments, the one or more wafer models are configured to separate the pattern tilt from other asymmetries in stack and/or pattern features.
In some embodiments, the one or more auxiliary models are nested with one or more other auxiliary models and/or one or more other models of the modular autoencoder model, and other inputs including pupil data are used as input to the one or more auxiliary models.
According to another embodiment, there is provided a non-transitory computer readable medium having instructions thereon. The instructions configured to cause a computer to execute a machine-learning model for parameter estimation. The machine-learning model comprises: one or more first models configured to process one or more inputs to a first level of dimensionality suitable for combination with other inputs; a second model configured to: combine the processed one or more inputs and reduce a dimensionality of the combined processed one or more inputs; expand the combined processed one or more inputs into one or more recovered versions of the one or more inputs, the one or more recovered versions of the one or more inputs suitable for generating one or more different outputs;
one or more third models configured to use the one or more recovered versions of the one or more inputs to generate the one or more different outputs; and a fourth model configured to estimate a parameter based on the reduced dimensionality combined compressed inputs and the one or more different outputs. In some embodiments, individual models of the one or more third models comprise two or more sub-models, the two or more sub-models associated with different portions of a manufacturing process and/or sensing operation.
In some embodiments, the two or more sub-models comprise a sensor model and a stack model for a semiconductor manufacturing process.
In some embodiments, the one or more first models, the second model, and the one or more third models are separate from each other and correspond to process physics differences in different parts of a manufacturing process and/or sensing operation such that each of the one or more first models, the second model, and/or the one or more third models can be trained together and/or separately, but individually configured based on the process physics for a corresponding part of the manufacturing process and/or sensing operation, apart from other models in the machine-learning model.
In some embodiments, a quantity of the one or more first models, and a quantity of the one or more third models are determined based on process physics differences in different parts of a manufacturing process and/or sensing operation.
In some embodiments, the number of first models is different that the number of second models.
In some embodiments, the second model comprises encoder-decoder architecture and/or variational encoder-decoder architecture; compressing the one or more inputs comprises encoding; and expanding the combined compressed one or more inputs into one or more recovered versions of the one or more inputs comprises decoding.
In some embodiments, the machine learning model is trained by comparing the one or more different outputs to corresponding inputs, and adjusting the one or more first models, the second model, and/or the one or more third models to reduce or minimize a difference between an output and a corresponding input.
In some embodiments, the second model comprises an encoder and a decoder, and the second model is trained by: applying variation low dimensional data in a latent space such that the second model decodes a relatively more continuous latent space to generate a decoder signal; recursively providing the decoder signal to the encoder to generate new low dimensional data; comparing the new low dimensional data to the low dimensional data; and adjusting the second model based on the comparison to reduce or minimize a difference between the new low dimensional data and the low dimensional data.
In some embodiments, the parameter is a semiconductor manufacturing process parameter; the one or more first models and/or the one or more third models comprise dense feed-forward layers, convolutional layers, and/or residual network architecture of the machine-learning model; the second model comprises feed forward and/or residual layers; and the fourth model comprises feed forward and/or residual layers.
In some embodiments, the machine-learning model comprises one or more fifth models configured to generate labels for at least some of the reduced dimensionality combined processed inputs. The labels are configured to be used by the fourth model for estimations.
In some embodiments, the labels are configured to be used by the machine-learning model to impose a behavior onto a latent space and/or outputs of the fourth model, and the behavior is associated with a class of possible signals.
In some embodiments, the fourth model comprises one or more fourth models, and the one or more fourth models are configured to estimate the one or more parameters based on the labels and/or one or more different outputs from the one or more fifth models.
In some embodiments, input to the one or more fifth models comprises data associated with a wafer pattern shape and/or wafer coordinates configured to be used to generate, encode, and/or constrain a class of signals.
In some embodiments, the one or more fifth models are configured to be trained, using a cost function, to minimize a difference between the generated labels and outputs of one or more fourth models. The one or more fourth models are configured to select appropriate latent variables; and the one or more fifth models are configured to be trained simultaneously with the one or more first models, the second model, the one or more third models; and/or the fourth model.
In some embodiments, the one or more fifth models comprise one or more wafer models; input to the one or more wafer models comprises one or more of a wafer radius and/or angle comprising a location in polar coordinates associated with a pattern on a wafer, a second angle associated with the pattern on the wafer, and/or a wafer identification; the one or more wafer models are associated with pattern tilt; and the generated labels are coupled to dimensional data in a latent space predefined to correspond to tilt such that an informed decomposition based on wafer priors is performed by the machine-learning model.
In some embodiments, the one or more wafer models are configured to separate the pattern tilt from other asymmetries in stack and/or pattern features.
In some embodiments, the one or more fifth models are nested with one or more other fifth models and/or one or more other models of the machine-learning model, and wherein other inputs including pupil data are used as input to the one or more fifth models.
Data driven inference approaches have been proposed for semiconductor metrology operations and used for the task of parameter estimation. They rely on a significant amount of gathered measurements and models that map measured features to parameters of interest, with labels for these parameters obtained via carefully designed targets on a wafer or from third party measurements. Current approaches have the capability to measure a significant number of channels (multiple wavelengths, observations under multiple wafer rotations, four light polarization schemes, etc.). However, due to practical timing constraints, the number of channels needs to be limited to a subset of those available ones for production measurements. For the selection of the best channels, a brute force approach is often used that tests all possible channel combinations. This is time consuming, resulting in long measurement and/or process recipe creation times. Additionally, a brute force approach can be prone to overfitting, introducing a different bias per channel, and/or other disadvantages.
Advantageously, the present modular autoencoder model is configured for estimating parameters of interest from a combination of available channels of measurement data from an optical metrology platform by estimating retrievable quantities of information content using a subset of a plurality of input models based on the available channels. The present model is configured to be trained by randomly or otherwise iteratively varying (e.g., sub-selecting) a number of channels that are used to approximate inputs during iterative training steps. This iterative varying/sub-selection ensures that the model remains predictive/consistent for any combination of input channels. Furthermore, since the information content present in the inputs represents all channels (e.g., because each channel was part of the subset of selected channels for at least one training iteration), the resulting model will not include a bias specific to one particular channel.
Note that the term autoencoder used in association with the present modular autoencoder model may generally refer to one or more autoencoders configured for partial supervised learning using a latent space for parameter estimation, and/or other autoencoders.
According to an embodiment, there is provided a non-transitory computer readable medium having instructions thereon. The instructions are configured to cause a computer to execute a modular autoencoder model for estimating parameters of interest from a combination of available channels of measurement data from an optical metrology platform by estimating retrievable quantities of information content using a subset of a plurality of input models based on the available channels. The instructions cause operations comprising: causing the plurality of input models to compress a plurality of inputs based on the available channels such that the plurality of inputs are suitable for combination with each other; and causing a common model to combine the compressed inputs and generate low dimensional data in a latent space based on the combined compressed inputs, the low dimensional data estimates the retrievable quantities, and the low dimensional data in the latent space is configured to be used by one or more additional models to generate approximations of the plurality of inputs and/or estimate a parameter based on the low dimensional data.
In some embodiments, the instructions cause further operations comprising: training the modular autoencoder model by: iteratively varying a subset of compressed inputs to be combined by the common model and used to generate training low dimensional data; comparing one or more training approximations and/or a training parameter generated or predicted based on the training low dimensional data to a corresponding reference; and adjusting one or more of the plurality of input models, the common model, and/or one or more of the additional models based on the comparison to reduce or minimize a difference between the one or more training approximations and/or the training parameter and the reference; such that the common model is configured to combine the compressed inputs and generate the low dimensional data for generating the approximations and/or estimated parameter regardless of which ones of the plurality of inputs are combined by the common model.
In some embodiments, variation for individual iterations is random, or variation for individual iterations is varied in a statistically meaningful way.
In some embodiments, variation for individual iterations is configured such that after a target number of iterations, each of the compressed inputs has been included in the subset of compressed inputs at least once.
In some embodiments, iteratively varying a subset of compressed inputs combined by the common model and used to generate training low dimensional data comprises channel selection from among a set of possible available channels, the set of possible available channels associated with the optical metrology platform.
In some embodiments, the iteratively varying, the comparing, and the adjusting, are repeated until an objective converges.
In some embodiments, the iteratively varying, the comparing, and the adjusting are configured to reduce or eliminate bias that can occur for a combinatorial search across channels.
In some embodiments, the one or more additional models comprise one or more output models configured to generate approximations of the one or more inputs, and a prediction model configured to estimate the parameter based on the low dimensional data, and one or more of the plurality of input models, the common model, and/or the additional models are configured to be adjusted to reduce or minimize a difference between one or more training approximations, and/or a training manufacturing process parameter, and a corresponding reference.
In some embodiments, the plurality of input models, the common model, and the one or more output models are separate from each other and correspond to process physics differences in different parts of a manufacturing process and/or sensing operation such that each of the plurality of input models, the common model, and/or the one or more output models can be trained together and/or separately, but individually configured based on the process physics for a corresponding part of the manufacturing process and/or sensing operation, apart from other models in the modular autoencoder model.
In some embodiments, individual input models comprise a neural network block comprising dense feed-forward layers, convolutional layers, and/or residual network architecture of the modular autoencoder model; and the common model comprises a neural network block comprising feed forward and/or residual layers.
According to another embodiment, there is provided a method for estimating parameters of interest from a combination of available channels of measurement data from an optical metrology platform by estimating retrievable quantities of information content using a subset of a plurality of input models of a modular autoencoder model based on the available channels. The method comprises: causing the plurality of input models to compress a plurality of inputs based on the available channels such that the plurality of inputs are suitable for combination with each other; and causing a common model of the modular autoencoder model to combine the compressed inputs and generate low dimensional data in a latent space based on the combined compressed inputs, the low dimensional data estimates the retrievable quantities, and the low dimensional data in the latent space is configured to be used by one or more additional models to generate approximations of the plurality of inputs and/or estimate a parameter based on the low dimensional data.
In some embodiments, the method further comprises training the modular autoencoder model by: iteratively varying a subset of compressed inputs to be combined by the common model and used to generate training low dimensional data; comparing one or more training approximations and/or a training parameter generated or predicted based on the training low dimensional data to a corresponding reference; and adjusting one or more of the plurality of input models, the common model, and/or one or more of the additional models based on the comparison to reduce or minimize a difference between the one or more training approximations and/or the training parameter and the reference; such that the common model is configured to combine the compressed inputs and generate the low dimensional data for generating the approximations and/or estimated parameter regardless of which ones of the plurality of inputs are combined by the common model.
In some embodiments, variation for individual iterations is random, or variation for individual iterations is varied in a statistically meaningful way.
In some embodiments, variation for individual iterations is configured such that after a target number of iterations, each of the compressed inputs has been included in the subset of compressed inputs at least once.
In some embodiments, iteratively varying a subset of compressed inputs combined by the common model and used to generate training low dimensional data comprises channel selection from among a set of possible available channels, the set of possible available channels associated with the optical metrology platform.
In some embodiments, the iteratively varying, the comparing, and the adjusting, are repeated until an objective converges.
In some embodiments, the iteratively varying, the comparing, and the adjusting are configured to reduce or eliminate bias that can occur for a combinatorial search across channels.
In some embodiments, the one or more additional models comprises one or more output models configured to generate approximations of the one or more inputs, and a prediction model configured to estimate the parameter based on the low dimensional data, and one or more of the plurality of input models, the common model, and/or the additional models are configured to be adjusted to reduce or minimize a difference between one or more training approximations, and/or a training manufacturing process parameter, and a corresponding reference.
In some embodiments, the plurality of input models, the common model, and the one or more output models are separate from each other and correspond to process physics differences in different parts of a manufacturing process and/or sensing operation such that each of the plurality of input models, the common model, and/or the one or more output models can be trained together and/or separately, but individually configured based on the process physics for a corresponding part of the manufacturing process and/or sensing operation, apart from other models in the modular autoencoder model.
In some embodiments, individual input models comprise a neural network block comprising dense feed-forward layers, convolutional layers, and/or residual network architecture of the modular autoencoder model; and the common model comprises a neural network block comprising feed forward and/or residual layers.
According to another embodiment, there is provided a system for estimating parameters of interest from a combination of available channels of measurement data from an optical metrology platform by estimating retrievable quantities of information content using a subset of a plurality of input models of a modular autoencoder model based on the available channels. The system comprises: the plurality of input models, the plurality of input models configured to compress a plurality of inputs based on the available channels such that the plurality of inputs are suitable for combination with each other; and a common model of the modular autoencoder model configured to combine the compressed inputs and generate low dimensional data in a latent space based on the combined compressed inputs, the low dimensional data estimates the retrievable quantities, and the low dimensional data in the latent space is configured to be used by one or more additional models to generate approximations of the plurality of inputs and/or estimate a parameter based on the low dimensional data.
In some embodiments, the modular autoencoder model is configured to be trained by: iteratively varying a subset of compressed inputs to be combined by the common model and used to generate training low dimensional data; comparing one or more training approximations and/or a training parameter generated or predicted based on the training low dimensional data to a corresponding reference; and adjusting one or more of the plurality of input models, the common model, and/or one or more of the additional models based on the comparison to reduce or minimize a difference between the one or more training approximations and/or the training parameter and the reference; such that the common model is configured to combine the compressed inputs and generate the low dimensional data for generating the approximations and/or estimated parameter regardless of which ones of the plurality of inputs are combined by the common model.
In some embodiments, variation for individual iterations is random, or variation for individual iterations is varied in a statistically meaningful way.
In some embodiments, variation for individual iterations is configured such that after a target number of iterations, each of the compressed inputs has been included in the subset of compressed inputs at least once.
In some embodiments, iteratively varying a subset of compressed inputs combined by the common model and used to generate training low dimensional data comprises channel selection from among a set of possible available channels, the set of possible available channels associated with the optical metrology platform.
In some embodiments, the iteratively varying, the comparing, and the adjusting, are repeated until an objective converges.
In some embodiments, the iteratively varying, the comparing, and the adjusting are configured to reduce or eliminate bias that can occur for a combinatorial search across channels.
In some embodiments, the one or more additional models comprise one or more output models configured to generate approximations of the one or more inputs, and a prediction model configured to estimate the parameter based on the low dimensional data, and one or more of the plurality of input models, the common model, and/or the additional models are configured to be adjusted to reduce or minimize a difference between one or more training approximations, and/or a training manufacturing process parameter, and a corresponding reference.
In some embodiments, the plurality of input models, the common model, and the one or more output models are separate from each other and correspond to process physics differences in different parts of a manufacturing process and/or sensing operation such that each of the plurality of input models, the common model, and/or the one or more output models can be trained together and/or separately, but individually configured based on the process physics for a corresponding part of the manufacturing process and/or sensing operation, apart from other models in the modular autoencoder model.
In some embodiments, individual input models comprise a neural network block comprising dense feed-forward layers, convolutional layers, and/or residual network architecture of the modular autoencoder model; and the common model comprises a neural network block comprising feed forward and/or residual layers.
According to another embodiment, there is provided a non-transitory computer readable medium having instructions thereon, the instructions configured to cause a computer to execute a modular autoencoder model for parameter estimation. The instructions cause operations comprising: causing a plurality of input models to compress a plurality of inputs such that the plurality of inputs are suitable for combination with each other; and causing a common model to combine the compressed inputs and generate low dimensional data in a latent space based on the combined compressed inputs, the low dimensional data in the latent space configured to be used by one or more additional models to generate approximations of the one or more inputs and/or predict the parameter based on the low dimensional data, where the common model is configured to combine the compressed inputs and generate the low dimensional data regardless of which ones of the plurality of inputs are combined by the common model.
In some embodiments, the instructions cause further operations comprising: training the modular autoencoder by: iteratively varying a subset of compressed inputs to be combined by the common model and used to generate training low dimensional data; comparing one or more training approximations and/or a training parameter generated or estimated based on the training low dimensional data to a corresponding reference; and adjusting one or more of the plurality of input models, the common model, and/or the additional models based on the comparison to reduce or minimize a difference between the one or more training approximations, and/or the training parameter, and the reference; such that the common model is configured to combine the compressed inputs and generate the low dimensional data for generating the approximations and/or estimating a process parameter regardless of which ones of the plurality of inputs are combined by the common model.
In some embodiments, variation for individual iterations is random, or variation for individual iterations is varied in a statistically meaningful way. In some embodiments, variation for individual iterations is configured such that after a target number of iterations, each of the compressed inputs has been included in the subset of compressed inputs at least once.
In some embodiments, the one or more additional models comprises one or more output models configured to generate approximations of the one or more inputs, and a prediction model configured to estimate a parameter based on the low dimensional data, and adjusting one or more of the plurality of input models, the common model, and/or the additional models based on the comparison to reduce or minimize a difference between the one or more training approximations and/or the training parameter, and the reference, comprises adjusting at least one output model and/or the prediction model.
In some embodiments, the plurality of input models, the common model, and the one or more output models are separate from each other and correspond to process physics differences in different parts of a manufacturing process and/or sensing operation such that each of the plurality of input models, the common model, and/or the one or more output models can be trained together and/or separately, but individually configured based on the process physics for a corresponding part of the manufacturing process and/or sensing operation, apart from other models in the modular autoencoder model.
In some embodiments, iteratively varying a subset of compressed inputs combined by the common model and used to generate training low dimensional data comprises channel selection from among a set of possible channels, the set of possible channels associated with one or more aspects of a semiconductor manufacturing process and/or sensing operation.
In some embodiments, the iteratively varying, the comparing, and the adjusting are repeated until an objective converges.
In some embodiments, the iteratively varying, the comparing, and the adjusting are configured to reduce or eliminate bias relative to a bias that can occur for a combinatorial search across channels.
In some embodiments, the parameter is a semiconductor manufacturing process parameter; individual input models comprise a neural network block comprising dense feed-forward layers, convolutional layers, and/or residual network architecture of the modular autoencoder model; and the common model comprises a neural network block comprising feed forward and/or residual layers.
In semiconductor manufacturing, optical metrology may be used to measure critical stack parameters directly on product (e.g., patterned wafer) structures. Machine-learning methods are often applied on top of optical scatterometry data acquired using a metrology platform. These machine-learning methods conceptually amount to supervised learning approaches, i.e. learning from labeled datasets. The success of such methods is strongly dependent on the quality of the labels. Often, labeled datasets are created by measuring and labelling known targets on a wafer.
One of the primary challenges of using targets in this way is the fact that they only provide very accurate relative labels. This means that within one cluster of targets, there is some unknown cluster bias, on top of which accurate labels are known. Determining this unknown cluster bias, and hence obtaining absolute labels, is important to the accuracy of target-based recipes. The procedure of estimating the cluster bias is usually referred to as label correction.
Advantageously, the present modular autoencoder model is configured such that known properties of inputs (e.g., domain knowledge) can be embedded into the model during the training phase, which reduces or eliminates any such bias in subsequent inferences made by the model. In other words, the present modular autoencoder is configured such that known (e.g., symmetry) properties of inputs are embedded into the decoding part of the model, and these embedded known properties allow the model to make bias free inferences.
Note that the term autoencoder used in association with the present modular autoencoder model may generally refer to one or more autoencoders configured for partial supervised learning using a latent space for parameter estimation, and/or other autoencoders.
According to an embodiment, there is provided a non-transitory computer readable medium having instructions thereon. The instructions are configured to cause a computer to execute a modular autoencoder model with an extended range of applicability for estimating parameters of interest for optical metrology operations by enforcing known properties of inputs to the modular autoencoder model in a decoder of the modular autoencoder model. The instructions cause operations comprising: causing an encoder of the modular autoencoder model to encode an input to generate a low dimensional representation of the input in a latent space; and causing the decoder of the modular autoencoder model to generate an output corresponding to the input by decoding the low dimensional representation. The decoder is configured to enforce, during decoding, a known property of the encoded input to generate the output. The known property is associated with a known physical relationship between the low dimensional representation in the latent space and the output. A parameter of interest is estimated based on the output and/or the low dimensional representation of the input in the latent space.
In some embodiments, enforcing comprises penalizing differences between the output and an output that should be generated according to the known property using a penalty term in a cost function associated with the decoder.
In some embodiments, the penalty term comprises a difference between decoded versions of the low dimensional representation of the input which are related to each other through physical priors.
In some embodiments, the known property is a known symmetry property, and the penalty term comprises a difference between decoded versions of the low dimensional representation of the input which are reflected across, or rotated around, a point of symmetry, relative to each other.
In some embodiments, the encoder and/or the decoder are configured to be adjusted based on any differences between the decoded versions of the low dimensional representation, and adjusting comprises adjusting at least one weight associated with a layer of the encoder and/or the decoder.
In some embodiments, the input comprises a sensor signal associated with a sensing operation in a semiconductor manufacturing process, the low dimensional representation of the input is a compressed representation of the sensor signal, and the output is an approximation of the input sensor signal.
In some embodiments, the sensor signal comprises a pupil image, and an encoded representation of the pupil image is configured to be used to estimate overlay (as one example of many possible parameters of interest).
In some embodiments, the instructions cause further operations comprising: processing, with an input model of the modular autoencoder model, the input to a first level of dimensionality suitable for combination with other inputs, and providing the processed input to the encoder; receiving, with an output model of the modular autoencoder model, an expanded version of the input from the decoder and generating an approximation of the input based on the expanded version; and estimating, with a prediction model of the modular autoencoder model, the parameter of interest based on the low dimensional representation of the input in the latent space and/or the output (the output comprising and/or being related to the approximation of the input).
In some embodiments, the input model, the encoder/decoder, and the output model are separate from each other and correspond to process physics differences in different parts of a manufacturing process and/or a sensing operation such that each of the input model, the encoder/decoder, and/or the output model can be trained together and/or separately, but individually configured based on the process physics for a corresponding part of the manufacturing process and/or sensing operation, apart from other models in the modular autoencoder model.
In some embodiments, the decoder is configured to enforce a known symmetry property of the encoded input during a training phase, such that the modular autoencoder model obeys the enforced known symmetry property during an inference phase.
In some embodiments, there is provided a method for estimating, with a modular autoencoder model having an extended range of applicability, parameters of interest for optical metrology operations by enforcing known properties of inputs to the modular autoencoder model in a decoder of the modular autoencoder model. The method comprises: causing an encoder of the modular autoencoder model to encode an input to generate a low dimensional representation of the input in a latent space; and causing the decoder of the modular autoencoder model to generate an output corresponding to the input by decoding the low dimensional representation. The decoder is configured to enforce, during decoding, a known property of the encoded input to generate the output. The known property is associated with a known physical relationship between the low dimensional representation in the latent space and the output. A parameter of interest is estimated based on the output and/or the low dimensional representation of the input in the latent space.
In some embodiments, enforcing comprises penalizing differences between the output and an output that should be generated according to the known property using a penalty term in a cost function associated with the decoder.
In some embodiments, the penalty term comprises a difference between decoded versions of the low dimensional representation of the input which are related to each other through physical priors.
In some embodiments, the known property is a known symmetry property, and the penalty term comprises a difference between decoded versions of the low dimensional representation of the input which are reflected across, or rotated around, a point of symmetry, relative to each other.
In some embodiments, the encoder and/or the decoder are configured to be adjusted based on any differences between the decoded versions of the low dimensional representation, and adjusting comprises adjusting at least one weight associated with a layer of the encoder and/or the decoder.
In some embodiments, the input comprises a sensor signal associated with a sensing operation in a semiconductor manufacturing process, the low dimensional representation of the input is a compressed representation of the sensor signal, and the output is an approximation of the input sensor signal.
In some embodiments, the sensor signal comprises a pupil image, and an encoded representation of the pupil image is configured to be used to estimate overlay (as one example of many possible parameters of interest).
In some embodiments, the method further comprises processing, with an input model of the modular autoencoder model, the input to a first level of dimensionality suitable for combination with other inputs, and providing the processed input to the encoder; receiving, with an output model of the modular autoencoder model, an expanded version of the input from the decoder and generating an approximation of the input based on the expanded version; and estimating, with a prediction model of the modular autoencoder model, the parameter of interest based on the low dimensional representation of the input in the latent space and/or the output (the output comprising and/or being related to the approximation of the input).
In some embodiments, the input model, the encoder/decoder, and the output model are separate from each other and correspond to process physics differences in different parts of a manufacturing process and/or a sensing operation such that each of the input model, the encoder/decoder, and/or the output model can be trained together and/or separately, but individually configured based on the process physics for a corresponding part of the manufacturing process and/or sensing operation, apart from other models in the modular autoencoder model.
In some embodiments, the decoder is configured to enforce a known symmetry property of the encoded input during a training phase, such that the modular autoencoder model obeys the enforced known symmetry property during an inference phase.
According to another embodiment, there is provided a system configured to execute a modular autoencoder model with an extended range of applicability for estimating parameters of interest for optical metrology operations by enforcing known properties of inputs to the modular autoencoder model in a decoder of the modular autoencoder model. The system comprises: an encoder of the modular autoencoder model configured to encode an input to generate a low dimensional representation of the input in a latent space; and the decoder of the modular autoencoder model, the decoder configured to generate an output corresponding to the input by decoding the low dimensional representation. The decoder is configured to enforce, during decoding, a known property of the encoded input to generate the output. The known property is associated with a known physical relationship between the low dimensional representation in the latent space and the output. A parameter of interest is estimated based on the output and/or the low dimensional representation of the input in the latent space.
In some embodiments, enforcing comprises penalizing differences between the output and an output that should be generated according to the known property using a penalty term in a cost function associated with the decoder.
In some embodiments, the penalty term comprises a difference between decoded versions of the low dimensional representation of the input which are related to each other through physical priors.
In some embodiments, the known property is a known symmetry property, and the penalty term comprises a difference between decoded versions of the low dimensional representation of the input which are reflected across, or rotated around, a point of symmetry, relative to each other.
In some embodiments, the encoder and/or the decoder are configured to be adjusted based on any differences between the decoded versions of the low dimensional representation, and adjusting comprises adjusting at least one weight associated with a layer of the encoder and/or the decoder.
In some embodiments, the input comprises a sensor signal associated with a sensing operation in a semiconductor manufacturing process, the low dimensional representation of the input is a compressed representation of the sensor signal, and the output is an approximation of the input sensor signal.
In some embodiments, the sensor signal comprises a pupil image, and an encoded representation of the pupil image is configured to be used to estimate overlay (as one example of many possible parameters of interest).
In some embodiments, the system further comprises: an input model of the modular autoencoder model configured to process the input to a first level of dimensionality suitable for combination with other inputs, and provide the processed input to the encoder; an output model of the modular autoencoder model configured to receive an expanded version of the input from the decoder and generate an approximation of the input based on the expanded version; and a prediction model of the modular autoencoder model configured to estimate the parameter of interest based on the low dimensional representation of the input in the latent space.
In some embodiments, the input model, the encoder/decoder, and the output model are separate from each other and correspond to process physics differences in different parts of a manufacturing process and/or a sensing operation such that each of the input model, the encoder/decoder, and/or the output model can be trained together and/or separately, but individually configured based on the process physics for a corresponding part of the manufacturing process and/or sensing operation, apart from other models in the modular autoencoder model.
In some embodiments, the decoder is configured to enforce a known symmetry property of the encoded input during a training phase, such that the modular autoencoder model obeys the enforced known symmetry property during an inference phase.
In some embodiments, there is provided a non-transitory computer readable medium having instructions thereon, the instructions configured to cause a computer to execute a modular autoencoder model, the modular autoencoder model configured to generate an output based on an input. The instructions cause operations comprising: causing an encoder of the modular autoencoder model to encode the input to generate a low dimensional representation of the input in a latent space; and causing a decoder of the modular autoencoder model to generate the output by decoding the low dimensional representation. The decoder is configured to enforce, during decoding, a known property of the encoded input to generate the output, the known property associated with a known physical relationship between the low dimensional representation in the latent space and the output.
In some embodiments, enforcing comprises penalizing differences between the output and an output that should be generated according to the known property using a penalty term in a cost function associated with the decoder.
In some embodiments, the penalty term comprises a difference between decoded versions of the low dimensional representation of the input which are which are related to each other through physical priors.
In some embodiments, the encoder and/or the decoder are configured to be adjusted based on any differences between the decoded versions of the low dimensional representation, and adjusting comprises adjusting at least one weight associated with a layer of the encoder and/or the decoder.
In some embodiments, the input comprises a sensor signal associated with a sensing operation in a semiconductor manufacturing process, the low dimensional representation of the input is a compressed representation of the sensor signal, and the output is an approximation of the input sensor signal.
In some embodiments, the sensor signal comprises a pupil image, and an encoded representation of the pupil image is configured to be used to estimate overlay (as one example of many possible parameters of interest).
In some embodiments, the modular autoencoder model further comprises: an input model configured to process the input to a first level of dimensionality suitable for combination with other inputs, and provide the processed input to the encoder; an output model configured to receive an expanded version of the input from the decoder and generate the approximation of the input based on the expanded version; and a prediction model configured to estimate a manufacturing process parameter based on the low dimensional representation of the input in the latent space.
In some embodiments, the parameter is a semiconductor manufacturing process parameter; the input model comprises a neural network block comprising dense feed-forward layers, convolutional layers, and/or residual network architecture of the modular autoencoder model; the encoder and/or decoder comprises a neural network block comprising feed forward and/or residual layers; and the prediction model comprises a neural network block comprising feed forward and/or residual layers.
In some embodiments, the input model, the encoder/decoder, and the output model are separate from each other and correspond to process physics differences in different parts of a manufacturing process and/or a sensing operation such that each of the input model, the encoder/decoder, and/or the output model can be trained together and/or separately, but individually configured based on the process physics for a corresponding part of the manufacturing process and/or sensing operation, apart from other models in the modular autoencoder model.
In some embodiments, the decoder is configured to enforce a known symmetry property of the encoded input during a training phase, such that the modular autoencoder model obeys the enforced known symmetry property during an inference phase.
The accompanying drawings, which are incorporated in and constitute a part of the specification, illustrate one or more embodiments and, together with the description, explain these embodiments. Embodiments of the invention will now be described, by way of example only, with reference to the accompanying schematic drawings in which corresponding reference symbols indicate corresponding parts, and in which:
As described above, autoencoders can be configured for use in metrology and/or other solutions for parameter inference and/or for other purposes. This deep learning model architecture is generic and scalable to an arbitrary size and complexity. Autoencoders are configured to compress a high dimensional signal (e.g. pupil images in a semiconductor metrology platform) to an efficient low dimensional representation of the same signal. Next, parameter inference (i.e. regression) is performed from the low-dimensional representation towards a set of known labels. By first compressing the signal, the inference problem is significantly simplified compared to performing regression on the high dimensional signal directly.
However, it is often difficult to understand the flow of information inside a typical autoencoder. One can reason about the information at the input, at the level of the compressed low dimensional representation, and at the output. One cannot readily interpret the information between these points.
Data driven inference approaches have also been proposed for semiconductor metrology operations and used for the task of parameter estimation. They rely on a significant amount of gathered measurements and models that map measured features to parameters of interest, with labels for these parameters obtained via carefully designed targets on a wafer or from third party measurements. Current approaches have the capability to measure a significant number of channels (multiple wavelengths, observations under multiple wafer rotations, four light polarization schemes, etc.). However, due to practical timing constraints, the number of channels needs to be limited to a subset of those available ones for production measurements. For the selection of the best channels, a brute force approach is often used that tests all possible channel combinations. This is time consuming, resulting in long measurement and/or process recipe creation times. Additionally, a brute force approach can be prone to overfitting, introducing a different bias per channel, and/or other disadvantages.
In semiconductor manufacturing, optical metrology may be used to measure critical stack parameters directly on product (e.g., patterned wafer) structures. Machine-learning methods are often applied on top of optical scatterometry data acquired using a metrology platform. These machine-learning methods conceptually amount to supervised learning approaches, i.e. learning from labeled datasets. The success of such methods is strongly dependent on the quality of the labels. Often, labeled datasets are created by measuring and labelling known targets in a wafer. One of the primary challenges of using targets in this way is the fact that they only provide very accurate relative labels. This means that within one cluster of targets, there is some unknown cluster bias, on top of which accurate labels are known. Determining this unknown cluster bias, and hence obtaining absolute labels, is important to the accuracy of target-based recipes. The procedure of estimating the cluster bias is usually referred to as label correction.
The present modular autoencoder model is less rigid compared to traditional monolithic autoencoder models. The present modular autoencoder model has a greater number of trainable and/or otherwise adjustable components. The modularity of the present model makes it easier to interpret, define, and extend. The complexity of the present model is high enough to model a process that generates the data provided to the model, but low enough to avoid modelling noise or other unwanted characteristics (e.g., the present model is configured to avoid overfitting provided data). As the process (or at least aspects of the process) generating the data is often unknown, choosing an appropriate network complexity usually involves some intuition and trial-and-error. For this reason, it is highly desirable to provide a model architecture that is modular, easy to comprehend, and easy to scale in complexity up and down.
In addition, the present modular autoencoder model is configured for estimating parameters of interest from a combination of available channels of measurement data from an optical metrology platform by estimating retrievable quantities of information content using a subset of a plurality of input models based on the available channels. The present model is configured to be trained by randomly or otherwise iteratively varying (e.g., sub-selecting) a number of channels that are used to approximate inputs during iterative training steps. This iterative variation/sub-selection ensures that the model remains predictive/consistent for any combination of input channels. Furthermore, since the information content present in the inputs represents all channels (e.g., because each channel was part of the subset of selected channels for at least one training iteration), the resulting model will not include a bias specific to one particular channel.
The present modular autoencoder model is also configured such that known properties of inputs (e.g., domain knowledge) can be embedded into the model during the training phase, which reduces or eliminates (e.g., cluster) bias in subsequent inferences made by the model. In other words, the present modular autoencoder is configured such that known (e.g., symmetry) properties of inputs are embedded into the decoding part of the model, and these embedded known properties allow the model to make bias free inferences.
Note that the term autoencoder used in association with the present modular autoencoder model may generally refer to one or more autoencoders, or one or more parts of an autoencoder, configured for partial supervised learning using a latent space for parameter estimation, and/or other operations. In addition, the various drawbacks (e.g., of prior systems) and advantages (of the present modular autoencoder model) described above are examples of many other possible drawbacks and advantages, and should not be considered limiting.
Finally, although specific reference may be made in this text to the manufacture of integrated circuits, the description herein has many other possible applications. For example, it may be employed in the manufacture of integrated optical systems, guidance and detection patterns for magnetic domain memories, liquid-crystal display panels, thin-film magnetic heads, etc. In these alternative applications, the skilled artisan will appreciate that, in the context of such alternative applications, any use of the terms “reticle”, “wafer” or “die” in this text should be considered as interchangeable with the more general terms “mask”, “substrate” and “target portion”, respectively. In addition, it should be noted that the method described herein may have many other possible applications in diverse fields such as language processing systems, self-driving cars, medical imaging and diagnosis, semantic segmentation, denoising, chip design, electronic design automation, etc. The present method may be applied in any fields where quantifying uncertainty in machine learning model predictions is advantageous.
In the present document, the terms “radiation” and “beam” are used to encompass all types of electromagnetic radiation, including ultraviolet radiation (e.g. with a wavelength of 365, 248, 193, 157 or 126 nm) and EUV (extreme ultra-violet radiation, e.g. having a wavelength in the range of about 5-100 nm).
A patterning device may comprise, or may form, one or more design layouts. The design layout may be generated utilizing CAD (computer-aided design) programs. This process is often referred to as EDA (electronic design automation). Most CAD programs follow a set of predetermined design rules in order to create functional design layouts/patterning devices. These rules are set based processing and design limitations. For example, design rules define the space tolerance between devices (such as gates, capacitors, etc.) or interconnect lines, to ensure that the devices or lines do not interact with one another in an undesirable way. One or more of the design rule limitations may be referred to as a “critical dimension” (CD). A critical dimension of a device can be defined as the smallest width of a line or hole, or the smallest space between two lines or two holes. Thus, the CD regulates the overall size and density of the designed device. One of the goals in device fabrication is to faithfully reproduce the original design intent on the substrate (via the patterning device).
The term “reticle,” “mask.” or “patterning device” as employed in this text may be broadly interpreted as referring to a generic patterning device that can be used to endow an incoming radiation beam with a patterned cross-section, corresponding to a pattern that is to be created in a target portion of the substrate. The term “light valve” can also be used in this context. Besides the classic mask (transmissive or reflective; binary, phase-shifting, hybrid, etc.), examples of other such patterning devices include a programmable mirror array.
As a brief introduction,
In operation, the illumination system IL receives a radiation beam from a radiation source SO, e.g. via a beam delivery system BD. The illumination system IL may include various types of optical components, such as refractive, reflective, magnetic, electromagnetic, electrostatic, and/or other types of optical components, or any combination thereof, for directing, shaping, and/or controlling radiation. The illuminator IL may be used to condition the radiation beam B to have a desired spatial and angular intensity distribution in its cross section at a plane of the patterning device MA.
The term “projection system” PS used herein should be broadly interpreted as encompassing various types of projection system, including refractive, reflective, catadioptric, anamorphic, magnetic, electromagnetic and/or electrostatic optical systems, or any combination thereof, as appropriate for the exposure radiation being used, and/or for other factors such as the use of an immersion liquid or the use of a vacuum. Any use of the term “projection lens” herein may be considered as synonymous with the more general term “projection system” PS.
The lithographic apparatus LA may be of a type wherein at least a portion of the substrate may be covered by a liquid having a relatively high refractive index, e.g., water, so as to fill a space between the projection system PS and the substrate W—which is also referred to as immersion lithography. More information on immersion techniques is given in U.S. Pat. No. 6,952,253, which is incorporated herein by reference.
The lithographic apparatus LA may also be of a type having two or more substrate supports WT (also named “dual stage”). In such “multiple stage” machine, the substrate supports WT may be used in parallel, and/or steps in preparation of a subsequent exposure of the substrate W may be carried out on the substrate W located on one of the substrate support WT while another substrate W on the other substrate support WT is being used for exposing a pattern on the other substrate W.
In addition to the substrate support WT, the lithographic apparatus LA may comprise a measurement stage. The measurement stage is arranged to hold a sensor and/or a cleaning device. The sensor may be arranged to measure a property of the projection system PS or a property of the radiation beam B. The measurement stage may hold multiple sensors. The cleaning device may be arranged to clean part of the lithographic apparatus, for example a part of the projection system PS or a part of a system that provides the immersion liquid. The measurement stage may move beneath the projection system PS when the substrate support WT is away from the projection system PS.
In operation, the radiation beam B is incident on the patterning device, e.g. mask, MA which is held on the mask support MT, and is patterned by the pattern (design layout) present on patterning device MA. Having traversed the mask MA, the radiation beam B passes through the projection system PS, which focuses the beam onto a target portion C of the substrate W. With the aid of the second positioner PW and a position measurement system IF, the substrate support WT can be moved accurately, e.g., so as to position different target portions C in the path of the radiation beam B at a focused and aligned position. Similarly, the first positioner PM and possibly another position sensor (which is not explicitly depicted in
In order for the substrates W (
An inspection apparatus, which may also be referred to as a metrology apparatus, is used to determine properties of the substrates W (
The computer system CL may use (part of) the design layout to be patterned to predict which resolution enhancement techniques to use and to perform computational lithography simulations and calculations to determine which mask layout and lithographic apparatus settings achieve the largest overall process window of the patterning process (depicted in
The metrology apparatus (tool) MT may provide input to the computer system CL to enable accurate simulations and predictions, and may provide feedback to the lithographic apparatus LA to identify possible drifts, e.g. in a calibration status of the lithographic apparatus LA (depicted in
In lithographic processes, it is desirable to make frequent measurements of the structures created, e.g., for process control and verification. Tools to make such measurements include metrology tool (apparatus) MT. Different types of metrology tools MT for making such measurements are known, including scanning electron microscopes or various forms of scatterometer metrology tools MT. Scatterometers are versatile instruments which allow measurements of the parameters of a lithographic process by having a sensor in the pupil or a conjugate plane with the pupil of the objective of the scatterometer, measurements usually referred as pupil based measurements, or by having the sensor in the image plane or a plane conjugate with the image plane, in which case the measurements are usually referred as image or field based measurements. Such scatterometers and the associated measurement techniques are further described in patent applications US20100328655, US2011102753A1. US20120044470A, US20110249244, US20110026032 or EP1,628,164A, incorporated herein by reference in their entirety. Aforementioned scatterometers may measure features of a substrate such as gratings using light from soft x-ray and visible to near-IR wavelength range, for example.
In some embodiments, a scatterometer MT is an angular resolved scatterometer. In these embodiments, scatterometer reconstruction methods may be applied to the measured signal to reconstruct or calculate properties of a grating and/or other features in a substrate. Such reconstruction may, for example, result from simulating interaction of scattered radiation with a mathematical model of the target structure and comparing the simulation results with those of a measurement. Parameters of the mathematical model are adjusted until the simulated interaction produces a diffraction pattern similar to that observed from the real target.
In some embodiments, scatterometer MT is a spectroscopic scatterometer MT. In these embodiments, spectroscopic scatterometer MT may be configured such that the radiation emitted by a radiation source is directed onto target features of a substrate and the reflected or scattered radiation from the target is directed to a spectrometer detector, which measures a spectrum (i.e. a measurement of intensity as a function of wavelength) of the specular reflected radiation. From this data, the structure or profile of the target giving rise to the detected spectrum may be reconstructed, e.g. by Rigorous Coupled Wave Analysis and non-linear regression or by comparison with a library of simulated spectra.
In some embodiments, scatterometer MT is a ellipsometric scatterometer. The ellipsometric scatterometer allows for determining parameters of a lithographic process by measuring scattered radiation for each polarization states. Such a metrology apparatus (MT) emits polarized light (such as linear, circular, or elliptic) by using, for example, appropriate polarization filters in the illumination section of the metrology apparatus. A source suitable for the metrology apparatus may provide polarized radiation as well. Various embodiments of existing ellipsometric scatterometers are described in U.S. patent application Ser. Nos. 11/451,599, 11/708,678, 12/256,780, 12/486,449, 12/920,968, 12/922,587, 13/000,229, 13/033,135, 13/533,110 and 13/891,410 incorporated herein by reference in their entirety.
In some embodiments, scatterometer MT is adapted to measure the overlay of two misaligned gratings or periodic structures (and/or other target features of a substrate) by measuring asymmetry in the reflected spectrum and/or the detection configuration, the asymmetry being related to the extent of the overlay. The two (typically overlapping) grating structures may be applied in two different layers (not necessarily consecutive layers), and may be formed substantially at the same position on the wafer. The scatterometer may have a symmetrical detection configuration as described e.g. in patent application EP1,628,164A, such that any asymmetry is clearly distinguishable. This provides a way to measure misalignment in gratings. Further examples for measuring overlay may be found in PCT patent application publication no. WO 2011/012624 or US patent application US20160161863, incorporated herein by reference in their entirety.
Other parameters of interest may be focus and dose. Focus and dose may be determined simultaneously by scatterometry (or alternatively by scanning electron microscopy) as described in US patent application US2011-0249244, incorporated herein by reference in its entirety. A single structure (e.g., feature in a substrate) may be used which has a unique combination of critical dimension and sidewall angle measurements for each point in a focus energy matrix (FEM—also referred to as Focus Exposure Matrix). If these unique combinations of critical dimension and sidewall angle are available, the focus and dose values may be uniquely determined from these measurements.
A metrology target may be an ensemble of composite gratings and/or other features in a substrate, formed by a lithographic process, commonly in resist, but also after etch processes, for example. In some embodiments, one or more groups of targets may be clustered in different locations around a wafer. Typically the pitch and line-width of the structures in the gratings depend on the measurement optics (in particular the NA of the optics) to be able to capture diffraction orders coming from the metrology targets. A diffracted signal may be used to determine shifts between two layers (also referred to ‘overlay’) or may be used to reconstruct at least part of the original grating as produced by the lithographic process. This reconstruction may be used to provide guidance of the quality of the lithographic process and may be used to control at least part of the lithographic process. Targets may have smaller sub-segmentation which are configured to mimic dimensions of the functional part of the design layout in a target. Due to this sub-segmentation, the targets will behave more similar to the functional part of the design layout such that the overall process parameter measurements resemble the functional part of the design layout. The targets may be measured in an underfilled mode or in an overfilled mode. In the underfilled mode, the measurement beam generates a spot that is smaller than the overall target. In the overfilled mode, the measurement beam generates a spot that is larger than the overall target. In such overfilled mode, it may also be possible to measure different targets simultaneously, thus determining different processing parameters at the same time.
Overall measurement quality of a lithographic parameter using a specific target is at least partially determined by the measurement recipe used to measure this lithographic parameter. The term “substrate measurement recipe” may include one or more parameters of the measurement itself, one or more parameters of the one or more patterns measured, or both. For example, if the measurement used in a substrate measurement recipe is a diffraction-based optical measurement, one or more of the parameters of the measurement may include the wavelength of the radiation, the polarization of the radiation, the incident angle of radiation relative to the substrate, the orientation of radiation relative to a pattern on the substrate, etc. One of the criteria to select a measurement recipe may, for example, be a sensitivity of one of the measurement parameters to processing variations. More examples are described in US patent application US2016-0161863 and published US patent application US 2016/0370717A1 incorporated herein by reference in its entirety.
It is often desirable to be able computationally determine how a patterning process would produce a desired pattern on a substrate. Computational determination may comprise simulation and/or modeling, for example. Models and/or simulations may be provided for one or more parts of the manufacturing process. For example, it is desirable to be able to simulate the lithography process of transferring the patterning device pattern onto a resist layer of a substrate as well as the yielded pattern in that resist layer after development of the resist, simulate metrology operations such as the determination of overlay, and/or perform other simulations. The objective of a simulation may be to accurately predict, for example, metrology metrics (e.g., overlay, a critical dimension, a reconstruction of a three dimensional profile of features of a substrate, a dose or focus of a lithography apparatus at a moment when the features of the substrate were printed with the lithography apparatus, etc.), manufacturing process parameters (e.g., edge placements, aerial image intensity slopes, sub resolution assist features (SRAF), etc.), and/or other information which can then be used to determine whether an intended or target design has been achieved. The intended design is generally defined as a pre-optical proximity correction design layout which can be provided in a standardized digital file format such as GDSII, OASIS or another file format.
Simulation and/or modeling can be used to determine one or more metrology metrics (e.g., performing overlay and/or other metrology measurements), configure one or more features of the patterning device pattern (e.g., performing optical proximity correction), configure one or more features of the illumination (e.g., changing one or more characteristics of a spatial/angular intensity distribution of the illumination, such as change a shape), configure one or more features of the projection optics (e.g., numerical aperture, etc.), and/or for other purposes. Such determination and/or configuration can be generally referred to as mask optimization, source optimization, and/or projection optimization, for example. Such optimizations can be performed on their own, or combined in different combinations. One such example is source-mask optimization (SMO), which involves the configuring of one or more features of the patterning device pattern together with one or more features of the illumination. The optimizations may use the parameterized model described herein to predict values of various parameters (including images, etc.), for example.
In some embodiments, an optimization process of a system may be represented as a cost function. The optimization process may comprise finding a set of parameters (design variables, process variables, inspection operation variables, etc.) of the system that minimizes the cost function. The cost function can have any suitable form depending on the goal of the optimization. For example, the cost function can be weighted root mean square (RMS) of deviations of certain characteristics (evaluation points) of the system with respect to the intended values (e.g., ideal values) of these characteristics. The cost function can also be the maximum of these deviations (i.e., worst deviation). The term “evaluation points” should be interpreted broadly to include any characteristics of the system or fabrication method. The design and/or process variables of the system can be confined to finite ranges and/or be interdependent due to practicalities of implementations of the system and/or method. In the case of a lithographic projection and/or an inspection apparatus, the constraints are often associated with physical properties and characteristics of the hardware such as tunable ranges, and/or patterning device manufacturability design rules. The evaluation points can include physical points on a resist image on a substrate, as well as non-physical characteristics such as dose and focus, for example.
In some embodiments, the present system(s) and method(s) may include an empirical model that performs one or more of the operations described herein. The empirical model may predict outputs based on correlations between various inputs (e.g., one or more characteristics of a pupil image, one or more characteristics of a complex electric field image, one or more characteristics of a design layout, one or more characteristics of the patterning device, one or more characteristics of the illumination used in the lithographic process such as the wavelength, etc.).
As an example, the empirical model may be a parameterized model and/or other models. The parameterized model may be a machine learning model and/or any other parameterized model. In some embodiments, a machine learning model (for example) may be and/or include mathematical equations, algorithms, plots, charts, networks (e.g., neural networks), and/or other tools and machine learning model components. For example, a machine learning model may be and/or include one or more neural networks (e.g., neural network blocks) having an input layer, an output layer, and one or more intermediate or hidden layers. In some embodiments, the one or more neural networks may be and/or include deep neural networks (e.g., neural networks that have one or more intermediate or hidden layers between the input and output layers).
As an example, the one or more neural networks may be based on a large collection of neural units (or artificial neurons). The one or more neural networks may loosely mimic the manner in which a biological brain works (e.g., via large clusters of biological neurons connected by axons). Each neural unit of a neural network may be connected with many other neural units of the neural network. Such connections can be enforcing or inhibitory in their effect on the activation state of connected neural units. In some embodiments, each individual neural unit may have a summation function that combines the values of all its inputs together. In some embodiments, each connection (or the neural unit itself) may have a threshold function such that a signal must surpass the threshold before it is allowed to propagate to other neural units. These neural network systems may be self-learning and trained, rather than explicitly programmed, and can perform significantly better in certain areas of problem solving, as compared to traditional computer programs. In some embodiments, the one or more neural networks may include multiple layers (e.g., where a signal path traverses from front layers to back layers). In some embodiments, back propagation techniques may be utilized by the neural networks, where forward stimulation is used to reset weights on the “front” neural units. In some embodiments, stimulation and inhibition for the one or more neural networks may be freer flowing, with connections interacting in a more chaotic and complex fashion. In some embodiments, the intermediate layers of the one or more neural networks include one or more convolutional layers, one or more recurrent layers, and/or other layers.
The one or more neural networks may be trained (i.e., whose parameters are determined) using a set of training data (e.g., ground truths). The training data may include a set of training samples. Each sample may be a pair comprising an input object (typically an image, a measurement, a tensor or vector which may be called a feature tensor or vector) and a desired output value (also called the supervisory signal). A training algorithm analyzes the training data and adjusts the behavior of the neural network by adjusting the parameters (e.g., weights of one or more layers) of the neural network based on the training data. For example, given a set of N training samples of the form {(x1, y1), (x2, y2), . . . , (xN, yN)} such that xi is the feature tensor/vector of the i-th example and yi is its supervisory signal, a training algorithm seeks a neural network g:X→Y, where X is the input space and Y is the output space. A feature tensor/vector is an n-dimensional tensor/vector of numerical features that represent some object (e.g., a complex electric field image). The tensor/vector space associated with these vectors is often called the feature or latent space. After training, the neural network may be used for making predictions using new samples.
As described herein, the present modular autoencoder model includes one or more parameterized models (e.g., machine learning models such as a neural network) that use an encoder-decoder architecture, and/or other models. In the middle (e.g., middle layers) of the model (e.g., a neural network), the present model formulates a low-dimensional encoding (e.g., in a latent space) that encapsulates information in an input (e.g., a pupil image and/or other input associated with a pattern or other features of a semiconductor manufacturing and/or metrology (and/or other sensing) process) to the model. The present modular autoencoder model leverages the low dimensionality and compactness of the latent space to make parameter estimations and/or predictions.
By way of a non-limiting example,
By way of another non-limiting example,
In some embodiments, the low dimensional encoding z represents one or more features of an input (e.g., a pupil image). The one or more features of the input may be considered key or critical features of the input. Features may be considered key or critical features of an input because they are relatively more predictive than other features of a desired output and/or have other characteristics, for example. The one or more features (dimensions) represented in the low dimensional encoding may be predetermined (e.g., by a programmer at the creation of the present modular autoencoder model), determined by prior layers of a neural network, adjusted by a user via a user interface associated with a system described herein, and/or may be determined in by other methods. In some embodiments, a quantity of features (dimensions) represented by the low dimensional encoding may be predetermined (e.g., by the programmer at the creation of the present modular autoencoder model), determined based on output from prior layers of the neural network, adjusted by the user via the user interface associated with a system described herein, and/or determined by other methods.
It should be noted that even though a machine learning model, a neural network, and/or encoder-decoder architecture are mentioned throughout this specification, a machine learning model, a neural network, and encoder-decoder architecture are just examples, and the operations described herein may be applied to different parameterized models.
As described above, process information (e.g., images, measurements, process parameters, metrology metrics, etc.) may be used to guide various manufacturing operations. Utilizing the relatively lower dimensionality of a latent space to predict and/or otherwise determine the process information may be faster, more efficient, require fewer computing resources, and/or have other advantages over prior methods for determining process information.
However, it is difficult to understand the flow of information inside a typical autoencoder. Its architecture is often opaque and/or non-transparent, and one can usually only reason about information at a model input, at the model output, and at the point of compression (i.e., in the latent space). Information is not easy to interpret between these points. In practice, one might have auxiliary information (in addition to the input), such as physical properties of a target on a wafer and a corresponding sensor in a semiconductor manufacturing process. This auxiliary information can be used as prior knowledge (e.g., “a prior”) to ensure the model predictions match a physical reality, to improve the autoencoder model's performance, or to extend the autoencoder model's applicability. However, in a typical autoencoder model having rigid architecture comprising an input, a point of compression, and an output, it is unclear how to incorporate any such information (e.g., it is not clear where or how any such information could be inserted into or used by the model).
Modular autoencoder model 700 has a modular structure. This allows construction of intermediate levels of abstraction that can be used to exploit auxiliary information. Instructions stored on a non-transitory computer readable medium may cause a computer (e.g., one or more processors) to execute (e.g., train and/or evaluate) model 700 for parameter estimation and/or prediction, for example. In some embodiments, model 700 (and/or any of the individual components of model 700 described below) may be configured a priori, before seeing training data. In some embodiments, the estimated and/or predicted parameters comprise one or more of an image (e.g., a pupil image, an electric field image, etc.), a process measurement (e.g., a metric value), and/or other information. In some embodiments, a process measurement comprises one or more of a metrology metric, an intensity, an xyz position, a dimension, an electric field, a wavelength, an illumination and/or detection pupil, a bandwidth, an illumination and/or detection polarization angle, an illumination and/or a detection retardance angle, and/or other process measurements. Modular autoencoder model 700 is configured for partial supervised learning using a latent space for parameter estimation (as further described below).
As shown in
In some embodiments, modular autoencoder model 700 comprises one or more input models 702 (a, b . . . , n), a common model 704, one or more output models 706 (a, b, . . . , n), a prediction model 708, and/or other components. Generally, modular autoencoder model 700 may be more complex (in terms of number of free parameters) than typical monolithic models discussed above. However, in exchange, this more complex model is easier to interpret, define, and extend. For any neural network, the complexity of the network must be chosen. This complexity should be high enough to model the process that underlies the data, but low enough not to model the noise realization (this is commonly interpreted as a form of overfitting). The model may be configured to model the way a sensor views an outcome of a manufacturing process on a wafer, for example. As the process generating the data is often unknown (or has unknown aspects), choosing an appropriate network complexity usually involves some intuition and trial-and-error. For this reason, it is desirable to provide, by way of modular autoencoder model 700, a model architecture that is easy to comprehend and in which it is clear how to scale the model complexity up and down.
Here, one or more input models 702, common model 704, one or more output models 706, and/or prediction model 708 are separate from each other and can be configured to correspond to process physics differences in different parts of a manufacturing process and/or a sensing operation. Model 700 is configured in this way so that each of the one or more input models 702, common model 704, the one or more output models 706, and/or prediction model 708 can be trained together and/or separately, but individually configured based on the process physics for a corresponding part of the manufacturing process and/or sensing operation, apart from other models in modular autoencoder model 700. By way of a non-limiting example, physically, target and sensor contributions in optical metrology apparatuses (tools, platforms, etc.) are separable. In other words, different targets can be measured with the same sensor. Because of this, we can model the target and sensor contributions separately. Put another way, one or more input models 702, common model 704, one or more output models 706, and/or prediction model 708 may be associated with physics for light as it propagates through a sensor or a stack.
One or more input models 702 are configured to process one or more inputs 711 (e.g., 711a, 711b . . . 711n) to a first level of dimensionality suitable for combination with other inputs. Processing may include filtering and/or otherwise transforming an input into a model friendly format, compressing the input, projecting data onto a lower dimensional subspace to accelerate the training procedure, data normalization, processing out signal contributions coming from a sensor (e.g. source fluctuation, sensor dose configuration (amount of light produced), etc.) and/or other processing operations. Processing may be thought of as preprocessing, for example, to ensure an input, or data associated with an input, is suitable for model 700, suitable for combination with other inputs, etc. The first level of dimensionality may be the same as or less than a level of dimensionality of a given input 711. In some embodiments, one or more input models 702 comprise dense (e.g., linear layers and/or dense layers with different activation) feed-forward layers, convolutional layers, and/or residual network architecture of modular autoencoder model 700. These structures are examples only, and should not be considered limiting.
In some embodiments, inputs 711 are associated with a pupil, a target, and/or other components of a semiconductor manufacturing process, and received from one or more of a plurality of characterization apparatuses configured to generate input 711. The characterization apparatuses may include various sensors and/or tools configured to generate data about a target. In some embodiments, a characterization apparatus may include an optical metrology platform such as the one shown in
Common model 704 comprises encoder-decoder architecture, variational encoder-decoder architecture, and/or other architecture. In some embodiments, common model 704 is configured to determine, in latent space 707 (where there are fewer degrees of freedom to analyze compared to the number of degrees of freedom for the raw input data from different sensors and/or tools), a latent space representation of a given input 711. Process information may be estimated and/or predicted, and/or other operation may be performed, based on the latent space representation of the given input 711.
In some embodiments, common model 704 comprises an encoder portion 705, a latent space 707, a decoder portion 709, and/or other components. Note that, in some embodiments, decoder portion 709 may include, or be thought of as including, output model(s) 706. In some embodiments, the common model comprises feed forward and/or residual layers, and/or other components, though these example structures should not be considered limiting. Encoder portion 705 of common model 704 is configured to combine the processed (e.g., by input models 702) inputs 711 and reduce a dimensionality of the combined processed inputs to generate low dimensional data in latent space 707. In some embodiments, input models 702 may perform at least some of the encoding. For example, encoding may include processing the one or more inputs 711 to the first level of dimensionality (e.g., by input models 702), and reducing the dimensionality of the combined processed inputs (e.g., by encoder portion 705). This can include reducing the dimensionality of an input 711 to form the low dimensional data in latent space 707, and/or any amount of dimensional reduction (e.g., by one or more layers of encoder portion 705) before actually reaching the low dimensional level in latent space 707. Note that this dimensionality reduction is not necessarily monotonic. For example, the combination (by means of concatenation) of inputs can be considered an increase in dimensionality.
The low dimensional data in latent space 707 has a second level of resulting reduced dimensionality that is less than the first level (e.g., the level of dimensionality of the processed input). In other words, the resulting dimensionality after reduction is less than it was before reduction. In some embodiments, the low dimensional data in the latent space may have one or more different forms, such as a tensor, a vector, and/or other latent space representations (e.g., something that has fewer dimensions than the number of dimensions associated with a given input 711).
Common model 704 is configured to expand the low dimensional data in the latent space into one or more expanded versions of the one or more inputs 711. Expanding the low dimensional data in latent space 707 into the one or more expanded versions of the one or more inputs 711 comprises decoding, generating a decoder signal, and/or other operations, for example. In general, the one or more expanded versions of the one or more inputs comprise the output from (e.g., a last layer of) common model 704, or input to output models 706. However, the one or more expanded versions of the one or more inputs 711 may include any expanded version from any layer of decoder portion 709 and/or any output that is passed from common model 704 to output models 706. The one or more expanded versions of the one or more inputs 711 have increased dimensionality compared to the low dimensional data in latent space 707. The one or more expanded versions of the one or more inputs 711 are configured to be suitable for generating one or more different outputs 713 (e.g., a, b, . . . n). Note that the inputs to common model 704 are not necessarily recovered as its outputs. This is intended to simply describe an interface. However, recovery may hold globally, input 711 to output 713.
One or more output models 706 are configured to use the one or more expanded versions of the one or more inputs 711 to generate the one or more different outputs 713. The one or more different outputs 713 comprise approximations of the one or more inputs 711, the one or more different outputs 713 have the same or increased dimensionality compared to the expanded versions (e.g., the output from common model 704) of the one or more inputs 711. In some embodiments, the one or more output models 706 comprise dense feed-forward layers, convolutional layers, and/or residual network architecture of the modular autoencoder model, though these example structures are not intended to be limiting. By way of a non-limiting example, an input 711 may comprise a sensor signal associated with a sensing operation in a semiconductor manufacturing process, a low dimensional representation of the input 711 may be a compressed representation of the sensor signal, and the corresponding output 713 may be an approximation of the input sensor signal.
Prediction model 708 is configured to estimate one or more parameters (parameters of interest) 715 based on the low dimensional data in latent space 707, the one or more different outputs 713, and/or other information. In some embodiments, for example, the one or more parameters may be semiconductor manufacturing process parameters (as described herein). In some embodiments, prediction model 708 comprises feed forward, residual layers, and/or other components, though these example structures are not intended to be limiting. By way of a non-limiting example, an input 711 sensor signal may comprise a pupil image, and an encoded representation of the pupil image may be configured to be used by prediction model 708 to estimate overlay and/or other parameters.
In some embodiments, modular autoencoder model 700 is trained by comparing the one or more different outputs 713 to corresponding inputs 711, and adjusting a parameterization of the one or more input models 702, common model 704, the one or more output models 706, and/or prediction model 708 to reduce or minimize a difference between an output 713 and a corresponding input 711. In some embodiments, training may include applying variation to the low dimensional data in latent space 707 such that common model 704 decodes a relatively more continuous latent space to generate a decoder signal (e.g., an output from common model 704), outputs 713 from the one or more output models 706, or both); recursively providing the decoder signal to the encoder (e.g., the one or more input models 702, encoder portion 705 of common model 704, or both) to generate new low dimensional data; comparing the new low dimensional data to the prior low dimensional data; and adjusting (e.g., changing weights, changing constants, changing an architecture, etc.) one or more components (702, 704, 706, 708) of modular autoencoder model 700 based on the comparison to reduce or minimize a difference between the new low dimensional data and the prior low dimensional data. The training is performed in a monolithic way across all sub-models 702-708 (although it may also be separate for each model). In other words, varying the data in latent space 707 impacts the other components of modular autoencoder model 700. In some embodiments, adjusting comprises adjusting at least one weight, a constant, and/or an architecture (e.g., a number of layers, etc.) associated with a layer of one or more input models 702, common model 704, one or more output models 706, prediction model 708, and/or other components of model 700. These and other aspects of training modular autoencoder model 700 are described in greater detail relative to other figures.
In some embodiments, a quantity of the one or more input models 702, a quantity of the one or more output models 706, and/or other characteristics of model 700 are determined based on data needs (e.g., preprocessing input data may be necessary to filter and/or otherwise transform the data into a model friendly format), process physics differences in different parts of a manufacturing process and/or a sensing operation, and/or other information. The quantity of input models may be the same as or different than the quantity of output models, for example. In some embodiments, individual input models 702 and/or output models 706 comprise two or more sub-models. The two or more sub-models are associated with different portions of a sensing operation and/or a manufacturing process.
For example, a number of available data channels may be linked to the possible configuration states for a sensor. The quantity of input models 702 and/or output models 706, whether a certain input model 702 and/or an output model 706 is used, and/or other characteristics of model 700 may be determined based on such information, and/or other manufacturing and/or sensing operation information.
By way of a non-limiting example,
In
(This is a way to perform inference by solving the inverse problem.)
In this equation, θ represents a compressed low dimensional parameterization of an input in the latent space, and θ* represents a resulting target parameterization. From the resulting target parameterization, a corresponding parameter of interest 715 can be found using a forward evaluation of prediction model 708.
As shown in
In some embodiments, modular autoencoder model 700 (
In some embodiments, variation for individual iterations is random, or variation for individual iterations is varied in a statistically meaningful way. For example, the number of channels activated at any particular iteration is typically similar to the number of channels that will be available during actual inference, i.e. representative of typical use. Uniform sampling may be performed over the collection of channels with a probability that matches practical applications. In some embodiments, variation for individual iterations is configured such that after a target number of iterations, each of the processed inputs 711 has been included in the subset of processed inputs at least once. In some embodiments, iteratively varying a subset of processed inputs combined by the common model and used to generate training low dimensional data comprises channel selection from among a set of possible available channels. The set of possible available channels is associated with the sensing (e.g., optical metrology) platform, for example. The iteratively varying, the comparing, and the adjusting, are repeated until the model, and/or an objective (a cost function), converges. In some embodiments, the iteratively varying, the comparing, and the adjusting are configured to reduce or eliminate bias that can occur for a combinatorial search across channels.
By way of a non-limiting example, in optical metrology for semiconductor manufacturing, given features on a wafer are excited using polarized light and the response (raw scattered light intensity and/or phase) is used to infer/measure the parameters of interest of the given features. Data driven inference approaches have been used for the task of parameter estimation. They rely on a significant amount of gathered measurements and models that map measured pupils to the parameters of interest, with labels for these parameters obtained via carefully designed targets on the wafer and/or from third party measurements. However, these approaches have been shown to lack the ability to deal with process changes.
Optical metrology platforms (e.g., tools, apparatuses, etc.) have the capability to measure a significant number of channels (e.g., inputs 711 shown in
Modular autoencoder model 700 (e.g., input models 702 and/or common model 704) are configured to utilize a framework of statistical modeling, that combines pupil data (as one possible example of an input) from all available channels Pi, i∈ to provide a straightforward, fast, channel selection, relative to prior systems. As shown in
Given a noisy/incomplete estimate per channel for each ϕi, model 700 is configured to approximate the asymptotic information content that can be retrieved from the stack as:
by using the finite number of channels available. This states that model 700 is configured to search for a set of parameterizations ϕi that obey E[{circumflex over (ϕ)}]=E[ϕi], ∀i∈. This quantity is later used to predict the parameters of interest o (e.g., 715 in
Here there are fewer available channels (⊂) and, as such, the approximation quality for E[{circumflex over (ϕ)}] is lower. Following the training of the models defined by ƒi, g model 700 evaluate the predicted parameters of interest for any combination of channels by estimating the quantity E[{circumflex over (ϕ)}] using a subset of the channels. An example for two (e.g., 1050) and three (e.g., 1052) input channels is presented in
In some embodiments, an input model (e.g., a neural network block) 702 (
To reiterate, this approach allows for the training of a single model (e.g., 700) that uses all, or substantially all, available data instead of a brute force combinatorial search for the best model/channels. It decreases the time to recipe since the training computational complexity depends linearly on the number of channels as opposed to combinatorially in prior approaches. Also, the present methodology reduces the bias that can occur for the combinatorial search across channels since the present methodology ensures that, during training, all of the channel information is used. Because the whole model 700 is trained to account for all different sub-selections of channels, the resulting models produce results consistent with respect to channel selection.
In some embodiments, decoder portion 709 (which can include one or more output models 706 in some embodiments) is configured to enforce a known symmetry property and/or other properties of an encoded input during a training phase, such that modular autoencoder model 700 obeys the enforced known symmetry property (and/or other properties) during an inference phase to generate the output. Enforcing comprises penalizing differences between output 713 and an output that should be generated according to the known property using a penalty term in a cost function associated with decoder portion 709 (this can include one or more output models 706). The penalty term comprises a difference between decoded versions of the low dimensional representation of the input which are related to each other through physical priors. In some embodiments, the known property is a known symmetry property, and the penalty term comprises a difference between decoded versions of the low dimensional representation of input 711 which are reflected across, or rotated around, a point of symmetry, relative to each other. In some embodiments, one or more of the input models 702, encoder portion 705, decoder portion 709, one or more of the output models 706, prediction model 708, and/or other components of model 700 (see
By way of a non-limiting example, optical metrology platforms (e.g., apparatuses, tools, etc.) are configured to measure critical semiconductor stack parameters directly on product structures. To do so, machine learning methods are often applied on top of optical scatterometry data acquired using the optical metrology platform. These machine learning methods conceptually amount to supervised learning approaches, i.e. learning from labeled datasets. The success of such methods is dependent on the quality of the labels.
There are common approaches for obtaining labels. One approach uses self-reference targets, which are specifically designed targets for obtaining labeled data. A second approach relies on a tool of record in a semiconductor fab (typically a scanning electron microscope). Due to the competitive advantage of having freedom in design of a self-reference target, and due to the independence of competitive metrology solutions, the self-reference target approach is often preferred.
One of the primary challenges of using self-reference targets is the fact that they only provide very accurate relative labels. This means that within one target cluster, there is some unknown cluster bias, on top of which accurate labels are known. Determining this unknown cluster bias, and hence obtaining absolute labels, is important to the accuracy of self-reference target based manufacturing and/or inspection parameter recipes. The procedure of estimating the cluster bias is usually referred to as label correction.
For a linear signal (e.g., input 711 shown in
A signal (e.g., input 711) of interest (e.g., from a metrology platform), such as an anti-symmetric cross-polarized pupil signal caused by overlay, is anti-symmetric (an odd-symmetric function) with regards to the stack parametrization, when all asymmetric parameters are negated simultaneously. More specifically, the signal may be anti-symmetric (an odd-symmetric function) around 0 overlay when all other asymmetric parameters are zero. This kind of domain knowledge can be embedded into model 700 (see
where IaDE represents antisymmetric normalized pupils and θa is the collection of asymmetric parameters.
Referring to modular autoencoder model 700 shown in
where the true overlay is set to ov=L+B, with known labels L and unknown cluster biases B. In practice, this approach may be insufficient as there is some freedom to choose the cluster biases B. This effectively amounts to moving the origin of the parameterization {{circumflex over (θ)}s, {circumflex over (θ)}a}, which may be problematic, because absolute overlay estimation is desired. In order to reduce this ambiguity, another term is added to the objective (cost function) that embeds the symmetry properties of the signal (e.g., input 711) into the decoding model g({circumflex over (θ)}s, {circumflex over (θ)}a) (e.g., common model 704 and/or one or more output models 706):
for any {{circumflex over (θ)}s, {circumflex over (θ)}a}. In practice, minimization of this cost function for any {{circumflex over (θ)}s, {circumflex over (θ)}a} cannot be ensured, however, points from the process window can be sampled to ensure that the third terms is small for an arbitrarily large sample.
Pupil images are made up of a large number of pixels. Currently, the training step entails learning a mapping from this high-dimensional signal (e.g., input 711 shown in
Pupil images (e.g., inputs 711), as one example input, have a low signal complexity. This is due to the fact that a semiconductor stack can be described using a limited set of physical parameters. Advantageously, model 700 is configured to be trained in two or more stages, with different training datasets. In some embodiments, a pupil image signal and/or other inputs 711 are compressed in an unsupervised way, yielding a mapping from pupils (or whatever input is used) to an arbitrary, low-dimensional subspace (e.g., latent space 707 shown in
Two primary approaches for training the structure shown in
In some embodiments, modular autoencoder model 700 (
Autoencoders may be used for data driven methods (as described herein). They have the advantage of creating a richer model, capable of modeling complex signals (inputs) while also performing complex parameter inference. A coupling of an autoencoder model with variational Bayesian priors (e.g., known properties about inputs) is also possible ensuring the continuity of the latent space (i.e. the dimensionality reduction space of the bottleneck in an autoencoder) and of the resulting generative model. A schematic representation of this concept is shown in
Model 700 can be trained with a Bayesian prior (e.g., known property about an input) applied on the latent representation c (to ensure that c follows a given distribution, e.g., a multivariate Gaussian) such that the representation c becomes continuous and not a point estimate. Effectively, such a prior also encodes mathematically that a small change in the parametrization c needs to be reflected by a similarly small change in the estimated intensities Î. Thus, if for a given input 711. Ichk. ∀k∈[1, . . . , i], a certain parametrization of the latent space may be obtained and a given estimate Îchk approximately equal to Ichk, and any change δc in the latent space should be reflected by a proportional change in the estimates Îchk. Such a mapping, producing a continuous latent space, may prevent a model such as model 700 from effectively learning to classify the data, a problem that neural networks with discrete latent spaces often run into.
Decoding layers (e.g., common model 704 and/or one or more output models 706) in an autoencoder model such as model 700 are able to provide a characterization of a signal (input) in a generative manner that is continuous and can generalize well (from a latent space to a pupil space), especially if variational priors (known properties about inputs) are used. In some embodiments, the prior is used to regularize the distribution of the latent space and affects mainly the generative part of the model. It does not affect in a significant way the manifold compression part of the model (the encoder, from a pupil space to the latent space, formed by one or more input models 702 and/or common model 704). As such, model 700 may be sub optimal in terms of generalization capabilities when applied for the task of direct parameter inference, since the encoder part of model 700 may not be trained to account for a continuous input space (although model 700 can be and/or is trained in this way).
In some embodiments, model 700 comprises a recursive model scheme for which the training of both the encoding layers (702, 704) and decoding layers (704, 706) benefits from one or more variational priors (prior knowledge about inputs) that are placed on the latent space c (e.g., 707). In
In some embodiments, model 700 is configured to use the variational scheme (able to generate a continuous latent space that maps small variations in c to small variations in the predicted intensities Îch1, . . . Îchi) in such a way that the encoding part ƒ can map small changes in the intensities Ich1, . . . , Ichi. e.g., inputs 711, to similar changes in the latent representation c. This may be done by training modular autoencoder model 700 in a recursive way, making sure that the generated outputs 713, e.g., intensity estimates Îch1, . . . , Îchi, if passed as inputs 711 to the same model 700, generate valid latent representations c and valid decoded outputs 713 (e.g., intensity estimates).
Typically, for the training of the unfolded embodiment of model 700 shown in
It should be noted that although the description herein often refers to a (single) latent space, this should not be considered limiting. The principles described herein may be applied with and/or to any nonzero number of latent spaces. The one or more latent spaces may be used in series (e.g., for analyzing data and/or making a first prediction, then a second, etc.), in parallel (e.g., for analyzing data and/or making predictions simultaneously), and/or in other ways.
In some embodiments, one or more of the operations described herein may be combined into one or more specific methods. An example of one of these methods is illustrated in
Other operations described herein may form separate methods, or they may be included in one or more steps (1602-1612) of method 1600. The operations described herein are intended to be illustrative. In some embodiments, a method may be accomplished with one or more additional operations not described, and/or without one or more of the operations discussed. Additionally, the order in which the operations of a given method are assembled and otherwise described herein is not intended to be limiting. In some embodiments, one or more portions of a given method may be implemented (e.g., by simulation, modeling, etc.) in one or more processing devices (e.g., one or more processors). The one or more processing devices may include one or more devices executing some or all of the operations of the operations described herein in response to instructions stored electronically on an electronic storage medium. The one or more processing devices may include one or more devices configured through hardware, firmware, and/or software to be specifically designed for execution of one or more of the operations of a given method, for example.
The principles described herein (e.g., utilizing the relatively lower dimensionality of a latent space in a trained parameterized model to predict and/or otherwise determine process information) may have multiple additional applications (e.g., in addition to and/or instead of the applications described above). For example, the present system(s) and method(s) may be used to harmonize data from different process sensors and/or tools that may be different, even for the same measured or imaged target. As another example (among many other possible examples), modular autoencoder model (e.g., model 700 shown in
Often, a fully unsupervised principal component analysis (PCA) approach is used for tilt inference (e.g., estimating or predicting the tilt at the edges of wafer 1704). Raw pupil measurements are projected on a number of linear basis elements and one of them is manually chosen as representing a tilt signal based on expected tilt behavior. The coefficients resulting from the projection of the signal onto the chosen basis element are then fitted to an exponential model (e.g., exponential in the radial coordinate—in polar coordinates) to extract the signal component that is expected to be associated with tilt and to reject other possible components. Sometimes, full profile metrology relying on inverse problems (like CD reconstruction) can also be used for tilt inference. With this approach, a physical model is constructed and a parametrized stack signal is estimated using electromagnetic solvers. An optimization problem is solved to find the parametrization that ensures the best fit, thus producing tilt estimates.
Advantageously, the present modular autoencoder model (e.g., 700 shown in
Note that in
During training, the present systems and methods are configured to ensure the output of model 1806 belongs to the appropriate class by training the output of model 1806 to approximate the output of model 1800. In this situation, model 1800 can be trained to model any admissible signal in a class of possible signals. By ensuring the that the output of model 1806 approximates the output of model 1800, the present systems and methods ensure that the output from model 1806 belongs to a class of signals of interest, while still allowing the information (that is provided to 700) to be used to decide the exact information encoded. This is possible since the output of model 1800 can also be changed to model specific data, as long as this change is within the class of possible signals.
In some embodiments, modular autoencoder model 700 comprises one or more auxiliary models 1802 (including models 1802a . . . 1802n) configured to generate labels 1804 for at least some of the low dimensional data in latent space 707. Labels 1804 are configured to be used at 1806 (or more generally by prediction model 708-1806 is the output of the prediction model or the entry in the latent space) for estimations (e.g., predictions, inferences, etc.) of parameters 715 (e.g., such as tilt and/or other parameters). In some embodiments, labels 1804 are configured to be used by modular autoencoder model 700 to impose a behavior (e.g., a behavior based on one or more independent variables) onto latent space 707 and/or outputs (e.g., estimations of parameters 715) of prediction model 708. The behavior is associated with a class of possible signals (e.g., tilt signals in this example, but any number of other possible signals are contemplated). If the prediction model is a simple mask as depicted in
In some embodiments, the one or more auxiliary models 1802 comprise one or more wafer models. The wafer models represent trainable models that impose the desired behavior onto latent space 707. This facilitates incorporation of physical knowledge about the etch process (in this example) and its interaction with a stack, during the training of one or more models of modular autoencoder model 700 (e.g., 702, 704, 705, 709, 706, 708, and/or 1802). As described herein, these models can be neural networks, graph models, and/or other models that are constrained to model expected physical behavior (radial and sinusoidal tilt behavior in this example).
In some embodiments, the one or more wafer models (e.g., auxiliary models 1802) are configured to separate the pattern tilt from other asymmetries in stack and/or pattern features. In this example, the one or more wafer models are associated with pattern tilt, and the generated labels 1804 are coupled to dimensional data in latent space 707 predefined to correspond to tilt, such that an informed decomposition based on wafer priors is performed by modular autoencoder model 700.
In some embodiments, input to the one or more wafer models (e.g., one or more auxiliary models 1802) comprises data associated with a wafer pattern shape and/or wafer coordinates configured to be used to generate, encode, and/or constrain a class of signals (e.g., tilt signals in this example). Input to the one or more wafer models (e.g., auxiliary models 1802) may comprise a wafer radius 1810 (r) and/or (grating to wafer) angle comprising a location in polar coordinates associated with a pattern on a wafer, and/or other information. A second angle 1812 (ϕ) associated with the pattern on the wafer may also be used, along with a wafer identification, and/or other information. This angle is composed of both the polar coordinate angle and a constant phase associated with the orientation of the pattern on the wafer.
In
As shown in
The equation shown in
These example inputs for tilt inference are not intended to be limiting. Other inputs may exist. For example, another tilt inducing factor can be wafer stress. In some embodiments, pattern feature density can be used to inspire a location based parametric wafer map model for tilt. The same type of constructs apply, with a different resulting auxiliary model, however. Other possible example behavior that can be enforced is related to a position on the wafer where tilt is occurring, namely at the wafer edge. An auxiliary model 1802n can be configured (e.g., trained) to ensure small to zero values for the tilt signal in the interior of the wafer. Knowledge of etch chamber usage can serve as another type of example information that can be linked to the tilt behavior and/or magnitude (and can be trained into an auxiliary model 1802n). With this information, an age (e.g., RF hours) or etcher setting (e.g., ring height, DC voltage, etc.) that control an electrical field can be correlated with a monotonical variation in the induced etch tilt, for example.
It should be noted that the description of
As another example, more or less auxiliary models 1802 than those described above may be included in modular autoencoder model 700, and/or auxiliary models 1802 be arranged differently than shown in
It should be noted that pupils, for example, can be used as input to the auxiliary model(s), which might originate from some special/dedicated targets and/or other sources.
In some embodiments, the one or more auxiliary models 1802 are configured to be trained, using a cost function, to minimize a difference between the generated labels 1804 and outputs (e.g., parameters 715) of one or more prediction models 708. The one or more prediction models 708 are configured to select appropriate latent variables (e.g., depending on parameters 715 of interest). The one or more auxiliary models 1802 are configured to be trained simultaneously with the one or more input models 702, the common model 704, the one or more output models 706; and/or the prediction model 708.
It should be appreciated that the principles of the present system(s) and method(s) may be used in any application where it would be advantageous to allow the selection of a signal of interest (e.g., a tilt signal in the example described above) that follows an expected behavior, and separate signals (e.g., remove cross-talk) that may be mistaken for the signal of interest (e.g., as long as the separated signals follow a different wafer distribution). Other stack information (e.g., overlay as one example) can be added to help reduce any problems generated by signal correlation, and/or for other reasons. This is possible since the signal space of other parameters (e.g., parameters other than tilt in this example) can be identified with high confidence, and it is possible to ensure those other signals are not associated with the parameter(s) of interest (e.g., tilt).
Computer system 100 may be coupled via bus 102 to a display 112, such as a cathode ray tube (CRT) or flat panel or touch panel display for displaying information to a computer user. An input device 114, including alphanumeric and other keys, is coupled to bus 102 for communicating information and command selections to processor 104. Another type of user input device is cursor control 116, such as a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to processor 104 and for controlling cursor movement on display 112. This input device typically has two degrees of freedom in two axes, a first axis (e.g., x) and a second axis (e.g., y), that allows the device to specify positions in a plane. A touch panel (screen) display may also be used as an input device.
According to one embodiment, portions of one or more methods described herein may be performed by computer system 100 in response to processor 104 executing one or more sequences of one or more instructions contained in main memory 106. Such instructions may be read into main memory 106 from another computer-readable medium, such as storage device 110. Execution of the sequences of instructions contained in main memory 106 causes processor 104 to perform the process steps described herein. One or more processors in a multi-processing arrangement may also be employed to execute the sequences of instructions contained in main memory 106. In an alternative embodiment, hard-wired circuitry may be used in place of or in combination with software instructions. Thus, the description herein is not limited to any specific combination of hardware circuitry and software.
The term “computer-readable medium” or “machine-readable” as used herein refers to any medium that participates in providing instructions to processor 104 for execution. Such a medium may take many forms, including but not limited to, non-volatile media, volatile media, and transmission media. Non-volatile media include, for example, optical or magnetic disks, such as storage device 110. Volatile media include dynamic memory, such as main memory 106. Transmission media include coaxial cables, copper wire and fiber optics, including the wires that comprise bus 102. Transmission media can also take the form of acoustic or light waves, such as those generated during radio frequency (RF) and infrared (IR) data communications. Common forms of computer-readable media include, for example, a floppy disk, a flexible disk, hard disk, magnetic tape, any other magnetic medium, a CD-ROM, DVD, any other optical medium, punch cards, paper tape, any other physical medium with patterns of holes, a RAM, a PROM, and EPROM, a FLASH-EPROM, any other memory chip or cartridge, a carrier wave as described hereinafter, or any other medium from which a computer can read.
Various forms of computer readable media may be involved in carrying one or more sequences of one or more instructions to processor 104 for execution. For example, the instructions may initially be borne on a magnetic disk of a remote computer. The remote computer can load the instructions into its dynamic memory and send the instructions over a telephone line using a modem. A modem local to computer system 100 can receive the data on the telephone line and use an infrared transmitter to convert the data to an infrared signal. An infrared detector coupled to bus 102 can receive the data carried in the infrared signal and place the data on bus 102. Bus 102 carries the data to main memory 106, from which processor 104 retrieves and executes the instructions. The instructions received by main memory 106 may optionally be stored on storage device 110 either before or after execution by processor 104.
Computer system 100 may also include a communication interface 118 coupled to bus 102. Communication interface 118 provides a two-way data communication coupling to a network link 120 that is connected to a local network 122. For example, communication interface 118 may be an integrated services digital network (ISDN) card or a modem to provide a data communication connection to a corresponding type of telephone line. As another example, communication interface 118 may be a local area network (LAN) card to provide a data communication connection to a compatible LAN. Wireless links may also be implemented. In any such implementation, communication interface 118 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
Network link 120 typically provides data communication through one or more networks to other data devices. For example, network link 120 may provide a connection through local network 122 to a host computer 124 or to data equipment operated by an Internet Service Provider (ISP) 126. ISP 126 in turn provides data communication services through the worldwide packet data communication network, now commonly referred to as the “Internet” 128. Local network 122 and Internet 128 both use electrical, electromagnetic or optical signals that carry digital data streams. The signals through the various networks and the signals on network link 120 and through communication interface 118, which carry the digital data to and from computer system 100, are exemplary forms of carrier waves transporting the information.
Computer system 100 can send messages and receive data, including program code, through the network(s), network link 120, and communication interface 118. In the Internet example, a server 130 might transmit a requested code for an application program through Internet 128, ISP 126, local network 122 and communication interface 118. One such downloaded application may provide all or part of a method described herein, for example. The received code may be executed by processor 104 as it is received, and/or stored in storage device 110, or other non-volatile storage for later execution. In this manner, computer system 100 may obtain application code in the form of a carrier wave.
The radiation emitted by plasma 210 is passed from a source chamber 211 into a collector chamber 212 via an optional gas barrier or contaminant trap 230 (in some cases also referred to as contaminant barrier or foil trap) which is positioned in or behind an opening in source chamber 211. The contaminant trap 230 may include a channel structure. Chamber 211 may include a radiation collector CO which may be a grazing incidence collector, for example. Radiation collector CO has an upstream radiation collector side 251 and a downstream radiation collector side 252. Radiation that traverses collector CO can be reflected off a grating spectral filter 240 to be focused in a virtual source point IF along the optical axis indicated by the line ‘O’. The virtual source point IF is commonly referred to as the intermediate focus, and the source is arranged such that the intermediate focus IF is located at or near an opening 221 in the enclosing structure 220. The virtual source point IF is an image of the radiation emitting plasma 210.
Subsequently, the radiation traverses the illumination system IL, which may include a facetted field mirror device 22 and a facetted pupil mirror device 24 arranged to provide a desired angular distribution of the radiation beam 21, at the patterning device MA, as well as a desired uniformity of radiation intensity at the patterning device MA. Upon reflection of the radiation beam 21 at the patterning device MA, held by the support structure (table) T, a patterned beam 26 is formed and the patterned beam 26 is imaged by the projection system PS via reflective elements 28, 30 onto a substrate W held by the substrate table WT. More elements than shown may generally be present in illumination optics unit IL and projection system PS. The grating spectral filter 240 may optionally be present, depending upon the type of lithographic apparatus, for example. Further, there may be more mirrors present than those shown in the figures, for example there may be 1-6 additional reflective elements present in the projection system PS than shown in
Collector optic CO, as illustrated in
Further embodiments are disclosed in the subsequent list of numbered clauses:
The concepts disclosed herein may simulate or mathematically model any generic imaging system for imaging sub wavelength features, and may be especially useful with emerging imaging technologies capable of producing increasingly shorter wavelengths. Emerging technologies already in use include EUV (extreme ultra violet), DUV lithography that is capable of producing a 193 nm wavelength with the use of an ArF laser, and even a 157 nm wavelength with the use of a Fluorine laser. Moreover, EUV lithography is capable of producing wavelengths within a range of 20-5 nm by using a synchrotron or by hitting a material (either solid or a plasma) with high energy electrons in order to produce photons within this range.
While the concepts disclosed herein may be used for imaging on a substrate such as a silicon wafer, it shall be understood that the disclosed concepts may be used with any type of lithographic imaging systems, e.g., those used for imaging on substrates other than silicon wafers, and/or metrology systems. In addition, the combination and sub-combinations of disclosed elements may comprise separate embodiments. For example, predicting a complex electric field image and determining a metrology metric such as overlay may be performed by the same parameterized model and/or different parameterized models. These features may comprise separate embodiments, and/or these features may be used together in the same embodiment.
Although specific reference may be made in this text to embodiments of the invention in the context of a metrology apparatus, embodiments of the invention may be used in other apparatus. Embodiments of the invention may form part of a mask inspection apparatus, a lithographic apparatus, or any apparatus that measures or processes an object such as a wafer (or other substrate) or mask (or other patterning device). These apparatus may be generally referred to as lithographic tools. Such a lithographic tool may use vacuum conditions or ambient (non-vacuum) conditions.
Although specific reference may have been made above to the use of embodiments of the invention in the context of optical lithography, it will be appreciated that the invention, where the context allows, is not limited to optical lithography and may be used in other applications, for example imprint lithography. While specific embodiments of the invention have been described above, it will be appreciated that the invention may be practiced otherwise than as described. The descriptions above are intended to be illustrative, not limiting. Thus it will be apparent to one skilled in the art that modifications may be made to the invention as described without departing from the scope of the claims set out below.
Number | Date | Country | Kind |
---|---|---|---|
20217883.6 | Dec 2020 | EP | regional |
20217886.9 | Dec 2020 | EP | regional |
20217888.5 | Dec 2020 | EP | regional |
21168585.4 | Apr 2021 | EP | regional |
21168592.0 | Apr 2021 | EP | regional |
21169035.9 | Apr 2021 | EP | regional |
21187893.9 | Jul 2021 | EP | regional |
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/EP2021/086782 | 12/20/2021 | WO |