Next Article in Journal
Time Switching Based Wireless Powered Relay Transmission with Uplink NOMA
Next Article in Special Issue
A Novel Fault Detection and Identification Framework for Rotating Machinery Using Residual Current Spectrum
Previous Article in Journal
Detection of Anti-Counterfeiting Markers through Permittivity Maps Using a Micrometer Scale near Field Scanning Microwave Microscope
Previous Article in Special Issue
Damage Detection on a Beam with Multiple Cracks: A Simplified Method Based on Relative Frequency Shifts
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Ensembled Anomaly Detector for Wafer Fault Detection

by
Giuseppe Furnari
1,†,
Francesco Vattiato
1,†,
Dario Allegra
1,†,
Filippo Luigi Maria Milotta
1,2,*,†,
Alessandro Orofino
2,†,
Rosetta Rizzo
2,†,
Rosaria Angela De Palo
2,† and
Filippo Stanco
1,†
1
Department of Mathematics and Computer Science, University of Catania, 95125 Catania, Italy
2
STMicroelectronics, 95121 Catania, Italy
*
Author to whom correspondence should be addressed.
All authors contributed equally to this work.
Sensors 2021, 21(16), 5465; https://doi.org/10.3390/s21165465
Submission received: 6 July 2021 / Revised: 6 August 2021 / Accepted: 9 August 2021 / Published: 13 August 2021
(This article belongs to the Special Issue Data Acquisition and Processing for Fault Diagnosis)

Abstract

:
The production process of a wafer in the semiconductor industry consists of several phases such as a diffusion and associated defectivity test, parametric test, electrical wafer sort test, assembly and associated defectivity tests, final test, and burn-in. Among these, the fault detection phase is critical to maintain the low number and the impact of anomalies that eventually result in a yield loss. The understanding and discovery of the causes of yield detractors is a complex procedure of root-cause analysis. Many parameters are tracked for fault detection, including pressure, voltage, power, or valve status. In the majority of the cases, a fault is due to a combination of two or more parameters, whose values apparently stay within the designed and checked control limits. In this work, we propose an ensembled anomaly detector which combines together univariate and multivariate analyses of the fault detection tracked parameters. The ensemble is based on three proposed and compared balancing strategies. The experimental phase is conducted on two real datasets that have been gathered in the semiconductor industry and made publicly available. The experimental validation, also conducted to compare our proposal with other traditional anomaly detection techniques, is promising in detecting anomalies retaining high recall with a low number of false alarms.

1. Introduction

During the production process (PP) in the semiconductor industry, many machines and facilities with complex components can be used. Giving a general overview of the PP, we could list the following main phases: diffusion and associated defectivity test, parametric test, electrical wafer sort test, assembly and associated defectivity test, final test, and burn-in. A high number of involved phases implies a very likely chance of failure during the PP. For this reason, a meaningful number of tests are planned during the production, in order to grant the highest possible yield once the PP is completed. When a failure occurs, the yield decreases, sometimes even dramatically (an event called crisis). It would be desirable to understand which are the yield detractors and manage them with proper corrective actions. However, the equipment monitoring and diagnostic phases are challenging, as the PP can “evolve” through time due to factors such as ageing of the machines or changes of recipes. Among the many steps of the semiconductor manufacturing, Fault Detection (FD) plays a critical role to maintain a low number and the impact of the yield detractors [1]. During the FD, various sensors are leveraged to gather data about machines and products conditions. For instance, typical tracked parameters include: pressure, voltage, power, reference zero position, and pump status. For each one of these parameters, soft and hard control limits are defined in the product specifications. In the semiconductor environment, classic Statistical Process Control (SPC), methodologies such as Statistical Bin Limits (SBL) and Part Average Testing (PAT), required by automotive regulations [2,3], are used to assure the quality of each fabrication step [4,5]. Hence, any time one of the parameter has a value beyond the designed or statistical limits, then a warning is raised detecting the abnormal product. This represents the most common scenario for FD. However, sometimes a fault can occur even if all the tracked parameters are within the control limits. This is due to a limitation of the univariate analysis: in other words, a fault can be caused by a combination of two or more parameters. For handling this scenario, a multivariate analysis should be conducted instead. The scenario is even more complex, as the root cause of the fault could be unknown a priori [6]. Monitoring a PP through the FD tracked parameters, represented as multivariate time series (MTS) data, is a quite difficult task, both demanding for domain experts and critical for smart manufacturing [7]. Smart techniques for the analysis of FD parameters, often tracked among several machines, can be leveraged for triggering warnings or alarms based on intelligent decisions (predictive maintenance). This analysis based on artificial intelligence is part of the core elements of the fourth industrial revolution, indexed as industry 4.0. There is a growing interest in these topics, especially to increase the efficiency and security of the industrial environment [8,9].
In this work, we propose a new technique for anomaly detection in the semiconductor manufacturing context, in an unsupervised fashion (our data are actually labeled, but labels are used only for validation purposes). We are presenting an ensembled anomaly detector, employing both multivariate and univariate approaches. For balancing the outcomes of the two kinds of analysis, we also propose and compare three different voting systems. Our contribution can be summarized in:
  • Definition of an ensemble method employing both univariate (ANOVA) and multivariate (OCSVM) approaches;
  • Comparison of three balancing criteria for the ensembled method;
  • Comparison of the proposed method with other classic anomaly detection techniques;
  • Publication of two real semiconductor manufacturing scenario datasets.

