IEEE Trans Neural Netw Learn Syst. 2024 Jun;35(6):8570-8584. doi: 10.1109/TNNLS.2022.3230821. Epub 2024 Jun 3.
The rapid spread of the new pandemic, i.e., coronavirus disease 2019 (COVID-19), has severely threatened global health. Deep-learning-based computer-aided screening, e.g., COVID-19 infected area segmentation from computed tomography (CT) image, has attracted much attention by serving as an adjunct to increase the accuracy of COVID-19 screening and clinical diagnosis. Although lesion segmentation is a hot topic, traditional deep learning methods are usually data-hungry with millions of parameters, easy to overfit under limited available COVID-19 training data. On the other hand, fast training/testing and low computational cost are also necessary for quick deployment and development of COVID-19 screening systems, but traditional methods are usually computationally intensive. To address the above two problems, we propose MiniSeg, a lightweight model for efficient COVID-19 segmentation from CT images. Our efforts start with the design of an attentive hierarchical spatial pyramid (AHSP) module for lightweight, efficient, effective multiscale learning that is essential for image segmentation. Then, we build a two-path (TP) encoder for deep feature extraction, where one path uses AHSP modules for learning multiscale contextual features and the other is a shallow convolutional path for capturing fine details. The two paths interact with each other for learning effective representations. Based on the extracted features, a simple decoder is added for COVID-19 segmentation. For comparing MiniSeg to previous methods, we build a comprehensive COVID-19 segmentation benchmark. Extensive experiments demonstrate that the proposed MiniSeg achieves better accuracy because its only 83k parameters make it less prone to overfitting. Its high efficiency also makes it easy to deploy and develop. The code has been released at https://github.com/yun-liu/MiniSeg.
新的大流行病,即 2019 年冠状病毒病(COVID-19)的迅速传播严重威胁着全球健康。基于深度学习的计算机辅助筛查,例如从计算机断层扫描(CT)图像中分割 COVID-19 感染区域,已引起广泛关注,可作为辅助手段提高 COVID-19 筛查和临床诊断的准确性。尽管病变分割是一个热门话题,但传统的深度学习方法通常需要大量数据,并且在有限的 COVID-19 训练数据下容易过拟合。另一方面,快速的训练/测试和低计算成本对于 COVID-19 筛查系统的快速部署和开发也是必要的,但传统方法通常计算密集。为了解决上述两个问题,我们提出了 MiniSeg,这是一种用于从 CT 图像中高效分割 COVID-19 的轻量级模型。我们的努力始于设计一个注意层次空间金字塔(AHSP)模块,用于轻量级、高效、有效的多尺度学习,这对于图像分割至关重要。然后,我们构建了一个双路径(TP)编码器用于深度特征提取,其中一个路径使用 AHSP 模块学习多尺度上下文特征,另一个路径是浅层卷积路径用于捕获精细细节。两条路径相互作用以学习有效的表示。基于提取的特征,添加一个简单的解码器进行 COVID-19 分割。为了将 MiniSeg 与以前的方法进行比较,我们构建了一个全面的 COVID-19 分割基准。广泛的实验表明,由于其仅 83k 参数,因此提出的 MiniSeg 具有更好的准确性,并且不太容易过拟合。其高效率也使其易于部署和开发。代码已在 https://github.com/yun-liu/MiniSeg 上发布。