You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data split : 1,769 for Training set, 379 for valid set, 380 for Test set.
Label : defect classification category (shown in below table).
Sample Imgaes
Framework
We implement two models with three ensemble that we have mentioned before. The work flow of our project is as below:
Experimental Results
Single Model
First, we implement only single machine to do detection, the result is as below:
We can observe the results and figure out that EfficientNet gets better performance than CoAtNet.
In addition, we visualize the picture by using grad cam after processed through the prediction. With Grad-CAM, we can understand the basis for the model's predictions.
Ensemble method part
Here, we implement the three ensemble method (Voting, Soft Gradient Boosting, Snapshot Ensemble)
Acc of Two Model
Acc of Three Model
Conclusion
Models
In general, EffiecientNet got higher accuracy than coAtNet.
CoAtNet performs better only when using Snapshot Ensemble of three models.
Ensemble
Voting Classifier got both 100% with two models
Soft Gradient Boosting has higher accuracy when ensemble 2 models
Snapshot Ensemble has higher accuracy when ensemble 3 models