SURFACE quality plays a critical role in quality control of

Size: px
Start display at page:

Download "SURFACE quality plays a critical role in quality control of"

Transcription

1 370 IEEE TRANSACTIONS ON SEMICONDUCTOR MANUFACTURING, VOL. 23, NO. 3, AUGUST 2010 Statistical Detection of Defect Patterns Using Hough Transform Qiang Zhou, Li Zeng, and Shiyu Zhou Abstract Surface defects on semiconductor wafers often exhibit particular spatial patterns. These patterns contain valuable information of the fabrication processes and can help engineers identify the potential root causes. In this paper, we present a control chart technique to detect spatial patterns of surface defects by using the Hough transform. An approximate distribution model of the monitoring statistic is proposed, and a comprehensive control chart design method is developed. This method is characterized by its intuitive implication and a simple design procedure which relates the statistical performance of the control chart to the design parameters. A case study is presented to validate the effectiveness of this method. Index Terms Control chart, Hough transform (HT), spatial pattern, surface quality control. I. Introduction SURFACE quality plays a critical role in quality control of manufacturing processes involving products with flat surfaces. Typical examples include hot-rolling processes producing sheet metal, and fabrication processes for semiconductor wafers and liquid crystal display flat panels. Surface defects usually lower product quality and cause higher scrap rate, and therefore should be controlled tightly. In semiconductor industry, particularly, process yield has long been a primary concern, and surface defects on wafers generated during fabrication is generally the main reason for yield loss in integrated circuits (IC) fabrication [1]. Due to the increase of die sizes and decrease of feature sizes, chips become more vulnerable to surface defects. Furthermore, the increasing complexity of manufacturing processes leads to potentially larger process variations. Therefore, reduction of wafer surface defects has become a challenging issue. Inspection systems can often provide not only the number of defects on a surface, but also their spatial locations. Wafer defect maps can often be readily obtained from optical quality inspection systems in semiconductor processes. On the wafer defect map, defects are marked as dots on a white circular background representing the wafer. The spatial distribution of surface defects contains valuable information of the manufacturing processes and can thus be used for root cause Manuscript received February 4, 2009; revised October 4, 2009; accepted February 16, Date of publication April 22, 2010; date of current version August 4, This work was supported in part by the National Science Foundation, under Grants and This paper was recommended by Associate Editor R.-S. A. Guo. The authors are with the Department of Industrial and Systems Engineering, University of Wisconsin-Madison, Madison, WI USA ( qzhou3@wisc.edu; lzeng1@wisc.edu; szhou@engr.wisc.edu). Digital Object Identifier /TSM /$26.00 c 2010 IEEE identification purposes [1] [6]. Generally, surface defects generated in wafer fabrication processes can be categorized into two types [7], [8]: 1) globally scattered random defects (later referred to as background noise) caused by natural variation of the process; and 2) locally clustered defects due to certain assignable causes. The final surface defects are usually a superposition of these two types. The spatial distribution of the locally clustered defects can often provide hints on root causes. For example, one of the most widely seen patterns on wafer is the line segment, which could be the result of scratches during material handling. Another typical pattern, the edge ring, is normally due to etching problems. Thus, detection of such spatial patterns can help identify potential root causes. The monitoring of wafer surface defects is traditionally conducted using various control charts based on summary measures [9], [10]. For example, a c chart is used to monitor the total number of defects on a wafer and raise alarms when plotted dots fall out of control limit. The underlying assumption for the c chart is that the occurrence of defects follows a Poisson distribution. However, it has been reported that defects on wafer maps tend to cluster [11] [13]. To solve this problem, some revised distributions, such as Neyman type- A distribution and negative binomial distribution have been proposed [14] [19]. Generally, control chart techniques are conceptually intuitive and convenient to use for practitioners, but they cannot detect specific spatial patterns of the defects since only the count data are used as monitoring statistics. Because of the importance of detecting spatial patterns, several techniques have been developed. These methods can be roughly put into three categories. 1) Spatial statistics based methods: In these methods, the theory of spatial statistics is utilized to analyze and detect nonrandom patterns [20]. For example, Hansen et al. [7], Friedman et al. [21], and Jeong et al. [22] developed statistics measuring spatial dependency of defects to detect systematic clustering, while Fellows et al. [23] compared two popular spatial randomness models. Although the presence of clusters can be detected, these methods cannot distinguish specific spatial patterns. Moreover, the monitoring statistics often bear relatively complex statistical properties, adding difficulty to implementation of these methods. 2) Data mining methods: These include neural networks, fuzzy rule-based inferences, and various clustering methods, for supervised learning [4], [24], [25], and unsupervised learning [1], [8], [26] [30]. Many of these methods

2 ZHOU et al.: STATISTICAL DETECTION OF DEFECT PATTERNS USING HOUGH TRANSFORM 371 need a large training dataset, and due to the complexity of the algorithms, most of these methods do not provide a statistically rigorous evaluation of their performances (i.e., Type I error, also called false alarm probability, and Type II error, also called miss detection probability) in pattern detection. 3) Computer vision based methods: Point pattern matching and analysis has been an active research field in computer vision [31]. For spatial pattern detection, one of the most commonly used methods is Hough transform (HT). As a technique for detecting spatial patterns from binary image data [32] [34], it transforms the binary image into a parameter space and tries to detect the parameterized pattern through a voting process in which each point votes for all the possible patterns passing through it. The patterns with higher votes indicate a higher probability of occurrence on the map. As long as a parameterized model can be established for the spatial pattern of interest, this method can be applied. The HT has long been recognized as a reliable and versatile method with high detection power for spatial pattern detection especially in noisy pictures [35]. However, most of the existing research focuses on performance improvement through deterministic parameterization, quantization of the parameters and image spaces, and computational load reduction. Limited work has been done on statistical evaluation of the performance of the HT under noisy conditions, which is critical in decision making for quality control. In this paper, we propose a statistical pattern detection method based on the HT. This method aims to construct a control chart that is able to monitor the highest number of votes in the Hough space (Hough matrix). This statistic is calculated for each defect map, and an alarm will be raised when it is larger than the control limit, indicating that a pattern has been detected. An approximate distribution of this statistic is developed and the control limit can thus be estimated. Compared to existing techniques, this method has the following characteristics. 1) It focuses on detecting specific spatial patterns of defects instead of only detecting the existence of clustering. 2) The detection is realized through an easy-to-use control chart and the monitoring statistic is intuitive and easy to compute. 3) A quantitative design procedure is also provided, which relates the Type I and Type II errors to the design parameters. In this way, requirements on the statistical performance of the control chart can be achieved through choosing proper values for design parameters. Essentially, this method can be used to detect any parameterized surface patterns. Two types of most commonly observed patterns, linear and circular patterns, will be focused on in this paper as illustrative examples, while the treatment can be extended to other parametric patterns. The rest of this paper is organized as follows. Section II presents the HT-based control chart design procedure for linear Fig. 1. Line detection by HT. (a) Accumulator array. (b) Defect map. pattern detection. Section III describes the detection of circular patterns. Section IV provides a case study to validate this method, and Section V concludes the paper and discusses possible future work. II. HT-Based Control Chart Design for Linear Pattern Detection A. Basics of Hough Transform for Line Detection First, we shall briefly introduce some principles of HT. The notation used here follows [33]. Using normal parameterization, a line in x y plane can be uniquely defined by its distance ρ from the origin and the angle θ of its norm as x cos θ + y sin θ = ρ (1) where θ is restricted within [0, π). This parameterization maps every line in x y plane to a unique point in θ ρ plane. A point in x y plane, e.g., P 0 (x 0,y 0 ), will be mapped to the θ ρ plane as a sinusoidal curve defined as x 0 cos θ + y 0 sin θ = ρ. (2) Every point (θ, ρ) on the curve (2) corresponds to a unique line in x y plane passing through P 0. Therefore, for points lying on the same line in x y plane, their corresponding sinusoidal curves in θ ρ plane will pass through a common point. Based on this mapping relationship, a voting process can be designed for detecting collinear points in x y plane. In this process, θ is equally sampled and ρ is quantized into equal intervals, resulting in an array of accumulators in θ ρ plane as illustrated in Fig. 1(a). Each accumulator, e.g., the shaded cell (θ = θ i,ρ j ρ < ρ j+1 ), corresponds to a particular stripe area in the physical defect map shown in Fig. 1(b). Initially, all the accumulators are assigned with value 0. As previously mentioned, each point in Fig. 1(b) has a corresponding sinusoidal curve in θ ρ plane in Fig. 1(a). When this curve passes through an accumulator, the accumulator will get a vote and its value increases by 1. As a result, the final value of each accumulator equals the number of points falling within its corresponding stripe. Therefore, if there is a line on the defect map, the accumulator corresponding to the stripe that overlaps the most with the line will get the highest vote. Assume background noise on the defect map follows a Poisson distribution with density λ. The existence of background noise poses a problem for conventional HT. Expected

