SlideShare a Scribd company logo
Addressing the Challenge of
Wafer Map Classification in
Semiconductor Manufacturing
https://yieldwerx.com/
The field of semiconductor manufacturing is an intricate and intensive process that involves numerous complex chemical and
physical operations. The final yield of the process, which signifies the percentage of functional chips produced from a silicon
wafer, is a primary measure of a fabrication plant's efficiency. However, this yield is often affected by a multitude of factors,
including equipment malfunctions, material impurities, and errors in process control.
Fault detection and classification play a crucial role in optimizing the yield of the process. These faults can be detected and
classified by analyzing wafer maps, which are essentially two-dimensional representations of each die on a silicon wafer. The
wafer map software display defect patterns that correspond to issues in manufacturing, with each defect having a unique
signature that provides clues about the source of the problem.
Machine Learning in Wafer Map Classification
Recently, there have been significant efforts to automate the classification of wafer maps using machine learning (ML),
specifically Convolutional Neural Networks (CNNs). CNNs are a type of deep learning model that excels at recognizing patterns in
images. They are trained on previously annotated wafer maps, and once trained, they can classify new maps into probable defect
categories in real time. This not only reduces costs but also minimizes the manual labor involved in classifying thousands of dies
per wafer manually with the help of die per wafer calculator.
However, a fully automated approach has a significant drawback. Achieving near-perfect accuracy in classification, a requirement
due to the high misclassification cost remains a challenge. Misclassification could potentially result in a high-value chip being
scrapped due to a false-positive detection or a defective chip being passed for packaging due to a false negative, leading to
significant financial losses.
A Semi-Automatic Method
To overcome the limitations of a fully automated approach, a semi-automatic method of wafer map pattern classification is proposed. This
approach selectively utilizes the CNN based on its predictive uncertainty on a given wafer map.
Predictive uncertainty refers to the confidence that the model has in its prediction. If the uncertainty is low, indicating that the CNN has a
high degree of confidence in its prediction, the map is classified using the CNN. Conversely, if the uncertainty is high, indicating that the CNN
is unsure about its prediction, the map is classified manually by a process engineer.
This method, designed to improve the accuracy of CNN in the inference phase, ensures near-perfect accuracy while maximizing CNN
coverage and minimizing engineering effort. Essentially, it combines the strengths of automated classification (speed and scalability) with
manual classification (precision and reliability).
Experimental Results
Experimental tests were conducted using the WM-811k dataset, a large-scale wafer map dataset widely used for training and evaluating
machine learning models in wafer map classification. This dataset contains more than 800,000 wafer maps, each labeled with one of 9 classes
representing different defect types.
The results demonstrated that the semi-automatic method achieved an impressive accuracy rate of over 99% with a CNN coverage of 93%,
meaning that the CNN was able to confidently classify 93% of the wafer maps, with the remaining 7% requiring manual classification by an
engineer.
This finding represents a significant improvement over previous efforts, showcasing the potential of this semi-automatic approach to deliver
high accuracy rates while reducing the workload of process engineers.
Detailed Overview of Wafer Map Classification Using CNNs
Convolutional Neural Networks (CNNs) are a type of deep learning model that is adept at image recognition tasks, making them particularly
suitable for wafer map pattern classification. A wafer map, being a visual representation of a wafer, can be considered as an image with
different pixel intensities corresponding to the state (functional or defective) of each die.
The CNN model architecture generally consists of an input layer, multiple convolutional layers, pooling layers, fully connected layers, and an
output layer. The convolutional layers are responsible for feature extraction from the input wafer maps. These features are then down
sampled in the pooling layers to reduce computation and provide translation invariance. After several iterations of convolutions and pooling,
the output is flattened and passed through fully connected layers for final classification. The output layer employs a softmax function that
gives a probability distribution over the possible defect classes for a given wafer map.
The CNN is trained using a large dataset of annotated wafer maps, where the model learns to associate certain patterns in the wafer maps
with specific defect classes. The performance of the CNN is typically evaluated using a separate validation set and is fine-tuned to minimize
classification errors.
The Role of Predictive Uncertainty in the Semi-Automatic Approach
The concept of predictive uncertainty is central to the proposed semi-automatic approach. It refers to the confidence the CNN has in its
prediction for a given wafer map. A low predictive uncertainty means that the CNN has a high degree of confidence in its prediction, and
therefore, the map is classified using the CNN. On the other hand, a high predictive uncertainty means that the CNN is unsure about its
prediction, leading to the map being classified manually by a process yield engineer.
Predictive uncertainty can be estimated in multiple ways. One common approach is to use dropout at test time, a method known as Monte
Carlo Dropout. By dropping out random neurons during each forward pass at test time, we obtain a distribution of predictions from which we
can estimate the model's uncertainty.
The threshold that determines whether the predictive uncertainty is high or low is a hyperparameter that can be adjusted based on the
requirements and constraints of the semiconductor manufacturing process.
The Practical Implications and Benefits of the Semi-Automatic Approach
In the context of semiconductor manufacturing, the proposed semi-automatic approach offers several practical benefits. First, it combines the
strengths of CNNs (speed and scalability) with those of process engineers (precision and reliability), enabling high-throughput and accurate wafer
map classification.
Second, the semi-automatic method addresses the challenge of misclassification, which can lead to significant financial losses. By utilizing human
expertise when the CNN's predictive uncertainty is high, the method reduces the likelihood of misclassification and thus safeguards the economic
viability of the manufacturing process.
Third, the semi-automatic approach can help manage workforce resources more effectively. By automating the classification of wafer maps with
low predictive uncertainty, process engineers can focus their efforts on more challenging cases that require in-depth analysis, enhancing the
overall productivity of the manufacturing process.
Lastly, by providing an additional layer of scrutiny for wafer map classification, the semi-automatic approach helps improve the overall yield of the
manufacturing process. By detecting and categorizing defects more accurately, process engineers can better understand the root causes of these
defects and take corrective measures, thereby optimizing the yield of the process.
Conclusion
In conclusion, the semi-automatic wafer map pattern classification method offers an efficient solution for achieving near-perfect accuracy in
semiconductor manufacturing. This method successfully manages the high costs of misclassification associated with fully automated systems,
leveraging the strengths of both CNNs and process engineers. By harnessing the power of AI, we can ensure higher wafer yield, reduce wastage,
and streamline the semiconductor manufacturing process.
References
1. Berrar, D., & Grébici, D. (2021). Data Mining in Semiconductor Manufacturing. CRC Press.
2. Ngan, H. Y. T., Lau, H., & Mak, K. L. (2018). Wafer map defect pattern classification and image retrieval using Convolutional Neural
Network. IEEE Transactions on Semiconductor Manufacturing, 31(1), 95-104.
3. Suh, S. C., & Kim, I. S. (2020). A comprehensive review of semiconductor wafer map defect pattern recognition. Journal of Semiconductor
Technology and Science, 20(1), 1-19.

