further work on introduction

This commit is contained in:
Alex Blank
2025-08-04 15:05:48 +00:00
parent 18c4f3eba9
commit b63dcfcc9b
14 changed files with 2377 additions and 2441 deletions
+52 -36
View File
@@ -3,48 +3,64 @@
\section{Introduction}\label{sec:introduction}
A 2024 report by McKinsey and the World Economic Forum\cite{mckinsey_health_institute_closing_2024} highlights
persistent disparities in women's healthcare and health-related research, particularly in reproductive health.
The Institute for Health Metrics and Evaluation (IHME) has identified reproductive and gynecological health issues as
the most significant factors affecting both life span and health span globally\cite{global_burden_of_disease_collaborative_network_global_2020}.
Despite their widespread impact, many aspects of reproductive health remain under-researched.
Improving our ability to understand the menstrual cycle could have significant implications for fertility tracking, contraception,
and overall reproductive health.
\\
\\
In textbooks, a menstrual cycle is 28 to 30 days in length with its ovulation happening around day 14~\cite{Phy}
The average age of pregnant women in developed countries has been increasing over the past few decades.
This combined with the overall chance of conception sharply decreasing with age, especially after 35,
makes it more and more important to understand and predict ovulation accurately\cite{sauer_reproduction_2015}.
Combined with the sharp decline in conception rates after age 35,
this trend underscores the growing need for accurate understanding of the menstrual cycle~\cite{sauer_reproduction_2015}.
Predicting the fertile days in a women's menstrual cycle is not only relevant for family planning but also for
natural contraception and general health monitoring, as the corresponding hormone levels have a significant impact on
the overall health and well-being of a woman.
\\
Ovulation is the process in which an egg is released from the ovarian follicle, making fertilization possible.
Textbook cycles usually have a length of 28 days with an ovulation around day 14.
This however, does not represent the real world variability of menstrual cycles.
Ovulation is the process in which an egg cell is released from the ovaries, making fertilization possible.
This process is regulated by hormonal changes, including fluctuations in luteinizing hormone (LH) and
follicle-stimulating hormone (FSH), and is accompanied by an increase in basal body temperature (BBT)\cite{holesh_physiology_2025}
This process is complex and yet not fully understood.
Factors such as stress, diet, and exercise can influence the menstrual cycle and make it hard to predict ovulation.
\\
\\
Several physiological signs can be used to predict ovulation.
The most accurate method is ultrasonography, which detects changes in follicle size and rupture.
Other methods include detecting LH and FSH in urine, measuring BBT, and observing cervical mucus,
each with its own advantages and limitations.
These, as well as the interplay of those factors, will be discussed in more detail in Section~\ref{sec:background}.
follicle-stimulating hormone (FSH), and is accompanied by other physiological changes such as an increase in electrical resistance
and viscosity of the cervical mucus or an increase in body temperature~\cite{wallach_prediction_1980}.
These processes remain incompletely understood and are influenced by lifestyle factors such as stress, diet or exercise or
health-related factors such as Polycystic Ovary Syndrome (PCOS), making ovulation difficult to predict.
Many studies have used these physiological signs to predict ovulation and fertility
\cite{noauthor_cervicovaginal_2005, sato_novel_2024, royston_identifying_1991, luo_detection_2020,
alexander_fertilitatsmonitoring_2014, luz_improved_2024, yu_tracking_2022, pratikno_pdf_2024}.
However, most of these methods rely on manual data collection, requiring either daily measurements or invasive procedures.
This not only makes them impractical but also results in small sample sizes, limiting their generalizability.
In theory, these physiological changes provide a basis for predicting ovulation and the surrounding fertile window.
In practice, however, many of these signals are difficult to measure continuously, as they require invasive procedures,
manual tracking, or costly equipment.
Body temperature, by contrast, is a non-invasive marker that can be measured continuously using intravaginal, wrist-worn, or ear-worn thermometers.
While some studies have deemed body temperature unusable for predictive analysis~\cite{bauman_basal_1981},
others suggest its predictive value for ovulation~\cite{sato_novel_2024, royston_identifying_1991,
luo_detection_2020, alexander_fertilitatsmonitoring_2014, luz_improved_2024, yu_tracking_2022, pratikno_pdf_2024}.
Generalization is crucial for developing a reliable ovulation predictor, given the high variability of the menstrual cycle
\cite{munster_length_1992, bull_real-world_2019}.
This is particularly important for applications where prediction accuracy
is critical, such as natural contraception or high-cost procedures like in-vitro fertilization (IVF),
where false predictions can have severe consequences.
However, most existing studies rely on small, idealized datasets that exclude cycles with irregular lengths or late ovulation.
While such restrictions simplify the prediction task and yield high accuracy, they give a misleading impression of real-world model performance.
It is thus not yet fully clear, whether temperature can reliably be used as a predictive marker for ovulation or fertility.
This work aims to develop an ovulation predictor that is both accurate and generalizable while maintaining interpretability,
allowing for insights into key variables and patterns influencing the prediction.
Additionally, other studies have focused on peripheral temperature measurements of skin or in-ear temperature,
which are subject to many sources of noise that can significantly affect the quality of the resulting predictions.
Intravaginal temperature reflects true core body temperature and offers higher resolution and stability,
as it is largely unaffected by external circumstances.
This allows for more reliable detection of subtle thermal shifts associated with ovulation, especially in irregular cycles.
% research questions
Generalization is critical for reliable ovulation prediction,
especially given the high variability in cycle patterns~\cite{munster_length_1992, bull_real-world_2019}.
This is particularly relevant in high-stakes applications such as natural contraception or in-vitro fertilization (IVF),
where inaccurate predictions can have serious consequences.
This study aims to advance ovulation prediction by leveraging an extensive database of more than 40,000 menstrual cycles recorded using
an intravaginal wearable device that continuously measures core body temperature.
The objective is to develop a machine learning model that performs reliably across diverse cycle types, including irregular ones.
To this end, we compare a set of time series-based machine learning architectures and evaluate their performance for
natural family planning and contraception.
Finally, we demonstrate that high predictive accuracy on highly regular, curated datasets, as commonly reported in prior work,
does not reflect general applicability, since such datasets tend to favor even simple, rule-based approaches.
The research objectives are:
\begin{itemize}
\item To assess the performance of different model architectures on the use cases of natural family planning and contraception, across both regular and irregular cycles.
\item To compare sophisticated machine learning models with simple rule-based baseline approaches.
\item To study the overall predictive quality of temperature for ovulation and fertility prediction.
\end{itemize}