Related Work

Fault Detection, or anomaly detection, can be effectively addressed through multiple approaches, which differ from each other according to their key assumptions, application contexts, nature of input data, type of anomaly, and availability of annotated data. In recent decades, many methods have been proposed for anomaly detection. An anomaly detection method is proposed by An et al. [10] for using the reconstruction probability from the variational autoencoder. The reconstruction probability is a probabilistic measure that considers the variability of the distribution of variables. A model called the Deep Autoencoding Gaussian Mixture Model (DAGMM) is proposed by Zong et al. [11]. The DAGMM uses a deep autoencoder to generate a low-dimensional representation and reconstruction error for each input data point, which is further fed into a Gaussian Mixture Model (GMM). A hybrid model is proposed by Erfani et al. [12], where a deep belief network (DBN) is trained to extract generic underlying features, and a one-class SVM is trained from the features learned by the DBN. Additionally, in the manufacturing context, many methods are been proposed. Among them, some machine learning methods are benchmarked by Susto et al. [13]: the OsPCA [14], which is an anomaly detection method based on Principal Component Analysis (PCA), the OnlinePCA [15], which is another method based on PCA which aims to solve the OsPCA limitations, and Angle-Based Outlier Detection (ABOD) [16], where angles and feature spaces are leveraged for highlighting likely outliers. The ABOD’s key assumption is that normal samples will produce high variance angles while abnormal ones will be associated with low variance angles. The Local Outlier Factor (LOF) [17] considers local neighborhoods to compute an anomaly score, and the assumption key is that normal samples are a part of clusters, while an abnormal sample has a low-density neighborhood. These methods achieved satisfying performances [13]. More recently, approaches based on neural networks were proposed: a Stacked Autoencoder Learning for Anomaly Detection (SALAD) is presented by Vincent et al. [18]. The SALAD framework enables anomaly detection in real time by using a multidimensional time-frequency analysis of sensory data from fab tools. A modular neural network is presented by Hong et al. [19] and used with Dempster–Shafer (D–S) theory to perform fault detection and classification (FDC). Differently, a recurrent neural network based on long short-term memory [20] is used by Kim et al. [7] to predetect anomalies without any annotated data.
In our work, we present an ensembled anomaly detector based on One Class Support Vector Machine (OCSVM) [21] and Analysis of Variance (ANOVA) [22], leveraged to get advantages of both the multivariate (MVA) and univariate (UVA) analyses. To balance the contribution of both the UVA and MVA approaches in the anomaly detection, we define three different criteria. We also present two datasets from a real semiconductor industry context that we used to test our method. To the best of our knowledge, datasets of such kind are not yet publicly available. The SECOM Dataset [23] is an example of a similar available dataset, but it is really different from ours where there are temporally aggregated data of productions batch, different parameters (both in quantity and value ranges) and strategies for preprocessing missing values. Due to these differences, the SECOM dataset cannot be leveraged in our case. The lack of public datasets to be used as reference makes it difficult to compare new potential anomaly detection methods with the state-of-the-art ones.
The remainder of the paper is structured as follows: in Section 2, our datasets and the proposed anomaly detection method is described, while in Section 3, experiments and outcomes are discussed. Finally, in Section 4, the conclusion and possible future developments are given.

2. Materials and Methods

2.1. Dataset Overview

In this work, we used two different datasets concerning semiconductors industry. The datasets are publicly available at https://github.com/STMicroelectronics/ST-AWFD (accessed on 12 August 2021).
We refer to these datasets as Dataset-1 (D1) and Dataset-2 (D2). Both datasets contain time series made by a variable number of time samples and have 3 references features which are: Wafer-ID, Procedure-Step-ID and Timestamps. Moreover, two columns were added on both datasets: the Target column, which provides the label normal or abnormal for each wafer, and TestSet, which indicates if a time sample is part of the test set in our experiments, after the training-test sets’ splitting phase. The samples are grouped by a Wafer-ID, which represents the production lot and the single wafer (every lot contains 25 wafers). For instance, Wafer-ID MAT0001.02 refers to the wafer 02 of the lot MAT0001. Then, the production process described is usually divided into steps. The number of steps is different between the two used datasets: 7 steps for D1 and 2 steps for D2. Two types of steps can also be defined: mandatory and optional ones. Finally, the timestamps denote the time samples of the time series. A preprocessing phase for timestamps was applied in order to convert the absolute reference time into a relative time representation. Since some steps can be optional, this means that the number of wafers with timestamps in each step can be variable. This behavior must be carefully considered when moving from an absolute to a relative representation of time. We will discuss the details of this time preprocessing phase in Section 2.5.