More Related Content

Similar to Addressing the Challenge of Wafer Map Classification in Semiconductor Manufacturing.pptx

1-s2.0-S1474034622002737-main.pdf
1-s2.0-S1474034622002737-main.pdf1-s2.0-S1474034622002737-main.pdf
1-s2.0-S1474034622002737-main.pdf
archurssu
 
BLOOD TISSUE IMAGE TO IDENTIFY MALARIA DISEASE CLASSIFICATION
BLOOD TISSUE IMAGE TO IDENTIFY MALARIA DISEASE CLASSIFICATIONBLOOD TISSUE IMAGE TO IDENTIFY MALARIA DISEASE CLASSIFICATION
BLOOD TISSUE IMAGE TO IDENTIFY MALARIA DISEASE CLASSIFICATION
IRJET Journal
 
KDD2016_DSFEW_paper_4
KDD2016_DSFEW_paper_4KDD2016_DSFEW_paper_4
KDD2016_DSFEW_paper_4Vikas Chawla
 
A hybrid approach for face recognition using a convolutional neural network c...
A hybrid approach for face recognition using a convolutional neural network c...A hybrid approach for face recognition using a convolutional neural network c...
A hybrid approach for face recognition using a convolutional neural network c...
IAESIJAI
 
Quick NC simulation & verification for high speed machining
Quick NC simulation & verification for high speed machiningQuick NC simulation & verification for high speed machining
Quick NC simulation & verification for high speed machining
Liu PeiLing
 
Product defect detection based on convolutional autoencoder and one-class cla...
Product defect detection based on convolutional autoencoder and one-class cla...Product defect detection based on convolutional autoencoder and one-class cla...
Product defect detection based on convolutional autoencoder and one-class cla...
IAESIJAI
 
IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 65, NO. 3, M.docx
IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 65, NO. 3, M.docxIEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 65, NO. 3, M.docx
IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 65, NO. 3, M.docx
sheronlewthwaite
 
EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...
EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...
EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...
csandit
 
Pipeline anomaly detection
Pipeline anomaly detectionPipeline anomaly detection
Pipeline anomaly detection
GauravBiswas9
 
