The unmet potential of artificial intelligence in veterinary medicine

Parminder S. Basran Department of Clinical Sciences, College of Veterinary Medicine, Cornell University, Ithaca, NY

Search for other papers by Parminder S. Basran in
Current site
Google Scholar
PubMed
Close
 PhD, FCCPM
and
Ryan B. Appleby Department of Clinical Studies, Ontario Veterinary College, University of Guelph, Guelph, ON, Canada

Search for other papers by Ryan B. Appleby in
Current site
Google Scholar
PubMed
Close
 DVM, DACVR

Veterinary medicine is a broad and growing discipline that includes topics such as companion animal health, population medicine and zoonotic diseases, and agriculture. In this article, we provide insight on how artificial intelligence works and how it is currently applied in veterinary medicine. We also discuss its potential in veterinary medicine. Given the rapid pace of research and commercial product developments in this area, the next several years will pose challenges to understanding, interpreting, and adopting this powerful and evolving technology. Artificial intelligence has the potential to enable veterinarians to perform tasks more efficiently while providing new insights for the management and treatment of disorders. It is our hope that this will translate to better quality of life for animals and those who care for them.

Veterinary medicine is a broad and growing discipline that includes topics such as companion animal health, population medicine and zoonotic diseases, and agriculture. In this article, we provide insight on how artificial intelligence works and how it is currently applied in veterinary medicine. We also discuss its potential in veterinary medicine. Given the rapid pace of research and commercial product developments in this area, the next several years will pose challenges to understanding, interpreting, and adopting this powerful and evolving technology. Artificial intelligence has the potential to enable veterinarians to perform tasks more efficiently while providing new insights for the management and treatment of disorders. It is our hope that this will translate to better quality of life for animals and those who care for them.

Introduction

Veterinary medicine is a broad and growing discipline that includes topics such as companion animal health, population medicine and zoonotic diseases, and agriculture. Similarly, artificial intelligence (AI) touches many fields of science including philosophy, mathematics, neuroscience, control theory and cybernetics, computer engineering, and the data sciences. The intersection of these 2 broad and growing fields has the potential for one to dramatically affect the other: the applications of AI in veterinary medicine are near limitless, and, in turn, advances in veterinary AI can affect and promote advances in AI in adjacent fields. In our companion article in the May issue of the JAVMA, we briefly describe the definitions and concepts of AI. In the present article, we provide more insight on the underpinnings of AI and how it is currently applied in veterinary medicine, and we discuss the opportunities in veterinary medicine. More specifically, we provide some insight on emerging trends in AI and veterinary medicine and other topics of interest to the readership of this publication.

Artificial Intelligence Fundamentals

Three broad categories encompass AI study: speech recognition, computer vision, and natural language processing (NLP). Most readers have direct experience with speech recognition, in which a computer system listens to and interprets audible commands or instructions. Speech recognition systems tackle the problem of ascribing to an action or function from voice commands by converting an audible signal to words and establishing a semantic understanding of those words for the purpose of extracting meaning or intent.1,2 Another major field of study is computer vision, in which a computer replaces functions of the human eye and brain.3 Computer vision applications can be adopted in 2-D, 3-D, and higher order imaging, such as video analysis. Common applications of computer vision include optical character recognition (eg, converting pixelated images of text into alphanumeric characters), real-time imaging tasks for the purposes of recognizing and detecting objects (eg, disease detection in medical images), and object movement tracking (eg, continuous monitoring of an object in a video). The third field of AI study is NLP, which concerns attempts to extract information from text, such as deciphering text from a discharge note or medical report.4 How AI might be leveraged for any of these purposes in veterinary medicine depends on the specific task and the available data types. Each field of study offers numerous potential applications for AI in veterinary medicine.

Machine learning basics

Machine learning (ML) is an important subfield of AI wherein algorithms are trained to execute a specific task by learning from patterns in the data.5 Any of a spectrum of ML algorithms, including supervised, semisupervised, and unsupervised algorithms, could be used for a given task and its associated data (Figure 1).6,7 Supervised ML algorithms are used when all data are labeled (or classified) and the task is to classify new input data to known output responses (also commonly referred to as structured prediction). The outputs could be categorical (eg, classification of disease), ordinal (eg, stage of disease), or continuous (eg, prediction of a number). Unsupervised learning algorithms are used when the data sets are not labeled and the task is to determine whether there are patterns within the data for inference. As in supervised ML, data types can be either discrete or continuous (Figure 1).

Figure 1
Figure 1

Schematic of supervised, unsupervised, and semisupervised machine learning (left) and reinforcement learning (right). Common algorithms used in supervised and unsupervised learning are shown along with the common algorithms used to analyze discrete or continuous variables. The right displays a schematic of a reinforcement learning problem of finding grouped or clustered data sets from an input data and how reinforcement learning uses a rewards system to determine the best clustering (output). In this simple example, the agent’s task is to divide the data set most clearly (shown in black dots in the input data) into 2 clusters (red and blue dots in the output) through different algorithms.

Citation: American Journal of Veterinary Research 83, 5; 10.2460/ajvr.22.03.0038

In the structured prediction or supervised ML process, the entire data set is divided into training, validation, and testing data sets, typically in a percentage distribution like 70/20/10, respectively. As in the human domain, the more exposure the ML algorithm has to different data types and their corresponding range of possible outputs, the more adaptable and accurate the ML system becomes when exposed to new data. After a model is trained and hyperparameters (parameters associated with how the ML system learns from the data) are tuned, a model is finalized. The final performance of the ML model is evaluated by testing the model with the remaining (unseen) test data.

The ML algorithm itself can have many forms, such as support vector machines, random forest or decision trees, naïve Bayes, neural networks, and (logistic) regression. Figure 1 provides a number of algorithms for supervised and unsupervised ML tasks.8 Each algorithm has tunable model parameters that are iteratively adjusted during the training process to achieve a desired result. At the heart of any ML model optimization is a cost or loss function that measures the extent of agreement or disagreement between a prediction on the basis of the current model parameters and actual outputs. If the cost function is high for a given set of model parameter values, the model parameters are modified, a new set of predictions are computed, and the cost function is recomputed. This process is repeated until a set of model parameters that minimize the cost function is obtained. A subset of supervised ML is deep learning, wherein training is performed on multiple layers in a neural network.

Unsupervised ML algorithms are used primarily for data inference or to draw reasonable conclusions or potential hypotheses from the data set. Unsupervised ML algorithms can group large data sets into meaningful and interpretable cohorts and subcohorts of the data (clustering). Many unsupervised ML methods are not strictly algorithms that learn from the data but ones that can reduce the dimensionality of the data to fewer—and hopefully more manageable—data elements. Common unsupervised ML algorithms that can reduce the dimensionality of numerical (interval and ratio) data include principal component analysis, independent component analysis, projection methods (eg, t-SNE and Isomap),9,10 and feature selection methods. For categorical (nominal and ordinal) data sets, clustering approaches (fuzzy C-means)11 can be used to group unlabeled data sets. Standard statistical approaches (correlation, covariance, etc) can then be used to explore relationships between variables for inductive purposes.