2.2. Dataset-1 (D1) Definition

Dataset-1 (D1) contains an average of 200 time samples per wafer and a total of 5130 Wafer-IDs (giving a total of about 1 M time samples). During the production process, 44 measurements are collected in D1, resulting in a total number of about 230 K time series (for clarity, each time series contains an average of 200 time samples). There are five mandatory steps for D1 (namely, 2, 4, 5, 6, and 7), and there are two optional steps ( 1 and 2 ). In this dataset, we have only two Wafer-IDs labeled as abnormal (we reiterate that labels are only used for model evaluation and not model training purposes).

2.3. Dataset-2 (D2) Definition

The Dataset-2 (D2) contains an average of 100 time samples per wafer and a total of 2739 Wafer-IDs (giving a total of about 125 K time samples). During the production process, 22 measurements are collected in D2, resulting in a total number of about 25 K time series (for clarity, each time series contains an average of 100 time samples). In this case, there are only have two mandatory steps (and no optional steps). In D2, Wafer-IDs are labeled as abnormal through a temporal reference window.

2.4. Dataset Preprocessing

We have automatically removed measurements that were statistically meaningless. For instance, for each step we defined conditions on the minimum mandatory number of time samples and significant standard deviation of the time series (thus removing constant signals). Moreover, all the measurements have been standardized with a z-score scaler. All the preprocessing strategies we applied have been previously validated by a domain expert. After these preprocessing steps, we kept 15 measurements for 5104 wafers in D1 and 20 measurements for 1156 wafers in D2. Datasets were also anonymized for privacy purposes, as described in Appendix A.

2.5. Time Preprocessing

In our proposal, we needed to compare time series. This is a task that cannot be pursued by leveraging the absolute timestamps acquired during the production process. Hence, the absolute time reference, logged in UNIX format and milliseconds, was preprocessed in order to gain a relative representation. In this way, instead of considering when a time series begins and finishes, we just focused on its duration. To achieve this, we took the first time sample in the first step as the reference timestamp and calculated the difference of every time sample with the reference timestamp. The result obtained is the elapsed time from the reference timestamp to the sample timestamp (the duration). We also performed a min-max standardization of the duration, where the minimum value is 0 and the max is the last time sample duration (note that all time series have different absolute durations).
Since steps are distinguished as optional and mandatory; this difference must be handled in order to avoid wrong alignment after the time standardization. Indeed, if we do not distinguish these two kinds of steps, then optional steps may wrongly overlap the mandatory ones, introducing noise during the comparison of the time series.
To avoid this behavior, the min-max standardization was tuned using as reference min value the first time sample in the first mandatory step and as the reference max value the last time sample in the last mandatory step. After this preprocessing, we have a duration between 0 and 1 for the time samples in the mandatory steps, a duration lower than 0 for optional steps chronologically before the mandatory steps, and a duration greater than 1 for optional steps chronologically after the mandatory steps. Note that, in our datasets, optional steps are not allowed between two mandatory steps.
A comparison between raw and normalized time series for a sample feature is shown in Figure 1. Notice how in Figure 1b, thanks to time preprocessing, the good samples are clustered together in a more compact baseline, while outliers are more separated from the baseline.

2.6. Proposed Anomaly Detection Method

We began by analyzing the measurements one by one, in an univariate fashion. However, in a real manufacturing context this naive approach may not work, because the excursions (i.e., when an anomaly occurs) are often due to a combination of several metrics. Therefore, more than just a single measurement at a time should be considered during the anomaly detection, according to a multivariate paradigm. The proposed method will now be described in more detail.
Initially, we used a univariate analysis (UVA) approach for anomaly detection. The method consisted in building an One Class Support Vector Machine (OCSVM) [21] model for each step and for each measurement time series (i.e., in D1 we will have a number of models equal to 7 steps × 15 measurements). We counted the number of abnormal time samples detected by each model, and computed the abnormal rate as the ratio between the number of abnormal time samples and the total number of samples. The partial response of an OCSVM model is abnormal if given a step and a measurement with a negative rate greater than N times the standard deviation of the reference abnormal rate computed on the training set. Indeed, we adopted the Analysis of Variance (ANOVA) [22] as an outlier detection method. The OCSVM partial responses over the several steps and measurements are combined together to obtain a single OCSVM global response (i.e., a response for the whole process and not for a single step or measurement). Together with OCSVM, we also computed five aggregated statistics for each step and for each measurement time series: mean, standard deviation, range, min and max. The statistic partial responses were calculated through ANOVA, similarly to the OCSVM partial responses. When an aggregated statistic was detected as an outlier by ANOVA, we defined it as a triggered statistic. Therefore, an analyzed wafer could have a global number of triggered statistics between 0 and 5 for each step and for each measurement. Finally, OCSVM and statistics global responses are combined together, giving the final voting system.
To sum up, the naive UVA approach has these pros:
  • Measurements with an anomalous behavior will likely have a high number of votes from ANOVA;
  • The voting system is simple and the voters (i.e., OCSVM models and the 5 statistics) have all the same weights.