An Efficient Approach Towards Mitigating Soft Errors Risks
An Efficient Approach Towards Mitigating Soft Errors RisksAn Efficient Approach Towards Mitigating Soft Errors Risks
An Efficient Approach Towards Mitigating Soft Errors Risks
sipij
 
DSUS_MAO_2012_Jie
DSUS_MAO_2012_JieDSUS_MAO_2012_Jie
DSUS_MAO_2012_Jie
MDO_Lab
 
IRJET- A Fruit Quality Inspection Sytem using Faster Region Convolutional...
IRJET-  	  A Fruit Quality Inspection Sytem using Faster Region Convolutional...IRJET-  	  A Fruit Quality Inspection Sytem using Faster Region Convolutional...
IRJET- A Fruit Quality Inspection Sytem using Faster Region Convolutional...
IRJET Journal
 
Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...
journalBEEI
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET Journal
 
SKIN DISEASE IMAGE RECOGNITION USING DEEPLEARNING TECHNIQUES: A REVIEW
SKIN DISEASE IMAGE RECOGNITION USING DEEPLEARNING TECHNIQUES: A REVIEWSKIN DISEASE IMAGE RECOGNITION USING DEEPLEARNING TECHNIQUES: A REVIEW
SKIN DISEASE IMAGE RECOGNITION USING DEEPLEARNING TECHNIQUES: A REVIEW
IRJET Journal
 
Identifying Parking Spots from Surveillance Cameras using CNN
Identifying Parking Spots from Surveillance Cameras using CNNIdentifying Parking Spots from Surveillance Cameras using CNN
Identifying Parking Spots from Surveillance Cameras using CNN
IRJET Journal
 
Paper of master_thesis
Paper of master_thesisPaper of master_thesis
Paper of master_thesis
Seoung-Ho Choi
 
Automatic Detection of Window Regions in Indoor Point Clouds Using R-CNN
Automatic Detection of Window Regions in Indoor Point Clouds Using R-CNNAutomatic Detection of Window Regions in Indoor Point Clouds Using R-CNN
Automatic Detection of Window Regions in Indoor Point Clouds Using R-CNNZihao(Gerald) Zhang
 

Similar to Addressing the Challenge of Wafer Map Classification in Semiconductor Manufacturing.pptx (20)

1-s2.0-S1474034622002737-main.pdf
1-s2.0-S1474034622002737-main.pdf1-s2.0-S1474034622002737-main.pdf
1-s2.0-S1474034622002737-main.pdf
 
BLOOD TISSUE IMAGE TO IDENTIFY MALARIA DISEASE CLASSIFICATION
BLOOD TISSUE IMAGE TO IDENTIFY MALARIA DISEASE CLASSIFICATIONBLOOD TISSUE IMAGE TO IDENTIFY MALARIA DISEASE CLASSIFICATION
BLOOD TISSUE IMAGE TO IDENTIFY MALARIA DISEASE CLASSIFICATION
 
KDD2016_DSFEW_paper_4
KDD2016_DSFEW_paper_4KDD2016_DSFEW_paper_4
KDD2016_DSFEW_paper_4
 
A hybrid approach for face recognition using a convolutional neural network c...
A hybrid approach for face recognition using a convolutional neural network c...A hybrid approach for face recognition using a convolutional neural network c...
A hybrid approach for face recognition using a convolutional neural network c...
 
Quick NC simulation & verification for high speed machining
Quick NC simulation & verification for high speed machiningQuick NC simulation & verification for high speed machining
Quick NC simulation & verification for high speed machining
 
Product defect detection based on convolutional autoencoder and one-class cla...
Product defect detection based on convolutional autoencoder and one-class cla...Product defect detection based on convolutional autoencoder and one-class cla...
Product defect detection based on convolutional autoencoder and one-class cla...
 
IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 65, NO. 3, M.docx
IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 65, NO. 3, M.docxIEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 65, NO. 3, M.docx
IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 65, NO. 3, M.docx
 
EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...
EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...
EFFICIENT USE OF HYBRID ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM COMBINED WITH N...
 
Pipeline anomaly detection
Pipeline anomaly detectionPipeline anomaly detection
Pipeline anomaly detection
 
An Efficient Approach Towards Mitigating Soft Errors Risks
An Efficient Approach Towards Mitigating Soft Errors RisksAn Efficient Approach Towards Mitigating Soft Errors Risks
An Efficient Approach Towards Mitigating Soft Errors Risks
 
DSUS_MAO_2012_Jie
DSUS_MAO_2012_JieDSUS_MAO_2012_Jie
DSUS_MAO_2012_Jie
 