3 372 IEEE TRANSACTIONS ON SEMICONDUCTOR MANUFACTURING, VOL. 23, NO. 3, AUGUST 2010 Fig. 3. Different degrees of correlation between accumulators. Fig. 2. Maximum entropy quantization for equal-area stripes. votes of some accumulators are intrinsically higher than others because a stripe near the origin is expected to contain more defects than one near the edge due to its larger area. To ensure a fair comparison among the accumulators, the stripes in Fig. 1(b) must have equal areas. Here, we adopt the maximum entropy quantization suggested in [32]. The angle θ is still sampled at equal distance intervals from 0 to π, i.e., θ =(θ 1,θ 2,...,θ Nθ ), where N θ, called the sampling parameter of θ, denotes the number of samples. Hence, we have θ 1 =0,θ 2 = π/n θ,...,θ Nθ =(N θ 1)π/N θ.ρ will be divided in such a way, as shown in Fig. 2, to produce equal-area stripes. Let R be the radius of the defect map, then ρ will be partitioned into N ρ intervals by ρ 0 <ρ 1 < <ρ Nρ, satisfying and ρ 0 = R, ρ Nρ = R (3) ρi+1 stripe area A s = 2 R 2 ρ 2 dρ = πr 2 /N ρ. (4) ρ i Correspondingly, the vote in each accumulator follows the same Poisson distribution with density λa s. Here, N ρ is called the quantization parameter of ρ. Let h ij denote the vote received by the accumulator (θ = θ i,ρ j ρ<ρ j+1 ),i =1,...,N θ ; j =0,...,N ρ 1. It is natural to establish a control chart to monitor the largest vote, (h ij ) max, among all the accumulators. When (h ij ) max exceeds a predefined threshold, i.e., control limit, an alarm will be raised to warn engineers of the potential presence of linear defect patterns. We call this chart an HT-based control chart. Clearly, for a given defect map with radius R and a background noise level λ, three parameters need to be decided: the upper control limit denoted as UCL, and parameters N θ and N ρ. This will be discussed in the following sections. B. Control Limit of the HT-Based Control Chart This section deals with the following problem: given parameters (R, λ, N θ, and N ρ ), how can we specify the control limit for the HT-based chart at a predefined Type I error level (denoted by α)? A straightforward method is through Monte- Carlo simulations: simulate the voting process as described in the previous section for a large number of in-control defect maps (i.e., with only background noise), and then obtain the control limit by obtaining the 100(1 α) percentile of the simulated values of the monitoring statistic. However, this method is computationally intensive, particularly considering that a different set of simulation runs is needed for each choice of N θ and N ρ combination. In this section, we propose an approximation method which can avoid such simulations while provide a quite accurate control limit. 1) Approximate Distribution of the Monitoring Statistic: According to Section II A, h ij follows a Poisson distribution with density λa s when there is only background noise on the wafer, and thus, (h ij ) max is the maximum value of N θ N ρ identically distributed variables. If we assume that these variables are all independent of each other, then the cumulative distribution function of (h ij ) max can be expressed as F max (x) =P[(h ij ) max x] =P(all h ij x) N θ N ρ 1 N θ N ρ 1 = P(h ij x) = F(x) i=1 j=0 =[F(x)] N θ N ρ where x e λa s (λa s ) k F(x) = (6) is the cumulative distribution function of a Poisson distribution with density λa s. Plugging (6) into (5) yields [ x ] e λa s (λa s ) k Nθ N ρ F max (x) =. (7) However, the h ij s in the accumulator array are in fact correlated. This can be illustrated using the example in Fig. 3, where the four accumulators, A 1, A 2, A 3, and A 4, correspond to stripes S 1, S 2, S 3, and S 4, respectively. For example, h 1 and h 2 (the votes received by A 1 and A 2 ) are not independent of each other because S 1 and S 2 share a common area. From Fig. 3, we can summarize the following characteristics of the correlations among accumulators: 1) accumulators in the same column, i.e., with the same θ value, are independent, e.g., A 1 and A 4 (or S 1 and S 4 ); and 2) in general, closer accumulators have higher correlations, e.g., A 1 and A 3 (or S 1 and S 3 ), and the degree of correlation is determined by the ratio of the overlapped area over the stripe area. Clearly, it is very difficult, if not impossible, to obtain the exact distribution of (h ij ) max by accounting for the complicated correlation structure of all the accumulators. Instead, we propose an approximate model based on the independent model given in (7) [ x ] e λa s (λa s ) k Nθ N ρ K F max (x) = (8) where K (0, 1] is an adjusting factor depending on the overall (average) degree of correlation among all the accumulators. A lower value of K represents a higher correlation among i=1 j=0 (5)

4 ZHOU et al.: STATISTICAL DETECTION OF DEFECT PATTERNS USING HOUGH TRANSFORM 373 Fig. 4. Correlation due to stripe overlapping. accumulators and K = 1 corresponds to the independent case. The idea is that the N θ N ρ correlated variables can be equivalently viewed as a smaller number, i.e., N θ N ρ K, of i.i.d. variables when we want to find the maximum value of these variables. To get some insight about the overall degree of correlation, the general case of two stripes geometric relation is considered, as shown in Fig. 4. To be representative, assume that the two stripes are of the same length, L, the average length of all stripes, and the same width, ρ =2R/N ρ. The angle θ = π/n θ is the smallest angle difference between two stripes. Consequently, the correlation can be described as overlapped area correlation = = ρ2 / sin θ ρ/ sin θ =. stripe area L ρ L (9) Recall that θ is the sampling resolution of θ, which should not be coarse in practice. Therefore, we limit it to θ π/36 = 5, which results in the approximation sin θ θ. Moreover, since the relationship between L and R is almost linear, i.e., L tr, where t is a constant. Hence, (9) can be further simplified as correlation = ρ/ sin θ L = (2R/N ρ)/(π/n θ ) tr ρ/ θ tr = 2 πt N θ N ρ = C N θ N ρ (10) where C is a constant. Equation (10) suggests that K is related with the ratio N θ /N ρ. Hence, we can estimate K as a function of N θ /N ρ Thus, we have [ x e λa s (λa s ) k F max (x) = K = f (N θ /N ρ ). (11) ] Nθ N ρ f (N θ /N ρ ). (12) 2) Empirical Formula for Estimation of Control Limits: The function in (11) will be decided in this section. Let UCL α be the true control limit obtained through Monte- Carlo simulations with Type I error α, which can be expressed as function UCL α = g 1 (R, λ, N θ,n ρ ). (13) Similarly, the estimated control limit, denoted as UCL α, can be obtained based on (8) and expressed as UCL α = g 2(R, λ, N θ,n ρ,k). (14) Fig. 5. Simulation results: Ln(K) against N θ /N ρ at different α levels. Consequently, K can be estimated by minimizing UCL α UCL α. (15) Through extensive simulations, we can obtain the relationship between the estimated K and N θ /N ρ at different α levels, as shown in Fig. 5. In the simulations, R [50, 200],λ [0.0002, 0.01],N θ [36, 180],N ρ [20, 200], and α =0.01, 0.05, and 0.1. Clearly, Ln(K) has an approximately linear relationship with N θ /N ρ. R and λ are not much related with K because they are irrelevant to the correlation structure. Therefore, we can obtain the fitted results of K as α =0.01 : Ln(K) = 0.091(N θ /N ρ ) α =0.05 : Ln(K) = 0.110(N θ /N ρ ) α =0.10 : Ln(K) = 0.123(N θ /N ρ ) At the 0.05 level, we further simplify it as (16) K = exp( 0.11N θ /N ρ ). (17) Substituting (17) into (8) yields the approximate model [ x ] e λa s (λa s ) k Nθ N ρ exp( 0.11N θ /N ρ ) F max (x) =. (18) To show how good this approximation is, Table I compares UCL α and UCL α at α =0.05 for ten new sets of parameters. It can be clearly seen that the estimated control limits from (18) predict the simulated results quite well. Moreover, compared with the i.i.d. model given in (7), the approximate model provides much better estimations, especially when N θ /N ρ is large, i.e., the correlation is high. It should be noted that (h ij ) max follows a discrete distribution, and the values of the control

5 374 IEEE TRANSACTIONS ON SEMICONDUCTOR MANUFACTURING, VOL. 23, NO. 3, AUGUST 2010 TABLE I Comparision of Simulated and Estimated Control Limits Parameter Set N θ /N ρ Simulated UCL α UCL α from (18) UCL α from (7) UCL α UCL α UCL α UCL α Parameter Set N θ /N ρ Simulated UCL α UCL α from (18) UCL α from (7) UCL α UCL α UCL α UCL α Fig. 7. Simulated distribution of (h ij ) max when R = 100,λ=0.01,N θ = 180, and N ρ = 200. Fig. 8. Linear defect pattern on the wafer defect map. Fig. 6. Comparisons of estimated distributions. Histogram: simulated results. (a) * is calculated based on (7); (b) * is calculated based on (18), K =0.47. limits in Table I are obtained through linear interpolation. For example, if P(x 6) = 0.91 and P (x 7)=0.97 by (18), then UCL α is approximately The strength of the approximate model can be better seen from Fig. 6, which shows a typical distribution of (h ij ) max. The parameters in this case are R = 100,λ =0.01,N θ = 180, and N ρ = 25. Clearly, the approximate model with an appropriate K value fits the simulated results better than the i.i.d. model, especially at the upper tail which is crucial for determining the control limit. 3) Modified Control Limit Due to Discretization: Although Type I error of a control chart is given as a fixed value, e.g., α = 0.05, this value is hard to be reached precisely since the underlying distribution of (h ij ) max is discrete. Therefore, directly using the estimated value UCL α as the control limit may cause unexpected problems. For example, Fig. 7 shows the simulated distribution when R = 100, λ =0.01, N θ = 180, and N ρ = 200. In this distribution, P(x 9)=82.46%, and P(x 10) = 97.26%. The estimated control limit from (18) is UCL α =9.85 (at α =0.05). Using 9.85 as the control limit, the actual Type I error will be as high as α actual =1 P(x 9.85)=1 P(x 9) (19) To avoid such problems, we suggest using the following revised control limit: UCL cc =[UCL α ]+0.5 (20) where [x] denotes the integer that is closest to x, and if x is exactly in the middle of two integers, then either integer can be selected. By using (20), the actual Type I error α actual will be the closest possible Type I error to the given α. The benefit of selecting this control limit can be seen from the following lemma. Lemma 1: Given a discrete random variable X and a value α (0, 1). Assume m is a positive integer such that P 1 = P(X m) 1 α and P 2 = P(X m +1)> 1 α. Define C = m +(1 α P 1 )/P 2 P 1 ) and CL =[C] Then, 1 α P(X CL) = min(1 α P 1,P 2 (1 α)) and 1 P(X CL) 2α. The proof of this lemma is given in Appendix I. In our case, we let (h ij ) max be the discrete random variable X and then from this lemma, we can see that CL provides a control limit whose actual Type I error is the closest to the specified value α. The value of CL is determined by the value of C in the lemma. In practice, the true value of C for (h ij ) max is unknown because the true distribution of (h ij ) max is unknown. However, as we discussed in previous session, UCL α is a very good approximation to C (we call it UCL α in previous sections) and thus, we can simply substitute C with UCL α. Hence, we propose to use (20) as the final control limit. Using this control limit, α actual in the example in Fig. 7 becomes α actual =1 P(x [9.85]+0.5)=1 P(x 10.5) (21) which is much closer to 0.05 than C. Selection of N θ and N ρ for the HT-Based Control Chart To decide the parameters N θ and N ρ, we need to consider the Type II error of the control chart defined as β = P (no line detected there is at least one line). For simplicity, we assume that there is at most one line on the wafer, and the profile of collinear points is rectangular, as shown in Fig. 8. The following parameters are needed to uniquely define such a line as in Fig. 8: 1) point density of the line λ l,λ l >λ; 2) length of the line L;

