| Literature DB >> 35534766 |
James M Roberts1, Dominik Heider2, Lina Bergman3,4,5, Kent L Thornburg6.
Abstract
Understanding, predicting, and preventing pregnancy disorders have been a major research target. Nonetheless, the lack of progress is illustrated by research results related to preeclampsia and other hypertensive pregnancy disorders. These remain a major cause of maternal and infant mortality worldwide. There is a general consensus that the rate of progress toward understanding pregnancy disorders lags behind progress in other aspects of human health. In this presentation, we advance an explanation for this failure and suggest solutions. We propose that progress has been impeded by narrowly focused research training and limited imagination and innovation, resulting in the failure to think beyond conventional research approaches and analytical strategies. Investigations have been largely limited to hypothesis-generating approaches constrained by attempts to force poorly defined complex disorders into a single "unifying" hypothesis. Future progress could be accelerated by rethinking this approach. We advise taking advantage of innovative approaches that will generate new research strategies for investigating pregnancy abnormalities. Studies should begin before conception, assessing pregnancy longitudinally, before, during, and after pregnancy. Pregnancy disorders should be defined by pathophysiology rather than phenotype, and state of the art agnostic assessment of data should be adopted to generate new ideas. Taking advantage of new approaches mandates emphasizing innovation, inclusion of large datasets, and use of state of the art experimental and analytical techniques. A revolution in understanding pregnancy-associated disorders will depend on networks of scientists who are driven by an intense biological curiosity, a team spirit, and the tools to make new discoveries.Entities:
Keywords: Artificial intelligence; Innovation; Preeclampsia; Research; Training
Mesh:
Year: 2022 PMID: 35534766 PMCID: PMC9537127 DOI: 10.1007/s43032-022-00951-w
Source DB: PubMed Journal: Reprod Sci ISSN: 1933-7191 Impact factor: 2.924
Fig. 1Hypothetical pathophysiological pathways to adverse pregnancy outcomes: Panel A indicates the conventional hypothesis that adverse pregnancy outcomes (here represented by preeclampsia and fetal growth restriction) each has a distinct, single pathway. Panel B presents an evolving hypothesis that there are several pathways to adverse outcomes with different pathways to each outcome. In panel C, an alternate hypothesis suggests there are multiple pathways to adverse outcomes, and these are shared by all outcomes. The particular adverse outcome is determined by the maternal response to the insult (e.g., the same insult in different women can lead to preeclampsia or fetal growth restriction). For simplicity, pathways are shown as independent but it is likely there are complex interactions between pathways
Definitions of the most commonly used terms
| Term | Explanation |
|---|---|
| Artificial intelligence (AI) | AI refers to modern technologies able to learn patterns or functions from data that can be used to predict new, unseen data, e.g., for diagnostics |
| Machine learning (ML) | ML is used synonymously with AI; however, historically AI is broader than ML |
| Clustering | Type of unsupervised learning where data is grouped together based on a mathematical similarity |
| Deep learning (DL) | DL refers to deep neural networks, i.e., a special type of ML architecture that is based on many neurons arranged in layers. There are many types of DL architectures; however, feed-forward neural networks are the most common |
| Euclidian distance | Distance metric |
| Clustering algorithm | |
| Clustering algorithm | |
| Linear regression | Simple statistical method for modeling the relationship between metric variables |
| Linear problem | Classification or regression problem that can be solved by a linear model, e.g., a hyperplane |
| Non-linear problem | Classification or regression problem where the data is non-linearly distributed, e.g., polynomially |
| Logistic regression (LR) | Simple statistical model for binary classification problems and statistical inference |
| Neural network (NN) | NN are ML models that are based on networks (or graphs) of neurons able to process information and to find an abstract representation of the data |
| Neuron | Simple ML model (also called perceptron) that is able to solve linear problems. Basic node in an NN |
| Feed-forward neural network | Special type of NN where information is only transferred from one layer to the next without any loops |
| Supervised learning | ML models are trained on data that has different classes, e.g., case and control |
| Unsupervised learning | ML models are trained solely on the data without any label information. The data is clustered into groups |
Fig. 2Schematic illustration of a feed-forward neural network: Neurons are shown in light blue. The input layer is shown on the left, the output layer on the right. In between, there can be several hidden layers with an arbitrary number of neurons