검색 전체 메뉴
PDF
맨 위로
OA 학술지
In-line Critical Dimension Measurement System Development of LCD Pattern Proposed by Newly Developed Edge Detection Algorithm
  • 비영리 CC BY-NC
  • 비영리 CC BY-NC
ABSTRACT
In-line Critical Dimension Measurement System Development of LCD Pattern Proposed by Newly Developed Edge Detection Algorithm
KEYWORD
CD (Critical dimension) , Facet modeling , Subpixel edge detection
  • I. INTRODUCTION

    In accordance with a trend of TFT-LCD panel’s enlargement, the requirement of CD measurement accuracy for each process of TFT-LCD manufacture is getting stricter. In order to improve the contrast of edges for the CD measurement, reflected light type optics is devised and applied, that has the same effect as with transmission light. Finally, a new sub-pixel algorithm is developed which complements the previously proposed sub-pixel algorithm for edge detection. We applied this system to the CD measurement process, and analyzed the results.

    II. DESIGNED OPTICAL SYSTEM

    Figure 1 shows the devised system. This system consists of the ring type of reflected light which has the same effect as with the transmission light, lens, glass surface plate, aluminum surface plate, reflected sheet between glass and aluminum surface plates and a camera as an imager.

    III. RING TYPE OF THE REFLECTED LIGHT OPTICS

    The difference of intensity value around the edge between the object and the background is a very important factor in the CD measurement. It affects the CD measurement as well as the calculation of the focus position. In the CD measurements system, the light apparatus is divided into two types. The first is reflected light apparatus and the other is transmission light apparatus. Usually reflected light optics are useful to inspect the overall appearance of the inside of objects, but transmission light is more useful to improve the contrast of edge for CD measurement. However there are disadvantages of applying the in-line CD measurement system using transmission light. For example, the transmission light apparatus and optics must be in the opposite direction based on the glass plate. Also the system using transmission light must use fragile materials such as glass for the sample support.

    In addition, the transmission light system has more complicated structure compared to the reflected light system, as the optics and transmission light under the glass plate must be moved in synchronization. So in this study, we devised a system which is a reflected light type, but has the same effect as with the transmission light. The designed optical system is shown in Fig. 3.

    Figures 4(a) and 4(b) show the captured overlay pattern images by transmission light optics and the designed ring light optics respectively. No significant difference was found.

    In addition, the unnecessary marks that can potentially cause errors in CD measurement of normal coaxial reflected light optics were remarkably reduced in the devised ring light type optics. (Fig. 5)

    IV. EDGE DETECTION ALGORITHM

    Edge detection is the preprocessing level of images for CD measurement. It senses the change of light and shade, then distinguishes the object from the background. There are Sobel, Laplacian, LoG(Laplacian of Gaussian) and Canny edge detectors that have the accuracy of the pixel level. Based on the results extracted by edge detection of pixel level, it is possible to detect the edge at the subpixel level, such as by interpolation and by the method that models the intensity of images by a parametric model[9-10]. In this study, we first detected the edge by the LoG operator of the pixel level and then conducted the subpixel level detection using facet modeling.

       4.1. LoG Operator

    The edge of an object is a very important clue as it can connect an image with its interpretation. Edge detection is conducted usually by convolution that uses the surrounding pixels of a narrow area, as in work by Kirsch and Sobel. These operators are easy to use and calculate quickly, but are very sensitive to noise and highly dependent on the magnitude of objects. To compensate for these disadvantages, the operator of edge detection by zero-crossing of second order derivative was applied. This is based on the fact that the result of the first order derivative has the maximum value in the edge of the image, and the result of the second order derivative is zero on the same spot. To get the second order derivative figure of the image, we employed a smoothing filtering. This process reduces noise. The smoothing filter here that we used is 2D Gaussian G (x, y).

    x, y are the image coordinates, σ is the standard deviation of the probability distribution. Gaussian function is often used as normalized form. The normalized Gaussian function is as follow [11].

    In the above equation, σ is the standard deviation of the probability distribution. The standard deviation σ is proportional to the size of the Gaussian operator, and as the pixels get far away from the center of the Gaussian standard deviation, they have less influence. And the pixel farther from 3σ of the Gaussian center has almost no influence. The second derivative image reduced by the Gaussian operator can be obtained through the Laplacian operator. The form of a Laplacian of Gaussian (LoG) is as follows.

    Due to the linearity of the LoG, the convolution and differential operation can be interchangeable. The form is as follows.

    The above equation ∇2 G(x, y) can be calculated in advance, because it is independent of the image. The form of ∇2 G(x, y) is as follows [12]:

    K is a scale factor and makes the sum of all LoG components zero. When σ = 이미지, K = 4232, the 15×15 LoG is as follows:

    This is the upper left part of the matrix because it has a symmetry structure up and down and right and left. We conducted the edge detection for the sample image of TFT-LCD, using the LoG from the above. While we detected the edge, we changed the threshold by 90%, 70%, 50% and 20% of the edge’s maximum size. The result shows that the higher we make the threshold, the smaller noise edges appear.

       4.2. Subpixel Edge Detection

    In general, there are two types of subpixel edge detection methods, the parametric model method [10] and interpolation by interpolating the intensity of the edge. In the parametric model, there is one method of edge detection with subpixel precision after modeling under the assumption that the change of image intensity is a continuous function. Another method is to get a boundary of zero-crossing with subpixel precision. This process is followed by getting a boundary of zero-crossing with pixel precision by LoG and then gets a continuous function with the assumption that the surrounding data of zero-crossing are fitted as a facet model.

       4.2.1. Interpolation

    The sub-pixel edge detection using the interpolation method is as follows. First it extracts the edge at pixel level, and calculates the strength of the edge. Then, it extracts the edge at subpixel level using the parabolic or Gaussian modeling. This method has a precondition that the strength of the edge should be changed continuously and smoothly, also the surrounding area of maximum value of the edge can be modeled as parabolic or Gaussian modeling [14].

    If the pixel level edge PE has the edge strength CE, from (-1, CPRE), (0, CE), (1, CNEXT), the position of the maximum value can be calculated by parabolic or Gaussian modeling. The position calculated by the parabolic modeling is as follows:

    As for the Gaussian modeling, we assume its function as follows:

    When we substituted (-1, CPRE), (0, CE), (1, CNEXT) into function (7) and took the natural logarithm, the result was as follows:

    Using (8), (9) and (10), equation (11) is obtained.

    is the result of equation (8) subtracting (9) and dividing by (11). Here x0 means the difference between PE and PsubE (since the intensity of pixel at x=0 is PE). So we can describe the equation (12), Psub.

    Edge detection by sub-pixel interpolation takes less time because its calculation is relatively simple. But the strength of the edge does not change continuously and smoothly all the time, it may be changed rapidly. So it may be inaccurate to apply a parabolic or Gaussian modeling.

       4.2.2. Parametric Model

    The parametric modeling begins with the idea that in the local area of images, the intensity value can be assumed as a continuous function [15]. It is impossible to express the changes of images’ intensity as a single continuous function, so we obtain a local continuous function called the facet model, with the surrounding pixels in a certain area. Using this continuous function, the intensity value of images at subpixel level can be obtained. The algorithm by the facet model is as follows.

    As shown in the above algorithm, first we calculate the convolution ILoG of Image I by LoG operator. And then, search zero-crossings point within the ILoG. Around each of the zero-crossings, a continuous function can be modeled by the facet model. In this study, the facet model is as follows:

    where -1≤r,c≤1

    When the facet model can be defined as above, the direction of the edge can be obtained as follows.

    Since ILoG(r, c) is a continuous function, which can be expressed as the sum of the orthogonal polynomials, the equation is as follows:

    Pn(r,c) means the set of Chebyshev discrete orthogonal polynomials. an is the weighting coefficients. an can be calculated as follows.

    The weighting coefficients an can be obtained from the above equation. Between polynomial coefficient kn and weighting coefficients an that are previously used in the facet model, the following relation equation has been established.

    Therefore, in order to obtain the facet model, we suggest not to obtain a polynomial coefficient directly, but to obtain the weighting coefficients an first, and then get the kn by using the above equation. And after we gethe facet model, ILoG(r, c) can be calculated with the n level of subpixel precision.

    V. ANALYSIS

    In this study, a sample pattern was produced in the process of TFT-LCD. The distance between the patterns was measured 20 times.

    D1 : The distance between the L1 and L4 D2 : The distance between the L2 and L3

    ▪ Pixel level edge detection

    [TABLE 1.] TFT CD measurement result using pixel level edge detection (unit: um)

    label

    TFT CD measurement result using pixel level edge detection (unit: um)

    ▪ Subpixel level edge detection using parabolic interpolation

    [TABLE 2.] TFT CD measurement result using parabolic interpolation (unit: um)

    label

    TFT CD measurement result using parabolic interpolation (unit: um)

    ▪ Subpixel level edge detection using facet model

    [TABLE 3.] TFT CD measurement result using facet model (unit: um)

    label

    TFT CD measurement result using facet model (unit: um)

    VI. CONCLUSION

    In this study, we conducted research to develop a CD measurement algorithm of more stable and accurate TFT-LCD patterns, and the conclusion is as below.

    1. We built a ring type of the reflected light optics for CD measurement and installed it in the stage. 2. For more accurate and high-speed measurement, we detected the edge’s accuracy of pixel level first, and detected the edge around the detected ones again of subpixel level.3. We used the first differential operator for the edge detection of pixel level. For the edge detection of subpixel accuracy, we modeled the detected edge filtered by LoG with the facet model, and calculated the local intensity continuous function, and obtained the zero-crossing with it.4. We compared the performances between the proposed subpixel edge detection algorithm and the existing interpolated subpixel edge algorithm, and pixel level edge detection. As a result, it is confirmed that the proposed algorithm can detect the edge most reliably and precisely.