IRJET- A Fruit Quality Inspection Sytem using Faster Region Convolutional...
IRJET-  	  A Fruit Quality Inspection Sytem using Faster Region Convolutional...IRJET-  	  A Fruit Quality Inspection Sytem using Faster Region Convolutional...
IRJET- A Fruit Quality Inspection Sytem using Faster Region Convolutional...
 
Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
 
SKIN DISEASE IMAGE RECOGNITION USING DEEPLEARNING TECHNIQUES: A REVIEW
SKIN DISEASE IMAGE RECOGNITION USING DEEPLEARNING TECHNIQUES: A REVIEWSKIN DISEASE IMAGE RECOGNITION USING DEEPLEARNING TECHNIQUES: A REVIEW
SKIN DISEASE IMAGE RECOGNITION USING DEEPLEARNING TECHNIQUES: A REVIEW
 
Identifying Parking Spots from Surveillance Cameras using CNN
Identifying Parking Spots from Surveillance Cameras using CNNIdentifying Parking Spots from Surveillance Cameras using CNN
Identifying Parking Spots from Surveillance Cameras using CNN
 
Paper of master_thesis
Paper of master_thesisPaper of master_thesis
Paper of master_thesis
 
Automatic Detection of Window Regions in Indoor Point Clouds Using R-CNN
Automatic Detection of Window Regions in Indoor Point Clouds Using R-CNNAutomatic Detection of Window Regions in Indoor Point Clouds Using R-CNN
Automatic Detection of Window Regions in Indoor Point Clouds Using R-CNN
 
Af03401810185..
Af03401810185..Af03401810185..
Af03401810185..
 
DA1-IOT.pptx
DA1-IOT.pptxDA1-IOT.pptx
DA1-IOT.pptx
 

More from yieldWerx Semiconductor

Enhancing Quality Control with Statistical Process Control (SPC) in the Semic...
Enhancing Quality Control with Statistical Process Control (SPC) in the Semic...Enhancing Quality Control with Statistical Process Control (SPC) in the Semic...
Enhancing Quality Control with Statistical Process Control (SPC) in the Semic...
yieldWerx Semiconductor
 
Harnessing the Power of Yield Management and Statistical Process Control in S...
Harnessing the Power of Yield Management and Statistical Process Control in S...Harnessing the Power of Yield Management and Statistical Process Control in S...
Harnessing the Power of Yield Management and Statistical Process Control in S...
yieldWerx Semiconductor
 
The Indispensable Role of Outlier Detection for Ensuring Semiconductor Qualit...
The Indispensable Role of Outlier Detection for Ensuring Semiconductor Qualit...The Indispensable Role of Outlier Detection for Ensuring Semiconductor Qualit...
The Indispensable Role of Outlier Detection for Ensuring Semiconductor Qualit...
yieldWerx Semiconductor
 
Optimizing Semiconductor Yield with Robust WAT and PCM Processes.pptx
Optimizing Semiconductor Yield with Robust WAT and PCM Processes.pptxOptimizing Semiconductor Yield with Robust WAT and PCM Processes.pptx
Optimizing Semiconductor Yield with Robust WAT and PCM Processes.pptx
yieldWerx Semiconductor
 
Intricate Deep Dive into the Enhancement of Yield Management Strategies in Se...
Intricate Deep Dive into the Enhancement of Yield Management Strategies in Se...Intricate Deep Dive into the Enhancement of Yield Management Strategies in Se...
Intricate Deep Dive into the Enhancement of Yield Management Strategies in Se...
yieldWerx Semiconductor
 
Unraveling the Secrets to Optimizing Yield in Semiconductor Manufacturing.pptx
Unraveling the Secrets to Optimizing Yield in Semiconductor Manufacturing.pptxUnraveling the Secrets to Optimizing Yield in Semiconductor Manufacturing.pptx
Unraveling the Secrets to Optimizing Yield in Semiconductor Manufacturing.pptx
yieldWerx Semiconductor
 
The Evolving Landscape of Semiconductor Manufacturing to Mitigate Yield Losse...
The Evolving Landscape of Semiconductor Manufacturing to Mitigate Yield Losse...The Evolving Landscape of Semiconductor Manufacturing to Mitigate Yield Losse...
The Evolving Landscape of Semiconductor Manufacturing to Mitigate Yield Losse...
yieldWerx Semiconductor
 
