<?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>maternal comfort during childbirth &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/maternal-comfort-during-childbirth/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>maternal comfort during childbirth &#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>
		<item>
		<title>Non-Invasive Electrohysterography Tracks Labor Progress Effectively</title>
		<link>https://scienmag.com/non-invasive-electrohysterography-tracks-labor-progress-effectively/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Sun, 31 Aug 2025 00:21:14 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[advanced signal processing in obstetrics]]></category>
		<category><![CDATA[cervical dilation assessment]]></category>
		<category><![CDATA[childbirth monitoring techniques]]></category>
		<category><![CDATA[electrical activity measurements in labor]]></category>
		<category><![CDATA[innovative labor progress tracking]]></category>
		<category><![CDATA[Journal of Medical and Biological Engineering study]]></category>
		<category><![CDATA[labor monitoring technology]]></category>
		<category><![CDATA[maternal comfort during childbirth]]></category>
		<category><![CDATA[non-invasive childbirth methods]]></category>
		<category><![CDATA[Non-invasive electrohysterography]]></category>
		<category><![CDATA[safety in labor management]]></category>
		<category><![CDATA[uterine contraction analysis]]></category>
		<guid isPermaLink="false">https://scienmag.com/non-invasive-electrohysterography-tracks-labor-progress-effectively/</guid>

					<description><![CDATA[Researchers have made significant strides in the field of obstetrics with the introduction of a groundbreaking technology known as electrohysterography (EHG). This novel approach is aimed at improving labor monitoring and management by providing a non-invasive means to assess cervical dilation stages during childbirth. In a recent study published in the Journal of Medical and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Researchers have made significant strides in the field of obstetrics with the introduction of a groundbreaking technology known as electrohysterography (EHG). This novel approach is aimed at improving labor monitoring and management by providing a non-invasive means to assess cervical dilation stages during childbirth. In a recent study published in the Journal of Medical and Biological Engineering, Salinas-Cortés and colleagues have demonstrated that EHG can effectively differentiate various stages of cervical dilation, thereby enhancing the ability to monitor labor progress in a way that aligns with both the safety and comfort of the mother and child.</p>
<p>Electrohysterography relies on the measurement of electrical activity in the uterus to discern rhythmic patterns associated with uterine contractions. This forms the basis of EHG technology, which involves attaching electrodes to the abdominal surface to monitor and record these electrical signals continuously. The recordings are subsequently processed using advanced signal analysis techniques that can detect subtle changes in frequency bands corresponding to different stages of labor. This innovative method eliminates the need for internal examinations, which can be discomforting and invasive for the mother.</p>
<p>The researchers conducted a study where they applied EHG to a cohort of pregnant women in labor, allowing them to gather extensive data on the electrical dynamics of uterine activity as cervical dilation progressed. By employing this technology, they were able to create distinct frequency band signatures linked to each dilation stage. What this means for clinicians is that they now have a reliable tool that could potentially reduce the risks associated with traditional monitoring methods, paving the way for safer labor experiences.</p>
<p>Through meticulous analysis of the frequency bands, the researchers discovered that particular patterns emerged more prominently during specific dilation stages. This allowed for a clearer understanding of the progression of labor in real-time. The ability to visualize these changes has raised questions about the potential implications for clinical practices, as it could lead to earlier interventions in cases where labor is not progressing as expected, thereby enhancing fetal well-being.</p>
<p>The implications of these findings extend beyond mere monitoring. The integration of EHG into standard obstetric care may also influence how healthcare professionals decide on labor interventions. For instance, if a physician can effectively monitor cervical dilation stages through non-invasive means, it can alter decision-making processes regarding the use of interventions like labor induction or cesarean sections. EHG has the potential to streamline communication between mothers and healthcare providers, as real-time data can be shared to inform care decisions.</p>
<p>Additionally, this research underscores the importance of integrating technology into maternal care. As healthcare continues to evolve, leveraging tools like EHG could enhance the overall labor experience for mothers by minimizing the strain associated with traditional monitoring methods. It may also fortify the relationship between mothers and care providers, as trust can be built upon accurate and timely information shared during labor.</p>
<p>However, it is crucial to note the study’s limitations, including the sample size and the need for further validation across diverse populations. As studies of this nature require rigorous application and examination over time, ongoing research will be essential to determine how effectively EHG can be implemented in clinical environments beyond the controlled settings of research laboratories.</p>
<p>The promise of EHG does not just lie in its current applications; rather, it opens avenues for future explorations in obstetrical care. One stark revelation from Salinas-Cortés et al.&#8217;s study is that technological advancements can address real-world problems faced by many expectant mothers, providing them with safer and less invasive options during labor. This emphasizes the importance of multidisciplinary collaboration among engineers, obstetricians, and healthcare policymakers in shaping the future of maternal care.</p>
<p>As more healthcare facilities consider the implementation of EHG technology, there is potential for significant changes in the labor and delivery landscape. The growing body of research supporting its efficacy could lead to changes in guidelines and best practices in obstetrics. Such shifts could foster an environment where mothers feel empowered, informed, and supported, improving birth outcomes while honoring individual preferences and needs during labor.</p>
<p>While the technology demonstrates great promise, researchers and practitioners alike must remain vigilant about its implementation, ensuring that adequate training and intuitive systems are in place for providers. This will aid in avoiding potential pitfalls and maximizing the benefits of this cutting-edge technology. As the healthcare industry continues to embrace innovation, studies like those led by Salinas-Cortés serve as critical milestones in improving maternal healthcare protocols and experiences around the world.</p>
<p>The field of obstetrics stands on the brink of a seismic shift, driven by technological advancements such as EHG. As more research materializes, it will be fascinating to witness how such innovations are adopted by healthcare systems and the profound impact they could have on labor and delivery practices. Ultimately, the hope is that both mothers and infants will reap the rewards of such advancements, ensuring safer, more positive birth experiences for generations to come.</p>
<p>Through enhanced monitoring techniques and non-invasive approaches, the future of labor and delivery could be revolutionized. By focusing on the health and comfort of mothers, we pave the path toward a healthcare system that is not only more efficient but one that prioritizes the overall experience of childbirth.</p>
<p>As discussions around EHG technology proliferate in the academic and clinical communities, it is a pivotal moment that calls for further collaboration. The collective goal remains clear: to improve the labor journey for mothers while upholding the highest medical standards.</p>
<p>In conclusion, the work of researchers such as Salinas-Cortés and their colleagues sets the stage for additional inquiry and refinement in EHG techniques. As we stand on the brink of new discoveries, the integration of advanced monitoring solutions represents hope and opportunity for maternal care that could transcend current limitations, leading to more personalized and responsive labor experiences.</p>
<p><strong>Subject of Research</strong>: Electrohysterographic analysis for monitoring labor progress.</p>
<p><strong>Article Title</strong>: Electrohysterographic Analysis Differentiates Cervical Dilation Stages: A Non-Invasive Approach to Monitoring Labor Progress Through Frequency Bands.</p>
<p><strong>Article References</strong>: Salinas-Cortés, M., Reyes-Lagos, J.J., Pliego-Carrillo, A.C. <i>et al.</i> Electrohysterographic Analysis Differentiates Cervical Dilation Stages: A Non-Invasive Approach to Monitoring Labor Progress Through Frequency Bands. <i>J. Med. Biol. Eng.</i> <b>45</b>, 336–345 (2025). https://doi.org/10.1007/s40846-025-00955-2</p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: https://doi.org/10.1007/s40846-025-00955-2</p>
<p><strong>Keywords</strong>: Electrohysterography, labor monitoring, cervical dilation, non-invasive approach, maternal care, obstetrics, electrical activity, uterine contractions, childbirth technology, labor progression, medical technology, healthcare innovation, birth experience, maternal health.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">72726</post-id>	</item>
	</channel>
</rss>
