“Artificial intelligence,” “machine learning,” and “deep learning” are terms frequently used by the media as new technologies that will disrupt a variety of fields. These have included self-driving cars, mobile devices, and even the ancient Chinese game of Go, which has more than 2 x 10170 possible legal moves (more than there are atoms in the universe). Health care is no exception, and it is important for practicing clinicians to be aware of the ever-changing landscape that will soon inevitably use many of these new applications.
Machine learning is a subfield of artificial intelligence in which machines are “trained” to perform tasks such as pattern recognition without explicit programming.1 These methodologies have evolved from the earliest approaches toward image analysis and computer vision using basic logistic or linear regressions of semiquantitative metrics acquired from limited ROIs.2 While these techniques can be useful in certain situations, they inherently distill a complex dataset (eg, over a million voxels of information from a brain MRI) into a handful of numeric descriptors and assume a simple relationship among chosen features, which may not exist for a complex biologic system.
By contrast, newer machine-learning methods are continually being developed to leverage this information and model nonindependent and nonlinear relationships among the various chosen features. While many such machine-learning classifiers exist, the most popular include random forests, support vector machines (SVMs), k-nearest neighbor clustering, and neural networks.3 In general, these techniques are modeled by an underlying, finite number of adjustable parameters. As a given set of features is passed through the model, these adjustable parameters act to convert the input descriptors into a predicted output class. Starting with randomly initialized parameters, a series of iterative updates is performed until an accurate mapping between numeric features and the correct class is achieved, thus “training” the machine-learning model.4
Presently, machine-learning techniques are shifting toward end-to-end machine learning with convolutional neural networks (CNNs), which can combine feature selection and classification into 1 algorithm.5,6 Thus, deep-learning approaches are able to learn the image features that are critical for solving a classification problem without human supervision. In fact, given sufficient training data, the machine will determine the optimal feature set and the relative importance of each feature, allowing it to use combinations of features to classify images. In recent years, CNN approaches have been used to successfully tackle a variety of problems in engineering that have included computer vision,7-9 as well as in the natural sciences, which have included physics,10 chemistry,11 and biology.12-14
CNN approaches model the animal visual cortex by applying a feed-forward artificial neural network to simulate multiple layers of neurons organized in overlapping regions within a visual field; each layer acts to transform the raw input image into more complex, hierarchic, and abstract representations.5 Thus, it is natural to also consider applying deep-learning methods to biomedical images. For example, Shen et al15 developed multiscale CNNs for lung nodule detection with CT images, while Wang et al16 devised a 12-layer CNN for cardiovascular disease detection in mammograms, as well as CNNs for metastatic spinal cancer detection.17
This edition of the AJNR News Digest highlights several machine-learning applications in neuroimaging. For neurodegenerative conditions, Haller et al18 were able to accurately classify patients with Parkinson disease at the individual level using SVMs. Chen et al19 leveraged a Bayesian machine-learning approach to identify hepatic encephalopathy among patients with cirrhosis. The remaining 4 articles have focused on using a variety of tools for neuro-oncology imaging applications, including the discernment of lymphoma,20 nonenhancing disease,21 areas of radionecrosis,22 and tumor cellularity.23
References
- Goodfellow I, Bengio Y, Courville A. Deep Learning. Cambridge, MA: The MIT Press; 2016
- Dreiseitl S, Ohno-Machado L. Logistic regression and artificial neural network classification models: a methodology review. J Biomed Inform 2002;35:352–59, 10.1016/S1532–0464(03)00034-0.
- Wang S, Summers RM. Machine learning and radiology. Med Image Anal 2012;16:933–51, 10.1016/j.media.2012.02.005.
- Jordan MI, Mitchell TM. Machine learning: trends, perspectives, and prospects. Science 2015;349:255–60, 10.1126/science.aaa8415.
- LeCun Y, Bengio Y, Hinton G. Deep learning. Nature 2015;521:436–44, 10.1038/nature14539.
- Simonyan K, Vedaldi A, Zisserman A. Deep inside convolutional networks: visualising image classification models and saliency maps. CoRR 2013;arXiv:1312.6034v2.