ArticleslgStudy

computer science

Radiomics

Radiomics is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Radiomics rather than just read about it. In short: In the field of medicine, radiomics is a method that extracts a large number of features from medical images using data-characterisation algorithms. These features, termed radiomic features, have the potential to uncover tumoral patterns and characteristics that fail to be perceived by the naked eye.

Key takeaways

  • Radiomics belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Radiomics to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Radiomics from memory before moving on to harder problems.

Reference excerpt

In the field of medicine, radiomics is a method that extracts a large number of features from medical images using data-characterisation algorithms. These features, termed radiomic features, have the potential to uncover tumoral patterns and characteristics that fail to be perceived by the naked eye. The hypothesis of radiomics is that the distinctive imaging features between disease forms may be useful for predicting prognosis and therapeutic response for various cancer types, thus providing valuable information for personalized therapy. Radiomics emerged from the medical fields of radiology and oncology and is the most advanced in applications within these fields. However, the technique can be applied to any medical study where a pathological process can be imaged.

Process

Image acquisition The image data is provided by radiological modalities as CT, MRI, PET/CT or even PET/MR. The produced raw data volumes are used to find different pixel/voxel characteristics through extraction tools. The extracted features are saved in large databases where clinics have access so as to enable broadly collaborative and cumulative work in which all can benefit from growing amounts of data, ideally enabling a more precise workflow.

Image segmentation After the images have been saved in the database, they have to be reduced to the essential parts, in this case the tumors, which are called "volumes of interest". Because of the large image data that needs to be processed, it would be too much work to perform the segmentation manually for every single image if a radiomics database with lots of data is created. This makes manual contouring time-consuming and can be potentially affected by rater variability. Instead of manual segmentation, an automated process has to be used. Two possible solutions are deep-learning-based automatic tumor segmentation methods and semiautomatic segmentation workflow where human label the first few slices and then the ML system do the rest. Before it can be applied on a big scale, an algorithm must score as high as possible in the following four tasks:

First, it must be reproducible, which means that when it is used on the same data the outcome will not change. This can either be different raters’ contour is similar or the automatic/semiautomatic models’ have good robustness measured by Intraclass Correlation Coefficient. Another important factor is consistency. The algorithm does solve the problem at hand and performs the task rather than doing something that is not important. In this case, it is necessary that the algorithm can detect the diseased part in different scans. The algorithm also needs to be accurate. It is very important that the algorithm detects the diseased part in the most precise way possible. Only with accurate data, accurate results can be achieved. Besides approximate visual effect, typical metrices Dice similarity coefficient, Jaccard index, Hausdorff distance, and average surface distance, which gives more quantitative and objective evaluation. A minor but still important point is time efficiency. The results should be generated as fast as possible so that the whole process of radiomics can also be accelerated. Usually automatic/semiautomatic segmentation algorithms are more efficient than manual segmentation. For automatic/semiautomatic segmentation, training time and running speed are usually the two most important standards. To speed up both standards, typical solution is structure / architecture-level change, like knowledge distillation-based framework. In recent years, machine learning and deep learning have been the dominant part of automatic medical image segmentation. Many methods are based on convolutional neural networks, such as U-Net-like models and CE-net.

Feature extraction and qualification After the segmentation, many features can be extracted and the relative net change from longitudinal images (delta-radiomics) can be computed. Radiomic features can be divided into five groups: size and shape based–features, descriptors of the image intensity histogram, descriptors of the relationships between image voxels (e.g. gray-level co-occurrence matrix (GLCM), run length matrix (RLM), size zone matrix (SZM), and neighborhood gray tone difference matrix (NGTDM) derived textures), textures extracted from filtered images, and fractal features. The mathematical definitions of these features are independent of imaging modality and can be found in the literature. A detailed description of texture features for radiomics can be found in Parekh et al. (2016) and Depeursinge et al. (2017). Due to its massive variety, feature reductions need to be implemented to eliminate redundant information. Hundreds of different features need to be evaluated with a selection algorithm to accelerate this process. Additionally, features that are unstable and non-reproducible should be eliminated since features with low-fidelity will likely lead to spurious findings and unrepeatable models.

Analysis Analysis After the most relevant features are selected, the data must be analyzed to find meaningful patterns and relationships. In modern medical analysis, AI, machine learning, and deep learning are often used to analyze imaging and non-imaging patient data for tasks such as disease detection, lesion characterization and treatment planning. This information can then be further used in forming CAD (computer aided diagnosis) systems. In radiomics, low order image features such as shape, intensity, texture, and then use traditional machine learning methods such as support vector machines, random forests, logistic regression, PCA, and clustering to make predictions, or deep learning methods such as convolutional neural networks that learn features automatically from the data in convolutional layers and then make predictions or regression on the fully connected layer. Before the actual analysis, different data types such as imaging radiomics, molecular biomarkers, and genetic information can be integrated to enhance model’s performance. This multiomics integration allows AI models to make decisions based on multi-dimensional data, which can improve cancer subtyping, risk prediction, treatment selection, and clinical decision support. The integrated data can then be analyzed using supervised learning, where uses an outcome variable to be able to create prediction models, or unsupervised learning to summarize the information we have and can be represented graphically.

Databases

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Radiomics

Start with the simplest possible case. Write down what Radiomics claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Radiomics before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Radiomics ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Radiomics

In research
Radiomics appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Radiomics in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Radiomics is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computing in medical imaging, so understanding it makes those chapters shorter.
In everyday life
Look for Radiomics outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Radiomics in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Radiomics means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Radiomics out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Radiomics in simple terms?

In the field of medicine, radiomics is a method that extracts a large number of features from medical images using data-characterisation algorithms. These features, termed radiomic features, have the potential to uncover tumoral patterns and characteristics that fail to be perceived by the naked ey…

Why does Radiomics matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Radiomics?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Radiomics.

Tags

  • Computing in medical imaging

Keep exploring