6 ZHOU et al.: STATISTICAL DETECTION OF DEFECT PATTERNS USING HOUGH TRANSFORM 375 3) width of the line d; 4) line direction γ with respect to x-axis; 5) location of the line center C(x, y). Consequently β = f (R, λ, N θ,n ρ,λ l,l,d,γ,c). (22) Influences of R, λ, λ l, L, d, γ and C on β are as follows. 1) The radius of a defect map is not truly a parameter because we can always normalize it as 1 in our analysis, e.g., a map with R = 100 and λ = 0.01 is essentially the same as a map with R = 1 and λ = ) Larger ratio λ l /λ or larger values of L and d will lead to more easily detectable patterns and thus, result in smaller Type II errors. 3) Because of isotropy, γ and C will not have significant influence on Type II error, but may cause minor fluctuations due to discretization. The influences of N θ and N ρ, however, are more complicated. As parameters of the HT, they can be arbitrarily chosen to achieve different performances of detection, leading to different Type II errors even for the same defect pattern. Essentially, the other seven parameters in (22) are determined once the wafer is given, and can thus be categorized as uncontrollable parameters, while N θ and N ρ can be categorized as controllable parameters. How these parameters influence the Type II error will be discussed in the follows. 1) Impact of N θ and N ρ on Type II Errors: Extensive simulation results with various sets of parameters suggest that N θ and N ρ have very large influence on the Type II error. As a typical case, Fig. 9(a) shows their impact when R = 100, λ = 0.001, λ l = 0.03, L = 100, d =5,γ = π/6, C(130, 130) and Type I error α = It is obvious that the Type II error varies largely (from 2% to 20% in this case) with different values of N θ and N ρ. In the figure, each curve rises up and drops down along the horizontal axis, and small Type II errors can always be found right after curves drop down. Taking advantage of this property, proper combinations of N θ and N ρ can be identified to obtain small Type II errors. Fig. 9(b) shows the corresponding control limits defined in (20). For example, when N θ =90andN ρ = 110, from Fig. 9(b) we know that the control chart uses a control limit UCL cc =5.5, and from Fig. 9(a) we know that its corresponding Type II error is approximately A careful comparison of these two figures reveals that a Type II error curve in Fig. 9(a) always drops down when its corresponding control limit curve in Fig. 9(b) drops down. For example, when N θ = 90 (line with triangles), both curves drop down near N ρ = 60 and N ρ = 120. Extensive simulations show that this phenomenon is not merely coincidence in this particular example, but common among all parameter sets. To understand this phenomenon, we need to take a close look at what happens when UCL cc drops. Fig. 10 shows the distributions of (h ij ) max of a wafer having a line pattern in two cases with N ρ = n and N ρ = n + 1 (all other parameters being the same). Assume that UCL cc drops from m +0.5 to m 0.5 when N ρ increases from n to n + 1, where both m and n are integers, and n should not be small, e.g., n>20. Fig. 9. Illustration of Type II error depending on N θ and N ρ (α =0.05). (a) Type II error with respect to N θ and N ρ. (b) Corresponding UCL cc with respect to N θ and N ρ. Fig. 10. Illustration of control limit change due to increase of N ρ. (a) Case 1: N ρ = n. (b) Case 2: N ρ = n +1. The solid lines in Fig. 10 indicate the control limits used. Because the only difference between the two cases is that N ρ has a slight increase of 1, the two distributions of (h ij ) max will be almost identical, as can be seen clearly from Fig. 10. In case (a), Type II error β 1 = P(X m +0.5), and in case (b), β 2 = P(X m 0.5). Apparently, β 2 is smaller than β 1 by the amount of P(X = m). Therefore, we can conclude that those sudden drops of Type II error curves are caused by the loss of the portion P(X = m) in Type II error when UCL cc drops from m +0.5 tom 0.5. Based on this intuitive understanding, we can obtain the following insights. 1) UCL cc will keep dropping down as N ρ increases. As N ρ increases, the area of each stripe decreases and so does the expected number of points falling within each stripe, i.e., E(h ij ). Therefore, the null (without lines) distribution of (h ij ) max will keep moving/leaning toward left, and thus, UCL cc will become smaller. 2) The Type II error will keep rising with N ρ between two dropping points of UCL cc. UCL cc remains as a constant between two dropping points, while the alternative (with a line) distribution of (h ij ) max keeps moving toward left as N ρ increases, causing larger Type II errors.

7 376 IEEE TRANSACTIONS ON SEMICONDUCTOR MANUFACTURING, VOL. 23, NO. 3, AUGUST ) The Type I error can also change when UCL cc drops because the distribution of the monitoring statistic is discrete. In practice, we should keep the Type I error as a constant when we try to reduce the Type II error by adjusting the system parameters. But clearly in this case, the selection of N θ and N ρ will influence both the Type I and Type II errors. Fortunately, a close examination of the change pattern in Type I error reveals the following fact: When UCL cc drops, the actual Type I errors before and after the dropping point deviate approximately the same amount from the specified α level and their difference is not larger than 2α. A brief description of the proof procedure of this result is given in Appendix II. This result provides a bound of the change in Type I error and enables us with the following guidelines in selecting N θ and N ρ. 2) Guidelines on the Selection of N θ and N ρ : According to the above analysis, given the radius of defect maps, R, and background noise level, λ, the key to implement the HT-based control chart is choosing proper values of the two parameters, N θ and N ρ. This can be done following the guidelines below. 1) Based on (18) and (20), calculate UCL cc at the specified α level for different combinations of N θ and N ρ, and plot them on a figure like Fig. 9(b). 2) Choose a proper combination of N θ and N ρ. This can be done by identifying those dropping points of UCL cc curves. They can be chosen at the point after the curve drops while far from its next drop point to avoid a high Type II error. Other useful information, such as the observed width of lines we intend to detect, can also be taken into consideration when selecting N θ and N ρ. After N θ and N ρ are chosen, their corresponding UCL cc can be used as the control limit, and the actual Type I error can be estimated based on (18). Fig. 11. wafer. Fig. 12. Circle detection by HT: (a) accumulator array; (b) annulus on the Quantization of circle centers. III. HT-Based Control Chart Design for Circular Pattern Detection In this section, we will briefly present the extension of the proposed methodology for detecting circular patterns including circles (rings) and arcs. A. Basics of the Circular Hough Transform To detect circular patterns, the circular Hough transform (CHT) will be used [33], [37]. A circle can be parameterized by its center O(a, b) and radius r as (x a) 2 +(y b) 2 = r 2. (23) The voting process for circular pattern detection on the defect map is illustrated in Fig. 11. The accumulator (O i, r j < r r j+1 ) in Fig. 11(a) uniquely corresponds to an annulus in Fig. 11(b) with O i being the center, and r j and r j+1 being the inner and outer radius, respectively. In other words, the number of votes, h ij, for this accumulator equals the number of defects falling within such an annulus. With the same assumption that background noise is Poisson distributed, Fig. 13. Imaginary extension for the wafer. h ij is Poisson distributed with density A c λ, where A c is the area of the annulus, i.e., A c = π(rj+1 2 r2 j ). Similar to linear pattern detection, sampling of the center O and quantization of the radius r are needed. Without loss of generality, here we limit our interest to circular patterns with: 1) R L < r R H,0<R L <R H ; and 2) O is within the wafer, i.e., a 2 + b 2 R 2. The range of r to consider, i.e., (R L, R H ], will be divided into N r intervals by r 0 <r 1 <...< r Nr, where r 0 = R L, r Nr = R H. The area of any annulus is the same as A c = π(r 2 H R2 L )/N r. N a and N b are the quantization parameters along a and b axis for center O, and we let N a = N b for simplicity. This gives a sampling resolution of =2R/N a, as shown in Fig. 12. The resulting centers are O 1, O 2,...,O No, where N O is the total number of sampled points. When R is large compared to, N O πr 2 / 2 = πna 2/4. One problem will arise when implementing the above scheme, that is, the annulus might be partially outside the wafer, as shown in Fig. 13, where the black solid circle repre-