Other examples of ML include reinforcement learning and semisupervised ML. Semisupervised ML is the branch of AI that combines both supervised and unsupervised ML and is useful when there is a combination of labeled and unlabeled data sets.12 Reinforcement learning is different from supervised and unsupervised ML: it more closely resembles how the human brain works (Figure 1). In this approach, the final model is achieved through the maximization of rewards, as opposed to minimizing a cost or loss function.13,14 Unlike supervised ML methods, the data does not need to be labeled and the algorithm can be designed to generate labels for unlabeled data as an output. The algorithm attempts to solve a problem with different approaches and is rewarded (or punished) on the basis of the actions taken.

Image Analysis and Deep Learning

Veterinary medical data can take many forms, including text in a medical report, 2-D image data (an ultrasound image, image of a blood smear, or pathology slide), 3-D volumetric data (CT, PET-CT, MRI), and even 4-dimensional images (4-dimensional CT). The choice of ML depends on the type of data to be analyzed and the desired task or output. As described in the companion piece, NLP can be used to analyze text data. Most readers are familiar with basic statistical parameter estimates (mean and SD) for describing and analyzing 1-dimensional data and basic correlation analysis and regression modeling. Machine learning algorithms that generate an output may be thought of as sophisticated regression modeling. For 2-D and higher-dimensional data, more sophisticated data analysis and modeling are often required. Analysis of image data with ML has grown dramatically over the last decade, fueled by faster computers and image-based neural networks, which in its most common form is a convolutional neural network (CNN).15 While more detailed description of CNNs in veterinary medicine may be found elsewhere,16,17 we only briefly describe them here and discuss their importance in medical image analysis.

Simply put, CNNs are neural networks for images. Convolutional neural networks were initially designed for the purpose of classifying objects in an image acquired from a camera. A large database18 consisting of over 14 million images of 1,000 objects is used to train a CNN, which can later be used to classify objects in new, unseen images. These CNNs themselves are powerful tools for classifying everyday objects in images, including subtypes of animals. However, pretrained CNNs are not designed to classify medical images, such as those encountered in veterinary medicine. Instead, clever approaches can be used to retrain CNNs in a supervised ML manner by subjecting them to new and labeled images.12 This concept, known as transfer learning, has been applied in a wide range of veterinary applications. Whereas transfer learning can be used to produce predictive models with high accuracy, it is difficult for a researcher to understand which specific image features the CNN uses to classify an object. Another approach is for the researcher to manually extract features from relevant regions of interest within the image, much like a digital biopsy.19 This feature extraction and analysis, or radiomics, offers an opportunity to link image features with pathophysiological expressions for disease classification (Figure 2).20

Figure 2
Figure 2

The radiomics workflow for a feline ultrasound image of the small intestine when combined with other biomarker data for developing a simple ML-based classification model. In this workflow, a region of interest around the object of interest (the transverse section of the small intestine) is defined and image features are computed. Image features include simple metrics (eg, statistical and morphometric features such as the average pixel intensity and area) to more complex metrics (eg, texture features such as entropy and coarseness). These features can be combined with other markers, such as blood serum data, in an ML model. The performance of the binary classifier can be evaluated with a simple receiver operator curve, as shown in the bottom left.

Citation: American Journal of Veterinary Research 83, 5; 10.2460/ajvr.22.03.0038

Applications in Veterinary Medicine

Despite the recent surge in AI publications in veterinary medicine, many new and exciting clinical and research directions are yet to be explored with AI. This article does not purport to provide a comprehensive review article for the topic; rather, it provides several examples of AI that illustrate its potential in veterinary medicine. There are also a number of excellent review papers that provide more detail on AI, ML approaches in human medicine, and data science.8,21,22 Artificial intelligence in epidemiology and quantitative decision-making tools in veterinary medicine and animal health are also described in greater detail elsewhere.7,23

Companion animal care and image-based AI

A large percentage of published works on veterinary medicine and AI focus on medical image analysis in the companion animal setting. An early publication that used the phrase “machine learning” in veterinary medicine is from McEvoy and Amigo.24 They developed an image-based neural network to classify image features in pelvic radiographs.24 With the advent of CNNs, a number of AI publications have explored the use of CNNs for detecting diseases and abnormalities from medical images, ranging from canine CT and thoracic radiographs,2528 feline thoracic radiographs,29 canine MRI images,3032 canine ultrasound images,33 and dairy cow teat images34 to optical coherence tomography in dogs.35 Deep learning has also been recently applied in autosegmentation (the automated contouring of normal tissues in CT scans) in radiotherapy planning of dogs.36 Radiomics analysis has been explored in feline ultrasound images37 and micro-CT images of proximal sesamoid bones in Thoroughbred racehorses.38

Companion animals: disease and abnormality detection, sensors

Awaysheh et al39 applied NLP and ML on structured and nonstructured pathology reports of cats with a variety of GI diseases. They reported that ML models trained on unstructured reports achieved higher diagnostic accuracy when compared with models trained on structured reports, suggesting that information was lost when pathologists used structured reporting.39 The same group demonstrated success in creating a supervised ML model designed to predict the presence and type of feline abdominal disorders from complete blood counts and serum chemistry.40 Machine learning models have also been developed to predict seizures from intracranial electroencephalogram signals in dogs41 and atrial fibrillation disease progression from endocardial electrograms of dogs.42

Digital wearable technologies are prevalent in society, and while they are convenient and economical, their large streams of data can pose challenges for efficient animal tracking and abnormality detection. Vehkaoja et al43 developed an ML model to detect 7 specific behaviors from collar-based sensor data in 17 dogs. Chambers et al44 recently developed an ML model using collar-mounted accelerometer readings from approximately 2,500 dogs. Their ML algorithm was able to classify a variety of behaviors from accelerometer data, such as drinking water, licking, petting, rubbing, scratching, and sniffing, with reasonably high sensitivity and specificity. In another study, Kasnesis et al45 developed an ML model to identify activities of search-and-rescue dogs using data from similar wearable technologies. While the system was validated in only 2 discrete search-and-rescue events, an interesting feature of their research is the integration of data and real-time data analysis software by use of a cloud-based system.

Pathology, infectious diseases, and animal health

Pathogen detection from blood smears can be challenging when collected from exotic animals, particularly when commercial blood smear image analysis solutions are not available. One approach is to leverage CNNs: Kittichai et al46 used a CNN to classify an avian malaria parasite from stained blood films with an accuracy of 97%.

Indeed, AI-based automated feature detection systems that can automatically analyze blood smear or pathology-stained slides offers tremendous potential efficiencies and quality improvements in veterinary medicine. When employed to tackle the challenge of low reproducibility and poor inter-rater agreement of mitotic counts in histology analysis, a CNN-based ML model was shown to, on average, provide more accurate mitotic scores than those obtained by veterinary pathologists.47 A similar CNN-based approach was used to develop a model for detecting aggregate reticulocytes in microscopic images of cat blood smears, and the ML model was able to achieve an accuracy of 98.7%.48 Pijnaker et al49 developed 4 different ML models for canis parasitemia screening using data collected on a commercial hematology analyzer and were able to achieve a sensitivity and specificity of 100% and 95.7%, respectively. Nagamori et al50 reported their experience with the VETSCAN IMAGYST system, which uses a CNN model to classify feline and canine fecal parasites. Their ML model sensitivity ranged from 65.7% to 100% and specificity from 97.6% to 100%.50

Through their nationalized veterinary database51 of over 180 clinics, Hur et al52 sought to elucidate antimicrobial use in Australia by using NLP to analyze raw clinical note data. While they could develop ML models with high accuracy, they found that within their immense database, only 40% of records indicated a rationale for prescribing antimicrobials. This study demonstrates both the importance of complete records in the veterinary health record systems and the need for good data when researchers have access to large data sets. In their recent review, Ezanno et al23 provided a perspective on AI-based animal health and offered several recommendations for addressing data challenges such as data standardization, harmonization, and the adoption of findable, accessible, interoperable, and reusable (also referred to as FAIR) data principles to improve reliability and reproducibility.

The Potential of AI

Even with the recent surge in AI publications, there remains new and exciting opportunities for AI in veterinary medicine and animal health. In our companion paper, we discussed several considerations and challenges the veterinary community face when adopting AI technologies. Here, we focus on the possibilities and potential of AI in veterinary medicine with an emphasis on clinical disease prediction and precision medicine and translational research and clinical trials.

Clinical disease prediction and precision medicine

Research on the use of NLP and AI with medical images to detect, predict, and classify disease will continue to grow alongside improvements in ML methods. Various -omics profiling, such as proteomics, metabolomics, genomics, transcriptomics, and dosiomics, are now feasible and attainable in veterinary medicine. When various -omics data are combined, data sets become larger and more challenging to process.53 Analysis of multiomics data will require sophisticated data reduction and feature selection techniques, but it has the potential to offer improved diagnostics and more effective patient-specific treatment strategies (Figure 3).

Figure 3
Figure 3

Multiomics approaches in ML. All of these -omics methods characterize the state of the patient at a given time. These features can be combined to generate potentially more accurate diagnostic predictions or treatment evaluation models.

Citation: American Journal of Veterinary Research 83, 5; 10.2460/ajvr.22.03.0038

Speech recognition tools can be deployed in clinical triaging of animals in the telemedicine environment. Natural language processing is currently being explored in AI-based medicine by means of “chatbots” in human medicine, where patients can interact with a virtual clinician.54 Veterinary chatbots present an interesting potential, where owners would interact with an AI system to triage companion animal health concerns while providing the conveniences of telemedicine.

Practice workload, translational research, and clinical trials

Veterinary practice workloads have been steadily increasing, and this can contribute to increased workplace stressors and adverse health effects for veterinarians.55 Decision support tools that leverage AI may help relieve workplace stressors. Today, speech recognition software is commonly integrated with human health records systems to enable efficient text entry into the patient record. Similar approaches can be easily adopted in veterinary medicine in the companion animal hospital setting.

Translational research opportunities also exist in veterinary medicine, particularly within the One Health paradigm of human and animal care.56 Translational research is based on multidisciplinary collaborations among laboratory and clinical researchers and different communities in pursuit of more effective treatments and best practices. Unsupervised ML methods can be used to identify patterns in enhancer-gene connections in humans, mice, and flies, and similar approaches could be explored in common diseases of humans and companion animals.57 Such pattern detections in different diseases and phenotypes may be particularly useful in zoonotic and infectious disease modeling, and AI can be leveraged for these purposes.

Conducting clinical trials in veterinary medicine has a number of challenges, including patient recruitment, funding support, rapid adoption of technologies and treatment regimens that preclude their clinical evaluation and testing, and the impracticalities of conducting trials in the veterinary setting. In silico, or virtual, clinical trials can be used to replace traditional preclinical trials and in vitro experiments.58 Such trials offer an alternative to the conventional clinical trial. In this approach, virtual animals in the in silico trial receive a virtual treatment and observations are recorded on the basis ML models of patient sensitivities and responses.59

Good data = practical models

Opportunities to leverage AI hinge on access to good data. As demonstrated in 2 separate veterinary ML studies, the quality of a veterinary AI model can be heavily influenced by the quality of training and validation data.39,52 Unlike in a typical veterinary health record system, human medical health record systems comply with national and international data transfer and storage standards, and this compliance (at least in principle) provides researchers with indexed and unambiguous data fields within the health record system. With access to and an understanding of the data in the health record system, researchers can develop and test ML models with vetted data. Larger veterinary institutions may have the resources to tackle challenges associated in collecting, curating, and analyzing data for ML purposes, while smaller institutions may not. Addressing these and other data challenges in veterinary medicine requires a good working knowledge of database management and techniques to manage disparate data types.

However, even with access to good data, there remains the perplexing domain- or data-shift problems experienced in human medicine, where the distribution of data in the environment in which the model is developed is measurably different than the environment in which the model is deployed (Figure 4).60 Domain shift can be addressed by either updating and generalizing the model such that it incorporates multi-institutional data during training or, alternatively, customizing the model for a specific institution. While the former approach would offer opportunities for smaller institutions to extract the knowledge gained from models trained in larger data sets, testing and clinical implementation of these models in those environments become even more crucial prior to clinical use. A potential pragmatic approach in the veterinary setting is the latter, where models are trained and tuned by use of local patient populations.

Figure 4
Figure 4

Schematic of the domain-shift problem. Training and validation data from 1 institution is used to develop an AI model, and the final performance is characterized with the test data from institution 1. However, for a variety of factors, the trained AI model may perform poorly when subjected to data from institution 2.

Citation: American Journal of Veterinary Research 83, 5; 10.2460/ajvr.22.03.0038

Working smarter

