PARSE challenge 2022: Pulmonary Arteries Segmentation using Swin U-Net Transformer(Swin UNETR) and U-Net
Akansh Maurya, Kunal Dashrath Patil, Rohan Padhy, Kalluri Ramakrishna, and Ganapathy Krishnamurthi

TL;DR
This paper presents an ensemble deep learning approach combining Swin UNETR and U-Net models for pulmonary arteries segmentation from CT scans, achieving an 84.36% dice score in the MICCAI PARSE 2022 challenge.
Contribution
The work introduces an ensemble of Swin UNETR and U-Net models specifically designed for pulmonary arteries segmentation, demonstrating improved accuracy in a challenge setting.
Findings
Achieved a multi-level dice score of 84.36%.
Ensemble of models improved segmentation performance.
Code is publicly available for reproducibility.
Abstract
In this work, we present our proposed method to segment the pulmonary arteries from the CT scans using Swin UNETR and U-Net-based deep neural network architecture. Six models, three models based on Swin UNETR, and three models based on 3D U-net with residual units were ensemble using a weighted average to make the final segmentation masks. Our team achieved a multi-level dice score of 84.36 percent through this method. The code of our work is available on the following link: https://github.com/akansh12/parse2022. This work is part of the MICCAI PARSE 2022 challenge.
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
TopicsLung Cancer Diagnosis and Treatment · Radiomics and Machine Learning in Medical Imaging · COVID-19 diagnosis using AI
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Softmax · Max Pooling · Batch Normalization · Dense Connections · Position-Wise Feed-Forward Layer · 1x1 Convolution · *Communicated@Fast*How Do I Communicate to Expedia?
