1M parameters are enough? A lightweight CNN-based model for medical image segmentation
Binh-Duong Dinh, Thanh-Thu Nguyen, Thi-Thao Tran, Van-Truong Pham

TL;DR
This paper introduces U-Lite, a lightweight CNN-based model for medical image segmentation that uses depthwise separable convolutions to significantly reduce parameters and computational cost while maintaining or improving performance.
Contribution
The paper proposes U-Lite, a novel lightweight U-Net variant utilizing Axial Depthwise and Dilated Depthwise Convolutions to achieve high accuracy with only 878K parameters, far fewer than traditional models.
Findings
U-Lite contains only 878K parameters, 35 times less than U-Net.
U-Lite achieves comparable or better segmentation performance.
The model significantly reduces computational complexity.
Abstract
Convolutional neural networks (CNNs) and Transformer-based models are being widely applied in medical image segmentation thanks to their ability to extract high-level features and capture important aspects of the image. However, there is often a trade-off between the need for high accuracy and the desire for low computational cost. A model with higher parameters can theoretically achieve better performance but also result in more computational complexity and higher memory usage, and thus is not practical to implement. In this paper, we look for a lightweight U-Net-based model which can remain the same or even achieve better performance, namely U-Lite. We design U-Lite based on the principle of Depthwise Separable Convolution so that the model can both leverage the strength of CNNs and reduce a remarkable number of computing parameters. Specifically, we propose Axial Depthwise…
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
TopicsAdvanced Neural Network Applications · Radiomics and Machine Learning in Medical Imaging · Brain Tumor Detection and Classification
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Pointwise Convolution · Max Pooling · Concatenated Skip Connection · U-Net · Convolution · Depthwise Convolution · Depthwise Separable Convolution