Outlier Detection in Data Mining An Essential Component of Semiconductor Manu...
Outlier Detection in Data Mining An Essential Component of Semiconductor Manu...Outlier Detection in Data Mining An Essential Component of Semiconductor Manu...
Outlier Detection in Data Mining An Essential Component of Semiconductor Manu...
yieldWerx Semiconductor
 
Innovating Quality Control in the Semiconductor Manufacturing Industry.pptx
Innovating Quality Control in the Semiconductor Manufacturing Industry.pptxInnovating Quality Control in the Semiconductor Manufacturing Industry.pptx
Innovating Quality Control in the Semiconductor Manufacturing Industry.pptx
yieldWerx Semiconductor
 
The Role and Detection of Outliers in Semiconductor Quality Control.pptx
The Role and Detection of Outliers in Semiconductor Quality Control.pptxThe Role and Detection of Outliers in Semiconductor Quality Control.pptx
The Role and Detection of Outliers in Semiconductor Quality Control.pptx
yieldWerx Semiconductor
 
A Holistic Approach to Yield Improvement in the Semiconductor Manufacturing I...
A Holistic Approach to Yield Improvement in the Semiconductor Manufacturing I...A Holistic Approach to Yield Improvement in the Semiconductor Manufacturing I...
A Holistic Approach to Yield Improvement in the Semiconductor Manufacturing I...
yieldWerx Semiconductor
 
Process Control Monitoring (PCM) and Wafer Acceptance Test (WAT) in the Semic...
Process Control Monitoring (PCM) and Wafer Acceptance Test (WAT) in the Semic...Process Control Monitoring (PCM) and Wafer Acceptance Test (WAT) in the Semic...
Process Control Monitoring (PCM) and Wafer Acceptance Test (WAT) in the Semic...
yieldWerx Semiconductor
 
Improving Yield and Quality in Semiconductor Manufacturing with Indispensable...
Improving Yield and Quality in Semiconductor Manufacturing with Indispensable...Improving Yield and Quality in Semiconductor Manufacturing with Indispensable...
Improving Yield and Quality in Semiconductor Manufacturing with Indispensable...
yieldWerx Semiconductor
 
Essentials of Gauge R&R in Ensuring Quality in Semiconductor Manufacturing.pptx
Essentials of Gauge R&R in Ensuring Quality in Semiconductor Manufacturing.pptxEssentials of Gauge R&R in Ensuring Quality in Semiconductor Manufacturing.pptx
Essentials of Gauge R&R in Ensuring Quality in Semiconductor Manufacturing.pptx
yieldWerx Semiconductor
 
Maximizing Production Efficiency with Big Data Analytics in semiconductor Man...
Maximizing Production Efficiency with Big Data Analytics in semiconductor Man...Maximizing Production Efficiency with Big Data Analytics in semiconductor Man...
Maximizing Production Efficiency with Big Data Analytics in semiconductor Man...
yieldWerx Semiconductor
 
Analytics Solutions for the Semiconductor Manufacturing Industry.pptx
Analytics Solutions for the Semiconductor Manufacturing Industry.pptxAnalytics Solutions for the Semiconductor Manufacturing Industry.pptx
Analytics Solutions for the Semiconductor Manufacturing Industry.pptx
yieldWerx Semiconductor
 
Advanced Methods for Outlier Detection and Analysis in Semiconductor Manufact...
Advanced Methods for Outlier Detection and Analysis in Semiconductor Manufact...Advanced Methods for Outlier Detection and Analysis in Semiconductor Manufact...
Advanced Methods for Outlier Detection and Analysis in Semiconductor Manufact...
yieldWerx Semiconductor
 
Understanding the Dynamics of Semiconductor Manufacturing Yield Analysis and ...
Understanding the Dynamics of Semiconductor Manufacturing Yield Analysis and ...Understanding the Dynamics of Semiconductor Manufacturing Yield Analysis and ...
Understanding the Dynamics of Semiconductor Manufacturing Yield Analysis and ...
yieldWerx Semiconductor
 
Enhancing Yield in IC Design and Elevating YMS with AI and Machine Learning.pptx
Enhancing Yield in IC Design and Elevating YMS with AI and Machine Learning.pptxEnhancing Yield in IC Design and Elevating YMS with AI and Machine Learning.pptx
Enhancing Yield in IC Design and Elevating YMS with AI and Machine Learning.pptx
yieldWerx Semiconductor
 
Technological Advancements in Semiconductor Manufacturing.pptx
Technological Advancements in Semiconductor Manufacturing.pptxTechnological Advancements in Semiconductor Manufacturing.pptx
Technological Advancements in Semiconductor Manufacturing.pptx
yieldWerx Semiconductor
 