and these cons:
  • Anomalies due to a combination of several measurements may not be detected by UVA OCSVM models;
  • The number of the models increases with the number of parameters, which can rapidly increase the required computational power and time.
A second approach consisted of a fully multivariate analysis (MVA). To perform this analysis, we trained an OCSVM model for each step using all measurements at once. In this way, the model can learn how to recognize the anomalies due to combinations of several measurements. The OCSVM partial responses over the several steps were combined together to obtain a single OCSVM global response (i.e., a response for the whole process and not for a single step), similarly to UVA OCSVM global response. Therefore, MVA solves the limitations of the UVA method, but then loses the ability to detect the parameter(s) that likely caused the anomalies (especially using a nonlinear kernel function such as the common used Radial Basis Function RBF kernel). This will make the root-cause analysis harder, and it is not recommended in a real industrial scenario.
Therefore, looking for a trade-off between the mentioned UVA pros and cons, eventually we combined together the MVA and UVA approaches in an ensembled anomaly detector.

2.7. Balancing the Voting System of the Ensembler

In order to define the voting system of the ensembled anomaly detector, we need to balance the response of the MVA and UVA approaches, so we have defined three possible criteria:
  • EWC: equally weighted criterion: 50% of the response is given by MVA and 50% is given by UVA;
  • MSC: MVA as a statistic criterion: MVA response is weighted as one of the statistics computed in UVA;
  • SBC: score-based criterion: weight MVA using the OCSVM score.
These criteria will be detailed in the following. However, despite the criterion, by summing the UVA and MVA responses for each step we can define an anomaly score for each wafer. By thresholding the anomaly score, we can eventually classify a wafer as normal or abnormal.

2.7.1. EWC: Equally Weighted Criterion

Let X be the set of measurements, S the set of statistics, and h a function defined as h : S × X N , where h takes S statistics and X measurements as input, and returns the N number of triggered statistics (as defined in Section 2.6). With X w , t , we indicate the measurement set of the Wafer-ID w at the t t h step. The UVA score for a single wafer w at step t ( U w , t ) is given by Equation (1), and it can be at most X w , t × S , where · denotes the number of elements in the set. The MVA score in the EWC ( M w , t ) is given by Equation (2), where the MVA response ( M ¯ w , t ) can be either 1 or 0 and it is weighted by a factor of X w , t × S . The total UVA score for a wafer w is the sum of UVA scores for each step (Equation (3), where T is the set of process steps). Similarly, the total MVA score for a wafer w is given as shown in Equation (4). Finally, the total score is given by adding together the total UVA and the total MVA scores, as shown in Equation (5).
U w , t = x X w , t h ( S , x )
M w , t = M ¯ w , t × X w , t × S
U V A w = t T U w , t
M V A w = t T M w , t
T o t a l w = M V A w + U V A w

2.7.2. MSC: MVA as a Statistic Criterion

Differently from EWC, in the MSC, the MVA response is weighted as a single statistic, so its response (either 1 or 0) is multiplied only by a factor X , as shown in Equation (6), while the UVA score ( U w , t ) and the total scores ( U V A w , M V A w , T o t a l w ) are calculated in the same way as previously illustrated
M w , t = M ¯ w , t × X

2.7.3. SBC: Score-Based Criterion

The SBC is similar to the EWC, but in order to weight its response SBC leverages s i , which is defined as the OCSVM score of the i-th time samples to weight their responses. For this purpose, we define two score accumulators. The first score accumulator is for the positive scores (PA: Positive Accumulator), as shown in Equation (7), while the second score accumulator is for the negative scores (NA: Negative Accumulator), as shown in Equation (7). The sum of PA and NA is 1. Through the accumulators, the distance from the boundary can be used as information to weight the MVA response. We used NA as a percentage of the MVA maximum possible value (Equation (8)), where P is the number of parameters. Finally, notice that when the negative accumulator is equal to 1, then SBC will behave as the EWC. The way in which the U w , t , U V A w , M V A w and the T o t a l w are computed does not change.
P A = i : s i > = 0 s i i s i N A = i : s i < 0 s i i s i
M w , t = N A × M ¯ w , t × P × S

3. Results

