Skip to content

This study aims to optimize the U-Net++ architecture for whole-body bone scan image segmentation using the repository "Whole-Body-Bone-Scan-Image-Segmentation-Using-Pseudo-Labeling" as a foundation. The optimization process involves dataset preprocessing, such as pixel intensity normalization, noise reduction, and data augmentation

License

Notifications You must be signed in to change notification settings

Oktovivian/Whole-Body-Bone-Scan-Image-Segmentation-Using-Pseudo-Labeling-with-U-NetPlusPlus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U-Net++

UNet++ is an architecture for semantic segmentation based on the U-Net. Through the use of densely connected nested decoder sub-networks, it enhances extracted feature processing and was reported by its authors to outperform the U-Net in Electron Microscopy (EM), Cell, Nuclei, Brain Tumor, Liver and Lung Nodule medical image segmentation tasks.

image

Key Features

  • Nested Dense Skip Pathways: Redesigned skip connections reduce the semantic gap between encoder and decoder feature maps, enabling the optimizer to learn more efficiently.
  • Deep Supervision: Multi-level supervision during training improves convergence and segmentation accuracy.

Reference

Citation

If you find this work useful, please cite the original paper:

About

This study aims to optimize the U-Net++ architecture for whole-body bone scan image segmentation using the repository "Whole-Body-Bone-Scan-Image-Segmentation-Using-Pseudo-Labeling" as a foundation. The optimization process involves dataset preprocessing, such as pixel intensity normalization, noise reduction, and data augmentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%