참고문헌
  • 1. Yeo T. T. E., Ong S. H., Sinniah R. 1993 “Autofocusing for tissue microscopy,” [Image and Vision Computing] Vol.11 P.629-639 google cross ref
  • 2. Marks D. L., Oldenburg A. L., Reynolds J. J., Boppart S. A. 2003 “Autofocus algorithm for dispersion correction in optical coherence tomography,” [Beckman Institute of Advanced Science and Technology] Vol.42 P.3038-3046 google
  • 3. Kornegay S. E., Dagenais M. 1999 “Focus and edge detection algorithms and their relevance to the development of an optical overlay calibration standard,” [Proc. SPIE] Vol.3677 P.95-106 google
  • 4. Ahn J.-H., Ko J., Lee I.-Y., Kim S.-H. 2011 “A fast continuous auto focus algorithm using the state transition model,” [Pacific Science Review] Vol.13 P.125-130 google
  • 5. Doan N.-T., Moon J. H., Kim T.-W., Pahk H.-J. 2012 “A fast image enhancement technique using a new scanning path for critical dimension measurement of glass panels,” [International Journal of Precision Engineering and Manufacturing] Vol.13 P.2109-2114 google cross ref
  • 6. Lee W., Han S. H., Jeong H. 2011 “Measurement of critical dimension in scanning electron microscope mask images,” [J. Micro/Nanolith, MEMS and MOEMS] Vol.10 P.023003 google cross ref
  • 7. Hur J.-Y, Seo M.-S. 2012 “Optical proximity corrections for digital micro mirror device-based maskless lithography,” [J. Opt. Soc. Korea] Vol.16 P.221-227 google cross ref
  • 8. Nam B. H., Lee H. J. 2002 “Gate CD control for memory chip using total process proximity based correction method,” [J. Opt. Soc. Korea] Vol.6 P.180-184 google cross ref
  • 9. Huertas A., Medioni G. 1986 “Detection of intensity changes with subpixel accuracy using laplacian-gaussian masks,” [IEEE Trans. Pattern Analysis and Machine Intelligence] Vol.8 P.651-664 google
  • 10. Haralick R. M., Shapiro L. G. 1992 Computer and Robot Vision google
  • 11. Sonka M., Hlavac V., Boyle R. 1999 Image Processsing, Analysis, and Machine Vision Sencond Edition P.84 google
  • 12. Marr D., Hildreth E. 1980 “Theory of edge detection,” [Proc. Roy. Soc. London] Vol.B207 P.187-217 google
  • 13. Haralick R. M. 1984 “Digital step edge from zero crossing of second directional derivatives,” [IEEE Computer Society] Vol.6 P.58-68 google
  • 14. Nobach H., Damaschke N., Tropea C. 2005 “High-precision sub-pixel interpolation in particle image velocimetry image processing,” [Experiments in Fluids] Vol.39 P.299-304 google cross ref
  • 15. Nevatial R. 1977 “Evaluation of a simplified Hueckel edge-line detector,” [Computer Graphics and Image Processing] Vol.6 P.582-588 google cross ref