The three balancing criteria for the voting system of the ensembled anomaly detector (Section 2.7) have been tested on both D1 and D2 datasets. The total scores for each criterion are shown in Figure 2, where we have the total score (y axis) for each wafer (x axis); the first column represents the results of the EWC, MSC and SBC applied to D1, while the second column represents the result of the three criteria applied to D2. Notice that we have normalized the total score by a min-max scaler. The red line represents the threshold used to classify wafer as normal or abnormal depending on the total score.
For all the criteria, we empirically fixed a threshold for ANOVA equal to 3 times the standard deviation for the statistics responses in UVA and to 6 times the standard deviation for OCSVM responses (both in UVA and MVA). The outcomes for each criterion are reported in the following.

3.1. EWC: Equally Weighted Criterion

As can be seen in Figure 2a, in D1 there are few samples with high scores which belong to the abnormal class, while all the other ones belong to the normal class. In D2 (Figure 2b), similar patterns can be observed. The step edges which occur in the charts in Figure 2a,b are caused by the score of the MVA, which is far greater than the score of the UVA. The MVA score can be either 0 or 0.5 , while the UVA score is a value in the range [ 0 , 0.5 ] . Thus, we need to change the contribution of the MVA score, which led us to using the MVA as a statistic criterion.

3.2. MSC: MVA as a Statistic Criterion

With this criterion (Figure 2c,d), we smoothed the steps of the first dataset. However, in both datasets, MSC identifies more abnormal wafers than the equal-weighted criterion. However, in this case, we have the opposite problem: the MVA approach is not good enough for the outlier detection task.

3.3. SBC: Score-Based Criterion

As showed in Figure 2e,f, the use of the negative accumulator led to better results. This criterion produces a clearer division between the normal and the abnormal classes. This makes it easier to find a threshold for both datasets.

3.4. Experimental Results for the Balancing Criteria

In order to distinguish the bad materials from the good ones, for each criterion EWC, MSC and SBC, we found a score threshold using a flex point search algorithm. Given the defined threshold, we can evaluate each criterion. Important information is given by the confusion matrix in Table 1, where it is clear that the SBC manages false alarms and bad misses better than the EWC and MSC. Hence, we have two true negatives and one false alarm in D1 using the EWC (in D1 we have just two actual bad wafers), while using the MSC we detected just one true negative and missed the second; therefore, SBC exhibits the better performance with both the two true negatives detected and 0 false alarms. A similar behavior is shown in D2, where we have 37 false negatives (false alarms) with the EWC, decreasing to 14 with the MSC and to 5 with the SBC criterion.

3.5. Experimental Results Comparing Other Methods

Our proposed method has been compared with the following anomaly detection techniques [24]:
  • One Class Support Vector Machine (OCSVM) [21];
  • Copula-Based Outlier Detection (COPOD) [25];
  • Fast Angle-Based Outlier Detection (FABOD) [16];
  • Isolation Forest (IF) [26].
Each model has been trained on the same training set and for each Wafer-ID we computed the negative rate, similarly as described for classifying outliers in Section 2.6. If the negative rate is greater than a given threshold, the Wafer-ID is classified as abnormal. In our test, we set the threshold to 0.5 ( 50 % of negative samples). For each method, we performed several experiments, varying hyperparameters through a grid search approach. The best results represented as confusion matrices are summarized in Table 2. In dataset D1, all the compared methods were able to correctly classify all the true positives, returning 0 false negatives. However, only the proposed method and FABOD were able to catch the two true negatives (the anomalies). Instead, in Dataset D2, OCSVM showed the best performances, correctly classifying all the true negatives and mistakenly classifying only one false negative. FABOD had a higher number of false negatives when compared to our proposal. COPOD also classified only one false negative, but mistakenly classified a very high number of false positives. Hence, for D1, our proposal and FABOD were the best methods for outlier detection, while for D2 OCSVM was the best method. However, our proposal was very close to the performances of OCSVM, with just a little gap of four false negatives. This behavior can be justified by the trade-off between the MVA and UVA analyses, as OCSVM is based only on the MVA. In D2, the UVA analysis introduced a bit of noise, resulting in a little gap of false negatives when MVA and UVA were balanced together in our proposed ensemble method.

4. Conclusions

In this work, we presented the following major contributions:
  • Definition of an ensemble method employing both univariate (ANOVA) and multivariate (OCSVM) approaches;
  • Comparison of three balancing criteria for the ensembled method;
  • Comparison of the proposed method with other classic anomaly detection techniques;
  • Publication of two real semiconductor manufacturing scenario datasets.