8 ZHOU et al.: STATISTICAL DETECTION OF DEFECT PATTERNS USING HOUGH TRANSFORM 377 sents the wafer. A simple solution is to add an imaginary extension to the wafer so that all the annuluses of interest will be encompassed. Under the two assumptions, i.e., R L < r R H and O is within the defect map, the radius of the extended edge (the gray circle in Fig. 13) is R + R H. Background noise with density λ will be added into the extended region, so that pattern detection will be conducted within the gray circle as if we have a wafer with a radius of R + R H. Besides the above problem, another problem will arise in the implementation is that if a small value of r is allowed, then the width of the corresponding annulus will be large in order to keep the area the same as those of larger r values. Under this situation, a small cluster of points can be mistakenly included in this annulus and identified as a circle. To avoid this problem, we will make the lower bound of the radius sufficiently large. Particularly, in this paper, we set R L = R/2. In semiconductor manufacturing, most circular patterns have large radii (e.g., the radius of an edge ring is close to R). Therefore, this assumption will not limit the applicability of the proposed method. Fig. 14. Control limit UCL cc versus N θ and N ρ. B. Distribution of (h ij ) max in Circular Pattern Detection Under the CHT defined in the previous section, the control limit in circular pattern detection is studied. Similar to the line detection, an approximate distribution of the form as (8) is assumed for (h ij ) max among the accumulators in Fig. 11(a), and the adjusting factor, K, is determined through simulations. Not surprisingly, the relationship of K and the two design parameters, N r and N a, depends on the interested range of circular patterns. When R L = R/2 and R H = R, K can be approximated by Ln(K) = N 2 a /N r (24) at α = Consequently, the approximate distribution model of (h ij ) max is F max (x) [ x e λa c (λa c ) k = ] π/4 N 2 a N r exp( N 2 a /N r ). (25) This result shows that, Na 2 and N r play similar roles in circular pattern detection as N θ and N ρ in linear pattern detection. We can also see that when Na 2/N r is not very large, K can be approximated by a constant exp( ). The intuition is that in this case the overlapping among annuluses is relatively small, and thus, the correlation among accumulators is not sensitive to the design parameters. We also studied the Type II error when using the control limits determined by (25) to detect circular patterns through extensive simulations. Note that in implementing the control chart, an extended region as shown in Fig. 13 needs to be artificially added to each defect map. The simulation results exhibit similar characteristics as those in linear pattern detection, rising up and dropping down along N r. Small Type II errors can be achieved by carefully choosing the combination of N a and N r. Fig. 15. Estimated Type I error versus N θ and N ρ. IV. Case Study In this section, we will use a case study to validate the effectiveness of the proposed methodology. The defect maps are generated through simulations with the basic parameters extracted from real surface defect maps described in [24]. This is a common way for validation of such methods, e.g., [37]. A. Control Charts for Detecting Linear and Circular Patterns 1) Detection of Linear Patterns: Let s first consider the use of the HT-based control chart for detecting linear patterns. In this example, R = 100 and λ = The linear pattern has parameters λ l = , L = 25, and d = 4. Two sets of defect maps are generated: one with only background noise, and the other with both background noise and a linear defect pattern. Each group has 5000 defect maps. A proper range is assigned to N ρ, i.e., 50 N ρ 100, and the angle resolution is θ = 5, i.e., N θ = 180 / 5 = 36. Together with parameters R, λ, and the specified α = 0.05, UCL cc can be calculated and the corresponding Type I errors can be estimated based on (18). The results are shown in Fig. 14 and Fig. 15. The choice of N θ is based on the desired accuracy of how well a line can be matched in terms of its angle. Here, we choose N θ = 180, i.e., θ = 1. Therefore, based on Fig. 14 and the method described in Section II, proper N ρ values can be identified. In this example, potentially good choices are N ρ = 52, 57, 63, 69, 77, 87, and 100. When a combination of N ρ and N θ has been selected, their corresponding Type I error can be identified from Fig. 15. To choose from these multiple combinations, other information can be taken into consideration. For example, N ρ should not be too small (quantization is too coarse) or too large (unnecessary

9 378 IEEE TRANSACTIONS ON SEMICONDUCTOR MANUFACTURING, VOL. 23, NO. 3, AUGUST 2010 TABLE II Results Based on Selected Parameters (N θ = 180) N ρ Type I error Type II error N ρ Type I error Type II error Fig. 16. HT-based control chart for linear pattern detection (N θ = 180, N ρ = 53). Fig. 18. Circular pattern detection (N a = 100, N r = 50). (a) HT-based control chart. (b) Corresponding defect map of the out-of-control point. TABLE III Alarming Rates of the Two Detectors None 1 Line 1 Circle 1 Line + 1 Circle Line detector 1.46% 99.52% 5.92% 99.58% Circle detector 2.72% 12.08% 95.02% 95.58% Fig. 17. Corresponding defect maps of points I and II in Fig. 16. computational load). Our experience suggests that a rule of thumb in the selection of N ρ is to make the width of the quantized strip on the map comparable with the width of the line we intend to detect. To show the advantages of these chosen parameters, simulations have been conducted based on the generated defect maps, and UCL cc is used as control limit. For comparison, bad choices of N ρ, e.g., 51, 56, 62, 68, 76, 86, and 99, are also tested during the simulation. The results are given in Table II. As can be seen clearly from the table, the error rates vary considerably under different choices of N ρ, and the selected values provide significantly smaller Type II errors. To construct the control chart, we should first select one of the suggested parameter combinations, e.g., N θ = 180 and N ρ = 52. According to Fig. 14, the upper control limit is 20.5 in this case. The HT is then applied to each defect map. From the resulting accumulator array, we obtain the highest number of votes and mark it on the control chart. Fig. 16 shows the chart with 12 monitored statistics (showing two out-of-control points) and Fig. 17 shows their corresponding defect maps. 2) Detection of Circular Patterns: To define a circular pattern on the wafer, four parameters are needed: 1) point density of the circle λ c (λ c >λ); 2) center of the circle C(x, y); 3) inner radius r in ; 4) outer radius r out ; where r in <r out. In the simulation, we consider a case with λ c = , C(100, 0), r in = 51, and r out = Following similar steps, we have found an appropriate choice of design parameters to be N a = 100 and N r = 50. With R L = R/2 and R H = R, the approximated control limit is Fig. 18 shows the control chart with 12 samples and the corresponding defect map of the identified out-of-control point. B. Simultaneous Detection of Linear and Circular Patterns In practice, linear patterns and circular patterns could coexist on a wafer. Thus, the HT-based control chart for linear patterns and that for circular patterns should be applied simultaneously. It needs to be pointed out that if multiple patterns of the same type, e.g., three lines, two circles, etc., are present, the most obvious pattern will be identified because the monitoring focuses on the accumulator with highest votes in the parametric space. To show the performance of the two detectors together, four sets of defect maps are generated: the first set with only background noise λ = , the second set with one line, the third set with one circle, and the last set with both a line and a circle. The parameters of the line are: λ l = , L = 150, and d = 1; the parameters of the circle are: λ c = 0.07, C(0, 0), r in = 99.5, and r out = 100. Each set contains 5000 defect maps. The linear detector and circular detector are applied to each set with design parameters N θ = 180, N ρ = 200, and N a = 100, N r = 75, respectively. The alarming rates (percentage of cases where the detector alarms) are listed in Table III. The results suggest that the two detectors are very powerful in detecting corresponding patterns, and quite robust to other

10 ZHOU et al.: STATISTICAL DETECTION OF DEFECT PATTERNS USING HOUGH TRANSFORM 379 types of patterns. Nonetheless, in general, the performance of the two detectors is a complex function of the characteristics of the patterns on the wafer. V. Conclusion and Discussion In this paper, we proposed an HT-based control chart to statistically detect the linear and circular patterns on a defect map. Using this method, the largest number in the accumulator array of the HT was monitored. An approximate distribution model for the monitoring statistic was developed and used to identify the control limits. The impact of two important parameters of HT, N θ, and N ρ (N a and N r for CHT), on the Type I and Type II errors were also studied, and guidelines on how to choose their values were provided based on our findings. The effectiveness of the proposed technique was validated using a case study. In Section III, we extended the proposed method to detect circular patterns based on CHT. The proposed methodology can also be extended to other spatial patterns in a similar way. However, as the pattern gets more complex, it becomes increasingly hard to use the conventional HT method because of the high dimensionality of parameters. A more promising way to extend this method for detecting various commonly observed patterns is to analyze Hough signatures of different patterns in the Hough matrix of the linear HT. The idea is that a particular type of defect pattern, after applying the HT, corresponds to a unique signature in the Hough matrix, and thus, the identification of such patterns can be realized through analysis of its signature pattern [38]. However, more statistical analysis on properties of these signatures is needed to provide rigorous results of pattern detection, which will be studied in the future. Acknowledgment The authors gratefully thank the editors and referees for their valuable comments and suggestions. Appendix I Proof of Lemma Let P α =1 α and m as (P α P 1 )/(P 2 P 1 ), we have m = P α P 1 P α P 1 = P 2 P 1 (P 2 P α )+(P α P 1 ) 1 = (P 2 P α )/(P α P 1 )+1. (A1) If P α P 1 P 2 P α, then m 0.5. Consequently P α P(X CL) = P α P(X m) =P α P 1. (A2) If P α P 1 >P 2 P α, then m > 0.5, CL =[m+ m]+0.5 = m +1.5 and P α P(X CL) = P(X m +1) P α = P 2 P α. (A3) Therefore (1 α) P(X CL) = min(1 α P 1,P 2 (1 α)). (A4) Furthermore, from 1 P 2 >P α we have Based on (A4) and (A5), we obtain P α P 2 α. (A5) 1 P(X CL) α α (A6) which means 1 P(X CL) is not more than 2α. Appendix II Proof of the Result Without loss of generality, we can take the two cases in Fig. 10 as example. As mentioned previously, the null distributions of them are almost the same. In case (a), the actual Type I error is α actual1 =1 P(X m +0.5)=1 P(X m) while in case (b) α actual2 =1 P(X m 0.5)=1 P(X m 1). (A7) (A8) Assume α actual1 = α δ, where 0 δ α. Since UCL cc drops from m +0.5 tom 0.5 when N ρ has a slight increase of 1, the interpolated UCL α must be slightly larger than m 0.5 when N ρ = n, and slightly smaller than m 0.5 when N ρ = n + 1, meaning UCL α m 0.5 in both cases. Since UCL α is obtained by linear interpolation, this indicates P(X m) (1 α)+δ (A9) and Therefore, α actual2 α + δ and P(X m 1) (1 α) δ. α actual2 α actual1 P(X = m) =2δ 2α. References (A10) (A11) [1] F. L. Chen and S. F. Liu, A neural-network approach to recognize defect spatial pattern in semiconductor fabrication, IEEE Trans. Semicond. Manuf., vol. 13, no. 3, pp , Aug [2] S. P. Cunningham and S. MacKinnon, Statistical methods for visual defect metrology, IEEE Trans. Semicond. Manuf., vol. 11, no. 1, pp , Feb [3] F. Lee, P. Wang, and R. Goodner, Factory start-up and production ramp: Yield improvement through signature analysis and visual/electrical correlation, in Proc. IEEE/SEMI Adv. Semicond. Manuf. Conf., 1995, pp [4] F. Lee, A. Chatterjee, and D. Croley, Advanced yield enhancement: Computer-based spatial pattern analysis: Part 1, in Proc. IEEE/SEMI Adv. Semicond. Manuf. Conf., 1996, pp [5] R. Ken, S. Brain, and H. Neil, Using full wafer defect maps as process signatures to monitor and control yield, in Proc. IEEE/SEMI Int. Semicond. Manuf. Sci. Symp., 1991, pp [6] W.-J. Tsai, L.-I. Tong, and C.-H. Wang, Developing a new defect cluster index, J. Chin. Inst. Ind. Engineers, vol. 25, no. 1, pp , [7] M. H. Hansen, V. N. Nair, and D. J. Friedman, Monitoring wafer map data from integrated circuit fabrication processes for spatially clustered defects, Technometrics, vol. 39, pp , Aug [8] J. Y. Hwang and W. Kuo, Model-based clustering for integrated circuit yield enhancement, Eur. J. Oper. Res., vol. 178, pp , Apr