More from yieldWerx Semiconductor (20)

Enhancing Quality Control with Statistical Process Control (SPC) in the Semic...
Enhancing Quality Control with Statistical Process Control (SPC) in the Semic...Enhancing Quality Control with Statistical Process Control (SPC) in the Semic...
Enhancing Quality Control with Statistical Process Control (SPC) in the Semic...
 
Harnessing the Power of Yield Management and Statistical Process Control in S...
Harnessing the Power of Yield Management and Statistical Process Control in S...Harnessing the Power of Yield Management and Statistical Process Control in S...
Harnessing the Power of Yield Management and Statistical Process Control in S...
 
The Indispensable Role of Outlier Detection for Ensuring Semiconductor Qualit...
The Indispensable Role of Outlier Detection for Ensuring Semiconductor Qualit...The Indispensable Role of Outlier Detection for Ensuring Semiconductor Qualit...
The Indispensable Role of Outlier Detection for Ensuring Semiconductor Qualit...
 
Optimizing Semiconductor Yield with Robust WAT and PCM Processes.pptx
Optimizing Semiconductor Yield with Robust WAT and PCM Processes.pptxOptimizing Semiconductor Yield with Robust WAT and PCM Processes.pptx
Optimizing Semiconductor Yield with Robust WAT and PCM Processes.pptx
 
Intricate Deep Dive into the Enhancement of Yield Management Strategies in Se...
Intricate Deep Dive into the Enhancement of Yield Management Strategies in Se...Intricate Deep Dive into the Enhancement of Yield Management Strategies in Se...
Intricate Deep Dive into the Enhancement of Yield Management Strategies in Se...
 
Unraveling the Secrets to Optimizing Yield in Semiconductor Manufacturing.pptx
Unraveling the Secrets to Optimizing Yield in Semiconductor Manufacturing.pptxUnraveling the Secrets to Optimizing Yield in Semiconductor Manufacturing.pptx
Unraveling the Secrets to Optimizing Yield in Semiconductor Manufacturing.pptx
 
The Evolving Landscape of Semiconductor Manufacturing to Mitigate Yield Losse...
The Evolving Landscape of Semiconductor Manufacturing to Mitigate Yield Losse...The Evolving Landscape of Semiconductor Manufacturing to Mitigate Yield Losse...
The Evolving Landscape of Semiconductor Manufacturing to Mitigate Yield Losse...
 
Outlier Detection in Data Mining An Essential Component of Semiconductor Manu...
Outlier Detection in Data Mining An Essential Component of Semiconductor Manu...Outlier Detection in Data Mining An Essential Component of Semiconductor Manu...
Outlier Detection in Data Mining An Essential Component of Semiconductor Manu...
 
Innovating Quality Control in the Semiconductor Manufacturing Industry.pptx
Innovating Quality Control in the Semiconductor Manufacturing Industry.pptxInnovating Quality Control in the Semiconductor Manufacturing Industry.pptx
Innovating Quality Control in the Semiconductor Manufacturing Industry.pptx
 
The Role and Detection of Outliers in Semiconductor Quality Control.pptx
The Role and Detection of Outliers in Semiconductor Quality Control.pptxThe Role and Detection of Outliers in Semiconductor Quality Control.pptx
The Role and Detection of Outliers in Semiconductor Quality Control.pptx
 
A Holistic Approach to Yield Improvement in the Semiconductor Manufacturing I...
A Holistic Approach to Yield Improvement in the Semiconductor Manufacturing I...A Holistic Approach to Yield Improvement in the Semiconductor Manufacturing I...
A Holistic Approach to Yield Improvement in the Semiconductor Manufacturing I...
 
Process Control Monitoring (PCM) and Wafer Acceptance Test (WAT) in the Semic...
Process Control Monitoring (PCM) and Wafer Acceptance Test (WAT) in the Semic...Process Control Monitoring (PCM) and Wafer Acceptance Test (WAT) in the Semic...
Process Control Monitoring (PCM) and Wafer Acceptance Test (WAT) in the Semic...
 
Improving Yield and Quality in Semiconductor Manufacturing with Indispensable...
Improving Yield and Quality in Semiconductor Manufacturing with Indispensable...Improving Yield and Quality in Semiconductor Manufacturing with Indispensable...
Improving Yield and Quality in Semiconductor Manufacturing with Indispensable...
 
Essentials of Gauge R&R in Ensuring Quality in Semiconductor Manufacturing.pptx
Essentials of Gauge R&R in Ensuring Quality in Semiconductor Manufacturing.pptxEssentials of Gauge R&R in Ensuring Quality in Semiconductor Manufacturing.pptx
Essentials of Gauge R&R in Ensuring Quality in Semiconductor Manufacturing.pptx
 
Maximizing Production Efficiency with Big Data Analytics in semiconductor Man...
Maximizing Production Efficiency with Big Data Analytics in semiconductor Man...Maximizing Production Efficiency with Big Data Analytics in semiconductor Man...
Maximizing Production Efficiency with Big Data Analytics in semiconductor Man...
 
Analytics Solutions for the Semiconductor Manufacturing Industry.pptx
Analytics Solutions for the Semiconductor Manufacturing Industry.pptxAnalytics Solutions for the Semiconductor Manufacturing Industry.pptx
Analytics Solutions for the Semiconductor Manufacturing Industry.pptx
 
Advanced Methods for Outlier Detection and Analysis in Semiconductor Manufact...
Advanced Methods for Outlier Detection and Analysis in Semiconductor Manufact...Advanced Methods for Outlier Detection and Analysis in Semiconductor Manufact...
Advanced Methods for Outlier Detection and Analysis in Semiconductor Manufact...
 
Understanding the Dynamics of Semiconductor Manufacturing Yield Analysis and ...
Understanding the Dynamics of Semiconductor Manufacturing Yield Analysis and ...Understanding the Dynamics of Semiconductor Manufacturing Yield Analysis and ...
Understanding the Dynamics of Semiconductor Manufacturing Yield Analysis and ...
 
Enhancing Yield in IC Design and Elevating YMS with AI and Machine Learning.pptx
Enhancing Yield in IC Design and Elevating YMS with AI and Machine Learning.pptxEnhancing Yield in IC Design and Elevating YMS with AI and Machine Learning.pptx
Enhancing Yield in IC Design and Elevating YMS with AI and Machine Learning.pptx
 
Technological Advancements in Semiconductor Manufacturing.pptx
Technological Advancements in Semiconductor Manufacturing.pptxTechnological Advancements in Semiconductor Manufacturing.pptx
Technological Advancements in Semiconductor Manufacturing.pptx
 

Recently uploaded

Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 

Recently uploaded (20)

Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 