In detail, we have presented an ensemble between Univariate (UVA) and Multivariate (MVA) approaches to handle anomaly detection in a real manufacturing context. To combine the UVA and MVA responses, we have proposed three different balancing criteria: Equally Weighted Criterion (EWC), MVA as a Statistic Criterion (MSC) and Score-Based Criterion (SBC), used to balance the weights of the defined voting system. The results achieved in our datasets show that SBC is the best criterion to balance the UVA and MVA contributions and to obtain the best performances intended as the lower number of false alarms and the bigger number of true negatives (abnormal wafers) detected. Our proposed method has been compared with several anomaly detection techniques [24]: One Class Support Vector Machine (OCSVM), Copula-Based Outlier Detection (COPOD), Fast Angle-Based Outlier Detection (FABOD), and Isolation Forest (IF). Through this benchmark, the proposed method proved to have top performances for both the employed datasets. Finally, the release of new public semiconductor manufacturing datasets (https://github.com/STMicroelectronics/ST-AWFD, accessed on 12 August 2021) can be a baseline for comparing other anomaly detection methods and also for other researchers for possible future investigations. Other promising future research may focus on testing deep learning oriented anomaly detection methods, or may aim to expose relevant correlations among process parameters, in order to highlight meaningful root causes, resulting in more complex and clever anomaly detection procedures.

Author Contributions

Conceptualization, D.A., F.L.M.M., A.O., R.R. and R.A.D.P.; data curation, F.L.M.M., A.O., R.R. and R.A.D.P.; formal analysis, G.F., F.V., D.A., F.L.M.M., A.O., R.R. and R.A.D.P.; investigation, G.F., F.V., D.A., F.L.M.M., A.O., R.R., R.A.D.P. and F.S.; methodology, G.F., F.V., D.A., F.L.M.M., A.O., R.R., R.A.D.P. and F.S.; project administration, D.A., F.L.M.M., A.O., R.R., R.A.D.P. and F.S.; resources, F.L.M.M., A.O., R.R. and R.A.D.P.; software, G.F., F.V., F.L.M.M., A.O., R.R. and R.A.D.P.; supervision, D.A., F.L.M.M., A.O., R.R., R.A.D.P. and F.S.; validation, G.F., F.V., D.A., F.L.M.M., A.O., R.R., R.A.D.P. and F.S.; visualization, G.F., F.V., F.L.M.M., A.O., R.R. and R.A.D.P.; writing—original draft, G.F., F.V., F.L.M.M., A.O. and R.R.; writing—review and editing, D.A., F.L.M.M., A.O., R.R., R.A.D.P. and F.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

Refer to the dataset availability note we added in the last page.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
ABODAngle Based Outlier Detection
ANOVAANalysis Of VAriance
COPODCopula-Based Outlier Detection
D1Dataset-1
D2Dataset-2
DAGMMDeep Autoencoding Gaussian Mixture Model
DBNDeep Belief Networks
EWCEqually Weighted Criterion
FABODFast Angle Based Outlier Detection
FDFault Detection
FDCFault Detection and Classification
GMMGaussian Mixture Model
IFIsolation Forest
LDLinear Dichroism
LOFLocal Outlier Factor
M w , t The MVA score for a single wafer w at the step t
M ¯ w , t The MVA response for a single wafer w at the step t
MSCMVA as a Statistic Criterion
MTSMultivariate Time Series
MVAMultivariate Approach
NANegative Accumulator
OCSVMOne Class Support Vector Machine
PAPositive Accumulator
PATPart Average Testing
PCAPrincipal Component Analysis
PPProduction Process
SALADStacked Autoencoder Learning for Anomaly Detection
SBCScore Based Criterion
SBLStatistical Bin Limits
SPCStatistical Process Control
U w , t The UVA score for a single wafer w at the step t
UVAUnivariate Approach

Appendix A. Dataset Masking and Anonymization

Even if the two datasets presented in the paper in Section 2.1 were acquired in real use-case scenarios, we cannot disclose confidential information. Hence, we carefully masked and anonymized any sensible data. For the sake of clarity, an extraction of some sample rows from of one of the published datasets is shown in Figure A1.
Figure A1. Dataset masking and anonymization: some sample rows.
Figure A1. Dataset masking and anonymization: some sample rows.
Sensors 21 05465 g0a1

References

  1. Viagrande, L.C.; Milotta, F.L.M.; Giuffrè, P.; Bruno, G.; Vinciguerra, D.; Gallo, G. Semisupervised Classification of Anomalies Signatures in Electrical Wafer Sorting (EWS) Maps. In Proceedings of the 15th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications—Volume 5: VISAPP, Valletta, Malta, 27–29 February 2020; pp. 278–285. [Google Scholar] [CrossRef]
  2. Automotive Electronic Council. Guidelines for Part Average Testing. Available online: http://www.aecouncil.com/Documents/AEC_Q001_Rev_D.pdf (accessed on 12 August 2021).
  3. Automotive Electronic Council. Guidelines for Statistical Yield Analysis. Available online: http://www.aecouncil.com/Documents/AEC_Q002_Rev_B1.pdf (accessed on 12 August 2021).
  4. Muriel, S.; Garcia, P.; Maire-Richard, O.; Monleon, M.; Recio, M. Statistical bin analysis on wafer probe. In Proceedings of the 2001 IEEE/SEMI Advanced Semiconductor Manufacturing Conference (IEEE Cat. No. 01CH37160), Munich, Germany, 23–24 April 2001; IEEE: New York, NY, USA, 2001; pp. 187–192. [Google Scholar]
  5. Illyes, S.; Baglee, D. Statistical bin limits-an approach to wafer disposition in IC fabrication. IEEE Trans. Semicond. Manuf. 1992, 5, 59–61. [Google Scholar] [CrossRef]
  6. Chandola, V.; Banerjee, A.; Kumar, V. Anomaly Detection: A Survey. ACM Comput. Surv. 2009, 41, 1–58. [Google Scholar] [CrossRef]
  7. Kim, C.; Lee, J.; Kim, R.; Park, Y.; Kang, J. DeepNAP: Deep neural anomaly pre-detection in a semiconductor fab. Inf. Sci. 2018, 457, 1–11. [Google Scholar] [CrossRef]
  8. Elsisi, M.; Tran, M.Q.; Mahmoud, K.; Lehtonen, M.; Darwish, M.M. Deep Learning-Based Industry 4.0 and Internet of Things towards Effective Energy Management for Smart Buildings. Sensors 2021, 21, 1038. [Google Scholar] [CrossRef] [PubMed]
  9. Elsisi, M.; Mahmoud, K.; Lehtonen, M.; Darwish, M.M. Reliable industry 4.0 based on machine learning and IOT for analyzing, monitoring, and securing smart meters. Sensors 2021, 21, 487. [Google Scholar] [CrossRef] [PubMed]
  10. An, J.; Cho, S. Variational autoencoder based anomaly detection using reconstruction probability. Spec. Lect. IE 2015, 2, 1–18. [Google Scholar]
  11. Zong, B.; Song, Q.; Min, M.R.; Cheng, W.; Lumezanu, C.; Cho, D.; Chen, H. Deep Autoencoding Gaussian Mixture Model for Unsupervised Anomaly Detection. In Proceedings of the International Conference on Learning Representations, Vancouver, BC, Canada, 30 April–3 May 2018. [Google Scholar]
  12. Erfani, S.M.; Rajasegarar, S.; Karunasekera, S.; Leckie, C. High-dimensional and large-scale anomaly detection using a linear one-class SVM with deep learning. Pattern Recognit. 2016, 58, 121–134. [Google Scholar] [CrossRef]
  13. Susto, G.A.; Terzi, M.; Beghi, A. Anomaly detection approaches for semiconductor manufacturing. Procedia Manuf. 2017, 11, 2018–2024. [Google Scholar] [CrossRef]
  14. Lee, Y.J.; Yeh, Y.R.; Wang, Y.C.F. Anomaly detection via online oversampling principal component analysis. IEEE Trans. Knowl. Data Eng. 2012, 25, 1460–1470. [Google Scholar] [CrossRef] [Green Version]
  15. Wold, S.; Esbensen, K.; Geladi, P. Principal component analysis. Chemom. Intell. Lab. Syst. 1987, 2, 37–52. [Google Scholar] [CrossRef]
  16. Kriegel, H.P.; Schubert, M.; Zimek, A. Angle-based outlier detection in high-dimensional data. In Proceedings of the 14th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Las Vegas, NV, USA, 24–27 August 2008; pp. 444–452. [Google Scholar]
  17. Breunig, M.M.; Kriegel, H.P.; Ng, R.T.; Sander, J. LOF: Identifying density-based local outliers. In Proceedings of the 2000 ACM SIGMOD International Conference on Management of Data, Dallas, TX, USA, 16–18 May 2000; pp. 93–104. [Google Scholar]
  18. Vincent, P.; Larochelle, H.; Lajoie, I.; Bengio, Y.; Manzagol, P.A.; Bottou, L. Stacked denoising autoencoders: Learning useful representations in a deep network with a local denoising criterion. J. Mach. Learn. Res. 2010, 11, 3371–3408. [Google Scholar]
  19. Hong, S.J.; Lim, W.Y.; Cheong, T.; May, G.S. Fault detection and classification in plasma etch equipment for semiconductor manufacturing e-diagnostics. IEEE Trans. Semicond. Manuf. 2011, 25, 83–93. [Google Scholar] [CrossRef]
  20. Hochreiter, S.; Schmidhuber, J. Long short-term memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef] [PubMed]
  21. Schölkopf, B.; Platt, J.C.; Shawe-Taylor, J.; Smola, A.J.; Williamson, R.C. Estimating the support of a high-dimensional distribution. Neural Comput. 2001, 13, 1443–1471. [Google Scholar] [CrossRef] [PubMed]
  22. St, L.; Wold, S. Analysis of variance (ANOVA). Chemom. Intell. Lab. Syst. 1989, 6, 259–272. [Google Scholar]
  23. Dua, D.; Graff, C. UCI Machine Learning Repository. Available online: http://archive.ics.uci.edu/ml (accessed on 12 August 2021).
  24. Zhao, Y.; Nasrullah, Z.; Li, Z. PyOD: A Python Toolbox for Scalable Outlier Detection. J. Mach. Learn. Res. 2019, 20, 1–7. [Google Scholar]
  25. Li, Z.; Zhao, Y.; Botta, N.; Ionescu, C.; Hu, X. COPOD: Copula-based outlier detection. In Proceedings of the 2020 IEEE International Conference on Data Mining (ICDM), Sorrento, Italy, 17–20 November 2020; IEEE: New York, NY, USA, 2020; pp. 1118–1123. [Google Scholar]
  26. Liu, F.T.; Ting, K.M.; Zhou, Z.H. Isolation forest. In Proceedings of the 2008 Eighth IEEE International Conference on Data Mining, Pisa, Italy, 15–19 December 2008; IEEE: New York, NY, USA, 2008; pp. 413–422. [Google Scholar]
