Deep Learning Course Exam Project SDIC Master Degree, University of Trieste (UniTS)
October 2024
Stefano Lusardi Marco Tallone Piero Zappi
Classification task dataset
Segmentation task dataset
Images have 4 channels:
Each slice has 3 mask labels (some might be empty):
Mish
Mish
Model | Data augmentation | Scheduler | Activation | L2 regularization |
---|---|---|---|---|
CustomCNN | Yes ✅ | Yes ✅ | Mish | Yes ✅ |
AlexNet | No ❌ | Yes ✅ | ReLU | Yes ✅ |
VGG16 | No ❌ | No ❌ | ReLU | No ❌ |
VIT | Yes ✅ | Yes ✅ | Mish | Yes ✅ |
Model | Loss | Accuracy | Confidence |
---|---|---|---|
CustomCNN | $1.4 \cdot 10^{-3}$ | $99\%$ | $100\%$ |
AlexNet | $1.2 \cdot 10^{-3}$ | $99\%$ | $99.9\%$ |
VGG16 | $8.9 \cdot 10^{-6}$ | $99\%$ | $100\%$ |
VIT | $0.27$ | $90\%$ | $96.1\%$ |
Model | Accuracy | Confidence |
---|---|---|
CustomCNN | $99\%$ | $100\%$ |
AlexNet | $90\%$ | $96.5\%$ |
VGG16 | $95\%$ | $98.0\%$ |
VIT | $88\%$ | $93.3\%$ |
$3$ models for the segmentation task:
$3$ models for the segmentation task:
$3$ models for the segmentation task:
$3$ models for the segmentation task: