Home >> ALL ISSUES >> 2021 Issues >> Newsbytes

Newsbytes

image_pdfCreate PDF

Dissecting the potential for AI in pathology

November 2021—The following is an edited excerpt of the article “Attention-based deep multiple instance learning,” written by Jonathan Glaser, a recent graduate of the computer science and biotechnology master of science degree programs at New York University Tandon School of Engineering, in Brooklyn. The excerpt delves into how aspects of artificial intelligence can transform health care, and pathology in particular. To read the full article, go to https://tinyurl.com/AI-based-learning.

Much of AI’s momentum today can be attributed to the success of deep neural networks, which would not be possible without a perfect storm of the following four driving forces:

1. The increasing availability of massive data sets, such as ImageNet’s 15 million labeled images; Facebook’s library of billions of images; YouTube’s video library, which grows by 300 hours of video per minute; and Tesla’s collection of driving data, which adds 1 million miles of data per hour.1

2. The use of graphic processing units (GPUs) and, later, more AI-specialized hardware called tensor processing units (TPUs), which are optimized for training deep-learning models. TPUs consist of many cores, which enable them to process large amounts of data and perform multiple computations in parallel. A 2018 report by OpenAI proposed that prior to 2012, the growth of computing power closely tracked Moore’s law, doubling every two years, and that post-2012, computing power has been doubling every three to four months. Overall, since 2012, this metric has grown by a factor of more than 300,000, while a two-year doubling period would have only yielded a 16× increase.2

3. The availability of cloud computing, which has made storage of large data sets and use of those data sets in training models more accessible and economical.

4. Open-source algorithmic development modules, such as Facebook’s PyTorch, Google’s TensorFlow, Microsoft’s Cognitive Kit, and others.

As Eric Topol, MD, founder and director of the Scripps Research Translational Institute, among others, asserts, the rise of AI offers an exciting opportunity to revolutionize the health care industry. However, the extent to which health care becomes infused with AI needs to be tempered by the industry’s inherent need for empathy and connection between clinicians and patients. A physician affords patients a sense of ethics and core values, neither of which can be replicated by a computer. Assertions that AI will soon become sophisticated enough to lead to full automation in other industries has stoked fears among medical professionals about whether human involvement in medicine will become a thing of the past. However, the possibility of AI leading to full automation in medicine is still far off. Those involved in AI have time to strike the right balance between doctors and machines.

Keeping a human in the loop warrants the need for transparency into how an algorithm arrived at a diagnosis, recommendation, or prediction. Explainable AI is a set of processes or methods that provides this insight and is crucial for building trust among those relying on AI-enabled systems while also ensuring accuracy, fairness, and compliance with regulatory standards. Explainability provides clinicians with quality control and checks and balances, and it can help them become more confident about relying on algorithms to make final diagnoses.

Robust models will need to be developed with a satisfactory level of explainability. But if done correctly, the resulting increased workflow and efficiency can afford clinicians more time to connect with patients. Paradoxically, the rise of machines can restore the humanity in medicine and allow medical professionals to get back in touch with their motivations for pursuing a medical career in the first place.

Artificial intelligence in pathology
One of the most effective applications of AI in health care has been in medical imaging. Radiology, pathology, and dermatology are specialties that rely on visual pattern analysis and are, therefore, positioned to undergo a rapid and dramatic transformation due to integration with AI. Here, we focus on what that might look like for pathology.

The practice of using microscopes to examine glass slides containing tissue samples has been largely unchanged for a century. In recent years, however, slides increasingly are being digitized using digital slide scanners to produce whole slide images that can be examined on a computer. Yet pathologists have been slow to adopt WSI and other digital techniques, which has resulted in the encroachment of AI into pathology being slower than expected. Nevertheless, WSIs have laid the groundwork for incorporating neural network image processing into pathology, thereby making a new AI-assisted era in the field imminent.1

One set of AI technologies has been directed towards simplifying routine workflows that are typically performed by pathologists—for example, detection of tumor tissue in biopsy samples and determination of tumor subtype based on morphology. A major milestone for AI in pathology was the Camelyon16 challenge, which set the goal of developing algorithms to detect metastatic breast cancer in WSIs of lymph node biopsies. The data set provided was made up of 400 WSIs in which pathologists manually delineated regions of metastatic cancer and is one of the largest labeled pathology data sets. This enabled the team with the top submission, whose algorithm performed on par with pathologists, to make use of supervised learning.3

In general, supervised learning is a machine-learning approach in which an algorithm is shown a sequence of input data and corresponding output labels to detect the underlying pattern that reveals the relationship between the inputs and outputs. This technique allows the algorithm to accurately label data that it hasn’t seen before and can be used for classification or regression tasks.

A major downside of supervised learning is that it typically requires the training data set to be hand-labeled by domain experts. This is particularly the case when dealing with WSIs. For these and other reasons, designing supervised learning models for everyday use in pathology is highly impractical.4

Whole slide image classification using deep multiple instance learning
Multiple instance learning (MIL) is a variation of supervised learning that is more suitable to pathology applications. It involves assigning a single class label to a collection of inputs—in this context, referred to as a bag of instances. This formulation allows us to leverage weakly labeled data and naturally fits various problems in such diverse fields as computer vision and document classification.

CAP TODAY
X