<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vaginal examination &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/vaginal-examination/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 19:05:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>vaginal examination &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>AI Reads the Electrical Rhythm of Labor to Estimate Cervical Dilation Without Invasive Exams</title>
		<link>https://scienmag.com/ai-reads-the-electrical-rhythm-of-labor-to-estimate-cervical-dilation-without-invasive-exams/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 19:05:48 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[biomedical engineering]]></category>
		<category><![CDATA[cervical dilation]]></category>
		<category><![CDATA[cervical dilation measurement techniques]]></category>
		<category><![CDATA[dystocia]]></category>
		<category><![CDATA[electrical activity of uterus]]></category>
		<category><![CDATA[electrohysterography]]></category>
		<category><![CDATA[Gaussian process regression]]></category>
		<category><![CDATA[genetic algorithm]]></category>
		<category><![CDATA[healthcare innovation in obstetrics]]></category>
		<category><![CDATA[invasive vs non-invasive labor exams]]></category>
		<category><![CDATA[labor dystocia detection]]></category>
		<category><![CDATA[labor monitoring]]></category>
		<category><![CDATA[Labor progress monitoring]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning in obstetrics]]></category>
		<category><![CDATA[maternal comfort during childbirth]]></category>
		<category><![CDATA[non-invasive cervical dilation estimation]]></category>
		<category><![CDATA[non-invasive monitoring]]></category>
		<category><![CDATA[obstetrics]]></category>
		<category><![CDATA[pregnancy monitoring technology]]></category>
		<category><![CDATA[sensor-based labor assessment]]></category>
		<category><![CDATA[uterine electrical signals]]></category>
		<category><![CDATA[uterine electromyography]]></category>
		<category><![CDATA[vaginal examination]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=197696</guid>

					<description><![CDATA[A machine-learning proof-of-concept study shows that abdominal electrohysterography combined with maternal data can moderately estimate cervical dilation during model development, though generalization to unseen recordings remains limited.]]></description>
										<content:encoded><![CDATA[<p>For generations, the progress of childbirth has been tracked in a strikingly low-tech way: a clinician&#8217;s gloved fingers, inserted repeatedly into the vagina, estimating how far the cervix has opened. Now a team of researchers in Mexico has tested whether a machine-learning model, fed only with the electrical chatter of the laboring uterus and a handful of routine maternal details, could replace some of those examinations with a non-invasive reading. Their proof-of-concept study, published in the Annals of Biomedical Engineering, offers a tantalizing glimpse of sensor-driven obstetrics while delivering an honest verdict: the approach is feasible, but it is not yet ready for the delivery room.</p>
<p>The motivation is more than convenience. Repeated vaginal examinations remain the standard method for assessing labor progress, yet they are uncomfortable, carry an infection risk, and vary from one examiner to the next. Qualitative work has found that many women associate the procedure with pain, fear, and embarrassment, and a regional study in Latin America reported that nearly one in three women underwent five or more examinations during labor, a frequency considered excessive by current guidelines. Meanwhile, dystocia, a failure of the normal mechanisms of cervical dilation or fetal descent, drives an estimated 60 to 80 percent of cesarean sections performed for labor arrest. An objective, continuous, and painless way to gauge dilation could therefore reshape how clinicians detect abnormal labor before mother or baby is in danger.</p>
<p>The researchers turned to electrohysterography, or EHG, a technique that records the electrical activity of the uterine muscle through electrodes placed on the abdominal surface, much as a cardiogram listens to the heart. Between 2017 and 2019, the team assembled 72 ten-minute EHG recordings from women in low-risk term or moderate preterm labor at two Mexican hospitals: the Maternal and Childhood Research Center in Mexico City and the Mónica Pretelini-Sáenz Maternal-Perinatal Hospital in Toluca. Signals were captured with a Monica AN24 trans-abdominal monitor at 900 Hz using disposable electrodes, then exported through a single bipolar channel down-sampled to 20 Hz and band-limited to 0.2 to 1 Hz. Each participant contributed one recording, paired with a cervical dilation value documented by digital vaginal examination shortly beforehand.</p>
<p>The engineering challenge lay in translating raw electrical traces into numbers a regression model could digest. The team split each recording into three frequency bands and computed seven linear and nonlinear metrics in each: root-mean-square amplitude, the area under the rectified envelope, zero-crossing rate, mean and median frequencies, sample entropy, and bubble entropy. These 21 base metrics were calculated across nine overlapping 120-second windows within each recording, and eight temporal descriptors, including mean, slope, maximum, standard deviation, steepest positive and negative changes, total variation, and accumulated area, were then derived to capture how each metric evolved over the ten minutes. Combined with counts of low- and high-intensity contractions, maternal age, and gestational age, the pipeline produced a 172-feature vector per recording. Five recordings with sparsely represented dilation values outside the 4 to 8 cm range were excluded, leaving 67 records: 50 for model development and 17 held back for internal testing.</p>
<p>Model development followed a deliberately sequential blueprint. Four feature-ranking algorithms, minimum redundancy maximum relevance, the F-test, neighborhood component analysis, and regression-tree importance, were compared, and a composite ranking identified the five strongest candidates. Twenty-eight regression algorithms available in MATLAB&#8217;s Regression Learner app were then benchmarked with fivefold cross-validation. Their baseline errors clustered tightly between 1.324 and 1.331 cm, with coefficients of determination near zero or negative, indicating that the top-ranked features alone explained little of the variability in dilation. The team retained the squared-exponential Gaussian process regression model, or SE-GPR, for further optimization because it produces a smooth, continuous, nonlinear fit and can explicitly account for observation uncertainty, an important consideration when the reference values come from manual exams reported mostly in whole centimeters.</p>
<p>Because simple sequential feature selection proved insufficient, the researchers unleashed a genetic algorithm on the 172-dimensional search space, an optimization strategy inspired by evolution in which candidate feature subsets are encoded as binary chromosomes, scored by a composite fitness function balancing prediction error, correlation, and feature count, and iteratively refined through selection, crossover, and mutation. After 98 generations, the algorithm converged on a lean subset of five EHG-derived temporal features: the maximum difference in mean frequency from band one, the maximum median frequency and zero-crossing statistics from band two, the steepest negative change in zero-crossing rate from band two, and the accumulated area of the lower-frequency envelope from band three. Notably, none of the clinical variables survived the selection, suggesting the electrical signal itself carried the most informative, if fragile, relationship to dilation.</p>
<p>The optimized model&#8217;s performance told a two-part story. Within the development set, fivefold cross-validation yielded a root-mean-square error of 0.97 cm, a Pearson correlation of 0.67, and an R-squared of 0.45, a respectable showing for a continuous centimeter-scale prediction. But when the finalized model faced the 17 recordings it had never seen, performance collapsed: the error rose to 1.45 cm, the correlation fell to 0.23, and the R-squared turned negative at minus 0.31, meaning the model did worse than simply guessing the average dilation. The authors are candid about this gap. The small held-out sample inflates uncertainty, and the quantized, one-centimeter resolution of the clinical reference values amplifies the effect of small prediction deviations. Still, the negative R-squared signals that the moderate association observed during development did not generalize to unseen recordings.</p>
<p>Several physiological threads nonetheless emerge from the selected features. The chosen predictors describe the magnitude and temporal variation of the EHG spectrum, changes in signal oscillation within the 0.34 to 1 Hz fast-wave band, and the accumulated magnitude of the lower-frequency component. These align with prior observations that uterine electrical activity becomes more organized as labor advances, with entropy falling and burst frequencies rising from roughly 0.41 Hz below 3 cm dilation to about 0.52 Hz at 6 cm or more. The authors caution, however, that because the features were mined from a small, high-dimensional dataset, they should be treated as hypotheses rather than confirmed biomarkers of cervical dilation.</p>
<p>The study&#8217;s limitations are clearly drawn. The analysis rests on 67 recordings from just two Mexican hospitals, covers only the 4 to 8 cm dilation range, relies on a single bipolar EHG lead, and assigns one dilation value per ten-minute recording rather than tracking continuous change. Dystocia was never labeled or modeled, so no screening performance can be claimed, and the model produces one estimate per recording, not a second-by-second readout. Yet the strengths are equally real: an openly shared dataset on Zenodo, a systematic model-selection pipeline, rigorous separation of development and test data at the recording level, and a refusal to overstate the results. The authors call for larger prospective multicenter cohorts spanning the full dilation spectrum, multichannel EHG arrays, combinations with ultrasound elastography, and explainable-AI methods to clarify each predictor&#8217;s contribution.</p>
<p>If those validation efforts succeed, the payoff could be substantial: a wearable, electrode-based adjunct that flags abnormal labor progression early, prompts timely clinical reassessment, and reduces the number of invasive examinations women endure, lowering infection risk and discomfort in the process. For now, the message of this exploratory study is measured. The electrical signature of the laboring uterus does appear to carry information about cervical dilation, and modern machine learning can begin to decode it, but the road from proof of concept to clinical tool runs through many more patients, hospitals, and hours of data.</p>
<p><strong>Subject of Research:</strong> Non-invasive machine-learning estimation of cervical dilation during labor from electrohysterography and maternal clinical data</p>
<p><strong>Article Title:</strong> Exploratory Non-invasive Estimation of Cervical Dilation from Electrohysterography and Maternal Data: A Machine-Learning Proof-of-Concept Study</p>
<p><strong>Article References:</strong> Portillo-Rodríguez, O., Escalante-Gaytán, J., Sandoval-González, O. O., Soria, P. R., Mendieta-Zerón, H., Echeverría, J. C., Peña-Castillo, M. Á., Abarca-Castro, E. A., &amp; Reyes-Lagos, J. J. (2026). Exploratory Non-invasive Estimation of Cervical Dilation from Electrohysterography and Maternal Data: A Machine-Learning Proof-of-Concept Study. <em>Annals of Biomedical Engineering</em>. <a href="https://doi.org/10.1007/s10439-026-04349-6" rel="noopener noreferrer">https://doi.org/10.1007/s10439-026-04349-6</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10439-026-04349-6" rel="noopener noreferrer">10.1007/s10439-026-04349-6</a></p>
<p><strong>Keywords:</strong> electrohysterography, cervical dilation, machine learning, labor monitoring, obstetrics, dystocia, Gaussian process regression, genetic algorithm, uterine electromyography, non-invasive monitoring, vaginal examination, biomedical engineering</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">197696</post-id>	</item>
	</channel>
</rss>