11 380 IEEE TRANSACTIONS ON SEMICONDUCTOR MANUFACTURING, VOL. 23, NO. 3, AUGUST 2010 [9] D. C. Montgomery, Introduction to Statistical Quality Control, 5th ed. Hoboken, NJ: Wiley, [10] C. J. Spanos, Statistical process control in semiconductor manufacturing, Proc. IEEE, vol. 80, no. 6, pp , Jun [11] C. H. Stapper, The effects of wafer to wafer defect density variations on integrated-circuit defect and fault distributions, Int. Bus. Machines J. Res. Develop., vol. 29, pp , Jan [12] C. H. Stapper, The defect-sensitivity effect of memory chips, IEEE J. Solid-State Circuits, vol. 21, no. 1, pp , Feb [13] C. H. Stapper, Simulation of spatial fault distributions for integrated circuit yield estimations, IEEE Trans. Comput.-Aided Design Integr. Circuits Syst., vol. 8, no. 12, pp , Dec [14] S. L. Albin and D. J. Friedman, The impact of clustered defect distributions in IC fabrication, Manage. Sci., vol. 35, pp , Sep [15] A. V. Ferrisprabhu, A cluster-modified Poisson model for estimating defect density and yield, IEEE Trans. Semicond. Manuf., vol. 3, no. 2, pp , May [16] I. Koren, Z. Koren, and H. Stapper, A unified negative-binomial distribution for yield analysis of defect-tolerant circuits, IEEE Trans. Comput., vol. 42, no. 6, pp , Jun [17] C. H. Stapper, On yield, fault distributions, and clustering of particles, Int. Bus. Mach. J. Res. Develop., vol. 30, pp , May [18] C. H. Stapper, F. M. Armstrong, and K. Saji, Integrated-circuit yield statistics, Proc. IEEE, vol. 71, no. 4, pp , Apr [19] L. I. Tong, Modified process control chart in IC fabrication using clustering analysis, Int. J. Quality Reliab. Manage., vol. 15, no. 6, pp , [20] P. Diggle, Statistical Analysis of Spatial Point Patterns, 2nd ed. London, U.K.: Arnold, [21] D. J. Friedman, M. H. Hansen, V. N. Nair, and D. A. James, Model-free estimation of defect clustering in integrated circuit fabrication, IEEE Trans. Semicond. Manuf., vol. 10, no. 3, pp , Aug [22] Y. S. Jeong, S. J. Kim, and M. K. Jeong, Automatic identification of defect patterns in semiconductor wafer maps using spatial correlogram and dynamic time warping, IEEE Trans. Semicond. Manuf., vol. 21, no. 4, pp , Nov [23] H. H. Fellows, C. M. Mastrangelo, and K. P. White, An empirical comparison of spatial randomness models for yield analysis, IEEE Trans. Electron. Packag. Manuf., vol. 32, no. 2, pp , Apr [24] T. P. Karnowski, K. W. Tobin, S. S. Gleason, and F. Lakhani, The application of spatial signature analysis to electrical test data: Validation study, in Proc. Int. Soc. Opt. Eng., 1999, pp [25] K. W. Tobin, S. S. Gleason, F. Lakhani, and M. H. Bennett, Automated analysis for rapid defect sourcing and yield learning, in Future Fab International, vol. 1. London, U.K.: Technology Publishing Ltd., 1997, p [26] C. H. Wang, S. J. Wang, and W. D. Lee, Automatic identification of spatial defect patterns for semiconductor manufacturing, Int. J. Prod. Res., vol. 44, no. 23, pp , Dec [27] C. H. Wang, Recognition of semiconductor defect patterns using spatial filtering and spectral clustering, Expert Syst. Appl., vol. 34, no. 3, pp , Apr [28] C. H. Wang, Separation of composite defect patterns on wafer bin map using support vector clustering, Expert Syst. Appl., vol. 36, pp , Mar [29] T. Yuan and W. Kuo, A model-based clustering approach to the recognition of the spatial defect patterns produced during semiconductor fabrication, IIE Trans., vol. 40, no. 2, pp , Feb [30] T. Yuan and W. Kuo, Spatial defect pattern recognition on semiconductor wafers using model-based clustering and Bayesian inference, Eur. J. Oper. Res., vol. 190, pp , Oct [31] B. Li, Q. Meng, and H. Holstein, Point pattern matching and applications: A review, in Proc. IEEE Int. Conf. Syst. Man Cybern., 2003, pp [32] M. Cohen and G. T. Toussaint, Detection of structures in noisy pictures, Pattern Recognit., vol. 9, pp , Jul [33] R. O. Duda and P. E. Hart, Use of Hough transformation to detect lines and curves in pictures, Commun. Assoc. Comput. Mach., vol. 15, pp , Jan [34] J. Illingworth and J. Kittler, A survey of the Hough transform, Comput. Vision Graph. Image Process., vol. 44, pp , Oct [35] V. F. Leavers, Which Hough transform? Comput. Vision Graph. Image Process.: Image Understanding, vol. 58, no. 2, pp , [36] H. K. Yuen, J. Princen, J. Illingworth, and J. Kittler, Comparative-study of Hough transform methods for circle finding, Image Vision Comput., vol. 8, pp , Feb [37] F. D. Palma, G. D. Nicolao, G. Miraglia, E. Pasquinetti, and F. Piccinini, Unsupervised spatial pattern classification of electrical-wafer-sorting maps in semiconductor manufacturing, Pattern Recognit. Lett., vol. 26, no. 12, pp , Sep [38] K. P. White, B. Kundu, and C. M. Mastrangelo, Classification of defect clusters on semiconductor wafers via the Hough transformation, IEEE Trans. Semicond. Manuf., vol. 21, no. 2, pp , May Qiang Zhou received the B.Eng. degree in vehicle engineering and the M.Eng. degree in mechanical engineering, both from Tsinghua University, Beijing, China, in 2005 and 2007, respectively. He is currently working toward the Ph.D. degree in industrial engineering and the M.S. degree in statistics, both from the University of Wisconsin-Madison, Madison. He is a member of INFORMS. Li Zeng received the B.S. and M.S. degrees in optical engineering from Tsinghua University, Beijing, China, in 2002 and 2004, respectively, the M.S. degree in statistics, and the Ph.D. degree in industrial engineering, both from the University of Wisconsin-Madison, Madison, in 2007 and 2010, respectively. She is currently a Research Associate with the Department of Industrial and Systems Engineering, University of Wisconsin-Madison. Her current research interests include statistical modeling and analysis in complex systems, and quality measure and control in healthcare. Shiyu Zhou received the B.S. and M.S. degrees in mechanical engineering from the University of Science and Technology of China, Hefei, China, in 1993 and 1996, respectively, the M.S. degree in industrial engineering in 2000, and the Ph.D. degree in mechanical engineering, both from the University of Michigan, Ann Arbor. He is currently an Associate Professor with the Department of Industrial and Systems Engineering, University of Wisconsin-Madison, Madison. His current research interests are the in-process quality and productivity improvement methodologies by integrating statistics, system and control theory, and engineering knowledge. Dr. Zhou s research is sponsored by the National Science Foundation, Arlington, VA, the Department of Energy, Washington D.C., the National Institute of Standards and the Technology-Advanced Technology Program, Gaithersburg, MD, and industries. He was a recipient of the CAREER Award from the National Science Foundation in He is a member of the Institute of International Education, INFORMS, the American Society of Mechanical Engineers, and Society of Manufacturing Engineers.

PRODUCT yield plays a critical role in determining the

PRODUCT yield plays a critical role in determining the 140 IEEE TRANSACTIONS ON SEMICONDUCTOR MANUFACTURING, VOL. 18, NO. 1, FEBRUARY 2005 Monitoring Defects in IC Fabrication Using a Hotelling T 2 Control Chart Lee-Ing Tong, Chung-Ho Wang, and Chih-Li Huang

More information

CONTROL charts are widely used in production processes

CONTROL charts are widely used in production processes 214 IEEE TRANSACTIONS ON SEMICONDUCTOR MANUFACTURING, VOL. 12, NO. 2, MAY 1999 Control Charts for Random and Fixed Components of Variation in the Case of Fixed Wafer Locations and Measurement Positions

More information

The Impact of Tolerance on Kill Ratio Estimation for Memory

The Impact of Tolerance on Kill Ratio Estimation for Memory 404 IEEE TRANSACTIONS ON SEMICONDUCTOR MANUFACTURING, VOL. 15, NO. 4, NOVEMBER 2002 The Impact of Tolerance on Kill Ratio Estimation for Memory Oliver D. Patterson, Member, IEEE Mark H. Hansen Abstract

More information

Feature Extraction Line & Curve

Feature Extraction Line & Curve Feature Extraction Line & Curve 2/25/11 ECEn 631 Standard Procedure Locate edges within the image Link broken edges Thin thick edges For every edge pixel, find possible parameters Locate all clusters of

More information

Technical note on seasonal adjustment for M0

Technical note on seasonal adjustment for M0 Technical note on seasonal adjustment for M0 July 1, 2013 Contents 1 M0 2 2 Steps in the seasonal adjustment procedure 3 2.1 Pre-adjustment analysis............................... 3 2.2 Seasonal adjustment.................................

More information

HOPFIELD neural networks (HNNs) are a class of nonlinear

HOPFIELD neural networks (HNNs) are a class of nonlinear IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 52, NO. 4, APRIL 2005 213 Stochastic Noise Process Enhancement of Hopfield Neural Networks Vladimir Pavlović, Member, IEEE, Dan Schonfeld,

More information

2.830J / 6.780J / ESD.63J Control of Manufacturing Processes (SMA 6303) Spring 2008

2.830J / 6.780J / ESD.63J Control of Manufacturing Processes (SMA 6303) Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 2.830J / 6.780J / ESD.63J Control of Processes (SMA 6303) Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

THE information capacity is one of the most important

THE information capacity is one of the most important 256 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 44, NO. 1, JANUARY 1998 Capacity of Two-Layer Feedforward Neural Networks with Binary Weights Chuanyi Ji, Member, IEEE, Demetri Psaltis, Senior Member,

More information

DUE to its practical importance in communications, the

DUE to its practical importance in communications, the IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 52, NO. 3, MARCH 2005 149 An Analytical Formulation of Phase Noise of Signals With Gaussian-Distributed Jitter Reza Navid, Student Member,

More information

Unsupervised Learning with Permuted Data

Unsupervised Learning with Permuted Data Unsupervised Learning with Permuted Data Sergey Kirshner skirshne@ics.uci.edu Sridevi Parise sparise@ics.uci.edu Padhraic Smyth smyth@ics.uci.edu School of Information and Computer Science, University

More information

THE power transfer capability is one of the most fundamental

THE power transfer capability is one of the most fundamental 4172 IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 27, NO. 9, SEPTEMBER 2012 Letters Power Characterization of Isolated Bidirectional Dual-Active-Bridge DC DC Converter With Dual-Phase-Shift Control Biao

More information

Optimal Mean-Square Noise Benefits in Quantizer-Array Linear Estimation Ashok Patel and Bart Kosko

Optimal Mean-Square Noise Benefits in Quantizer-Array Linear Estimation Ashok Patel and Bart Kosko IEEE SIGNAL PROCESSING LETTERS, VOL. 17, NO. 12, DECEMBER 2010 1005 Optimal Mean-Square Noise Benefits in Quantizer-Array Linear Estimation Ashok Patel and Bart Kosko Abstract A new theorem shows that

