Transformer based Generative Adversarial Network for Liver Segmentation
Ugur Demir, Zheyuan Zhang, Bin Wang, Matthew Antalek, Elif Keles,, Debesh Jha, Amir Borhani, Daniela Ladner, Ulas Bagci

TL;DR
This paper introduces a hybrid Transformer-GAN model for liver segmentation in medical images, leveraging attention mechanisms for improved accuracy and reliability over existing methods.
Contribution
The study presents a novel hybrid architecture combining Transformers with GANs for liver segmentation, enhancing global feature modeling and segmentation credibility assessment.
Findings
Achieved a dice coefficient of 0.9433
Outperformed other Transformer-based methods
Provided more reliable segmentation results
Abstract
Automated liver segmentation from radiology scans (CT, MRI) can improve surgery and therapy planning and follow-up assessment in addition to conventional use for diagnosis and prognosis. Although convolutional neural networks (CNNs) have become the standard image segmentation tasks, more recently this has started to change towards Transformers based architectures because Transformers are taking advantage of capturing long range dependence modeling capability in signals, so called attention mechanism. In this study, we propose a new segmentation approach using a hybrid approach combining the Transformer(s) with the Generative Adversarial Network (GAN) approach. The premise behind this choice is that the self-attention mechanism of the Transformers allows the network to aggregate the high dimensional feature and provide global information modeling. This mechanism provides better…
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
TopicsRadiomics and Machine Learning in Medical Imaging · COVID-19 diagnosis using AI · Medical Imaging and Analysis
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Byte Pair Encoding · Dense Connections · Dropout · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Adam · Residual Connection