Figure 1. Time preprocessing: (a) the original raw time series and (b) the normalized representation, given a sample feature. Notice how, thanks to time preprocessing, the good samples are clustered together in a more compact baseline, while outliers are more separated from the baseline.
Figure 1. Time preprocessing: (a) the original raw time series and (b) the normalized representation, given a sample feature. Notice how, thanks to time preprocessing, the good samples are clustered together in a more compact baseline, while outliers are more separated from the baseline.
Sensors 21 05465 g001
Figure 2. All balancing criteria applied for both the datasets. On the y axis we have the total score calculated by the criterion and on the x axis we have the Material-IDs (reported as increasing Wafer-IDs). In the first row is shown the results of equal-weighted criterion on D1 (a) and D2 (b), while (c,d) show results of All as a statistic criterion in D1 and D2, respectively. The results of the score-based criterion are shown in the final row for D1 (e) and D2 (f).
Figure 2. All balancing criteria applied for both the datasets. On the y axis we have the total score calculated by the criterion and on the x axis we have the Material-IDs (reported as increasing Wafer-IDs). In the first row is shown the results of equal-weighted criterion on D1 (a) and D2 (b), while (c,d) show results of All as a statistic criterion in D1 and D2, respectively. The results of the score-based criterion are shown in the final row for D1 (e) and D2 (f).
Sensors 21 05465 g002
Table 1. Confusion matrix for all balancing criteria and both datasets. For each confusion matrix we have true negatives (true abnormal Wafer-ID detected) and false negative (normal wafer classified as abnormal) on the first row, while on the second row we have the false positive (abnormal wafer classified as normal) and true positive (true normal wafer).
Table 1. Confusion matrix for all balancing criteria and both datasets. For each confusion matrix we have true negatives (true abnormal Wafer-ID detected) and false negative (normal wafer classified as abnormal) on the first row, while on the second row we have the false positive (abnormal wafer classified as normal) and true positive (true normal wafer).
D1D2
ActualAbnormalNormalAbnormalNormal
Predicted
EWCAbnormal2136737
Normal051010752
MSCAbnormal1036714
Normal151020775
SBCAbnormal203675
Normal051020784
Table 2. Comparison for Datasets D1 and D2 of our proposed method (PROPOSED) with several classic anomaly detection methods: OCSVM, COPOD, FABOD, and IF. The comparison is presented as a benchmark of confusion matrices, reporting True Negative (TN), False Positive (FP), True Positive (TP), and False Negative (FN).
Table 2. Comparison for Datasets D1 and D2 of our proposed method (PROPOSED) with several classic anomaly detection methods: OCSVM, COPOD, FABOD, and IF. The comparison is presented as a benchmark of confusion matrices, reporting True Negative (TN), False Positive (FP), True Positive (TP), and False Negative (FN).
DATASETMETHODTNFPTPFN
D1PROPOSED2051020
OCSVM [21]0251020
COPOD [25]0251020
FABOD [16]2051020
IF [26]0251020
D2PROPOSED36707845
OCSVM [21]36707881
COPOD [25]1891787881
FABOD [16]367077712
IF [26]367073158
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Furnari, G.; Vattiato, F.; Allegra, D.; Milotta, F.L.M.; Orofino, A.; Rizzo, R.; De Palo, R.A.; Stanco, F. An Ensembled Anomaly Detector for Wafer Fault Detection. Sensors 2021, 21, 5465. https://doi.org/10.3390/s21165465

AMA Style

Furnari G, Vattiato F, Allegra D, Milotta FLM, Orofino A, Rizzo R, De Palo RA, Stanco F. An Ensembled Anomaly Detector for Wafer Fault Detection. Sensors. 2021; 21(16):5465. https://doi.org/10.3390/s21165465

Chicago/Turabian Style

Furnari, Giuseppe, Francesco Vattiato, Dario Allegra, Filippo Luigi Maria Milotta, Alessandro Orofino, Rosetta Rizzo, Rosaria Angela De Palo, and Filippo Stanco. 2021. "An Ensembled Anomaly Detector for Wafer Fault Detection" Sensors 21, no. 16: 5465. https://doi.org/10.3390/s21165465

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

Article Metrics

Back to TopTop