More information

Highly Birefringent Elliptical-Hole Microstructure Fibers With Low Confinement Loss

Highly Birefringent Elliptical-Hole Microstructure Fibers With Low Confinement Loss JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 30, NO. 21, NOVEMBER 1, 2012 3381 Highly Birefringent Elliptical-Hole Microstructure Fibers With Low Confinement Loss Wenbin Liang, Ningliang Liu, Zhihua Li, and Peixiang

More information

Interconnect Yield Model for Manufacturability Prediction in Synthesis of Standard Cell Based Designs *

Interconnect Yield Model for Manufacturability Prediction in Synthesis of Standard Cell Based Designs * Interconnect Yield Model for Manufacturability Prediction in Synthesis of Standard Cell Based Designs * Hans T. Heineken and Wojciech Maly Department of Electrical and Computer Engineering Carnegie Mellon

More information

MOMENT functions are used in several computer vision

MOMENT functions are used in several computer vision IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 13, NO. 8, AUGUST 2004 1055 Some Computational Aspects of Discrete Orthonormal Moments R. Mukundan, Senior Member, IEEE Abstract Discrete orthogonal moments

More information

798 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL. 44, NO. 10, OCTOBER 1997

798 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL. 44, NO. 10, OCTOBER 1997 798 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL 44, NO 10, OCTOBER 1997 Stochastic Analysis of the Modulator Differential Pulse Code Modulator Rajesh Sharma,

More information

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 4, April 2013 pp. 1455 1475 ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC

More information

Constraint relationship for reflectional symmetry and rotational symmetry

Constraint relationship for reflectional symmetry and rotational symmetry Journal of Electronic Imaging 10(4), 1 0 (October 2001). Constraint relationship for reflectional symmetry and rotational symmetry Dinggang Shen Johns Hopkins University Department of Radiology Baltimore,

More information

This is a repository copy of Evaluation of output frequency responses of nonlinear systems under multiple inputs.

This is a repository copy of Evaluation of output frequency responses of nonlinear systems under multiple inputs. This is a repository copy of Evaluation of output frequency responses of nonlinear systems under multiple inputs White Rose Research Online URL for this paper: http://eprintswhiteroseacuk/797/ Article:

More information

Computing Consecutive-Type Reliabilities Non-Recursively

Computing Consecutive-Type Reliabilities Non-Recursively IEEE TRANSACTIONS ON RELIABILITY, VOL. 52, NO. 3, SEPTEMBER 2003 367 Computing Consecutive-Type Reliabilities Non-Recursively Galit Shmueli Abstract The reliability of consecutive-type systems has been

More information

IN this paper, we consider the capacity of sticky channels, a

IN this paper, we consider the capacity of sticky channels, a 72 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 54, NO. 1, JANUARY 2008 Capacity Bounds for Sticky Channels Michael Mitzenmacher, Member, IEEE Abstract The capacity of sticky channels, a subclass of insertion

More information

Statistics and Quantum Computing

Statistics and Quantum Computing Statistics and Quantum Computing Yazhen Wang Department of Statistics University of Wisconsin-Madison http://www.stat.wisc.edu/ yzwang Workshop on Quantum Computing and Its Application George Washington

More information

EEL 851: Biometrics. An Overview of Statistical Pattern Recognition EEL 851 1

EEL 851: Biometrics. An Overview of Statistical Pattern Recognition EEL 851 1 EEL 851: Biometrics An Overview of Statistical Pattern Recognition EEL 851 1 Outline Introduction Pattern Feature Noise Example Problem Analysis Segmentation Feature Extraction Classification Design Cycle

More information

ONE of the main applications of wireless sensor networks

ONE of the main applications of wireless sensor networks 2658 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 52, NO. 6, JUNE 2006 Coverage by Romly Deployed Wireless Sensor Networks Peng-Jun Wan, Member, IEEE, Chih-Wei Yi, Member, IEEE Abstract One of the main

More information

The Existence of Multiple Power Flow Solutions in Unbalanced Three-Phase Circuits

The Existence of Multiple Power Flow Solutions in Unbalanced Three-Phase Circuits IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 18, NO. 2, MAY 2003 605 The Existence of Multiple Power Flow Solutions in Unbalanced Three-Phase Circuits Yuanning Wang, Student Member, IEEE, and Wilsun Xu, Senior

More information

Digital Trimulus Color Image Enhancing and Quantitative Information Measuring

Digital Trimulus Color Image Enhancing and Quantitative Information Measuring th WSEAS Int. Conference on Computational Intelligence, Man-Machine Systems and Cybernetics, Tenerife, Spain, December -, 007 33 Digital Trimulus Color Enhancing and Quantitative Information Measuring

More information

Optimum Sampling Vectors for Wiener Filter Noise Reduction

Optimum Sampling Vectors for Wiener Filter Noise Reduction 58 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 50, NO. 1, JANUARY 2002 Optimum Sampling Vectors for Wiener Filter Noise Reduction Yukihiko Yamashita, Member, IEEE Absact Sampling is a very important and

More information

Multiple Similarities Based Kernel Subspace Learning for Image Classification

Multiple Similarities Based Kernel Subspace Learning for Image Classification Multiple Similarities Based Kernel Subspace Learning for Image Classification Wang Yan, Qingshan Liu, Hanqing Lu, and Songde Ma National Laboratory of Pattern Recognition, Institute of Automation, Chinese

More information

Learning theory. Ensemble methods. Boosting. Boosting: history