With the advent and evolution of public resources and computing platforms, more flexible and simpler programming environments, and inexpensive computing power, access to AI technologies for the nonspecialist is improving. This increase in access permits academics, veterinarians, and future veterinarians to experiment and test AI technologies (one can simply visit the Colaboratory website61 to see the immense number of AI data sets and models). A module on the fundamentals of AI in veterinary medicine should become the norm in veterinary curricula, not only to empower future practitioners on the utility of AI in their everyday practice but also to provide them with the expertise to understand the limitations of AI and adopt best practices when using it. Professional life-long learning opportunities for AI and veterinary medicine will be instrumental in ensuring that members of modern-day veterinary professionals have the essential skills for enabling the safe implementation and interpretation of AI-based technologies. As seems to be the case in human medicine, AI will not be a panacea for veterinary medicine nor will it result in a collapsing workforce. Instead, AI-based decision support tools permit an opportunity to work smarter.

Working together

A key consideration in the successful adoption of AI technologies in veterinary medicine will be their safe introduction into clinical practice. Wilson et al62 outlined 10 practical tips to guide success when deploying AI in human health care, and these are equally relevant in veterinary medicine. They propose a 4-phase approach to follow when introducing an AI-based solution in the hospital: (a) conceptualization of the AI project, (b) data acquisition and preparation, (c) AI application, and (d) translation. Central to this approach is the establishment of a collaborative team of experts to guide the implementation and steward the use of AI in the clinic. Such a team should include veterinary specialists and practitioners, data scientists, project managers, and software engineers. Also important is to identify those in leadership positions who can help remove or lower barriers to success. Finally, one must educate and respect the needs of end users—the animals and their owners—who benefit from this technology.

Conclusions

The recent surge in AI publications on veterinary medicine suggests new advances and applications of AI in veterinary medicine are forthcoming. This will pose challenges—and opportunities—for the veterinary community to understanding, interpreting, and adopting this powerful and evolving technology. As previously suggested, AI is not likely to become a panacea for veterinary medicine, nor will it replace the expertise of the veterinarian. More likely, AI promises opportunities for the veterinary community to work more efficiently and to provide new insights into managing and treating disorders, which will hopefully translate to improvements in the quality of life for animals and those who care for them.

Acknowledgments

No external funding was used in the preparation of this manuscript. The authors declare that there were no conflicts of interest.

The authors would like to acknowledge the American College of Veterinary Radiology/European College of Veterinary Diagnostic Imaging Artificial Intelligence Education and Development Committee for its role in discussions that have played a role in influencing the important features highlighted in this paper. Kim P. Nayyer is kindly acknowledged for her assistance with editing.

References

  • 1.

    Molini-Avejonas DR, Rondon-Melo S, Amato CA, Samelli AG. A systematic review of the use of telehealth in speech, language and hearing sciences. J Telemed Telecare. 2015;21(7):367376. doi:10.1177/1357633X15583215

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 2.

    Ilgner J, Düwel P, Westhofen M. Free-text data entry by speech recognition software and its impact on clinical routine. Ear Nose Throat J. 2006;85(8):523527. doi:10.1177/014556130608500816

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 3.

    Prince SJD. Computer Vision: Computer Graphics, Image Processing and Robotics. Cambridge University Press; 2012.

  • 4.

    Luo JW, Chong JJR. Review of natural language processing in radiology. Neuroimaging Clin N Am. 2020;30(4):447458. doi:10.1016/j.nic.2020.08.001

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 5.

    Noorbakhsh-Sabet N, Zand R, Zhang Y, Abedi V. Artificial intelligence transforms the future of healthcare. Am J Med. 2019;132(7):795801. doi:10.1016/j.amjmed.2019.01.017

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 6.

    Cui S, Tseng HH, Pakela J, Ten Haken RK, El Naqa I. Introduction to machine and deep learning for medical physicists. Med Phys. 2020;47(5):e127e147. doi:10.1002/mp.14140

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 7.

    Awaysheh A, Wilcke J, Elvinger F, Rees L, Fan W, Zimmerman KL. Review of medical decision support and machine-learning methods. Vet Pathol. 2019;56(4):512525. doi:10.1177/0300985819829524

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 8.

    Borstelmann SM. Machine learning principles for radiology investigators. Acad Radiol. 2020;27(1):1325. doi:10.1016/j.acra.2019.07.030

  • 9.

    van der Maaten L, Hinton G. Visualizing data using t-SNE. J Mach Learn Res. 2008;9(86):25792605.

  • 10.

    Tenenbaum JB, de Silva V, Langford JC. A global geometric framework for nonlinear dimensionality reduction. Science. 2000;290(5500):23192323. doi:10.1126/science.290.5500.2319

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 11.

    Bezdek JC. Objective function clustering. In: Bezdek JC, ed. Pattern Recognition with Fuzzy Objective Function Algorithms. Plenum Press; 1981:4393. doi:10.1007/978-1-4757-0450-1_3

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 12.

    Zhuang F, Qi Z, Duan K, et al. A comprehensive survey on transfer learning. Proc IEEE. 2021;109(1):4376. doi:10.1109/JPROC.2020.3004555

  • 13.

    El Naqa I, Feng M, Bazzi L, et al. Reinforcement learning strategies for decision making in knowledge-based adaptive radiation therapy: application in liver cancer. Int J Radiat Oncol Biol Phys. 2016;96(2 suppl):S45. doi:10.1016/j.ijrobp.2016.06.119

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 14.

    Zhou SK, Le HN, Luu K, Nguyen HV, Ayache N. Deep reinforcement learning in medical imaging: a literature review. Med Image Anal. 2021;73:102193. doi:10.1016/j.media.2021.102193

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 15.

    Krizhevsky A, Sutskever I, Hinton GE. ImageNet classification with deep convolutional neural networks. In: Advances in Neural Information Processing Systems. Vol 25. Curran Associates Inc; 2012.

    • Search Google Scholar
    • Export Citation
  • 16.

    Krizhevsky A, Sutskever I, Hinton GE. ImageNet classification with deep convolutional neural networks. Commun ACM. 2017;60(6):8490. doi:10.1145/3065386

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 17.

    Yamashita R, Nishio M, Do RKG, Togashi K. Convolutional neural networks: an overview and application in radiology. Insights Imaging. 2018;9(4):611629. doi:10.1007/s13244-018-0639-9

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 18.

    ImageNet. Updated March 11, 2021. Accessed Mar 17, 2022. https://www.image-net.org/

  • 19.

    Gillies RJ, Kinahan PE, Hricak H. Radiomics: images are more than pictures, they are data. Radiology. 2016;278(2):563577. doi:10.1148/radiol.2015151169

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 20.

    Aerts HJWL, Velazquez ER, Leijenaar RTH, et al. Decoding tumour phenotype by noninvasive imaging using a quantitative radiomics approach. Nat Commun. 2014;5:4006. doi:10.1038/ncomms5006

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 21.

    Benos L, Tagarakis AC, Dolias G, Berruto R, Kateris D, Bochtis D. Machine learning in agriculture: a comprehensive updated review. Sensors (Basel). 2021;21(11):3758. doi:10.3390/s21113758

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 22.

    Erickson BJ, Korfiatis P, Akkus Z, Kline TL. Machine learning for medical imaging. Radiographics. 2017;37(2):505515. doi:10.1148/rg.2017160130

  • 23.

    Ezanno P, Picault S, Beaunée G, et al. Research perspectives on animal health in the era of artificial intelligence. Vet Res. 2021;52(1):40. doi:10.1186/s13567-021-00902-4

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 24.

    McEvoy FJ, Amigo JM. Using machine learning to classify image features from canine pelvic radiographs: evaluation of partial least squares discriminant analysis and artificial neural network models. Vet Radiol Ultrasound. 2013;54(2):122126. doi:10.1111/vru.12003

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 25.

    Banzato T, Wodzinski M, Burti S, et al. Automatic classification of canine thoracic radiographs using deep learning. Sci Rep. 2021;11(1):3964. doi:10.1038/s41598-021-83515-3

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 26.

    Burti S, Zotti A, Bonsembiante F, Contiero B, Banzato T. Diagnostic accuracy of delayed phase post contrast computed tomographic images in the diagnosis of focal liver lesions in dogs: 69 cases. Front Vet Sci. 2021;8:611556. doi:10.3389/fvets.2021.611556

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 27.

    Boissady E, Comble A de L, Zhu X, Hespel AM. Artificial intelligence evaluating primary thoracic lesions has an overall lower error rate compared to veterinarians or veterinarians in conjunction with the artificial intelligence. Vet Radiol Ultrasound. 2020;61(6):619627. doi:10.1111/vru.12912

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 28.

    Li S, Wang Z, Visser LC, Wisner ER, Cheng H. Pilot study: application of artificial intelligence for detecting left atrial enlargement on canine thoracic radiographs. Vet Radiol Ultrasound. 2020;61(6):611618. doi:10.1111/vru.12901

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 29.

    Banzato T, Wodzinski M, Tauceri F, et al. An AI-based algorithm for the automatic classification of thoracic radiographs in cats. Front Vet Sci. 2021;8:731936. doi:10.3389/fvets.2021.731936

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 30.

    Biercher A, Meller S, Wendt J, et al. Using deep learning to detect spinal cord diseases on thoracolumbar magnetic resonance images of dogs. Front Vet Sci. 2021;8:721167. doi:10.3389/fvets.2021.721167

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 31.

    Banzato T, Bernardini M, Cherubini GB, Zotti A. A methodological approach for deep learning to distinguish between meningiomas and gliomas on canine MR-images. BMC Vet Res. 2018;14(1):317. doi:10.1186/s12917-018-1638-2

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 32.

    Spiteri M, Knowler SP, Rusbridge C, Wells K. Using machine learning to understand neuromorphological change and image-based biomarker identification in Cavalier King Charles Spaniels with Chiar-like malformation-associated pain and syringomyelia. J Vet Intern Med. 2019;33(6):26652674. doi:10.1111/jvim.15621

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 33.

    Banzato T, Bonsembiante F, Aresu L, Gelain ME, Burti S, Zotti A. Use of transfer learning to detect diffuse degenerative hepatic diseases from ultrasound images in dogs: a methodological study. Vet J. 2018;233:3540. doi:10.1016/j.tvjl.2017.12.026

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 34.

    Porter IR, Wieland M, Basran PS. Feasibility of the use of deep learning classification of teat-end condition in Holstein cattle. J Dairy Sci. 2021;104(4):45294536. doi:10.3168/jds.2020–19642

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 35.

    Ye Y, Sun WW, Xu RX, Selmic LE, Sun M. Intraoperative assessment of canine soft tissue sarcoma by deep learning enhanced optical coherence tomography. Vet Comp Oncol. 2021;19(4):624631. doi:10.1111/vco.12747

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 36.

    Park J, Choi B, Ko J, et al. Deep-learning-based automatic segmentation of head and neck organs for radiation therapy in dogs. Front Vet Sci. 2021;8:721612. doi:10.3389/fvets.2021.721612

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 37.

    Basran PS, Porter I, Forman M. Machine learning of feline GI disorders using abdominal ultrasound images. Published online July 9, 2020. doi:10.17605/OSF.IO/AUF5C

    • Search Google Scholar
    • Export Citation
  • 38.

    Basran PS, Gao J, Palmer S, Reesink HL. A radiomics platform for computing imaging features from µCT images of Thoroughbred racehorse proximal sesamoid bones: benchmark performance and evaluation. Equine Vet J. 2021;53(2):277286. doi:10.1111/evj.13321

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 39.

    Awaysheh A, Wilcke J, Elvinger F, Rees L, Fan W, Zimmerman K. Identifying free-text features to improve automated classification of structured histopathology reports for feline small intestinal disease. J Vet Diagn Invest. 2018;30(2):211217. doi:10.1177/1040638717744002

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 40.

    Awaysheh A, Wilcke J, Elvinger F, Rees L, Fan W, Zimmerman KL. Evaluation of supervised machine-learning algorithms to distinguish between inflammatory bowel disease and alimentary lymphoma in cats. J Vet Diagn Invest. 2016;28(6):679687. doi:10.1177/1040638716657377

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 41.

    Nejedly P, Kremen V, Sladky V, et al. Deep-learning for seizure forecasting in canines with epilepsy. J Neural Eng. 2019;16(3):036031. doi:10.1088/1741-2552/ab172d

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 42.

    Hunt B, Kwan E, McMillan M, Dosdall D, MacLeod R, Ranjan R. Deep learning based prediction of atrial fibrillation disease progression with endocardial electrograms in a canine model. Comput Cardiol (2010). 2020;47:10.22489/cinc.2020.291. doi:10.22489/cinc.2020.291

    • Search Google Scholar
    • Export Citation
  • 43.

    Vehkaoja A, Somppi S, Törnqvist H, et al. Description of movement sensor dataset for dog behavior classification. Data Brief. 2022;40:107822. doi:10.1016/j.dib.2022.107822

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 44.

    Chambers RD, Yoder NC, Carson AB, et al. Deep learning classification of canine behavior using a single collar-mounted accelerometer: real-world validation. Animals (Basel). 2021;11(6):1549. doi:10.3390/ani11061549

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 45.

    Kasnesis P, Doulgerakis V, Uzunidis D, et al. Deep learning empowered wearable-based behavior recognition for search and rescue dogs. Sensors (Basel). 2022;22(3):993. doi:10.3390/s22030993

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 46.

    Kittichai V, Kaewthamasorn M, Thanee S, et al. Classification for avian malaria parasite Plasmodium gallinaceum blood stages by using deep convolutional neural networks. Sci Rep. 2021;11(1):16919. doi:10.1038/s41598-021-96475-5

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 47.

    Aubreville M, Bertram CA, Marzahl C, et al. Deep learning algorithms out-perform veterinary pathologists in detecting the mitotically most active tumor region. Sci Rep. 2020;10(1):16447. doi:10.1038/s41598-020-73246-2

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 48.

    Vinicki K, Ferrari P, Belic M, Turk R. Using convolutional neural networks for determining reticulocyte percentage in cats. Published online March 13, 2018. doi:10.48550/arXiv.1803.04873

    • Search Google Scholar
    • Export Citation
  • 49.

    Pijnacker T, Bartels R, van Leeuwen M, Teske E. Identification of parameters and formulation of a statistical and machine learning model to identify Babesia canis infections in dogs using available ADVIA hematology analyzer data. Parasit Vectors. 2022;15(1):41. doi:10.1186/s13071-022-05163-4

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 50.

    Nagamori Y, Sedlak RH, DeRosa A, et al. Further evaluation and validation of the VETSCAN IMAGYST: in-clinic feline and canine fecal parasite detection system integrated with a deep learning algorithm. Parasit Vectors. 2021;14(1):89. doi:10.1186/s13071-021-04591-y

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 51.

    VetCompass. Accessed Mar 17 2022. https://www.vetcompass.org/

  • 52.

    Hur B, Hardefeldt LY, Verspoor K, Baldwin T, Gilkerson JR. Overcoming challenges in extracting prescribing habits from veterinary clinics using big data and deep learning. Aust Vet J. Published online January 25, 2022. doi:10.1111/avj.13145

    • Search Google Scholar
    • Export Citation
  • 53.

    Hasin Y, Seldin M, Lusis A. Multi-omics approaches to disease. Genome Biol. 2017;18(1):83. doi:10.1186/s13059-017-1215-1

  • 54.

    Pham KT, Nabizadeh A, Selek S. Artificial intelligence and chatbots in psychiatry. Psychiatr Q. Published online February 25, 2022. doi:10.1007/s11126-022-09973-8

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 55.

    Roberts SE, Jaremin B, Lloyd K. High-risk occupations for suicide. Psychol Med. 2013;43(6):12311240. doi:10.1017/S0033291712002024

  • 56.

    Fathke RL, Rao S, Salman M. The COVID-19 pandemic: a time for veterinary leadership in one health. One Health. 2020;11:100193. doi:10.1016/j.onehlt.2020.100193

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 57.

    Gao T, Zheng Z, Pan Y, et al. scEnhancer: a single-cell enhancer resource with annotation across hundreds of tissue/cell types in three species. Nucleic Acids Res. 2022;50(D1):D371D379. doi:10.1093/nar/gkab1032

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 58.

    Abadi E, Segars WP, Tsui BMW, et al. Virtual clinical trials in medical imaging: a review. J Med Imaging (Bellingham). 2020;7(4):042805. doi:10.1117/1.JMI.7.4.042805

    • Search Google Scholar
    • Export Citation
  • 59.

    Chase JG, Preiser JC, Dickson JL, et al. Next-generation, personalised, model-based critical care medicine: a state-of-the art review of in silico virtual patient models, methods, and cohorts, and how to validation them. Biomed Eng Online. 2018;17(1):24. doi:10.1186/s12938-018-0455-y

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 60.

    Hu Y, Jacob J, Parker GJM, Hawkes DJ, Hurst JR, Stoyanov D. The challenges of deploying artificial intelligence models in a rapidly evolving pandemic. Nat Mach Intell. 2020;2:298300. doi:10.1038/s42256-020-0185-2

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 61.

    Colaboratory. Accessed Mar 17 2022. https://colab.research.google.com/

  • 62.

    Wilson A, Saeed H, Pringle C, Eleftheriou I, Bromiley PA, Brass A. Artificial intelligence projects in healthcare: 10 practical tips for success in a clinical environment. BMJ Health Care Inform. 2021;28(1):e100323. doi:10.1136/bmjhci-2021-100323

    • Crossref
    • Search Google Scholar
    • Export Citation

