Deep Learning in Radiation Oncology
Expert-defined terms from the Graduate Certificate in Application of AI in Radiation Oncology course at HealthCareCourses (An LSIB brand). Free to read, free to share, paired with a professional course.
Artificial Intelligence (AI) #
Artificial Intelligence (AI)
AI refers to the simulation of human intelligence processes by machines, especia… #
These processes include learning (the acquisition of information and rules for using the information), reasoning (using rules to reach approximate or definite conclusions), and self-correction.
Big Data #
Big Data
Big data refers to extremely large data sets that may be analyzed computationall… #
Big data refers to extremely large data sets that may be analyzed computationally to reveal patterns, trends, and associations, especially relating to human behavior and interactions.
Convolutional Neural Network (CNN) #
Convolutional Neural Network (CNN)
A Convolutional Neural Network (CNN) is a class of artificial neural networks, m… #
CNNs use a variation of multilayer perceptrons designed to require minimal preprocessing.
Data Augmentation #
Data Augmentation
Data augmentation is a technique used to increase the amount of data available f… #
This technique is commonly used to prevent overfitting and improve model performance.
Deep Learning #
Deep Learning
Deep learning is a subset of machine learning that uses artificial neural networ… #
In the context of radiation oncology, deep learning is being increasingly used to improve treatment planning, image segmentation, and outcome prediction.
Feature Engineering #
Feature Engineering
Feature engineering is the process of selecting, extracting, and transforming fe… #
This process involves domain knowledge and creativity to identify relevant features for a particular problem.
Gradient Descent #
Gradient Descent
Gradient descent is an optimization algorithm used to minimize the error of a mo… #
It calculates the gradient of the loss function with respect to the model's parameters and updates them in the opposite direction of the gradient.
Image Segmentation #
Image Segmentation
Image segmentation is the process of partitioning an image into multiple segment… #
In radiation oncology, image segmentation is crucial for target delineation and treatment planning.
Machine Learning #
Machine Learning
Machine learning is a subset of artificial intelligence that provides systems th… #
Machine learning algorithms build a mathematical model based on sample data, known as "training data," to make predictions or decisions without being explicitly programmed to perform the task.
Model Evaluation #
Model Evaluation
Model evaluation is the process of assessing the performance of a machine learni… #
Common evaluation metrics include accuracy, precision, recall, F1 score, and area under the receiver operating characteristic curve (AUC-ROC).
Overfitting #
Overfitting
Overfitting occurs when a machine learning model learns the details and noise in… #
Overfitting can be mitigated by techniques such as regularization, cross-validation, and data augmentation.
Precision Medicine #
Precision Medicine
Precision medicine is an approach to patient care that considers individual vari… #
In the context of radiation oncology, precision medicine aims to tailor treatment plans to the unique characteristics of each patient to maximize therapeutic outcomes and minimize side effects.
Radiomics #
Radiomics
Radiomics is a field of study that extracts a large number of quantitative featu… #
These features can be used to characterize tumor phenotypes, predict treatment outcomes, and guide personalized treatment strategies.
Recurrent Neural Network (RNN) #
Recurrent Neural Network (RNN)
A Recurrent Neural Network (RNN) is a class of artificial neural networks where… #
RNNs are particularly effective in processing sequences of data and are commonly used in natural language processing, speech recognition, and time series analysis.
Supervised Learning #
Supervised Learning
Supervised learning is a machine learning paradigm where models are trained on l… #
The goal of supervised learning is to learn a mapping from input features to the correct output labels.
Target Delineation #
Target Delineation
Target delineation is the process of outlining the tumor volume and organs at ri… #
Accurate target delineation is essential for delivering precise and effective radiation treatment while minimizing damage to surrounding healthy tissues.
Transfer Learning #
Transfer Learning
Transfer learning is a machine learning technique where a model trained on one t… #
By leveraging knowledge learned from one domain to another, transfer learning can accelerate model development and improve performance on tasks with limited training data.
Unsupervised Learning #
Unsupervised Learning
Unsupervised learning is a machine learning paradigm where models learn patterns… #
Unsupervised learning algorithms aim to discover the inherent structure in the data, such as clustering similar data points or dimensionality reduction.
Validation Set #
Validation Set
A validation set is a portion of the dataset used to assess the performance of a… #
The validation set is used to tune hyperparameters, evaluate model performance, and prevent overfitting on the training data.
Volume of Interest (VOI) #
Volume of Interest (VOI)
The volume of interest (VOI) refers to a region or volume within a medical image… #
VOIs are commonly defined based on anatomical structures, pathology, or treatment targets in radiation oncology.