| Literature DB >> 33990172 |
Gayathri Delanerolle1, Xuzhi Yang2, Suchith Shetty3, Vanessa Raymont1, Ashish Shetty4,5, Peter Phiri6,7, Dharani K Hapangama8, Nicola Tempest8, Kingshuk Majumder9, Jian Qing Shi2,10.
Abstract
To evaluate and holistically treat the mental health sequelae and potential psychiatric comorbidities associated with obstetric and gynaecological conditions, it is important to optimize patient care, ensure efficient use of limited resources and improve health-economic models. Artificial intelligence applications could assist in achieving the above. The World Health Organization and global healthcare systems have already recognized the use of artificial intelligence technologies to address 'system gaps' and automate some of the more cumbersome tasks to optimize clinical services and reduce health inequalities. Currently, both mental health and obstetric and gynaecological services independently use artificial intelligence applications. Thus, suitable solutions are shared between mental health and obstetric and gynaecological clinical practices, independent of one another. Although, to address complexities with some patients who may have often interchanging sequelae with mental health and obstetric and gynaecological illnesses, 'holistically' developed artificial intelligence applications could be useful. Therefore, we present a rapid review to understand the currently available artificial intelligence applications and research into multi-morbid conditions, including clinical trial-based validations. Most artificial intelligence applications are intrinsically data-driven tools, and their validation in healthcare can be challenging as they require large-scale clinical trials. Furthermore, most artificial intelligence applications use rate-limiting mock data sets, which restrict their applicability to a clinical population. Some researchers may fail to recognize the randomness in the data generating processes in clinical care from a statistical perspective with a potentially minimal representation of a population, limiting their applicability within a real-world setting. However, novel, innovative trial designs could pave the way to generate better data sets that are generalizable to the entire global population. A collaboration between artificial intelligence and statistical models could be developed and deployed with algorithmic and domain interpretability to achieve this. In addition, acquiring big data sets is vital to ensure these artificial intelligence applications provide the highest accuracy within a real-world setting, especially when used as part of a clinical diagnosis or treatment.Entities:
Keywords: artificial intelligence; disease sequelae; gynaecology; machine learning; mental health; obstetrics; women’s health
Mesh:
Year: 2021 PMID: 33990172 PMCID: PMC8127586 DOI: 10.1177/17455065211018111
Source DB: PubMed Journal: Womens Health (Lond) ISSN: 1745-5057
Figure 1.A schematic representation of the classification of AI-based methods
Figure 2.Multi-faceted application on AI in healthcare
Summarizes vital procedures associated with data pre-processing methods.
| Quality assurance | Data sampling | Encoding | Train/test split |
|---|---|---|---|
| Missing data values, inconsistent values, duplicate values are some of the data quality issues addressed in this step. The use of the ‘ | Varying sampling methods and techniques raise data classification issues. Therefore, classification issues should be resolved prior to training an ML model that each class is equally represented in the training data. Mock data could be useful to train some of these ML models. Therefore, data sampling is one of the techniques used to ensure equal representation across classes. | Encoding is an important step to use differently labelled data that could still be part of a disease population. Certain features with text values, for instance, cannot be directly interpreted by a machine. However, through encoding, such features are transformed into a format that retains the original meaning of the feature, but still could be accepted as input by an ML algorithm. | An ML model is built using retrospective data, although it is practically useful when it is processed correctly. To test the generalization ability of an ML model, the retrospective data could be split into training and test data sets. While the algorithm is exposed to only the training data, the finished model is evaluated on the test data. Master test plans could be put together to demonstrate the outputs of these ML models. |
ML: machine learning.
Summarizes the three primary methods of ML.
| Supervised learning | Unsupervised learning | Reinforcement learning |
|---|---|---|
| This includes techniques such as logistic regression, support vector machine (SVM), and DNN involving learning from a training data set, where each data point is an input–output pair, and the objective is to find the best function that maps the input and the output data sets. | This includes techniques such as learning algorithms, in contrast, deal with the data that contain inputs, which means that the data need not be labelled by a human. The objective in unsupervised learning is to identify patterns in the input data which is not otherwise apparent. For instance, the Principal Component Analysis (PCA) is a well-known unsupervised learning method that aims at reducing the dimension of a data set. | This includes techniques such as learning is a relatively new learning framework that also does not need the labelled input–output pairs, but lets the agent take actions repetitively while rewarding positive actions and penalizing negative ones. It tries to let the agents take actions that maximize the notion of cumulative reward.[ |
ML: machine learning; DNN: deep neural network.
Figure 3.A schematic representation of multiple ML algorithms, which are a subset of AI methods that are commonly used in the development of healthcare AI applications. This hierarchy of ML algorithms is composed of three primary techniques of supervised, unsupervised and reinforcement learning. Supervised and unsupervised techniques are primary categories that use classification and regression models that could focus on qualitative and quantitative data sets, respectively, to provide clear outputs.
Machine learning algorithm–based AI application methods.
| Supervised learning | Unsupervised Learning | Reinforcement Learning |
|---|---|---|
| Logistic regression | Principal component analysis (PCA) | Monte Carlo simulation |
| Support vector machine (SVM) | ||
| Deep neural network | Expectation maximization (EM) algorithm | State–action–reward–state–action |
| Naïve Bayes | Hierarchical clustering | Double |
| Random forest |
Figure 4.The non-linear SVM classifier with the kernel trick.
Figure 5.A representation of the ANN with a 16-dimensional input layer and two hidden layers; each one with 12 and 10 neurons. Each of the two hidden layers may represent a specific type of features that need to be detected. The interaction between two nodes is represented by coloured edges, where positive interaction is shown by red and negative interaction is shown by blue. The edge width and edge opacity are proportional to edge weights.
Confusion matrix.
| Confusion matrix | Actual | |||
|---|---|---|---|---|
| Positive | Negative | |||
| Predicted | Positive |
|
|
|
| Negative |
|
|
| |
| Sensitivity | Specificity |
| ||
| d/( | ||||
Figure 6.Treating multi-morbid conditions: traditional approach (left) versus AI-supported integrated approach (right).