Established a baseline using Azure Custom Vision to rapidly prototype a model capable of localizing structural defects in MoS₂ lattices.
Figure 1: Iteration 1 performance metrics from Azure Custom Vision, showing Precision, Recall, and mAP.
To differentiate specific types of defects, we transitioned to YOLOv5 and used Roboflow for advanced multiclass annotation management.
# data.yaml Example
train: ../train/images
val: ../valid/images
nc: 3
names: ['Broken Region', 'Replacement', 'Vacancy']
Applied professional image filters to the raw microscopy data to improve detection of subtle features:
Figure 2: Comparison between raw microscopy data and preprocessed images for enhanced defect visibility.
Figure 3: Intensity line profiles used to confirm model predictions against physical atomic data.
Verified deep learning results using Intensity Line Profiles (Nion Swift) to ensure physical validity:
The final model was evaluated using MoS₂ images from peer-reviewed literature. It demonstrated a high ability to detect defects across unseen images from different sources, proving its value as a generalized tool for semiconductor and material science inspection.