Contributor Notes

Corresponding author: Dr. Basran (psb92@cornell.edu)
  • Figure 1

    Schematic of supervised, unsupervised, and semisupervised machine learning (left) and reinforcement learning (right). Common algorithms used in supervised and unsupervised learning are shown along with the common algorithms used to analyze discrete or continuous variables. The right displays a schematic of a reinforcement learning problem of finding grouped or clustered data sets from an input data and how reinforcement learning uses a rewards system to determine the best clustering (output). In this simple example, the agent’s task is to divide the data set most clearly (shown in black dots in the input data) into 2 clusters (red and blue dots in the output) through different algorithms.

  • Figure 2

    The radiomics workflow for a feline ultrasound image of the small intestine when combined with other biomarker data for developing a simple ML-based classification model. In this workflow, a region of interest around the object of interest (the transverse section of the small intestine) is defined and image features are computed. Image features include simple metrics (eg, statistical and morphometric features such as the average pixel intensity and area) to more complex metrics (eg, texture features such as entropy and coarseness). These features can be combined with other markers, such as blood serum data, in an ML model. The performance of the binary classifier can be evaluated with a simple receiver operator curve, as shown in the bottom left.

  • Figure 3

    Multiomics approaches in ML. All of these -omics methods characterize the state of the patient at a given time. These features can be combined to generate potentially more accurate diagnostic predictions or treatment evaluation models.

  • Figure 4

    Schematic of the domain-shift problem. Training and validation data from 1 institution is used to develop an AI model, and the final performance is characterized with the test data from institution 1. However, for a variety of factors, the trained AI model may perform poorly when subjected to data from institution 2.

  • 1.

    Molini-Avejonas DR, Rondon-Melo S, Amato CA, Samelli AG. A systematic review of the use of telehealth in speech, language and hearing sciences. J Telemed Telecare. 2015;21(7):367376. doi:10.1177/1357633X15583215

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 2.

    Ilgner J, Düwel P, Westhofen M. Free-text data entry by speech recognition software and its impact on clinical routine. Ear Nose Throat J. 2006;85(8):523527. doi:10.1177/014556130608500816

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 3.

    Prince SJD. Computer Vision: Computer Graphics, Image Processing and Robotics. Cambridge University Press; 2012.

  • 4.

    Luo JW, Chong JJR. Review of natural language processing in radiology. Neuroimaging Clin N Am. 2020;30(4):447458. doi:10.1016/j.nic.2020.08.001

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 5.

    Noorbakhsh-Sabet N, Zand R, Zhang Y, Abedi V. Artificial intelligence transforms the future of healthcare. Am J Med. 2019;132(7):795801. doi:10.1016/j.amjmed.2019.01.017

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 6.

    Cui S, Tseng HH, Pakela J, Ten Haken RK, El Naqa I. Introduction to machine and deep learning for medical physicists. Med Phys. 2020;47(5):e127e147. doi:10.1002/mp.14140

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 7.

    Awaysheh A, Wilcke J, Elvinger F, Rees L, Fan W, Zimmerman KL. Review of medical decision support and machine-learning methods. Vet Pathol. 2019;56(4):512525. doi:10.1177/0300985819829524

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 8.

    Borstelmann SM. Machine learning principles for radiology investigators. Acad Radiol. 2020;27(1):1325. doi:10.1016/j.acra.2019.07.030

  • 9.

    van der Maaten L, Hinton G. Visualizing data using t-SNE. J Mach Learn Res. 2008;9(86):25792605.

  • 10.

    Tenenbaum JB, de Silva V, Langford JC. A global geometric framework for nonlinear dimensionality reduction. Science. 2000;290(5500):23192323. doi:10.1126/science.290.5500.2319

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 11.

    Bezdek JC. Objective function clustering. In: Bezdek JC, ed. Pattern Recognition with Fuzzy Objective Function Algorithms. Plenum Press; 1981:4393. doi:10.1007/978-1-4757-0450-1_3

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 12.

    Zhuang F, Qi Z, Duan K, et al. A comprehensive survey on transfer learning. Proc IEEE. 2021;109(1):4376. doi:10.1109/JPROC.2020.3004555

  • 13.

    El Naqa I, Feng M, Bazzi L, et al. Reinforcement learning strategies for decision making in knowledge-based adaptive radiation therapy: application in liver cancer. Int J Radiat Oncol Biol Phys. 2016;96(2 suppl):S45. doi:10.1016/j.ijrobp.2016.06.119

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 14.

    Zhou SK, Le HN, Luu K, Nguyen HV, Ayache N. Deep reinforcement learning in medical imaging: a literature review. Med Image Anal. 2021;73:102193. doi:10.1016/j.media.2021.102193

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 15.

    Krizhevsky A, Sutskever I, Hinton GE. ImageNet classification with deep convolutional neural networks. In: Advances in Neural Information Processing Systems. Vol 25. Curran Associates Inc; 2012.

    • Search Google Scholar
    • Export Citation
  • 16.

    Krizhevsky A, Sutskever I, Hinton GE. ImageNet classification with deep convolutional neural networks. Commun ACM. 2017;60(6):8490. doi:10.1145/3065386

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 17.

    Yamashita R, Nishio M, Do RKG, Togashi K. Convolutional neural networks: an overview and application in radiology. Insights Imaging. 2018;9(4):611629. doi:10.1007/s13244-018-0639-9

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 18.

    ImageNet. Updated March 11, 2021. Accessed Mar 17, 2022. https://www.image-net.org/

  • 19.

    Gillies RJ, Kinahan PE, Hricak H. Radiomics: images are more than pictures, they are data. Radiology. 2016;278(2):563577. doi:10.1148/radiol.2015151169

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 20.

    Aerts HJWL, Velazquez ER, Leijenaar RTH, et al. Decoding tumour phenotype by noninvasive imaging using a quantitative radiomics approach. Nat Commun. 2014;5:4006. doi:10.1038/ncomms5006

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 21.

    Benos L, Tagarakis AC, Dolias G, Berruto R, Kateris D, Bochtis D. Machine learning in agriculture: a comprehensive updated review. Sensors (Basel). 2021;21(11):3758. doi:10.3390/s21113758

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 22.

    Erickson BJ, Korfiatis P, Akkus Z, Kline TL. Machine learning for medical imaging. Radiographics. 2017;37(2):505515. doi:10.1148/rg.2017160130

  • 23.

    Ezanno P, Picault S, Beaunée G, et al. Research perspectives on animal health in the era of artificial intelligence. Vet Res. 2021;52(1):40. doi:10.1186/s13567-021-00902-4

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 24.

    McEvoy FJ, Amigo JM. Using machine learning to classify image features from canine pelvic radiographs: evaluation of partial least squares discriminant analysis and artificial neural network models. Vet Radiol Ultrasound. 2013;54(2):122126. doi:10.1111/vru.12003

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 25.

    Banzato T, Wodzinski M, Burti S, et al. Automatic classification of canine thoracic radiographs using deep learning. Sci Rep. 2021;11(1):3964. doi:10.1038/s41598-021-83515-3

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 26.

    Burti S, Zotti A, Bonsembiante F, Contiero B, Banzato T. Diagnostic accuracy of delayed phase post contrast computed tomographic images in the diagnosis of focal liver lesions in dogs: 69 cases. Front Vet Sci. 2021;8:611556. doi:10.3389/fvets.2021.611556

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 27.

    Boissady E, Comble A de L, Zhu X, Hespel AM. Artificial intelligence evaluating primary thoracic lesions has an overall lower error rate compared to veterinarians or veterinarians in conjunction with the artificial intelligence. Vet Radiol Ultrasound. 2020;61(6):619627. doi:10.1111/vru.12912

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 28.

    Li S, Wang Z, Visser LC, Wisner ER, Cheng H. Pilot study: application of artificial intelligence for detecting left atrial enlargement on canine thoracic radiographs. Vet Radiol Ultrasound. 2020;61(6):611618. doi:10.1111/vru.12901

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 29.

    Banzato T, Wodzinski M, Tauceri F, et al. An AI-based algorithm for the automatic classification of thoracic radiographs in cats. Front Vet Sci. 2021;8:731936. doi:10.3389/fvets.2021.731936

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 30.

    Biercher A, Meller S, Wendt J, et al. Using deep learning to detect spinal cord diseases on thoracolumbar magnetic resonance images of dogs. Front Vet Sci. 2021;8:721167. doi:10.3389/fvets.2021.721167

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 31.

    Banzato T, Bernardini M, Cherubini GB, Zotti A. A methodological approach for deep learning to distinguish between meningiomas and gliomas on canine MR-images. BMC Vet Res. 2018;14(1):317. doi:10.1186/s12917-018-1638-2

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 32.

    Spiteri M, Knowler SP, Rusbridge C, Wells K. Using machine learning to understand neuromorphological change and image-based biomarker identification in Cavalier King Charles Spaniels with Chiar-like malformation-associated pain and syringomyelia. J Vet Intern Med. 2019;33(6):26652674. doi:10.1111/jvim.15621

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 33.

    Banzato T, Bonsembiante F, Aresu L, Gelain ME, Burti S, Zotti A. Use of transfer learning to detect diffuse degenerative hepatic diseases from ultrasound images in dogs: a methodological study. Vet J. 2018;233:3540. doi:10.1016/j.tvjl.2017.12.026

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 34.

    Porter IR, Wieland M, Basran PS. Feasibility of the use of deep learning classification of teat-end condition in Holstein cattle. J Dairy Sci. 2021;104(4):45294536. doi:10.3168/jds.2020–19642

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 35.

    Ye Y, Sun WW, Xu RX, Selmic LE, Sun M. Intraoperative assessment of canine soft tissue sarcoma by deep learning enhanced optical coherence tomography. Vet Comp Oncol. 2021;19(4):624631. doi:10.1111/vco.12747

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 36.

    Park J, Choi B, Ko J, et al. Deep-learning-based automatic segmentation of head and neck organs for radiation therapy in dogs. Front Vet Sci. 2021;8:721612. doi:10.3389/fvets.2021.721612

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 37.

    Basran PS, Porter I, Forman M. Machine learning of feline GI disorders using abdominal ultrasound images. Published online July 9, 2020. doi:10.17605/OSF.IO/AUF5C

    • Search Google Scholar
    • Export Citation
  • 38.

    Basran PS, Gao J, Palmer S, Reesink HL. A radiomics platform for computing imaging features from µCT images of Thoroughbred racehorse proximal sesamoid bones: benchmark performance and evaluation. Equine Vet J. 2021;53(2):277286. doi:10.1111/evj.13321

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 39.

    Awaysheh A, Wilcke J, Elvinger F, Rees L, Fan W, Zimmerman K. Identifying free-text features to improve automated classification of structured histopathology reports for feline small intestinal disease. J Vet Diagn Invest. 2018;30(2):211217. doi:10.1177/1040638717744002

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 40.

    Awaysheh A, Wilcke J, Elvinger F, Rees L, Fan W, Zimmerman KL. Evaluation of supervised machine-learning algorithms to distinguish between inflammatory bowel disease and alimentary lymphoma in cats. J Vet Diagn Invest. 2016;28(6):679687. doi:10.1177/1040638716657377

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 41.

    Nejedly P, Kremen V, Sladky V, et al. Deep-learning for seizure forecasting in canines with epilepsy. J Neural Eng. 2019;16(3):036031. doi:10.1088/1741-2552/ab172d

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 42.

    Hunt B, Kwan E, McMillan M, Dosdall D, MacLeod R, Ranjan R. Deep learning based prediction of atrial fibrillation disease progression with endocardial electrograms in a canine model. Comput Cardiol (2010). 2020;47:10.22489/cinc.2020.291. doi:10.22489/cinc.2020.291

    • Search Google Scholar
    • Export Citation
  • 43.

    Vehkaoja A, Somppi S, Törnqvist H, et al. Description of movement sensor dataset for dog behavior classification. Data Brief. 2022;40:107822. doi:10.1016/j.dib.2022.107822

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 44.

    Chambers RD, Yoder NC, Carson AB, et al. Deep learning classification of canine behavior using a single collar-mounted accelerometer: real-world validation. Animals (Basel). 2021;11(6):1549. doi:10.3390/ani11061549

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 45.

    Kasnesis P, Doulgerakis V, Uzunidis D, et al. Deep learning empowered wearable-based behavior recognition for search and rescue dogs. Sensors (Basel). 2022;22(3):993. doi:10.3390/s22030993

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 46.

    Kittichai V, Kaewthamasorn M, Thanee S, et al. Classification for avian malaria parasite Plasmodium gallinaceum blood stages by using deep convolutional neural networks. Sci Rep. 2021;11(1):16919. doi:10.1038/s41598-021-96475-5

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 47.

    Aubreville M, Bertram CA, Marzahl C, et al. Deep learning algorithms out-perform veterinary pathologists in detecting the mitotically most active tumor region. Sci Rep. 2020;10(1):16447. doi:10.1038/s41598-020-73246-2

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 48.

    Vinicki K, Ferrari P, Belic M, Turk R. Using convolutional neural networks for determining reticulocyte percentage in cats. Published online March 13, 2018. doi:10.48550/arXiv.1803.04873

    • Search Google Scholar
    • Export Citation
  • 49.

    Pijnacker T, Bartels R, van Leeuwen M, Teske E. Identification of parameters and formulation of a statistical and machine learning model to identify Babesia canis infections in dogs using available ADVIA hematology analyzer data. Parasit Vectors. 2022;15(1):41. doi:10.1186/s13071-022-05163-4

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 50.

    Nagamori Y, Sedlak RH, DeRosa A, et al. Further evaluation and validation of the VETSCAN IMAGYST: in-clinic feline and canine fecal parasite detection system integrated with a deep learning algorithm. Parasit Vectors. 2021;14(1):89. doi:10.1186/s13071-021-04591-y

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 51.

    VetCompass. Accessed Mar 17 2022. https://www.vetcompass.org/

  • 52.

    Hur B, Hardefeldt LY, Verspoor K, Baldwin T, Gilkerson JR. Overcoming challenges in extracting prescribing habits from veterinary clinics using big data and deep learning. Aust Vet J. Published online January 25, 2022. doi:10.1111/avj.13145

    • Search Google Scholar
    • Export Citation
  • 53.

    Hasin Y, Seldin M, Lusis A. Multi-omics approaches to disease. Genome Biol. 2017;18(1):83. doi:10.1186/s13059-017-1215-1

  • 54.

    Pham KT, Nabizadeh A, Selek S. Artificial intelligence and chatbots in psychiatry. Psychiatr Q. Published online February 25, 2022. doi:10.1007/s11126-022-09973-8

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 55.

    Roberts SE, Jaremin B, Lloyd K. High-risk occupations for suicide. Psychol Med. 2013;43(6):12311240. doi:10.1017/S0033291712002024

  • 56.

    Fathke RL, Rao S, Salman M. The COVID-19 pandemic: a time for veterinary leadership in one health. One Health. 2020;11:100193. doi:10.1016/j.onehlt.2020.100193

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 57.

    Gao T, Zheng Z, Pan Y, et al. scEnhancer: a single-cell enhancer resource with annotation across hundreds of tissue/cell types in three species. Nucleic Acids Res. 2022;50(D1):D371D379. doi:10.1093/nar/gkab1032

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 58.

    Abadi E, Segars WP, Tsui BMW, et al. Virtual clinical trials in medical imaging: a review. J Med Imaging (Bellingham). 2020;7(4):042805. doi:10.1117/1.JMI.7.4.042805

    • Search Google Scholar
    • Export Citation
  • 59.

    Chase JG, Preiser JC, Dickson JL, et al. Next-generation, personalised, model-based critical care medicine: a state-of-the art review of in silico virtual patient models, methods, and cohorts, and how to validation them. Biomed Eng Online. 2018;17(1):24. doi:10.1186/s12938-018-0455-y

    • Crossref
    • Search Google Scholar
    • Export Citation
  • 60.

    Hu Y, Jacob