Alali Mohammed H, Roohi Arman, Angizi Shaahin, Deogun Jitender S
School of Computing, University of Nebraska-Lincoln, Lincoln, NE 68588, USA.
Department of Computer Science, Prince Sattam Bin Abdulaziz University, Al-Kharj 16273, Saudi Arabia.
Micromachines (Basel). 2022 Aug 22;13(8):1364. doi: 10.3390/mi13081364.
Medical imaging is an essential data source that has been leveraged worldwide in healthcare systems. In pathology, histopathology images are used for cancer diagnosis, whereas these images are very complex and their analyses by pathologists require large amounts of time and effort. On the other hand, although convolutional neural networks (CNNs) have produced near-human results in image processing tasks, their processing time is becoming longer and they need higher computational power. In this paper, we implement a quantized ResNet model on two histopathology image datasets to optimize the inference power consumption. We analyze classification accuracy, energy estimation, and hardware utilization metrics to evaluate our method. First, the original RGB-colored images are utilized for the training phase, and then compression methods such as channel reduction and sparsity are applied. Our results show an accuracy increase of 6% from RGB on 32-bit (baseline) to the optimized representation of sparsity on RGB with a lower bit-width, i.e., <8:8>. For energy estimation on the used CNN model, we found that the energy used in RGB color mode with 32-bit is considerably higher than the other lower bit-width and compressed color modes. Moreover, we show that lower bit-width implementations yield higher resource utilization and a lower memory bottleneck ratio. This work is suitable for inference on energy-limited devices, which are increasingly being used in the Internet of Things (IoT) systems that facilitate healthcare systems.
医学成像是一种重要的数据来源,已在全球医疗系统中得到应用。在病理学中,组织病理学图像用于癌症诊断,然而这些图像非常复杂,病理学家对其进行分析需要大量时间和精力。另一方面,尽管卷积神经网络(CNN)在图像处理任务中已取得接近人类的结果,但其处理时间越来越长,并且需要更高的计算能力。在本文中,我们在两个组织病理学图像数据集上实现了量化的ResNet模型,以优化推理功耗。我们分析分类准确率、能量估计和硬件利用率指标来评估我们的方法。首先,原始的RGB彩色图像用于训练阶段,然后应用诸如通道缩减和稀疏性等压缩方法。我们的结果表明,从32位(基线)的RGB到具有较低位宽(即<8:8>)的RGB稀疏性优化表示,准确率提高了6%。对于所使用的CNN模型的能量估计,我们发现32位RGB颜色模式下使用的能量明显高于其他较低位宽和压缩颜色模式。此外,我们表明较低位宽的实现产生更高的资源利用率和更低的内存瓶颈率。这项工作适用于在能量受限设备上进行推理,这些设备在促进医疗系统的物联网(IoT)系统中越来越多地被使用。