Radiomics in Medical Imaging—“How-To” Guide and Critical Reflection Janita E

Radiomics in Medical Imaging—“How-To” Guide and Critical Reflection Janita E

van Timmeren et al. Insights into Imaging (2020) 11:91 https://doi.org/10.1186/s13244-020-00887-2 Insights into Imaging EDUCATIONAL REVIEW Open Access Radiomics in medical imaging—“how-to” guide and critical reflection Janita E. van Timmeren1, Davide Cester2, Stephanie Tanadini-Lang1, Hatem Alkadhi2 and Bettina Baessler2* Abstract Radiomics is a quantitative approach to medical imaging, which aims at enhancing the existing data available to clinicians by means of advanced mathematical analysis. Through mathematical extraction of the spatial distribution of signal intensities and pixel interrelationships, radiomics quantifies textural information by using analysis methods from the field of artificial intelligence. Various studies from different fields in imaging have been published so far, highlighting the potential of radiomics to enhance clinical decision-making. However, the field faces several important challenges, which are mainly caused by the various technical factors influencing the extracted radiomic features. The aim of the present review is twofold: first, we present the typical workflow of a radiomics analysis and deliver a practical “how-to” guide for a typical radiomics analysis. Second, we discuss the current limitations of radiomics, suggest potential improvements, and summarize relevant literature on the subject. Keywords: Radiomics, Quantitative imaging biomarkers, Machine learning, Standardization, Robustness Key points the research on artificial intelligence (AI) has long reached a point where its methods and software tools Radiomics represents a method for the quantitative have become not only powerful, but also accessible description of medical images. enough to leave the computer science departments and A step-by-step “how-to” guide is presented for find applications in an increasing variety of domains. As radiomics analyses. a consequence, the recent years have witnessed a con- Throughout the radiomics workflow, numerous tinuous increase of AI applications in the medical sector, factors influence radiomic features. aiming at facilitating repetitive tasks clinicians encounter Guidelines and quality checklists should be used to in their daily clinical workflows and to support clinical improve radiomics studies’ quality. decision-making. Digital phantoms and open-source data help to im- The different techniques used in AI—i.e., mainly ma- prove the reproducibility of radiomics. chine learning and deep learning algorithms—are espe- cially useful when it comes to the emerging field of “big Background data”. Big data is defined as “a term that describes large Like many other areas of human activity in the last de- volumes of high velocity, complex and variable data that cades, medicine has seen a constant increase in the require advanced techniques and technologies to enable digitalization of the information generated during clin- the capture, storage, distribution, management, and ana- 1 ical routine. As more medical data became available in lysis of the information.” Due to the high amount of digital format, new and always more sophisticated soft- multi-dimensional information, techniques from the ware was developed to analyze them. At the same time, field of AI are needed to extract the desired information from these data. * Correspondence: [email protected] 2Institute of Diagnostic and Interventional Radiology, University Hospital Zurich, University of Zurich, Raemistrasse 100, 8091 Zurich, Switzerland 1TechAmerica Foundation’s Federal Big Data Commission, 2012 Full list of author information is available at the end of the article https://bigdatawg.nist.gov/_uploadfiles/M0068_v1_3903747095.pdf © The Author(s). 2020 Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. van Timmeren et al. Insights into Imaging (2020) 11:91 Page 2 of 16 In medicine, various ways to generate big data exist, Image segmentation might be done manually, semi- including the widely known fields of genomics, proteo- automatically (using standard image segmentation algo- mics, or metabolomics. Similar to these “omics” clusters, rithms such as region-growing or thresholding), or fully imaging has been used increasingly to generate a dedi- automatically (nowadays using deep learning algo- cated omics cluster itself called “radiomics”. Radiomics rithms). A variety of different software solutions—either is a quantitative approach to medical imaging, which open-source or commercial—are available, such as 3D aims at enhancing the existing data available to clini- Slicer 2 [5], MITK 3, ITK-SNAP 4, MeVisLab 5, LifEx 6, cians by means of advanced, and sometimes non- or ImageJ 7 [6], to name only some frequently used intuitive mathematical analysis. The concept of radio- open-source tools. For reviews on various different tools mics, which has most broadly (but not exclusively) been for image segmentation, please refer to [7, 8]. applied in the field of oncology, is based on the assump- Manual and semi-automated image segmentation tion that biomedical images contain information of (usually with manual correction) are the most often en- disease-specific processes [1] that are imperceptible by countered methods but have several drawbacks. Firstly, the human eye [2] and thus not accessible through trad- manual segmentation is time-consuming – depending itional visual inspection of the generated images. on how many images and datasets have to be segmented. Through mathematical extraction of the spatial distribu- Second, manual and semi-automated segmentation tion of signal intensities and pixel interrelationships, introduce a considerable observer-bias, and studies have radiomics quantifies textural information [3, 4] by using shown that many radiomic features are not robust analysis methods from the field of AI. In addition, visual against intra- and inter-observer variations concerning appreciable differences in image intensity, shape, or tex- ROI/VOI delineation [9]. Consequently, studies using ture can be quantified by means of radiomics, thus over- manual or semi-automated image segmentation with coming the subjective nature of image interpretation. manual correction should perform assessments of intra- Thus, radiomics does not imply any automation of the and inter-observer reproducibility of the derived radio- diagnostic processes, rather it provides existing ones mic features and exclude non-reproducible features from with additional data. further analyses. Radiomics analysis can be performed on medical im- Deep learning-based image segmentation (often using ages from different modalities, allowing for an integrated some sort of U-Net [10]) is rapidly emerging and many cross-modality approach using the potential additive different algorithms have already been trained for image value of imaging information extracted, e.g., from mag- segmentation tasks of various organs (currently, most of netic resonance imaging (MRI), computed tomography them being useful for the segmentation of entire organs, (CT), and positron-emission-tomography (PET), instead but not for segmentation of dedicated tumor regions), of evaluating each modality by its own. However, the several of them being published as open-source. Since current state-of-the-art of the research still shows lack recently, there are also several possibilities for integra- of stability and generalization, and the specific study tion of such algorithms in platforms like 3D Slicer or conditions and the authors’ choices have still a great in- MITK. Automated image segmentation certainly is the fluence on the results. best option, since it avoids intra- and inter-observer vari- In this work, we present the typical workflow of a ability of radiomic features. However, generalizability of radiomics analysis, discussing the current limitations of trained algorithms currently is a major limitation, and this approach, suggesting potential improvements, and applying those algorithms on a different dataset often re- commenting relevant literature on the subject. sults in complete failure. Thus, further research has to be devoted to the development of robust and generalizable algorithms for automated image Radiomics–how to? segmentation. The following section will give a practical advice on “howtodoradiomics” by illustrating each of the re- quired steps in the radiomics pipeline (illustrated in Step 2: image processing Fig. 1) and highlighting important points. Image processing is located between the image segmen- tation and feature extraction step. It represents the at- tempt to homogenize images from which radiomic Step 1: image segmentation For any radiomics approach, delineation of the region of 2https://slicer.org 3https://mitk.org interest (ROI) in two-dimensional (2D) or of the volume 4 of interest

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    16 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us