HCTTI: High-Performance Heterogeneous Computing Toolkit for Tissue Image Stain Normalization

HCTTI:用于组织图像染色归一化的高性能异构计算工具包

阅读:1

Abstract

Whole slide imaging (WSI) has transformed diagnostic medicine, particularly in the field of cancer diagnosis and treatment. The use of deep learning algorithms for predicting WSIs has opened up new avenues for advanced medical diagnostics. Additionally, stain normalization can reduce the color and intensity variations present in WSI from different hospitals. As a result, deep learning classification accuracy improves. However, WSI reading and color normalization are still largely performed by using CPUs, leading to sub-optimal performance. We proposed a High-Performance Heterogeneous Computing Toolkit for Tissue Image (HCTTI) that integrates multiple computer system-level optimizations and encompasses WSI reading, tile normalization, and tile saving. We explored the potential advantages and limitations of different WSI readers and color normalization techniques in WSI analysis and the performance of different tile serialization formats for saving tiles. We found that HCTTI is 7  ×  faster than OpenSlide for reading WSIs, GPU implementation of the Macenko normalization algorithm is 9  ×  faster than TIAToolbox implementation, and HDF5 is faster than png and Zarr for storing normalized images in both writing (13  ×  acceleration compared to png) and reading (2  ×  acceleration compared to png), Specifically, HDF5 provides superior performance in handling large, complex datasets due to its efficient chunking and compression capabilities, as well as its broad support for hierarchical data management, making it very suitable for workloads like deep learning training I/O pattern that involves randomly reading large amount of small files in each training epoch. We also achieved linear acceleration in our multi-node distributed GPU implementation. To our knowledge, HCTTI is the first comprehensive toolkit that comprises distributed WSI reading, normalization, and serialization. It is 13  ×  speedup compared to TIAToolbox implementation for normalizing a single WSI. Our findings could help pave the way for more effective and efficient deep learning-based approaches to WSI analysis, with the potential to transform medical diagnosis and treatment for a wide range of conditions. The source code of HCTTI is available at https://github.com/wangbo00129/HCTTI .

特别声明

1、本页面内容包含部分的内容是基于公开信息的合理引用;引用内容仅为补充信息,不代表本站立场。

2、若认为本页面引用内容涉及侵权,请及时与本站联系,我们将第一时间处理。

3、其他媒体/个人如需使用本页面原创内容,需注明“来源:[生知库]”并获得授权;使用引用内容的,需自行联系原作者获得许可。

4、投稿及合作请联系:info@biocloudy.com。