-
Notifications
You must be signed in to change notification settings - Fork 0
Model Architecture
Sheshank Singh edited this page Nov 3, 2025
·
1 revision
ResUNet++ is a hybrid model combining:
- Residual connections (from ResNet) to improve gradient flow
- Attention gates to focus on lung regions
- Dense skip connections to preserve fine details
- Squeeze-and-Excitation blocks for adaptive feature recalibration
This makes it more effective for lung boundary segmentation compared to traditional U-Net.
- Lightweight CNN architecture optimized for efficiency and accuracy.
- Pretrained on ImageNet and fine-tuned for TB classification.
- Final output layer:
sigmoidactivation → probability of TB-positive case.
| Task | Loss Function |
|---|---|
| Segmentation | Dice Loss |
| Classification | Binary Cross Entropy |