SlideShare a Scribd company logo
1 of 5
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
 
KDD2016_DSFEW_paper_4
KDD2016_DSFEW_paper_4KDD2016_DSFEW_paper_4
KDD2016_DSFEW_paper_4
Vikas Chawla
 
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
 
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
 
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
Zihao(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

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

Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
FIDO Alliance
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptx
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governance
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational Performance
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps Productivity
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptx
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software Engineering
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data Science
 

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.