Transfer Learning U-Net Deep Learning for Lung Ultrasound Segmentation
Dorothy Cheng, Edmund Y. Lam

TL;DR
This paper compares transfer learning techniques using U-Net for lung ultrasound rib segmentation, demonstrating that pre-training on natural images and data augmentation improve segmentation accuracy and artifact reduction.
Contribution
It introduces and evaluates two transfer learning approaches for U-Net in lung ultrasound segmentation, highlighting the effectiveness of pre-training and fine-tuning strategies.
Findings
X-Unet achieved more accurate visual results despite lower DICE scores.
Full fine-tuning slightly outperformed partial freezing.
Dataset size and data augmentation significantly impact performance.
Abstract
Transfer learning (TL) for medical image segmentation helps deep learning models achieve more accurate performances when there are scarce medical images. This study focuses on completing segmentation of the ribs from lung ultrasound images and finding the best TL technique with U-Net, a convolutional neural network for precise and fast image segmentation. Two approaches of TL were used, using a pre-trained VGG16 model to build the U-Net (V-Unet) and pre-training U-Net network with grayscale natural salient object dataset (X-Unet). Visual results and dice coefficients (DICE) of the models were compared. X-Unet showed more accurate and artifact-free visual performances on the actual mask prediction, despite its lower DICE than V-Unet. A partial-frozen network fine-tuning (FT) technique was also applied to X-Unet to compare results between different FT strategies, which FT all layers…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI · Lung Cancer Diagnosis and Treatment · Radiomics and Machine Learning in Medical Imaging
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · Convolution · Concatenated Skip Connection · U-Net
