TL;DR
WaferSegClassNet is a lightweight, end-to-end neural network that simultaneously classifies and segments semiconductor wafer defects, achieving high accuracy with minimal model size and training epochs.
Contribution
This work introduces WaferSegClassNet, a novel encoder-decoder network that efficiently performs joint classification and segmentation of wafer defects, using a shared encoder and advanced loss functions.
Findings
Achieves 98.2% classification accuracy on MixedWM38 dataset.
Attains a dice coefficient of 0.9999 for segmentation.
Requires only 150 training epochs and has a model size of 0.51MB.
Abstract
As the integration density and design intricacy of semiconductor wafers increase, the magnitude and complexity of defects in them are also on the rise. Since the manual inspection of wafer defects is costly, an automated artificial intelligence (AI) based computer-vision approach is highly desired. The previous works on defect analysis have several limitations, such as low accuracy and the need for separate models for classification and segmentation. For analyzing mixed-type defects, some previous works require separately training one model for each defect type, which is non-scalable. In this paper, we present WaferSegClassNet (WSCN), a novel network based on encoder-decoder architecture. WSCN performs simultaneous classification and segmentation of both single and mixed-type wafer defects. WSCN uses a "shared encoder" for classification, and segmentation, which allows training WSCN…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
