Lean Unet: A Compact Model for Image Segmentation
Ture Hassler, Ida {\AA}kerholm, Marcus Nordstr\"om, Gabriele Balletti, Orcun Goksel

TL;DR
This paper introduces Lean Unet (LUnet), a simplified, compact architecture for image segmentation that maintains high performance with significantly fewer parameters by using a flat hierarchy and constant channels across layers.
Contribution
The paper proposes a novel LUnet architecture with a flat hierarchy and fixed channels, demonstrating comparable or better performance than traditional Unet and pruned models with fewer parameters.
Findings
LUnet achieves over 30 times fewer parameters than standard Unet.
Random channel elimination performs similarly to pruning-based methods.
LUnet outperforms standard Unet with the same parameter count.
Abstract
Unet and its variations have been standard in semantic image segmentation, especially for computer assisted radiology. Current Unet architectures iteratively downsample spatial resolution while increasing channel dimensions to preserve information content. Such a structure demands a large memory footprint, limiting training batch sizes and increasing inference latency. Channel pruning compresses Unet architecture without accuracy loss, but requires lengthy optimization and may not generalize across tasks and datasets. By investigating Unet pruning, we hypothesize that the final structure is the crucial factor, not the channel selection strategy of pruning. Based on our observations, we propose a lean Unet architecture (LUnet) with a compact, flat hierarchy where channels are not doubled as resolution is halved. We evaluate on a public MRI dataset allowing comparable reporting, as well…
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
TopicsAdvanced Neural Network Applications · COVID-19 diagnosis using AI · AI in cancer detection