OAK XML 통계
이미지 / 테이블
  • [ FIG. 1. ]  CD measurement System; (a) CD measurement optics, (b) The lens with attached ring lighting apparatus.
    CD measurement System; (a) CD measurement optics, (b) The lens with attached ring lighting apparatus.
  • [ FIG. 2. ]  Measurement system of transmission lighting type.
    Measurement system of transmission lighting type.
  • [ FIG. 3. ]  Measurement head of ring (reflection) light type.
    Measurement head of ring (reflection) light type.
  • [ FIG. 4. ]  Overlay image by transmission and ring (reflection) light; (a) Back lighting (transmission type), (b) Ring lighting type (reflection type).
    Overlay image by transmission and ring (reflection) light; (a) Back lighting (transmission type), (b) Ring lighting type (reflection type).
  • [ FIG. 5. ]  TFT- LCD patterns; (a) TFT upper side coaxial light, (b) TFT upper side ring light, (c) CF upper side coaxial light, (d) CF upper side ring light.
    TFT- LCD patterns; (a) TFT upper side coaxial light, (b) TFT upper side ring light, (c) CF upper side coaxial light, (d) CF upper side ring light.
  • [ FIG. 6. ]  Laplacian Gaussian filter (upper left quadrant).
    Laplacian Gaussian filter (upper left quadrant).
  • [ FIG. 7. ]  Edge image of TFT sample using original LoG filter; (a) Threshold is 20% of Max. edge magnitude, (b) Threshold is 50% of Max. edge magnitude, (c) Threshold is 70% of Max. edge magnitude, (d) Threshold is 90% of Max. edge magnitude.
    Edge image of TFT sample using original LoG filter; (a) Threshold is 20% of Max. edge magnitude, (b) Threshold is 50% of Max. edge magnitude, (c) Threshold is 70% of Max. edge magnitude, (d) Threshold is 90% of Max. edge magnitude.
  • [ FIG. 8. ]  Interpolation for subpixel edge detection.
    Interpolation for subpixel edge detection.
  • [ FIG. 9. ]  Parabolic interpolation for subpixel edge detection; (a) f(x) = erf ( x - 0.5), (b) Discrete derivative, (c) Parabolic interpolation.
    Parabolic interpolation for subpixel edge detection; (a) f(x) = erf ( x - 0.5), (b) Discrete derivative, (c) Parabolic interpolation.
  • [ FIG. 10. ]  Procedure of subpixel edge detection using facet model.
    Procedure of subpixel edge detection using facet model.
  • [ FIG. 11. ]  TFT-LCD sample image and CD.
    TFT-LCD sample image and CD.
  • [ TABLE 1. ]  TFT CD measurement result using pixel level edge detection (unit: um)
    TFT CD measurement result using pixel level edge detection (unit: um)
  • [ TABLE 2. ]  TFT CD measurement result using parabolic interpolation (unit: um)
    TFT CD measurement result using parabolic interpolation (unit: um)
  • [ TABLE 3. ]  TFT CD measurement result using facet model (unit: um)
    TFT CD measurement result using facet model (unit: um)
(우)06579 서울시 서초구 반포대로 201(반포동)
Tel. 02-537-6389 | Fax. 02-590-0571 | 문의 : oak2014@korea.kr
Copyright(c) National Library of Korea. All rights reserved.