Skip to content

mini808/wafer-defect-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Wafer Defect Detection - Lightweight Mask R-CNN

πŸ§ͺ Overview

This project aims to build a lightweight and efficient Mask R-CNN-based model to detect single and mixed-type defects in wafer maps.
The model incorporates:

  • MobileNetV3 + CBAM as the backbone,
  • FCOS (Anchor-Free RPN) for object proposal,
  • GhostConv for efficient mask head processing.

The goal is to achieve real-time defect detection suitable for semiconductor production environments.


πŸ“ Dataset

We apply preprocessing including:

  • Noise removal, resizing, normalization
  • Data augmentation (rotation, flipping) to address class imbalance

🧠 Model Architecture

  • MobileNetV3 + CBAM
  • FCOS
  • RoI Align + FC layers
  • Classification + BBox Regression
  • GhostConv-based Mask Head

⚑ Designed for efficient instance segmentation and pixel-wise defect localization.


πŸ“Š Evaluation Metrics

We use both detection and efficiency metrics:

Detection:

  • Precision / Recall / F1-Score
  • Accuracy
  • IoU
  • Multi-label Classification Accuracy

Efficiency:

  • FLOPs
  • Model Size (MB)
  • Parameter Count
  • FPS (Frames Per Second)

πŸ”§ Tools

  • Python, PyTorch
  • Google Colab Pro
  • OpenCV, Matplotlib
  • Scikit-learn, NumPy

πŸ‘¨β€πŸ’» Team Members

Name Student ID
백지원 2033014
μ •μœ€μˆ˜ 2172045
ν•œμ§€λ―Ό 2172126
ν™©μˆ˜λΉˆ 2176422
κΉ€μ§€μš° 2272008

πŸ“… Timeline

  • Week 1–3: Project planning, goal setting
  • Week 2–6: Dataset collection and preprocessing
  • Week 4–11: Model development, tuning, and evaluation
  • Regular team meetings: 3 times/week

πŸ“Œ Keywords

Semiconductor, Wafer Defect, Instance Segmentation, Mask R-CNN, MobileNetV3, GhostConv, FCOS, Edge AI, Lightweight Model


πŸ”— References

  • GhostNet (CVPR 2020)
  • MobileNetV3 (ICCV 2019)
  • CBAM (ECCV 2018)
  • FCOS (ICCV 2019)
  • WM-811K & Mixed-Type Wafer Datasets on Kaggle

About

Lightweight Mask R-CNN-based wafer defect detection using MobileNetV3, FCOS, and GhostConv. Team project on semiconductor inspection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors