Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
lung-segmentation-unet – AI Model by maja011235 | AlphaNeural AI
You can deploy this model and start earning money today!
maja011235
/
lung-segmentation-unet
like
0
keras
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
This model for
lung segmentation in chest X-ray images
is based on a custom U-Net architecture enhanced with:
ASPP (Atrous Spatial Pyramid Pooling)
in the bottleneck to capture multi-scale context and anatomical structures of varying size
SE (Squeeze-and-Excitation) blocks
to enhance channel-wise attention and suppress irrelevant features such as ribs or background noise
Dilated convolutions
in the decoder to increase the receptive field without sacrificing spatial resolution
The model was trained on the
COVID-19 Radiography Database
and evaluated on a dedicated internal validation set.
It achieves a
Dice score of 98.7%
, demonstrating good performance in segmenting lung fields.