Gadosey Pius Kwao, Li Yujian, Adjei Agyekum Enock, Zhang Ting, Liu Zhaoying, Yamak Peter T, Essaf Firdaous
Faculty of Information Technology, Beijing University of Technology, Beijing 100124, China.
School of Artificial Intelligence, Guilin University of Electronic Technology, Guilin 541004, China.
Diagnostics (Basel). 2020 Feb 18;10(2):110. doi: 10.3390/diagnostics10020110.
During image segmentation tasks in computer vision, achieving high accuracy performance while requiring fewer computations and faster inference is a big challenge. This is especially important in medical imaging tasks but one metric is usually compromised for the other. To address this problem, this paper presents an extremely fast, small and computationally effective deep neural network called Stripped-Down UNet (SD-UNet), designed for the segmentation of biomedical data on devices with limited computational resources. By making use of depthwise separable convolutions in the entire network, we design a lightweight deep convolutional neural network architecture inspired by the widely adapted U-Net model. In order to recover the expected performance degradation in the process, we introduce a weight standardization algorithm with the group normalization method. We demonstrate that SD-UNet has three major advantages including: (i) smaller model size (23x smaller than U-Net); (ii) 8x fewer parameters; and (iii) faster inference time with a computational complexity lower than 8M floating point operations (FLOPs). Experiments on the benchmark dataset of the Internatioanl Symposium on Biomedical Imaging (ISBI) challenge for segmentation of neuronal structures in electron microscopic (EM) stacks and the Medical Segmentation Decathlon (MSD) challenge brain tumor segmentation (BRATs) dataset show that the proposed model achieves comparable and sometimes better results compared to the current state-of-the-art.
在计算机视觉中的图像分割任务中,要在需要更少计算量和更快推理速度的同时实现高精度性能是一项巨大挑战。这在医学成像任务中尤为重要,但通常一个指标会为另一个指标而妥协。为了解决这个问题,本文提出了一种极其快速、小型且计算高效的深度神经网络,称为精简型U-Net(SD-UNet),专为在计算资源有限的设备上对生物医学数据进行分割而设计。通过在整个网络中使用深度可分离卷积,我们设计了一种受广泛应用的U-Net模型启发的轻量级深度卷积神经网络架构。为了在这个过程中恢复预期的性能下降,我们引入了一种结合组归一化方法的权重标准化算法。我们证明SD-UNet具有三个主要优点,包括:(i)模型尺寸更小(比U-Net小23倍);(ii)参数数量减少8倍;(iii)推理时间更快,计算复杂度低于800万次浮点运算(FLOPs)。在国际生物医学成像研讨会(ISBI)挑战的电子显微镜(EM)堆栈中神经元结构分割的基准数据集以及医学分割十项全能(MSD)挑战脑肿瘤分割(BRATs)数据集上的实验表明,与当前的最先进技术相比,所提出的模型取得了相当且有时更好的结果。