Lightweight Encoder-Decoder Architecture for Foot Ulcer Segmentation
Shahzad Ali, Arif Mahmood, Soon Ki Jung

TL;DR
This paper introduces a lightweight encoder-decoder neural network with residual and attention mechanisms for foot ulcer segmentation, achieving state-of-the-art results without transfer learning or large backbones.
Contribution
The authors developed a novel, lightweight foot ulcer segmentation model that outperforms existing methods without relying on pre-training or transfer learning.
Findings
Achieved 88.22% Dice score on FUSeg dataset
Ranked second in MICCAI 2021 challenge
Model has around 5 million parameters, making it lightweight
Abstract
Continuous monitoring of foot ulcer healing is needed to ensure the efficacy of a given treatment and to avoid any possibility of deterioration. Foot ulcer segmentation is an essential step in wound diagnosis. We developed a model that is similar in spirit to the well-established encoder-decoder and residual convolution neural networks. Our model includes a residual connection along with a channel and spatial attention integrated within each convolution block. A simple patch-based approach for model training, test time augmentations, and majority voting on the obtained predictions resulted in superior performance. Our model did not leverage any readily available backbone architecture, pre-training on a similar external dataset, or any of the transfer learning techniques. The total number of network parameters being around 5 million made it a significantly lightweight model as compared…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTest · Convolution · Residual Connection