Addressing the Challenge of Wafer Map Classification in Semiconductor Manufacturing.pptx

  • 1. Addressing the Challenge of Wafer Map Classification in Semiconductor Manufacturing https://yieldwerx.com/
  • 2. The field of semiconductor manufacturing is an intricate and intensive process that involves numerous complex chemical and physical operations. The final yield of the process, which signifies the percentage of functional chips produced from a silicon wafer, is a primary measure of a fabrication plant's efficiency. However, this yield is often affected by a multitude of factors, including equipment malfunctions, material impurities, and errors in process control. Fault detection and classification play a crucial role in optimizing the yield of the process. These faults can be detected and classified by analyzing wafer maps, which are essentially two-dimensional representations of each die on a silicon wafer. The wafer map software display defect patterns that correspond to issues in manufacturing, with each defect having a unique signature that provides clues about the source of the problem. Machine Learning in Wafer Map Classification Recently, there have been significant efforts to automate the classification of wafer maps using machine learning (ML), specifically Convolutional Neural Networks (CNNs). CNNs are a type of deep learning model that excels at recognizing patterns in images. They are trained on previously annotated wafer maps, and once trained, they can classify new maps into probable defect categories in real time. This not only reduces costs but also minimizes the manual labor involved in classifying thousands of dies per wafer manually with the help of die per wafer calculator. However, a fully automated approach has a significant drawback. Achieving near-perfect accuracy in classification, a requirement due to the high misclassification cost remains a challenge. Misclassification could potentially result in a high-value chip being scrapped due to a false-positive detection or a defective chip being passed for packaging due to a false negative, leading to significant financial losses.
  • 3. A Semi-Automatic Method To overcome the limitations of a fully automated approach, a semi-automatic method of wafer map pattern classification is proposed. This approach selectively utilizes the CNN based on its predictive uncertainty on a given wafer map. Predictive uncertainty refers to the confidence that the model has in its prediction. If the uncertainty is low, indicating that the CNN has a high degree of confidence in its prediction, the map is classified using the CNN. Conversely, if the uncertainty is high, indicating that the CNN is unsure about its prediction, the map is classified manually by a process engineer. This method, designed to improve the accuracy of CNN in the inference phase, ensures near-perfect accuracy while maximizing CNN coverage and minimizing engineering effort. Essentially, it combines the strengths of automated classification (speed and scalability) with manual classification (precision and reliability). Experimental Results Experimental tests were conducted using the WM-811k dataset, a large-scale wafer map dataset widely used for training and evaluating machine learning models in wafer map classification. This dataset contains more than 800,000 wafer maps, each labeled with one of 9 classes representing different defect types. The results demonstrated that the semi-automatic method achieved an impressive accuracy rate of over 99% with a CNN coverage of 93%, meaning that the CNN was able to confidently classify 93% of the wafer maps, with the remaining 7% requiring manual classification by an engineer. This finding represents a significant improvement over previous efforts, showcasing the potential of this semi-automatic approach to deliver high accuracy rates while reducing the workload of process engineers.
  • 4. Detailed Overview of Wafer Map Classification Using CNNs Convolutional Neural Networks (CNNs) are a type of deep learning model that is adept at image recognition tasks, making them particularly suitable for wafer map pattern classification. A wafer map, being a visual representation of a wafer, can be considered as an image with different pixel intensities corresponding to the state (functional or defective) of each die. The CNN model architecture generally consists of an input layer, multiple convolutional layers, pooling layers, fully connected layers, and an output layer. The convolutional layers are responsible for feature extraction from the input wafer maps. These features are then down sampled in the pooling layers to reduce computation and provide translation invariance. After several iterations of convolutions and pooling, the output is flattened and passed through fully connected layers for final classification. The output layer employs a softmax function that gives a probability distribution over the possible defect classes for a given wafer map. The CNN is trained using a large dataset of annotated wafer maps, where the model learns to associate certain patterns in the wafer maps with specific defect classes. The performance of the CNN is typically evaluated using a separate validation set and is fine-tuned to minimize classification errors. The Role of Predictive Uncertainty in the Semi-Automatic Approach The concept of predictive uncertainty is central to the proposed semi-automatic approach. It refers to the confidence the CNN has in its prediction for a given wafer map. A low predictive uncertainty means that the CNN has a high degree of confidence in its prediction, and therefore, the map is classified using the CNN. On the other hand, a high predictive uncertainty means that the CNN is unsure about its prediction, leading to the map being classified manually by a process yield engineer. Predictive uncertainty can be estimated in multiple ways. One common approach is to use dropout at test time, a method known as Monte Carlo Dropout. By dropping out random neurons during each forward pass at test time, we obtain a distribution of predictions from which we can estimate the model's uncertainty. The threshold that determines whether the predictive uncertainty is high or low is a hyperparameter that can be adjusted based on the requirements and constraints of the semiconductor manufacturing process.
  • 5. The Practical Implications and Benefits of the Semi-Automatic Approach In the context of semiconductor manufacturing, the proposed semi-automatic approach offers several practical benefits. First, it combines the strengths of CNNs (speed and scalability) with those of process engineers (precision and reliability), enabling high-throughput and accurate wafer map classification. Second, the semi-automatic method addresses the challenge of misclassification, which can lead to significant financial losses. By utilizing human expertise when the CNN's predictive uncertainty is high, the method reduces the likelihood of misclassification and thus safeguards the economic viability of the manufacturing process. Third, the semi-automatic approach can help manage workforce resources more effectively. By automating the classification of wafer maps with low predictive uncertainty, process engineers can focus their efforts on more challenging cases that require in-depth analysis, enhancing the overall productivity of the manufacturing process. Lastly, by providing an additional layer of scrutiny for wafer map classification, the semi-automatic approach helps improve the overall yield of the manufacturing process. By detecting and categorizing defects more accurately, process engineers can better understand the root causes of these defects and take corrective measures, thereby optimizing the yield of the process. Conclusion In conclusion, the semi-automatic wafer map pattern classification method offers an efficient solution for achieving near-perfect accuracy in semiconductor manufacturing. This method successfully manages the high costs of misclassification associated with fully automated systems, leveraging the strengths of both CNNs and process engineers. By harnessing the power of AI, we can ensure higher wafer yield, reduce wastage, and streamline the semiconductor manufacturing process. References 1. Berrar, D., & Grébici, D. (2021). Data Mining in Semiconductor Manufacturing. CRC Press. 2. Ngan, H. Y. T., Lau, H., & Mak, K. L. (2018). Wafer map defect pattern classification and image retrieval using Convolutional Neural Network. IEEE Transactions on Semiconductor Manufacturing, 31(1), 95-104. 3. Suh, S. C., & Kim, I. S. (2020). A comprehensive review of semiconductor wafer map defect pattern recognition. Journal of Semiconductor Technology and Science, 20(1), 1-19.