Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_cv 95% Match Research Paper / Tool Paper Medical imaging researchers,Radiologists,Data scientists in healthcare,Developers of medical AI tools,Researchers using PyRadiomics 1 month ago

PyRadiomics-cuda: a GPU-accelerated 3D features extraction from medical images within PyRadiomics

computer-vision › medical-imaging
📄 Abstract

Abstract: PyRadiomics-cuda is a GPU-accelerated extension of the PyRadiomics library, designed to address the computational challenges of extracting three-dimensional shape features from medical images. By offloading key geometric computations to GPU hardware it dramatically reduces processing times for large volumetric datasets. The system maintains full compatibility with the original PyRadiomics API, enabling seamless integration into existing AI workflows without code modifications. This transparent acceleration facilitates efficient, scalable radiomics analysis, supporting rapid feature extraction essential for high-throughput AI pipeline. Tests performed on a typical computational cluster, budget and home devices prove usefulness in all scenarios. PyRadiomics-cuda is implemented in Python and C/CUDA and is freely available under the BSD license at https://github.com/mis-wut/pyradiomics-CUDA Additionally PyRadiomics-cuda test suite is available at https://github.com/mis-wut/pyradiomics-cuda-data-gen. It provides detailed handbook and sample scripts suited for different kinds of workflows plus detailed installation instructions. The dataset used for testing is available at Kaggle https://www.kaggle.com/datasets/sabahesaraki/kidney-tumor-segmentation-challengekits-19

Key Contributions

Introduces PyRadiomics-cuda, a GPU-accelerated extension of PyRadiomics that significantly reduces processing times for 3D feature extraction from medical images. It maintains full API compatibility, enabling seamless integration into existing AI workflows and facilitating efficient, scalable radiomics analysis.

Business Value

Accelerates the development and deployment of AI models in healthcare by enabling faster radiomics feature extraction, crucial for research and clinical applications like cancer diagnosis and treatment planning.

View Code on GitHub