Learning theory. Ensemble methods. Boosting. Boosting: history Learning theory Probability distribution P over X {0, 1}; let (X, Y ) P. We get S := {(x i, y i )} n i=1, an iid sample from P. Ensemble methods Goal: Fix ɛ, δ (0, 1). With probability at least 1 δ (over

More information

WITH increasing demand on higher resolution display

WITH increasing demand on higher resolution display IEEE TRANSACTIONS ON ELECTRONICS PACKAGING MANUFACTURING, VOL. 33, NO. 2, APRIL 2010 77 Measuring Manufacturing Yield for Gold Bumping Processes Under Dynamic Variance Change W. L. Pearn, Y. T. Tai, and

More information

Direct Classification with Indirect Data

Direct Classification with Indirect Data Direct Classification with Indirect Data Timothy X Brown Interdisciplinary Telecommunications Program Dept. of Electrical and Computer Engineering University of Colorado, Boulder, 80309-0530 timxb~colorado.edu

More information

Bridges in Mathematics & Number Corner Second Edition, Grade 2 State of Louisiana Standards Correlations

Bridges in Mathematics & Number Corner Second Edition, Grade 2 State of Louisiana Standards Correlations Bridges in Mathematics & Number Corner Second Edition, Grade 2 State of Louisiana Standards Correlations Grade 2 Overview Operations & Algebraic Thinking A. Represent and solve problems involving addition

More information

Evaluation and Comparison of Mixed Effects Model Based Prognosis for Hard Failure

Evaluation and Comparison of Mixed Effects Model Based Prognosis for Hard Failure IEEE TRANSACTIONS ON RELIABILITY, VOL. 62, NO. 2, JUNE 2013 379 Evaluation and Comparison of Mixed Effects Model Based Prognosis for Hard Failure Junbo Son, Qiang Zhou, Shiyu Zhou, Xiaofeng Mao, and Mutasim

More information

Forecasting Wind Ramps

Forecasting Wind Ramps Forecasting Wind Ramps Erin Summers and Anand Subramanian Jan 5, 20 Introduction The recent increase in the number of wind power producers has necessitated changes in the methods power system operators

More information

Generalization of Belief and Plausibility Functions to Fuzzy Sets

Generalization of Belief and Plausibility Functions to Fuzzy Sets Appl. Math. Inf. Sci. 6, No. 3, 697-703 (202) 697 Applied Mathematics & Information Sciences An International Journal Generalization of Belief and Plausibility Functions to Fuzzy Sets Jianyu Xiao,2, Minming

More information

Automated Statistical Recognition of Partial Discharges in Insulation Systems.

Automated Statistical Recognition of Partial Discharges in Insulation Systems. Automated Statistical Recognition of Partial Discharges in Insulation Systems. Massih-Reza AMINI, Patrick GALLINARI, Florence d ALCHE-BUC LIP6, Université Paris 6, 4 Place Jussieu, F-75252 Paris cedex

More information

IN THIS PAPER, we consider a class of continuous-time recurrent

IN THIS PAPER, we consider a class of continuous-time recurrent IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 51, NO. 4, APRIL 2004 161 Global Output Convergence of a Class of Continuous-Time Recurrent Neural Networks With Time-Varying Thresholds

More information

THE problem of phase noise and its influence on oscillators

THE problem of phase noise and its influence on oscillators IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 54, NO. 5, MAY 2007 435 Phase Diffusion Coefficient for Oscillators Perturbed by Colored Noise Fergal O Doherty and James P. Gleeson Abstract

More information

A Complete Stability Analysis of Planar Discrete-Time Linear Systems Under Saturation

A Complete Stability Analysis of Planar Discrete-Time Linear Systems Under Saturation 710 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: FUNDAMENTAL THEORY AND APPLICATIONS, VOL 48, NO 6, JUNE 2001 A Complete Stability Analysis of Planar Discrete-Time Linear Systems Under Saturation Tingshu

More information

Unsupervised Learning Methods

Unsupervised Learning Methods Structural Health Monitoring Using Statistical Pattern Recognition Unsupervised Learning Methods Keith Worden and Graeme Manson Presented by Keith Worden The Structural Health Monitoring Process 1. Operational

More information

Section 6.5 Modeling with Trigonometric Functions

Section 6.5 Modeling with Trigonometric Functions Section 6.5 Modeling with Trigonometric Functions 441 Section 6.5 Modeling with Trigonometric Functions Solving right triangles for angles In Section 5.5, we used trigonometry on a right triangle to solve

More information

Determining the Optimal Decision Delay Parameter for a Linear Equalizer

Determining the Optimal Decision Delay Parameter for a Linear Equalizer International Journal of Automation and Computing 1 (2005) 20-24 Determining the Optimal Decision Delay Parameter for a Linear Equalizer Eng Siong Chng School of Computer Engineering, Nanyang Technological

More information

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE Li Sheng Institute of intelligent information engineering Zheiang University Hangzhou, 3007, P. R. China ABSTRACT In this paper, a neural network-driven

More information

Learning features by contrasting natural images with noise

Learning features by contrasting natural images with noise Learning features by contrasting natural images with noise Michael Gutmann 1 and Aapo Hyvärinen 12 1 Dept. of Computer Science and HIIT, University of Helsinki, P.O. Box 68, FIN-00014 University of Helsinki,

More information

H State-Feedback Controller Design for Discrete-Time Fuzzy Systems Using Fuzzy Weighting-Dependent Lyapunov Functions

H State-Feedback Controller Design for Discrete-Time Fuzzy Systems Using Fuzzy Weighting-Dependent Lyapunov Functions IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL 11, NO 2, APRIL 2003 271 H State-Feedback Controller Design for Discrete-Time Fuzzy Systems Using Fuzzy Weighting-Dependent Lyapunov Functions Doo Jin Choi and PooGyeon

More information

Affine Normalization of Symmetric Objects

Affine Normalization of Symmetric Objects Affine Normalization of Symmetric Objects Tomáš Suk and Jan Flusser Institute of Information Theory and Automation, Academy of Sciences of the Czech Republic, Pod vodárenskou věží 4, 182 08 Prague 8, Czech

More information

Instance-based Learning CE-717: Machine Learning Sharif University of Technology. M. Soleymani Fall 2016

Instance-based Learning CE-717: Machine Learning Sharif University of Technology. M. Soleymani Fall 2016 Instance-based Learning CE-717: Machine Learning Sharif University of Technology M. Soleymani Fall 2016 Outline Non-parametric approach Unsupervised: Non-parametric density estimation Parzen Windows Kn-Nearest

More information

Introduction to statistics

Introduction to statistics Introduction to statistics Literature Raj Jain: The Art of Computer Systems Performance Analysis, John Wiley Schickinger, Steger: Diskrete Strukturen Band 2, Springer David Lilja: Measuring Computer Performance:

More information

A virtual metrology approach for maintenance compensation to improve yield in semiconductor manufacturing

A virtual metrology approach for maintenance compensation to improve yield in semiconductor manufacturing International Journal of Computational Intelligence Systems, Vol. 7, Supplement 2 (July 2014), 66-73 A virtual metrology approach for maintenance compensation to improve yield in semiconductor manufacturing

More information

Section II: Assessing Chart Performance. (Jim Benneyan)

Section II: Assessing Chart Performance. (Jim Benneyan) Section II: Assessing Chart Performance (Jim Benneyan) 1 Learning Objectives Understand concepts of chart performance Two types of errors o Type 1: Call an in-control process out-of-control o Type 2: Call

More information

A Unified Approach to Uncertainty for Quality Improvement

A Unified Approach to Uncertainty for Quality Improvement A Unified Approach to Uncertainty for Quality Improvement J E Muelaner 1, M Chappell 2, P S Keogh 1 1 Department of Mechanical Engineering, University of Bath, UK 2 MCS, Cam, Gloucester, UK Abstract To

More information

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA CHAPTER 6 TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA 6.1. Introduction A time series is a sequence of observations ordered in time. A basic assumption in the time series analysis

More information

Lecture 7 Introduction to Statistical Decision Theory

Lecture 7 Introduction to Statistical Decision Theory Lecture 7 Introduction to Statistical Decision Theory I-Hsiang Wang Department of Electrical Engineering National Taiwan University ihwang@ntu.edu.tw December 20, 2016 1 / 55 I-Hsiang Wang IT Lecture 7

More information

Image Contrast Enhancement and Quantitative Measuring of Information Flow

Image Contrast Enhancement and Quantitative Measuring of Information Flow 6th WSEAS International Conference on Information Security and Privacy, Tenerife, Spain, December 14-16, 007 17 Contrast Enhancement and Quantitative Measuring of Information Flow ZHENGMAO YE 1, HABIB

More information

On the Cross-Correlation of a p-ary m-sequence of Period p 2m 1 and Its Decimated

On the Cross-Correlation of a p-ary m-sequence of Period p 2m 1 and Its Decimated IEEE TRANSACTIONS ON INFORMATION THEORY, VOL 58, NO 3, MARCH 01 1873 On the Cross-Correlation of a p-ary m-sequence of Period p m 1 Its Decimated Sequences by (p m +1) =(p +1) Sung-Tai Choi, Taehyung Lim,

More information

Relevance Vector Machines for Earthquake Response Spectra

Relevance Vector Machines for Earthquake Response Spectra 2012 2011 American American Transactions Transactions on on Engineering Engineering & Applied Applied Sciences Sciences. American Transactions on Engineering & Applied Sciences http://tuengr.com/ateas

More information

Uncertainty due to Finite Resolution Measurements

Uncertainty due to Finite Resolution Measurements Uncertainty due to Finite Resolution Measurements S.D. Phillips, B. Tolman, T.W. Estler National Institute of Standards and Technology Gaithersburg, MD 899 Steven.Phillips@NIST.gov Abstract We investigate

More information

Summary statistics. G.S. Questa, L. Trapani. MSc Induction - Summary statistics 1

Summary statistics. G.S. Questa, L. Trapani. MSc Induction - Summary statistics 1 Summary statistics 1. Visualize data 2. Mean, median, mode and percentiles, variance, standard deviation 3. Frequency distribution. Skewness 4. Covariance and correlation 5. Autocorrelation MSc Induction

More information

Teaching Bayesian Model Comparison With the Three-sided Coin

Teaching Bayesian Model Comparison With the Three-sided Coin Teaching Bayesian Model Comparison With the Three-sided Coin Scott R. Kuindersma Brian S. Blais, Department of Science and Technology, Bryant University, Smithfield RI January 4, 2007 Abstract In the present

More information

No. 6 Determining the input dimension of a To model a nonlinear time series with the widely used feed-forward neural network means to fit the a

No. 6 Determining the input dimension of a To model a nonlinear time series with the widely used feed-forward neural network means to fit the a Vol 12 No 6, June 2003 cfl 2003 Chin. Phys. Soc. 1009-1963/2003/12(06)/0594-05 Chinese Physics and IOP Publishing Ltd Determining the input dimension of a neural network for nonlinear time series prediction

More information

Design and Stability Analysis of Single-Input Fuzzy Logic Controller

Design and Stability Analysis of Single-Input Fuzzy Logic Controller IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 30, NO. 2, APRIL 2000 303 Design and Stability Analysis of Single-Input Fuzzy Logic Controller Byung-Jae Choi, Seong-Woo Kwak,

More information

GAMINGRE 8/1/ of 7

GAMINGRE 8/1/ of 7 FYE 09/30/92 JULY 92 0.00 254,550.00 0.00 0 0 0 0 0 0 0 0 0 254,550.00 0.00 0.00 0.00 0.00 254,550.00 AUG 10,616,710.31 5,299.95 845,656.83 84,565.68 61,084.86 23,480.82 339,734.73 135,893.89 67,946.95

More information

Wavelet Packet Based Digital Image Watermarking

Wavelet Packet Based Digital Image Watermarking Wavelet Packet Based Digital Image ing A.Adhipathi Reddy, B.N.Chatterji Department of Electronics and Electrical Communication Engg. Indian Institute of Technology, Kharagpur 72 32 {aar, bnc}@ece.iitkgp.ernet.in

More information

DATA receivers for digital transmission and storage systems

DATA receivers for digital transmission and storage systems IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 52, NO. 10, OCTOBER 2005 621 Effect of Loop Delay on Phase Margin of First-Order Second-Order Control Loops Jan W. M. Bergmans, Senior

More information

A Low-Error Statistical Fixed-Width Multiplier and Its Applications

A Low-Error Statistical Fixed-Width Multiplier and Its Applications A Low-Error Statistical Fixed-Width Multiplier and Its Applications Yuan-Ho Chen 1, Chih-Wen Lu 1, Hsin-Chen Chiang, Tsin-Yuan Chang, and Chin Hsia 3 1 Department of Engineering and System Science, National

More information

Chapter 2 Fourier Series Phase Object Spectra

Chapter 2 Fourier Series Phase Object Spectra PhD University of Edinburgh 99 Phase-Only Optical Information Processing D. J. Potter Index Chapter 3 4 5 6 7 8 9 Chapter Fourier Series Phase Object Spectra In chapter one, it was noted how one may describe

More information

In this chapter, we provide an introduction to covariate shift adaptation toward machine learning in a non-stationary environment.

In this chapter, we provide an introduction to covariate shift adaptation toward machine learning in a non-stationary environment. 1 Introduction and Problem Formulation In this chapter, we provide an introduction to covariate shift adaptation toward machine learning in a non-stationary environment. 1.1 Machine Learning under Covariate

More information

UNIVERSITY OF TRENTO A THEORETICAL FRAMEWORK FOR UNSUPERVISED CHANGE DETECTION BASED ON CHANGE VECTOR ANALYSIS IN POLAR DOMAIN. F. Bovolo, L.

UNIVERSITY OF TRENTO A THEORETICAL FRAMEWORK FOR UNSUPERVISED CHANGE DETECTION BASED ON CHANGE VECTOR ANALYSIS IN POLAR DOMAIN. F. Bovolo, L. UNIVERSITY OF TRENTO DEPARTMENT OF INFORMATION AND COMMUNICATION TECHNOLOGY 38050 Povo Trento (Italy), Via Sommarive 14 http://www.dit.unitn.it A THEORETICAL FRAMEWORK FOR UNSUPERVISED CHANGE DETECTION

More information

Artificial Intelligence (AI) Common AI Methods. Training. Signals to Perceptrons. Artificial Neural Networks (ANN) Artificial Intelligence

Artificial Intelligence (AI) Common AI Methods. Training. Signals to Perceptrons. Artificial Neural Networks (ANN) Artificial Intelligence Artificial Intelligence (AI) Artificial Intelligence AI is an attempt to reproduce intelligent reasoning using machines * * H. M. Cartwright, Applications of Artificial Intelligence in Chemistry, 1993,

More information

CLASSICAL error control codes have been designed

CLASSICAL error control codes have been designed IEEE TRANSACTIONS ON INFORMATION THEORY, VOL 56, NO 3, MARCH 2010 979 Optimal, Systematic, q-ary Codes Correcting All Asymmetric and Symmetric Errors of Limited Magnitude Noha Elarief and Bella Bose, Fellow,

More information

Technical note on seasonal adjustment for Capital goods imports

Technical note on seasonal adjustment for Capital goods imports Technical note on seasonal adjustment for Capital goods imports July 1, 2013 Contents 1 Capital goods imports 2 1.1 Additive versus multiplicative seasonality..................... 2 2 Steps in the seasonal

More information

Representing Images Detecting faces in images

Representing Images Detecting faces in images 11-755 Machine Learning for Signal Processing Representing Images Detecting faces in images Class 5. 15 Sep 2009 Instructor: Bhiksha Raj Last Class: Representing Audio n Basic DFT n Computing a Spectrogram

More information

Defect-Oriented and Time-Constrained Wafer-Level Test-Length Selection for Core-Based Digital SoCs

Defect-Oriented and Time-Constrained Wafer-Level Test-Length Selection for Core-Based Digital SoCs Defect-Oriented and Time-Constrained Wafer-Level Test-Length Selection for Core-Based Digital SoCs Sudarshan Bahukudumbi and Krishnendu Chakrabarty Department of Electrical and Computer Engineering Duke

More information

Worst-Case Analysis of the Perceptron and Exponentiated Update Algorithms

Worst-Case Analysis of the Perceptron and Exponentiated Update Algorithms Worst-Case Analysis of the Perceptron and Exponentiated Update Algorithms Tom Bylander Division of Computer Science The University of Texas at San Antonio San Antonio, Texas 7849 bylander@cs.utsa.edu April

More information

Algebra II Introduction 1

Algebra II Introduction 1 Introduction 1 Building on their work with linear, quadratic, and exponential functions, students extend their repertoire of functions to include logarithmic, polynomial, rational, and radical functions

More information

A first look at the performances of a Bayesian chart to monitor. the ratio of two Weibull percentiles

A first look at the performances of a Bayesian chart to monitor. the ratio of two Weibull percentiles A first loo at the performances of a Bayesian chart to monitor the ratio of two Weibull percentiles Pasquale Erto University of Naples Federico II, Naples, Italy e-mail: ertopa@unina.it Abstract. The aim

More information

Lecture 2: Discrete Probability Distributions

Lecture 2: Discrete Probability Distributions Lecture 2: Discrete Probability Distributions IB Paper 7: Probability and Statistics Carl Edward Rasmussen Department of Engineering, University of Cambridge February 1st, 2011 Rasmussen (CUED) Lecture

More information

Monitoring Wafer Geometric Quality using Additive Gaussian Process

Monitoring Wafer Geometric Quality using Additive Gaussian Process Monitoring Wafer Geometric Quality using Additive Gaussian Process Linmiao Zhang 1 Kaibo Wang 2 Nan Chen 1 1 Department of Industrial and Systems Engineering, National University of Singapore 2 Department

More information

Algebra II. Algebra II Higher Mathematics Courses 77

Algebra II. Algebra II Higher Mathematics Courses 77 Algebra II Building on their work with linear, quadratic, and exponential functions, students extend their repertoire of functions to include logarithmic, polynomial, rational, and radical functions in

More information

A Modified Incremental Principal Component Analysis for On-line Learning of Feature Space and Classifier

A Modified Incremental Principal Component Analysis for On-line Learning of Feature Space and Classifier A Modified Incremental Principal Component Analysis for On-line Learning of Feature Space and Classifier Seiichi Ozawa, Shaoning Pang, and Nikola Kasabov Graduate School of Science and Technology, Kobe

More information

Modifying Voice Activity Detection in Low SNR by correction factors

Modifying Voice Activity Detection in Low SNR by correction factors Modifying Voice Activity Detection in Low SNR by correction factors H. Farsi, M. A. Mozaffarian, H.Rahmani Department of Electrical Engineering University of Birjand P.O. Box: +98-9775-376 IRAN hfarsi@birjand.ac.ir

More information

A Log-Frequency Approach to the Identification of the Wiener-Hammerstein Model

A Log-Frequency Approach to the Identification of the Wiener-Hammerstein Model A Log-Frequency Approach to the Identification of the Wiener-Hammerstein Model The MIT Faculty has made this article openly available Please share how this access benefits you Your story matters Citation

More information

29th Monitoring Research Review: Ground-Based Nuclear Explosion Monitoring Technologies

29th Monitoring Research Review: Ground-Based Nuclear Explosion Monitoring Technologies IMPROVING MAGNITUDE DETECTION THRESHOLDS USING MULTI-STATION, MULTI-EVENT, AND MULTI-PHASE METHODS David Schaff and Felix Waldhauser Lamont-Doherty Earth Observatory, Columbia University Sponsored by Air

More information

SILICON-ON-INSULATOR (SOI) technology has been regarded

SILICON-ON-INSULATOR (SOI) technology has been regarded IEEE TRANSACTIONS ON ELECTRON DEVICES, VOL. 53, NO. 10, OCTOBER 2006 2559 Analysis of the Gate Source/Drain Capacitance Behavior of a Narrow-Channel FD SOI NMOS Device Considering the 3-D Fringing Capacitances

More information

Sensitivity Analysis of Coupled Resonator Filters

Sensitivity Analysis of Coupled Resonator Filters IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL. 47, NO. 10, OCTOBER 2000 1017 Sensitivity Analysis of Coupled Resonator Filters Smain Amari, Member, IEEE Abstract

More information

THE DETECTION OF SHIFTS IN AUTOCORRELATED PROCESSES WITH MR AND EWMA CHARTS

THE DETECTION OF SHIFTS IN AUTOCORRELATED PROCESSES WITH MR AND EWMA CHARTS THE DETECTION OF SHIFTS IN AUTOCORRELATED PROCESSES WITH MR AND EWMA CHARTS Karin Kandananond, kandananond@hotmail.com Faculty of Industrial Technology, Rajabhat University Valaya-Alongkorn, Prathumthani,

More information

REVEAL. Receiver Exploiting Variability in Estimated Acoustic Levels Project Review 16 Sept 2008

REVEAL. Receiver Exploiting Variability in Estimated Acoustic Levels Project Review 16 Sept 2008 REVEAL Receiver Exploiting Variability in Estimated Acoustic Levels Project Review 16 Sept 2008 Presented to Program Officers: Drs. John Tague and Keith Davidson Undersea Signal Processing Team, Office

More information

In-Process Chatter Detection in Surface Grinding

In-Process Chatter Detection in Surface Grinding MATEC Web of Conferences 28, 21 (215) DOI: 1.151/matecconf/2152821 Owned by the authors, published by EDP Sciences, 215 In-Process Detection in Surface Grinding Somkiat Tangjitsitcharoen 1, a and Angsumalin

More information

Test of Complete Spatial Randomness on Networks

Test of Complete Spatial Randomness on Networks Test of Complete Spatial Randomness on Networks A PROJECT SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Xinyue Chang IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE

More information

Robust Gain Scheduling Synchronization Method for Quadratic Chaotic Systems With Channel Time Delay Yu Liang and Horacio J.

Robust Gain Scheduling Synchronization Method for Quadratic Chaotic Systems With Channel Time Delay Yu Liang and Horacio J. 604 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 56, NO. 3, MARCH 2009 Robust Gain Scheduling Synchronization Method for Quadratic Chaotic Systems With Channel Time Delay Yu Liang

More information

Uncertain Quadratic Minimum Spanning Tree Problem

Uncertain Quadratic Minimum Spanning Tree Problem Uncertain Quadratic Minimum Spanning Tree Problem Jian Zhou Xing He Ke Wang School of Management Shanghai University Shanghai 200444 China Email: zhou_jian hexing ke@shu.edu.cn Abstract The quadratic minimum

More information

A Boiler-Turbine System Control Using A Fuzzy Auto-Regressive Moving Average (FARMA) Model

A Boiler-Turbine System Control Using A Fuzzy Auto-Regressive Moving Average (FARMA) Model 142 IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 18, NO. 1, MARCH 2003 A Boiler-Turbine System Control Using A Fuzzy Auto-Regressive Moving Average (FARMA) Model Un-Chul Moon and Kwang Y. Lee, Fellow,

More information

J. Liang School of Automation & Information Engineering Xi an University of Technology, China

J. Liang School of Automation & Information Engineering Xi an University of Technology, China Progress In Electromagnetics Research C, Vol. 18, 245 255, 211 A NOVEL DIAGONAL LOADING METHOD FOR ROBUST ADAPTIVE BEAMFORMING W. Wang and R. Wu Tianjin Key Lab for Advanced Signal Processing Civil Aviation

More information

Cycle Time Analysis for Wafer Revisiting Process in Scheduling of Single-arm Cluster Tools

Cycle Time Analysis for Wafer Revisiting Process in Scheduling of Single-arm Cluster Tools International Journal of Automation and Computing 8(4), November 2011, 437-444 DOI: 10.1007/s11633-011-0601-5 Cycle Time Analysis for Wafer Revisiting Process in Scheduling of Single-arm Cluster Tools

More information

The Not-Formula Book for C2 Everything you need to know for Core 2 that won t be in the formula book Examination Board: AQA

The Not-Formula Book for C2 Everything you need to know for Core 2 that won t be in the formula book Examination Board: AQA Not The Not-Formula Book for C Everything you need to know for Core that won t be in the formula book Examination Board: AQA Brief This document is intended as an aid for revision. Although it includes

More information

Artificial Neural Networks Examination, June 2004

Artificial Neural Networks Examination, June 2004 Artificial Neural Networks Examination, June 2004 Instructions There are SIXTY questions (worth up to 60 marks). The exam mark (maximum 60) will be added to the mark obtained in the laborations (maximum

More information

Bayesian Modeling and Classification of Neural Signals

Bayesian Modeling and Classification of Neural Signals Bayesian Modeling and Classification of Neural Signals Michael S. Lewicki Computation and Neural Systems Program California Institute of Technology 216-76 Pasadena, CA 91125 lewickiocns.caltech.edu Abstract

More information

A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH AN APPLICATION TO FORECAST THE EXCHANGE RATE BETWEEN THE TAIWAN AND US DOLLAR.

A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH AN APPLICATION TO FORECAST THE EXCHANGE RATE BETWEEN THE TAIWAN AND US DOLLAR. International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 7(B), July 2012 pp. 4931 4942 A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH

More information

Fast Angular Synchronization for Phase Retrieval via Incomplete Information

Fast Angular Synchronization for Phase Retrieval via Incomplete Information Fast Angular Synchronization for Phase Retrieval via Incomplete Information Aditya Viswanathan a and Mark Iwen b a Department of Mathematics, Michigan State University; b Department of Mathematics & Department

More information

System Reliability Allocation Based on Bayesian Network

System Reliability Allocation Based on Bayesian Network Appl. Math. Inf. Sci. 6, No. 3, 681-687 (2012) 681 Applied Mathematics & Information Sciences An International Journal System Reliability Allocation Based on Bayesian Network Wenxue Qian 1,, Xiaowei Yin

More information