TL;DR
EffiSegNet is a simplified, efficient neural network architecture leveraging transfer learning with a pre-trained backbone for gastrointestinal polyp segmentation, achieving state-of-the-art results with fewer parameters and lower computational cost.
Contribution
This paper introduces EffiSegNet, a novel, simplified segmentation framework that uses a pre-trained CNN backbone and full-scale feature fusion, outperforming existing methods on the Kvasir-SEG dataset.
Findings
Achieved state-of-the-art F1 score of 0.9552 on Kvasir-SEG
Demonstrated high accuracy with a simplified decoder architecture
Validated effectiveness of transfer learning in medical image segmentation
Abstract
This work introduces EffiSegNet, a novel segmentation framework leveraging transfer learning with a pre-trained Convolutional Neural Network (CNN) classifier as its backbone. Deviating from traditional architectures with a symmetric U-shape, EffiSegNet simplifies the decoder and utilizes full-scale feature fusion to minimize computational cost and the number of parameters. We evaluated our model on the gastrointestinal polyp segmentation task using the publicly available Kvasir-SEG dataset, achieving state-of-the-art results. Specifically, the EffiSegNet-B4 network variant achieved an F1 score of 0.9552, mean Dice (mDice) 0.9483, mean Intersection over Union (mIoU) 0.9056, Precision 0.9679, and Recall 0.9429 with a pre-trained backbone - to the best of our knowledge, the highest reported scores in the literature for this dataset. Additional training from scratch also demonstrated…
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.
