Understanding AI in Healthcare
AI can be categorized into two main types: narrow AI and general AI. "General AI" is described as the ability of computers to be self-sufficient and have cognitive function similar with human ability. "Narrow AI" is used to perform specific, applied tasks such as identifying new drugs or analyzing images for the presence (or absence) of specific features. While General AI is the stuff of science fiction, Narrow AI is widely used within healthcare, pharmaceuticals, biotechnology, finance, and the energy sector.
Machine Learning
Machine learning (ML) is a specific type of Narrow/Applied AI and represents a family of techniques able to discover patterns within data by linking inputs to outputs through the use of an algorithm (called a learning model). There are three main forms of machine learning: supervised, unsupervised, and reinforcement learning. Supervised learning uses "labeled" information (for which an outcome is known) to generate outcomes on new data using a model. Unsupervised learning looks for patterns within data and attempts to organize observations into categories based on the similarities and differences within the information.
Traditional machine learning models have been used for a number of applications such as identifying patients who may require more intensive care, identifying new drugs and repurposing existing medications, and helping to predict stroke risk from clinical findings.
Deep Learning
Deep learning is a special type of ML that uses multilayer neural networks in the classification of data and is used widely in medical imaging and computer vision. Neural networks are distinct from other forms of machine learning in that they can detect non-linear relationships between the input variables and the outcomes using various "hidden layers." Their architecture allows for neural networks to detect more abstract patterns than other ML algorithms, and successfully navigate more complex tasks.
Deep Learning models are well suited to analyze the types of data created in modern medical workflows: raw medical images, annotations, and reports. Through the use of electronic health records, it is possible to use tens of millions of records representing billions of data points without any lapse in attention and apply the models to make predictions in a uniform fashion.
The types of patterns that Deep Learning models are capable of detecting can be very subtle, and go beyond "mere" statistical inference. While training on the data, is is common for the model to recognize patterns in images or text that manifest in the form of shapes, three-dimensional structures, feeling/emotion, or other correlations that can't readily be explained.
The image below shows two samples from a model trained to detect objects in photos and a visualization generated from a library called SHAP (SHapley Additive exPlanations). SHAP is a tool used to explore Deep Learning models and try to understand why they return specific results. The two most likely predictions are shown for images of a dowitcher and meerkat, along with a visualization explaining why those labels were chosen. Red pixels represent positive contributions to a label while blue pixels represent negative contributions. The model has identified features of the two animals which distinguish them from other labels. The dark and slender bill of the dowitcher and the distinctive dark markings of the meerkat are powerful positive contributors for those labels, but are absent from the red backed sand-piper and mongoose (the second most likely labels).
Working at Scale
The role that AI plays in most technology systems is that of "data processor." It has a voracious appetite for data, the more the better, and is the fundamental technology that allows for the processing and classification of large volumes of information. Because models learn "directly from the data" and do not need to be explicitly programmed, they have a mechanism to "improve with experience" as they encounter new information.
Comments
Loading
No results found