<?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>biomedical engineering &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/biomedical-engineering/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>biomedical engineering &#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>AI Reads Carotid Scans to Predict Which Plaques Will Cause Strokes</title>
		<link>https://scienmag.com/ai-reads-carotid-scans-to-predict-which-plaques-will-cause-strokes/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 18:45:43 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[AI in stroke prevention]]></category>
		<category><![CDATA[AI-based stroke risk assessment]]></category>
		<category><![CDATA[AI-driven carotid artery disease management]]></category>
		<category><![CDATA[biomedical engineering]]></category>
		<category><![CDATA[biomedical engineering in stroke diagnosis]]></category>
		<category><![CDATA[carotid CT angiography]]></category>
		<category><![CDATA[carotid endarterectomy]]></category>
		<category><![CDATA[carotid plaque stability prediction]]></category>
		<category><![CDATA[CT angiography plaque analysis]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning for carotid artery imaging]]></category>
		<category><![CDATA[Grad-CAM]]></category>
		<category><![CDATA[ischemic stroke]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[multi-center vascular imaging study]]></category>
		<category><![CDATA[plaque rupture prediction using artificial intelligence]]></category>
		<category><![CDATA[plaque stability]]></category>
		<category><![CDATA[preoperative stroke risk stratification tools]]></category>
		<category><![CDATA[radiomics]]></category>
		<category><![CDATA[radiomics in vascular disease]]></category>
		<category><![CDATA[ResNet50]]></category>
		<category><![CDATA[stroke risk stratification]]></category>
		<category><![CDATA[VGG16]]></category>
		<category><![CDATA[vulnerable plaque detection]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=197560</guid>

					<description><![CDATA[A multi-center Chinese study shows that radiomics and deep learning models applied to routine carotid CT angiography can predict plaque stability with strong external validation, offering a new tool for ischemic stroke risk stratification.]]></description>
										<content:encoded><![CDATA[<p>Every year, ischemic stroke claims millions of lives and leaves countless survivors with permanent disability, and one of its most important triggers sits quietly in the neck: the carotid atherosclerotic plaque. Not all plaques are equally dangerous. Some remain stable for decades, slowly narrowing the artery without ever causing symptoms, while others develop the hallmarks of vulnerability—a thin fibrous cap, a large lipid-rich necrotic core, intraplaque hemorrhage, or dense inflammatory infiltration—and can rupture suddenly, showering the brain with embolic debris. The clinical problem is that telling these two kinds of plaque apart before surgery has remained stubbornly imprecise. A new study published in BioMedical Engineering OnLine by a multi-center team of vascular surgeons and biomedical engineers in China now reports that a carefully constructed artificial intelligence framework, combining radiomics with image-based deep learning on routine carotid CT angiography, can assess plaque stability with reproducible accuracy and strong external generalizability, offering a potential new tool for preoperative stroke risk stratification.</p>
<p>The research, led by Mingjing Lu, Zhongjian Xu, and Tang Hanfei, with senior authors Dehai Lang, Guo Daqiao, and Guofu Wang, took a deliberately dual approach. Rather than betting on a single machine learning paradigm, the investigators built and compared two complementary pipelines. The first was a classical radiomics pipeline, in which hand-engineered quantitative features—describing the shape, texture, and intensity distribution of the plaque—are extracted from manually defined regions of interest on CT angiography images. The second was a deep learning pipeline, in which convolutional neural networks learn discriminative image patterns directly from pixel data without explicit feature engineering. Both pipelines were trained to answer the same clinically critical question: is this plaque histologically stable or vulnerable, as confirmed by pathology after carotid endarterectomy?</p>
<p>The evidence base for the radiomics arm came from a retrospective multi-center cohort of 260 consecutive patients who underwent carotid endarterectomy, meaning that every plaque in the dataset had a gold-standard pathological diagnosis of stability or vulnerability. Of these, 200 patients were used for model development and internal validation, while 60 patients were held out entirely for external validation, a design choice that guards against the optimistic performance estimates that plague many machine learning studies in medicine. For the deep learning arm, the team assembled an independently annotated CT angiography dataset comprising 236 cases and a remarkable 7,394 individual regions of interest, providing the volume of labeled image data needed to train and test convolutional architectures meaningfully.</p>
<p>On the technical side, the radiomics workflow followed rigorous feature-selection discipline. Candidate radiomic features were screened using analysis of variance combined with Kruskal–Wallis testing to identify features that discriminated between stable and vulnerable plaques, followed by correlation filtering to remove redundant measures, and finally least absolute shrinkage and selection operator, or LASSO, regularization to compress the feature set to its most predictive and non-redundant core. Five classifier families were then trained on the selected features: Random Forest, Support Vector Machine, k-Nearest Neighbor, Naïve Bayes, and Logistic Regression. Performance was quantified using receiver operating characteristic analysis and the area under the curve, complemented by calibration analysis, which asks not merely whether a model ranks patients correctly but whether its predicted probabilities match observed reality—a property that matters enormously when model outputs are meant to inform surgical decisions.</p>
<p>The radiomics results were strikingly consistent. On the internal test set, the Random Forest model achieved an AUC of 0.858, followed closely by the Support Vector Machine at 0.857, Naïve Bayes at 0.855, k-Nearest Neighbor at 0.843, and Logistic Regression at 0.821, with small gaps between training and test performance that suggest the models were capturing genuine biological signal rather than memorizing noise. Crucially, this discrimination survived the move to entirely external data. In the 60-patient external validation cohort, the Support Vector Machine led with an AUC of 0.839, Logistic Regression reached 0.835, k-Nearest Neighbor 0.830, and both Naïve Bayes and Random Forest achieved 0.817. Calibration curves showed close agreement between predicted and observed probabilities across the model families, indicating that the classifiers were not only separating stable from vulnerable plaques but doing so with probabilities a clinician could reasonably act upon.</p>
<p>The deep learning arm told a complementary story. The authors trained a multilayer perceptron, a from-scratch convolutional neural network, and three ImageNet-pretrained transfer-learning backbones—VGG16, VGG19, and ResNet50—on the annotated regions of interest. Transfer learning, in which networks pre-trained on millions of natural images are fine-tuned on medical data, proved advantageous: VGG16 achieved the best test AUC of 0.767, ResNet50 followed at 0.754, and VGG19 reached 0.718, while the multilayer perceptron and the from-scratch CNN trailed at 0.669 and 0.654 respectively. External validation reproduced this ordering almost exactly, with VGG16 at 0.776, ResNet50 at 0.751, VGG19 at 0.719, and the simpler architectures in the high-0.68 range. Although the deep models did not surpass the radiomics classifiers in raw discrimination, their performance held up across centers, and they brought a distinct advantage: interpretability through attention mapping.</p>
<p>Using Gradient-weighted Class Activation Mapping, or Grad-CAM, the team visualized which parts of each image the networks attended to when making their predictions. The resulting heatmaps localized hyperattenuating regions—denser, brighter areas within the plaque that correspond to features such as calcification or hemorrhage—and these localizations were consistent with the pathological findings, most clearly for VGG16 and ResNet50. This alignment between machine attention and histological ground truth is more than a technical curiosity. It provides a sanity check that the networks are not exploiting scanner-specific artifacts or incidental image features, but are genuinely looking at the plaque biology that pathologists confirm under the microscope. For a field often criticized for black-box opacity, such visual evidence of anatomically plausible reasoning is a meaningful step toward clinical trust.</p>
<p>The clinical implications are considerable. Current decision-making for carotid stenosis leans heavily on the degree of luminal narrowing, yet the literature has long shown that plaque composition and stability, not stenosis alone, determine rupture risk. A patient with moderate narrowing but a vulnerable plaque may face a higher stroke risk than a patient with severe narrowing and a stable lesion. A validated, automated tool that reads a routine CT angiography scan—the same scan already obtained during standard preoperative workup—and reports a calibrated probability of plaque vulnerability could therefore reshape preoperative risk stratification, help prioritize patients for carotid endarterectomy or stenting, and guide the intensity of medical therapy and surveillance for those managed conservatively. Because the radiomics models in this study used conventional machine learning classifiers on compact feature sets, they are also lightweight and deployable, requiring no exotic hardware and lending themselves to integration into existing picture archiving and communication systems.</p>
<p>The authors are appropriately measured about what their framework can and cannot yet do. The study is retrospective, and the deep learning models, while externally validated, did not reach the discrimination levels of the best radiomics classifiers, suggesting that hand-crafted quantitative descriptors of plaque texture and morphology still carry information that current convolutional architectures do not fully capture from cropped regions of interest. The natural next steps include prospective validation in consecutive clinical cohorts, testing across scanner vendors and imaging protocols, and exploration of hybrid models that fuse radiomic features with deep-learned representations. Funding for the work came from the Shaoxing City Science and Technology Plan Project 2023, and the study was conducted under the Declaration of Helsinki with institutional ethics approval and informed consent from all participants. Even with those caveats, the convergence of pathology-validated labels, multi-center external testing, strong calibration, and interpretable attention maps makes this one of the more convincing demonstrations that AI-assisted plaque stability assessment is moving from proof of concept toward a genuinely usable instrument in the fight against ischemic stroke.</p>
<p><strong>Subject of Research:</strong> AI-based carotid plaque stability assessment on CT angiography for ischemic stroke risk prediction</p>
<p><strong>Article Title:</strong> Integrated radiomics and image-based deep learning framework using carotid CT angiography ROI datasets for plaque stability assessment as a predictor of ischemic stroke risk</p>
<p><strong>Article References:</strong> Lu, M., Xu, Z., Hanfei, T., Luo, P., Huang, F., Wang, G., Bi, L., Jiang, N., Lang, D., Daqiao, G., &amp; Wang, G. (2026). Integrated radiomics and image-based deep learning framework using carotid CT angiography ROI datasets for plaque stability assessment as a predictor of ischemic stroke risk. <em>BioMedical Engineering OnLine</em>. <a href="https://doi.org/10.1186/s12938-026-01621-7" rel="noopener noreferrer">https://doi.org/10.1186/s12938-026-01621-7</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s12938-026-01621-7" rel="noopener noreferrer">10.1186/s12938-026-01621-7</a></p>
<p><strong>Keywords:</strong> carotid CT angiography, radiomics, deep learning, plaque stability, ischemic stroke, stroke risk stratification, carotid endarterectomy, machine learning, VGG16, ResNet50, Grad-CAM, biomedical engineering</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">197560</post-id>	</item>
		<item>
		<title>Scientists Build a $95 Open-Source Lung Imaging Device That Could Transform Bedside Care</title>
		<link>https://scienmag.com/scientists-build-a-95-open-source-lung-imaging-device-that-could-transform-bedside-care/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 17:14:10 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AD5933]]></category>
		<category><![CDATA[affordable medical imaging equipment design]]></category>
		<category><![CDATA[analog front-end]]></category>
		<category><![CDATA[biomedical engineering]]></category>
		<category><![CDATA[cost-effective alternatives to CT and MRI for lung assessment]]></category>
		<category><![CDATA[Electrical impedance tomography]]></category>
		<category><![CDATA[innovative respiratory disease detection tools]]></category>
		<category><![CDATA[low-cost electrical impedance tomography for bedside respiratory monitoring]]></category>
		<category><![CDATA[low-cost impedance converter for medical imaging]]></category>
		<category><![CDATA[low-cost instrumentation]]></category>
		<category><![CDATA[lung imaging]]></category>
		<category><![CDATA[Medical Imaging]]></category>
		<category><![CDATA[microcontroller-based medical imaging device]]></category>
		<category><![CDATA[open-access hardware for medical diagnostics]]></category>
		<category><![CDATA[open-source biomedical engineering projects]]></category>
		<category><![CDATA[open-source hardware]]></category>
		<category><![CDATA[Open-source lung imaging device]]></category>
		<category><![CDATA[phantom experiments]]></category>
		<category><![CDATA[portable EIT system for resource-limited healthcare settings]]></category>
		<category><![CDATA[portable medical imaging systems for developing countries]]></category>
		<category><![CDATA[pyEIT]]></category>
		<category><![CDATA[real-time functional lung imaging technology]]></category>
		<category><![CDATA[respiratory monitoring]]></category>
		<category><![CDATA[STM32]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196867</guid>

					<description><![CDATA[Researchers have developed a fully open-source electrical impedance tomography system costing under 100 dollars that brings radiation-free, real-time lung imaging within reach of laboratories and classrooms worldwide.]]></description>
										<content:encoded><![CDATA[<p>Medical imaging has long been a story of trade-offs. Computed tomography scanners deliver exquisite anatomical detail but expose patients to ionizing radiation and anchor hospitals to rooms full of million-dollar machinery. Magnetic resonance imaging offers unmatched soft-tissue contrast at the price of enormous, immovable magnets and punishing operational costs. Ultrasound is portable and safe, yet its usefulness for air-filled lungs is limited by poor contrast and a heavy dependence on operator skill. Into this landscape steps electrical impedance tomography, or EIT, a quiet underdog that trades spatial resolution for something CT and MRI cannot offer: continuous, radiation-free, real-time functional monitoring at the bedside. Now, a team of researchers has unveiled a portable, low-cost, fully open-source EIT system that costs just 95.30 US dollars to build, a price point that could place this imaging modality within reach of laboratories, classrooms, and clinics in developing nations where the burden of respiratory disease is heaviest.</p>
<p>The new platform, described in the open-access journal HardwareX by Jerry Febrico and Basari of Universitas Indonesia, is built around two inexpensive, widely available integrated circuits: the STM32F407VGT6 microcontroller and the AD5933 impedance converter. EIT works by injecting a small, safe alternating current into a subject or phantom through an array of surface electrodes and measuring the faint voltages that appear at the boundary. Because different tissues conduct electricity differently, the pattern of these boundary voltages encodes information about the internal distribution of conductivity, which a computer algorithm can then reconstruct into a cross-sectional image. For the lungs, this is particularly powerful: as air flows in and out during breathing, the local impedance of lung tissue changes dramatically, allowing EIT to track regional ventilation at the bedside without a single X-ray. Diseases such as chronic obstructive pulmonary disease and pulmonary edema, which demand repeated monitoring rather than one-off snapshots, are precisely the conditions where this continuous, non-ionizing approach holds the greatest clinical promise.</p>
<p>What distinguishes the new design from earlier open-source efforts is its deliberately modular analog front-end. The heart of the system is the AD5933, a chip that combines a direct digital synthesizer signal generator and a 12-bit impedance converter on a single die. In this implementation, the AD5933 is configured to output a sinusoidal excitation signal at 50 kilohertz, which is fed into a voltage-controlled current source that injects a constant current of roughly 1.44 milliamperes peak-to-peak into the imaging domain. On the receive side, weak differential voltages picked up from the electrodes are amplified by an instrumentation amplifier and routed back into the AD5933, whose on-chip digital signal processor applies a discrete Fourier transform to extract the real and imaginary components of the measured signal. The STM32 microcontroller orchestrates the entire sequence over an I2C bus, computes impedance magnitudes, and streams the results over USB to a personal computer running Python-based reconstruction software.</p>
<p>The modularity is not an abstract design philosophy; it is physically built into the circuit board. The single custom PCB, measuring 177.8 by 155.83 millimeters, carries two alternative voltage-controlled current source topologies, a Load-in-the-Loop design and a Mirrored Howland current pump, alongside two instrumentation amplifier options, a discrete INA118P chip and an AD620 module. Manual DIP switches on the board let researchers route the signal through any combination of these circuits, enabling direct, empirical comparison of four distinct analog front-end configurations under identical operating conditions. The board is assembled with IC sockets, female headers, and through-hole resistors specifically so that users can swap components, replace damaged parts, and experiment with their own circuit modifications without fabricating a new board. Every component is listed in a bill of materials with purchase links from global suppliers such as DigiKey and AliExpress, and the complete design files, from EasyEDA schematics to PCB Gerber files, are released under CERN-OHL, MIT, and CC BY 4.0 open-source licenses.</p>
<p>Data acquisition follows the classic adjacent four-terminal sensing pattern used across the EIT field. Four 16-channel CD74HC4067 analog multiplexers, steered by the microcontroller, dynamically connect the current source and the measurement amplifier to a ring of 16 stainless steel electrodes mounted on a 3D-printed polylactic acid container. Current is injected through one adjacent electrode pair while differential voltages are measured sequentially across all remaining neighboring pairs; the injection pair then rotates around the ring, and the process repeats. One complete sweep yields 208 impedance measurements, which the firmware collects in just two seconds. The authors tested alternative injection patterns, including opposite and diagonal schemes that push current deeper into the domain, but found in their comparative experiments that the adjacent pattern best preserved the shape and location of target inclusions, while cross and opposite patterns introduced excessive noise that obscured objects entirely.</p>
<p>Validation of the hardware was thorough and refreshingly candid. Signal-to-noise ratio measurements, taken across 50 consecutive frames in a saline-filled phantom with a conductivity of 966 millisiemens per meter, ranged from 21.5 to 43.7 decibels depending on the front-end configuration. The Mirrored Howland paired with the AD620 achieved the highest peak SNR of 43.7 decibels, a figure the authors note is comparable to the clinically validated Sheffield Mk 3.5 system, which operated at roughly 40 decibels. The Load-in-the-Loop configurations delivered more uniform channel-to-channel performance, around 37 to 38 decibels, because this topology does not depend on precisely matched resistor networks, whereas the Howland pump&#8217;s high output impedance degrades rapidly when built with standard 1 percent tolerance components. Precision testing with standard resistors from 100 to 1000 ohms revealed exceptionally tight repeatability, with standard deviations between 0.54 and 6.33 ohms across all configurations and coefficients of determination reaching as high as 0.9997.</p>
<p>Perhaps the most instructive finding concerns absolute accuracy. The system exhibited a systematic positive offset, producing relative errors that ranged from 0.60 percent to as much as 37.82 percent for the lowest resistor values. In most measurement contexts, such errors would be disqualifying. But EIT, as practiced here, relies on time-difference imaging: a baseline reference dataset is captured in a homogeneous medium, and images are reconstructed from the changes that occur relative to that baseline. Static hardware offsets, parasitic capacitances, and multiplexer channel resistances are mathematically subtracted during this differential process, which means repeatability, not absolute accuracy, is the metric that matters. By this standard, the platform performs admirably, and the authors are transparent that the fixed additive error, traced through linear regression to positive y-intercepts between 11.2 and 99.4 ohms, is effectively cancelled by the reconstruction algorithm.</p>
<p>Imaging experiments confirmed the system&#8217;s practical capability. Using cylindrical phantom targets, one highly conductive stainless steel tube and one non-conductive plastic tube, placed at various positions inside the saline tank, the team reconstructed 2D images using three algorithms available in the open-source pyEIT library: Back-Projection, the Jacobian-based JAC method, and GREIT. Back-Projection was favored for its speed and low computational cost. Quantitative comparison against simulated ground-truth images, scored with the Structural Similarity Index Measure and Root Mean Square Error, showed strong reconstruction fidelity, with the HOW-INA118 configuration achieving a peak SSIM of 0.9242 and the HOW-AD620 configuration delivering the lowest RMSE of 28.29. The reconstructed inclusions showed the characteristic boundary smearing and spatial deformation inherent to adjacent-drive EIT with linear reconstruction, particularly near the center of the domain, but the system reliably detected and localized both conductive and non-conductive anomalies across all four hardware configurations and all tested positions.</p>
<p>The team is explicit that this prototype is intended strictly for education and non-human phantom experiments; it lacks the medical-grade patient isolation required by the IEC 60601-1 safety standard, and no commercial analog currently exists at this price point. Yet the significance of the work extends well beyond the laboratory bench. Existing open-source EIT systems that support standard 16-electrode arrays typically cost between 250 and 330 dollars, while cheaper designs sacrifice electrode count or capability. By delivering a full 16-electrode, 50-kilohertz system with an end-to-end open-source software pipeline, including a Tkinter-based graphical interface, STM32 firmware, 3D-printable container files, and even a step-by-step video calibration tutorial, for under 100 dollars, the researchers have lowered the barrier to entry for students and early-career researchers to a fraction of its previous level. Future plans include upgrading to next-generation impedance converters with multi-frequency capability, compressing acquisition below one second for true real-time respiration monitoring, boosting SNR with active-shielded cabling, and exploring generative deep-learning models such as conditional variational autoencoders and diffusion models to push image quality beyond the physical limits of conventional reconstruction. For a field whose clinical value has long been constrained by hardware cost and complexity, a 95-dollar, fully open imaging platform is a genuinely democratizing development.</p>
<p><strong>Subject of Research:</strong> A portable, low-cost, open-source electrical impedance tomography system with a modular analog front-end based on an STM32 microcontroller and AD5933 impedance converter.</p>
<p><strong>Article Title:</strong> A portable, low-cost, and open-source electrical impedance tomography system with a modular analog front-end based on STM32 and AD5933</p>
<p><strong>Article References:</strong> Febrico, J., &amp; Basari (2026). A portable, low-cost, and open-source electrical impedance tomography system with a modular analog front-end based on STM32 and AD5933. <em>HardwareX</em>, Article e00836. <a href="https://doi.org/10.1016/j.ohx.2026.e00836" rel="noopener noreferrer">https://doi.org/10.1016/j.ohx.2026.e00836</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.ohx.2026.e00836" rel="noopener noreferrer">10.1016/j.ohx.2026.e00836</a></p>
<p><strong>Keywords:</strong> electrical impedance tomography, open-source hardware, STM32, AD5933, lung imaging, biomedical engineering, analog front-end, pyEIT, medical imaging, respiratory monitoring, low-cost instrumentation, phantom experiments</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196867</post-id>	</item>
		<item>
		<title>New 7S Framework Aims to Unify How Science Judges Data Credibility</title>
		<link>https://scienmag.com/new-7s-framework-aims-to-unify-how-science-judges-data-credibility/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 16:56:35 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[7S Framework]]></category>
		<category><![CDATA[7S framework for data validation]]></category>
		<category><![CDATA[biomedical engineering]]></category>
		<category><![CDATA[biomedical engineering data verification]]></category>
		<category><![CDATA[clinical decision-making]]></category>
		<category><![CDATA[computational model validation]]></category>
		<category><![CDATA[credibility assessment]]></category>
		<category><![CDATA[credibility of measurement instruments]]></category>
		<category><![CDATA[in silico medicine]]></category>
		<category><![CDATA[interdisciplinary data credibility standards]]></category>
		<category><![CDATA[machine learning predictors]]></category>
		<category><![CDATA[metrology]]></category>
		<category><![CDATA[predictive models]]></category>
		<category><![CDATA[predictive simulation verification]]></category>
		<category><![CDATA[quantitative information]]></category>
		<category><![CDATA[regulatory decision-making in in silico medicine]]></category>
		<category><![CDATA[scientific data credibility assessment]]></category>
		<category><![CDATA[sensor data reliability assessment]]></category>
		<category><![CDATA[statistical inference]]></category>
		<category><![CDATA[statistical inference validation]]></category>
		<category><![CDATA[synthetic data]]></category>
		<category><![CDATA[uncertainty quantification in scientific models]]></category>
		<category><![CDATA[unified approach to data evaluation]]></category>
		<category><![CDATA[verification validation and uncertainty quantification]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196671</guid>

					<description><![CDATA[A University of Bologna researcher has proposed a seven-step framework that unifies how science assesses the credibility of measured, inferred, and predicted quantitative information.]]></description>
										<content:encoded><![CDATA[<p>Every number that enters a scientific argument arrives by one of three routes. It is either measured directly with an instrument, inferred statistically from other data, or predicted using a model built from prior knowledge. For decades, each route has carried its own separate machinery for deciding whether the resulting figure deserves to be trusted: metrology governs measurements, statistics governs inference, and the computational science and engineering community relies on Verification, Validation, and Uncertainty Quantification, known as VVUQ, to police predictions. A new letter published in the Annals of Biomedical Engineering argues that this tidy separation is breaking down, and it proposes a single, unified recipe for credibility assessment designed to work across all three sources of quantitative information.</p>
<p>The paper, written by Marco Viceconti of the Department of Industrial Engineering at the University of Bologna, introduces what the author calls the 7S Framework, a seven-step general procedure for evaluating the credibility of any quantitative estimate, whether it originates from a sensor, a statistical model, or a predictive simulation. The motivation is practical rather than purely philosophical. In fields such as in silico medicine, where computational models increasingly inform clinical decisions and regulatory submissions, a new generation of tools refuses to sit neatly within any one of the traditional categories. In silico-augmented clinical trials, physics-informed machine learning predictors, and machine learning models trained on synthetic datasets all blend measured data, statistical inference, and causal prediction into single estimators, leaving established credibility frameworks unable to cover them cleanly.</p>
<p>To build the framework, Viceconti begins with a conceptual scaffolding often described as the pyramid of knowledge. In this picture, observation lifts raw signals produced by a system of interest into data; annotation with metadata about who, what, where, and when lifts data into information; modelling correlations lifts information into tentative causal beliefs; and subjecting those beliefs to falsification experiments lifts them into actionable knowledge. Quantitative information, in this scheme, is an annotated set of values whose metadata specifies the domain of information, everything sender and receiver must know for the values to be meaningful, but without the causal &#8220;why&#8221; that would elevate it to knowledge. New information can be created by measurement, which converts signals into data; by inference, which derives new information from existing information; or by prediction, which uses causal knowledge to generate estimates of quantities that were never observed.</p>
<p>From these foundations, the author generalises a vocabulary that statistics normally reserves for inference. The target quantity is the estimand, the value produced is the estimate, and whatever produces it, be it a thermometer, a regression, or a finite element model, is an estimator. Credibility is then defined with a deliberately demanding definition: the minimum accuracy with which an estimator recovers the true value of the estimand across the entire information space, the bounded multidimensional region defined by all the observable quantities on which the quantity of interest depends. Accuracy itself borrows from metrology, where trueness captures systematic error and precision captures random error, combined into a normalised class of accuracy averaged over repeated estimations.</p>
<p>A crucial insight of the paper is that credibility expectations come in three levels, and that these levels are properties of the intended use rather than of the type of estimator. Level 1 credibility demands only that an estimate fall within a predefined uncertainty band around the true value, appropriate when knowing the order of magnitude suffices. Level 2 requires that the average of repeated estimates match the true value in a statistical sense, as when comparing central properties of populations. Level 3 demands local accuracy at every validation point, the standard for subject-specific models intended to predict individual outcomes. A predictive model can therefore be L1, L2, or L3 credible depending on whether it is meant to capture a scale, a population mean, or a person-specific value, and the same hierarchy applies to measurement and inference.</p>
<p>Because brute-force induction, measuring the error at an effectively infinite number of points, is practically impossible and not even theoretically guaranteed for all estimators, the framework follows the strategy shared by metrology, statistics, and VVUQ: decompose the estimation error into its sources and check that each component behaves as theory predicts for a well-behaved estimator. The seven steps formalise this logic. Step S1 defines the context of use and the acceptable error threshold, the maximum error that still leaves the information useful for the decision it must support, and sets this against the limits of validity imposed by the physics of the phenomenon. Step S2 establishes the source of true values, insisting on measurement chains at least an order of magnitude more accurate than the threshold. Step S3 quantifies estimation error through controlled experiments sampled across the solution space. Step S4 identifies the sources of error, which the paper groups into approximation, aleatoric, and epistemic contributions. Step S5 decomposes the overall error among these sources, sometimes requiring special experiments in which all but one error source is excluded. Step S6 critically reviews whether each error component is distributed as expected. Step S7 examines robustness to biases that could emerge in routine use, including applicability, the guarantee that real-world inputs never stray beyond the validity limits explored during assessment. Transparency throughout, particularly about which error sources are considered and how they are separated, is flagged as essential.</p>
<p>The paper demonstrates the framework on seven use cases drawn from the author&#8217;s research programme, three of which are summarised in detail. The first concerns strain gauge measurements of bone tissue deformation, used to validate finite element models that predict fracture. The context of use fixes an error threshold derived from the strain difference used to determine fracture, attenuated by two orders of magnitude to account for the chain of inference. True values come from beam-theory calculations on machined aluminium alloy specimens corrected for curvature error; trueness is computed as a root-mean-square error; normality tests confirm the expected distribution of random and systematic errors; and repeated tests on bone specimens establish applicability.</p>
<p>The second case applies the framework to the BBCT-Hip predictor, a biophysical model that estimates mechanical strains in a patient&#8217;s bone from a calibrated computed tomography scan. Here the error threshold is set at two percent of the cortical bone failure strain in compression, about 146 microstrain. True values come from strain gauge measurements on carefully preserved cadaveric femurs. The model&#8217;s predictions carry numerical, aleatoric, and epistemic errors, and the VVUQ procedure separates them, with the numerical component required to be negligible, the aleatoric component normally distributed with a near-zero mean, and the epistemic component showing a root-mean-square error close to zero. Applicability is probed by exhaustive experiments spanning inter-subject variability and all relevant loading conditions.</p>
<p>The third case is the most forward-looking: assessing a synthetic cohort inferred from a real clinical cohort of elderly patients at risk of hip fracture. The goal is to run in silico trials on virtual populations far larger than any experimentally collected cohort could be, comparing central properties such as means and medians of feature distributions and model predictions. The error thresholds are tied to the measurement and prediction accuracy of each quantity; epistemic error vanishes because the synthetic data are generated by inference, leaving aleatoric error from measurement uncertainty and numerical error from the interpolation functions, which must be shown negligible by sensitivity analysis. Applicability restricts use of the synthetic cohort to the portion of the information space actually sampled by the clinical data.</p>
<p>Viceconi is careful about scope. For estimators that fall squarely into the classical categories, he recommends continuing to use metrology, statistics, or VVUQ, which are more mature and widely accepted within their communities. The 7S Framework is positioned as a supplement for the growing class of hybrid estimators that do not fit anywhere: in silico-augmented trials that inject model predictions into Bayesian device trials, physics-informed neural networks that encode biomechanical law inside learned predictors, synthetic datasets generated to sidestep privacy constraints, and machine learning surrogates trained to replace expensive biophysical simulations. The framework was also applied to cases covering fracture-risk prediction and machine learning surrogates of computational models, and the author reports that it proved effective, sufficiently general, and sensitive to the subtle differences in what credibility means for each information type. Limitations acknowledged include the restriction of the exposition to single scalar quantities, although extension to vectors and time-dependent quantities requires only adding a norm, and the framework&#8217;s status as a generalisation rather than a replacement of existing practice. As computational medicine pushes further into regulatory territory, the stakes of getting credibility assessment right rise accordingly, and a shared epistemological vocabulary spanning measurement, inference, and prediction may prove to be exactly what regulators, developers, and clinicians need.</p>
<p><strong>Subject of Research:</strong> A general seven-step framework for assessing the credibility of measured, inferred, and predicted quantitative information in computational medicine</p>
<p><strong>Article Title:</strong> Assessing the Credibility of Quantitative Information: A General Framework</p>
<p><strong>Article References:</strong> Viceconti, M. (2026). Assessing the Credibility of Quantitative Information: A General Framework. <em>Annals of Biomedical Engineering</em>. <a href="https://doi.org/10.1007/s10439-026-04367-4" rel="noopener noreferrer">https://doi.org/10.1007/s10439-026-04367-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10439-026-04367-4" rel="noopener noreferrer">10.1007/s10439-026-04367-4</a></p>
<p><strong>Keywords:</strong> credibility assessment, quantitative information, metrology, statistical inference, verification validation and uncertainty quantification, in silico medicine, machine learning predictors, synthetic data, 7S Framework, biomedical engineering, clinical decision-making, predictive models</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196671</post-id>	</item>
		<item>
		<title>Closed-Loop Devices That Detect and Reverse Opioid Overdoses Without a Bystander</title>
		<link>https://scienmag.com/closed-loop-devices-that-detect-and-reverse-opioid-overdoses-without-a-bystander/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 16:46:56 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[autonomous overdose intervention]]></category>
		<category><![CDATA[biomedical engineering]]></category>
		<category><![CDATA[biomedical engineering for overdose prevention]]></category>
		<category><![CDATA[biosensors]]></category>
		<category><![CDATA[closed-loop medical systems]]></category>
		<category><![CDATA[Closed-loop Systems]]></category>
		<category><![CDATA[diabetes-inspired closed-loop therapy]]></category>
		<category><![CDATA[Drug delivery]]></category>
		<category><![CDATA[FDA regulation]]></category>
		<category><![CDATA[fentanyl]]></category>
		<category><![CDATA[life-saving overdose reversal systems]]></category>
		<category><![CDATA[naloxone]]></category>
		<category><![CDATA[naloxone administration technology]]></category>
		<category><![CDATA[non-bystander opioid overdose rescue]]></category>
		<category><![CDATA[opioid overdose]]></category>
		<category><![CDATA[opioid overdose detection]]></category>
		<category><![CDATA[overdose reversal devices]]></category>
		<category><![CDATA[Public health]]></category>
		<category><![CDATA[real-time overdose monitoring]]></category>
		<category><![CDATA[regulatory challenges in medical device development]]></category>
		<category><![CDATA[respiratory depression]]></category>
		<category><![CDATA[social and ethical considerations of autonomous overdose treatment]]></category>
		<category><![CDATA[Translational Research]]></category>
		<category><![CDATA[wearable sensors]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196559</guid>

					<description><![CDATA[A new perspective outlines the sensing, actuation, algorithmic, regulatory and human factors that must converge before autonomous closed-loop opioid overdose reversal devices can reach the people most at risk.]]></description>
										<content:encoded><![CDATA[<p>Every year, more than 47,000 people in the United States die from opioid overdose, and a striking proportion of those deaths occur when no one else is around. Nearly half of fatal overdose events are unwitnessed, which means that the single most effective intervention currently available — a bystander administering naloxone within minutes of respiratory collapse — simply never happens. In those silent minutes, the brain&#8217;s breathing centers falter, oxygen levels plummet, and cardiac arrest follows. A team of researchers at the National Institute on Drug Abuse argues that this gap in survival is fundamentally an engineering problem, and that the solution may lie in devices that can sense an overdose and reverse it entirely on their own. Writing in Nature Reviews Bioengineering, Leonardo Angelone and Elena Koustova present a comprehensive assessment of closed-loop opioid overdose reversal, or CLOOR, systems and the formidable scientific, regulatory and social obstacles standing between laboratory prototypes and life-saving deployment.</p>
<p>The concept of a closed-loop therapeutic system is not new. People with type 1 diabetes have lived with versions of it for decades: continuous glucose monitors feed real-time data into an insulin pump, and a control algorithm decides how much hormone to deliver without any manual input. These artificial pancreas systems, first envisioned as servomechanisms in the early 1960s and now cleared by regulators worldwide, demonstrate that autonomous drug delivery is technically and clinically feasible. CLOOR systems aim to apply the same three-component architecture — sensing, actuation and control — to a very different and far more time-critical emergency. Instead of stabilizing a metabolic value over hours, the device must detect a lethal respiratory crisis and counteract it within a narrow window measured in minutes.</p>
<p>The sensing problem is the first and arguably hardest piece. Opioids kill by suppressing respiration, so the most direct overdose signature is a slowing or stopping of breathing. Fentanyl and its synthetic cousins act rapidly on mu-opioid receptors in the brainstem, including the Kölliker–Fuse and parabrachial complexes, sometimes driving breathing to a halt before a person even loses consciousness. Candidate detection modalities therefore include respiratory rate, blood oxygen saturation, chest wall movement, heart rate and cerebral oxygenation. Smartphone-based systems have already demonstrated that acoustic signals and radar-like sonar can capture the apnea characteristic of overdose, and consumer smartwatches have recently received regulatory attention for automated loss-of-pulse detection. Yet each sensing route carries technical liabilities: wearable optical sensors degrade with poor skin contact, pulse oximetry accuracy varies with skin pigmentation, and motion artifacts plague real-world wear. No single validated biomarker currently defines the moment an overdose becomes lethal, which is a stark contrast to the well-characterized glucose thresholds that anchor insulin closed-loop systems.</p>
<p>Once an overdose is detected, the device must act. Prototypes have explored a remarkable range of actuation strategies. Wearable injectors can fire a preloaded dose of naloxone intramuscularly on command, while implantable devices have been designed to sit quietly beneath the skin and respond autonomously to hypoxia. One autonomous implant described in Science Advances integrates sensing and drug delivery in a single unit intended to prevent death from overdose in high-risk individuals. Other designs favor minimally invasive microneedle arrays or patches that combine accelerometer-based respiration tracking with a stored antidote reservoir. The pharmacology matters as much as the hardware: naloxone&#8217;s short half-life means that fentanyl can outlast the antidote and reassert its respiratory suppression, a phenomenon that has pushed clinicians toward higher and repeated doses in the synthetic opioid era. Longer-acting antagonists such as nalmefene offer an alternative, though their adoption in community settings remains debated because prolonged reversal can also trigger withdrawal and complicate patient behavior.</p>
<p>Between sensor and actuator sits the control algorithm, the component the researchers identify as the least mature. The algorithm must fuse noisy physiological streams, distinguish a true overdose from sleep, exercise, sedation or sensor failure, and decide when the benefit of automatic naloxone delivery outweighs the risk of a false alarm. Machine learning approaches, including deep-learning respiratory rate detection and personalized Gaussian-process models of individual baselines, offer a path to robust decision-making under uncertainty. Federated learning could allow algorithms to improve across large user populations without centralizing sensitive health data. Still, the authors emphasize that unlike sepsis management or diabetes control, there is no consensus intervention threshold for overdose, no clinically validated definition of the physiological point of no return, and limited clinical evidence from which to train and validate decision systems. Whole-body physiology models that simulate fentanyl-induced respiratory depression and naloxone reversal are helping fill that gap computationally, but translational models cannot fully substitute for human evidence.</p>
<p>The regulatory landscape for CLOOR devices is as complicated as their engineering. Autonomous emergency intervention raises questions that existing frameworks were not designed to answer. The United States Food and Drug Administration has issued guidance on physiological closed-loop control technology and has convened joint public workshops with NIDA to define what evidence would justify approving a device that acts without a patient&#8217;s conscious participation. Precedents from automated insulin delivery, including the first regulatory clearance of an open-source automated insulin dosing algorithm, suggest a route is possible, but overdose reversal devices face a different evidentiary burden: their target event is rare, unpredictable and ethically impossible to reproduce in a controlled trial. De novo classifications and 510(k) clearances for related sensors and pulse-detection features hint at how regulators may decompose the problem, yet none of these pathways has yet produced an approved autonomous overdose-reversing device.</p>
<p>Even a technically flawless, regulator-approved device would fail if the people who need it do not wear it. Stigma, distrust and the realities of daily life shape adoption as powerfully as any engineering specification. Studies of people who use opioids in Philadelphia and elsewhere reveal meaningful willingness to use devices capable of detecting and reversing overdose, but also persistent concerns about privacy, involuntary data sharing, battery life, comfort and whether the device might summon police instead of medical help. Community-engaged design efforts, in which people with lived experience co-develop wearable biosensors, have emerged as a model for building the trust that purely technology-driven projects lack. The authors also point to a quieter problem shared by all wearables: attrition. Users abandon tracking devices at high rates, and a device worn only intermittently protects no one during an overdose.</p>
<p>Equity and distribution complete the translational puzzle. The populations at highest risk of fatal overdose — people who inject drugs, people experiencing homelessness, people in rural areas far from emergency services — are precisely those least likely to access expensive novel medical technology. A CLOOR system that costs more than the communities can absorb or that requires maintenance infrastructure unavailable outside clinical settings would widen the survival gap it was built to close. The researchers argue for affordability and distribution strategies engineered from the outset, drawing on lessons from mobile medical systems designed for equitable health care, and for modular architectures that could lower manufacturing costs and speed iterative improvement.</p>
<p>What emerges from the analysis is neither a dismissal of CLOOR technology nor a promise of imminent arrival, but a roadmap. The authors synthesize engineering, clinical, regulatory and public health perspectives into a sequence of priorities: validate overdose biomarkers through controlled human and computational studies; build and benchmark multi-sensor data fusion and control algorithms against realistic physiological variability; establish regulatory pathways that can evaluate autonomous emergency intervention responsibly; design devices around user needs identified through genuine community partnership; and construct distribution models that deliver the technology to those with the most to lose. The fentanyl era has compressed the time available for human rescue to almost nothing. Whether machines can be trusted to take those minutes back, reliably and equitably, is now one of the most consequential questions in bioengineering — and the answer, the researchers conclude, will depend as much on regulation, trust and access as on sensors and algorithms.</p>
<p><strong>Subject of Research:</strong> Closed-loop opioid overdose reversal systems that autonomously detect respiratory depression and deliver naloxone without bystander intervention.</p>
<p><strong>Article Title:</strong> Opioid overdose detection and reversal with closed-loop systems</p>
<p><strong>Article References:</strong> Angelone, L. M., &amp; Koustova, E. (2026). Opioid overdose detection and reversal with closed-loop systems. <em>Nature Reviews Bioengineering</em>. <a href="https://doi.org/10.1038/s44222-026-00492-w" rel="noopener noreferrer">https://doi.org/10.1038/s44222-026-00492-w</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1038/s44222-026-00492-w" rel="noopener noreferrer">10.1038/s44222-026-00492-w</a></p>
<p><strong>Keywords:</strong> opioid overdose, naloxone, closed-loop systems, wearable sensors, respiratory depression, drug delivery, FDA regulation, biosensors, fentanyl, public health, translational research, biomedical engineering</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196559</post-id>	</item>
		<item>
		<title>Privacy-First AI Detects Fainting Condition Without Exposing Patient Data</title>
		<link>https://scienmag.com/privacy-first-ai-detects-fainting-condition-without-exposing-patient-data/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 16:18:51 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[AI interpretability in medicine]]></category>
		<category><![CDATA[biomedical engineering]]></category>
		<category><![CDATA[CKKS scheme]]></category>
		<category><![CDATA[differential privacy]]></category>
		<category><![CDATA[differential privacy in healthcare]]></category>
		<category><![CDATA[DP-SGD]]></category>
		<category><![CDATA[electrocardiogram]]></category>
		<category><![CDATA[encrypted medical data analysis]]></category>
		<category><![CDATA[ethical AI in cardiovascular diagnostics]]></category>
		<category><![CDATA[explainable AI]]></category>
		<category><![CDATA[fainting diagnosis using machine learning]]></category>
		<category><![CDATA[head-up tilt test]]></category>
		<category><![CDATA[head-up tilt test analysis with AI]]></category>
		<category><![CDATA[homomorphic encryption]]></category>
		<category><![CDATA[LIME]]></category>
		<category><![CDATA[machine learning pipeline for fainting condition]]></category>
		<category><![CDATA[privacy-first healthcare technology]]></category>
		<category><![CDATA[privacy-preserving AI]]></category>
		<category><![CDATA[secure inference]]></category>
		<category><![CDATA[secure patient data processing]]></category>
		<category><![CDATA[SHAP]]></category>
		<category><![CDATA[transparent AI models for clinical diagnosis]]></category>
		<category><![CDATA[vasovagal syncope]]></category>
		<category><![CDATA[vasovagal syncope detection]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196251</guid>

					<description><![CDATA[A proof-of-concept study shows that differentially private, explainable AI can detect vasovagal syncope from tilt-test data with minimal accuracy loss, while fully homomorphic encryption for secure inference remains limited by approximation error.]]></description>
										<content:encoded><![CDATA[<p>Vasovagal syncope, the sudden and temporary loss of consciousness caused by a drop in blood pressure and heart rate, affects a large share of the population and often leaves patients waiting years for a clear diagnosis. The gold-standard diagnostic procedure, the head-up tilt test, requires patients to be tilted upright on a table while clinicians monitor how their cardiovascular system responds. Although the test is widely used, its diagnostic sensitivity has remained limited, and hospitals have been slow to embrace artificial intelligence tools that could sharpen interpretation. A new proof-of-concept study suggests a way forward that addresses two of the biggest obstacles to clinical AI at once: protecting patient privacy and making the model&#8217;s reasoning transparent to doctors.</p>
<p>Researchers led by Mahbuba Ferdowsi, Ban-Hoe Kwan, Maw Pin Tan and Choon-Hian Goh, working across Universiti Tunku Abdul Rahman in Malaysia, the University of New South Wales in Australia, Universiti Malaya and Sunway University, have built a machine learning pipeline that trains on sensitive physiological data using differential privacy, produces explanations clinicians can inspect, and even runs its predictions on encrypted data. The work, published in BioMedical Engineering OnLine, analysed records from 137 participants who underwent head-up tilt testing, of whom 54 were classified as vasovagal syncope positive and 83 as negative. From electrocardiogram and blood pressure signals recorded during the tilt protocol, the team extracted 54 features capturing the haemodynamic and autonomic signatures of each patient&#8217;s response.</p>
<p>The privacy guarantee at the heart of the training process comes from differentially private stochastic gradient descent, or DP-SGD. In conventional training, a neural model&#8217;s gradients are computed from each patient example and used to update the model weights, which creates a risk that memorised details of individual patients could be extracted from the finished model. DP-SGD interrupts this leakage path in two ways. First, it clips the gradient computed from every individual example so that no single patient can exert an outsized influence on the weights. Second, it injects calibrated Gaussian noise into the clipped gradients before they are aggregated, obscuring the contribution of any one record. The strength of this protection is formally quantified by a privacy budget, expressed as epsilon and delta. In this study, the model was trained under a privacy budget of approximately epsilon equal to 16.5 with delta set to 10 to the power of minus 5, a setting that provides a mathematically provable bound on how much any single participant&#8217;s information can leak into the model or its outputs.</p>
<p>Crucially, this formal privacy came at a surprisingly modest cost in accuracy. The DP-SGD trained logistic regression model, combined with a feature importance selection step that retained the most informative variables, achieved a cross-validated accuracy of 0.833 plus or minus 0.035 and an area under the receiver operating characteristic curve of 0.888 plus or minus 0.019. The evaluation used a stratified five-fold cross-validation framework in which all pre-processing steps were performed strictly within each training fold, a design choice that prevents subtle data leakage from inflating performance estimates. For comparison, the researchers also trained baseline models including a standard logistic regression, random forest classifiers and artificial neural networks, providing a benchmark for how much predictive power was preserved once the privacy machinery was switched on.</p>
<p>The second, more ambitious layer of the pipeline attempted to hide patient data even at the moment of prediction, using fully homomorphic encryption. This cryptographic technique allows computation directly on encrypted values, meaning a hospital could send an encrypted feature vector to an untrusted server and receive an encrypted diagnosis without the server ever seeing the underlying physiological measurements. The team implemented the Cheon-Kim-Kim-Song scheme, often abbreviated CKKS, using the TenSEAL library, which is designed for arithmetic on approximate real numbers and is well suited to encrypting continuous biomedical features. Because homomorphic encryption supports only addition and multiplication, non-linear activation functions must be approximated by polynomials, and the researchers used a degree-3 polynomial approximation of the sigmoid function to perform encrypted classification.</p>
<p>Here the study delivered an honest and instructive negative result. While the differentially private model performed well, inference carried out entirely under encryption degraded sharply, with the area under the curve falling to roughly 0.53, barely better than a coin flip. The culprit was approximation error: the polynomial surrogate for the sigmoid, combined with the noise inherent in CKKS arithmetic, distorted the decision boundary enough to destroy much of the model&#8217;s discriminative power. The authors are careful to frame this as a feasibility assessment rather than a failure, noting that the encrypted pipeline was applied only at the prediction stage and that optimised homomorphic architectures are a clear direction for future work. The finding matters for the field because it quantifies, in a real clinical setting, the gap between privacy-preserving training and fully secure inference, showing that the former is nearly free in utility terms while the latter remains a genuine engineering challenge.</p>
<p>Interpretability, the third pillar of the framework, was assessed with two widely used explanation techniques, LIME and SHAP, which attribute a model&#8217;s predictions back to individual input features. Both methods converged on the same picture of what the model had learned. Tilt-phase haemodynamic measurements, specifically systolic and diastolic blood pressure recorded during the tilt (SBP_T and DBP_T), together with autonomic balance indices derived from heart rate variability and blood pressure variability in the low-frequency to high-frequency bands (LFHF_RRI_T and LFHF_SBP_T), emerged as the key predictors of a positive vasovagal syncope diagnosis. This alignment is clinically reassuring, because these features correspond to the physiological mechanisms physicians already associate with tilt-induced fainting: an exaggerated drop in vascular tone and a shift in autonomic control when the body is tilted upright.</p>
<p>The study&#8217;s authors are explicit about the limits of what their results demonstrate. All reported performance figures are internal, cross-validated estimates derived from a single-centre dataset of 137 participants, and the team cautions that they should not be read as evidence of generalizable clinical performance. The relatively modest sample size also meant that subgroup analyses were omitted, a decision consistent with the data minimisation principle that underpins the privacy framework itself. External validation on multi-centre cohorts, and independent confirmation that the identified haemodynamic and autonomic features hold across different populations and tilt-test protocols, remain essential next steps before any deployment in a clinical environment.</p>
<p>Even so, the work arrives at a moment when healthcare systems worldwide are wrestling with how to exploit the predictive power of machine learning without breaching patient trust or privacy law. Differential privacy, homomorphic encryption and explainable AI are usually studied in isolation; this study is notable for assembling all three around a concrete diagnostic problem and reporting exactly where each succeeds and where each breaks down. The demonstration that a formally private model can match conventional baselines with minimal utility loss offers a template for other biomedical prediction tasks, from arrhythmia detection to sepsis early warning, where training data are scarce, sensitive and ethically charged.</p>
<p>The research was funded by the UTAR Research Fund from Universiti Tunku Abdul Rahman and received ethics approval from both the UTAR Scientific and Ethical Review Committee and the UMMC Medical Research Ethics Committee, with written informed consent obtained from all participants. As hospitals move toward federated learning and cloud-based clinical AI, studies of this kind provide the empirical grounding needed to decide which privacy technologies are ready for the clinic today and which still require the next generation of cryptographic engineering. For patients whose fainting spells have defied easy diagnosis, the promise is an AI assistant that reads their tilt test accurately, explains its reasoning, and never exposes their data in the process.</p>
<p><strong>Subject of Research:</strong> Privacy-preserving and explainable machine learning for vasovagal syncope detection from head-up tilt test signals</p>
<p><strong>Article Title:</strong> Differentially private and explainable machine learning for vasovagal syncope detection: a feasibility study of homomorphic encryption for secure inference</p>
<p><strong>Article References:</strong> Ferdowsi, M., Kwan, B.-H., Tan, M. P., &amp; Goh, C.-H. (2026). Differentially private and explainable machine learning for vasovagal syncope detection: a feasibility study of homomorphic encryption for secure inference. <em>BioMedical Engineering OnLine</em>. <a href="https://doi.org/10.1186/s12938-026-01626-2" rel="noopener noreferrer">https://doi.org/10.1186/s12938-026-01626-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s12938-026-01626-2" rel="noopener noreferrer">10.1186/s12938-026-01626-2</a></p>
<p><strong>Keywords:</strong> vasovagal syncope, head-up tilt test, differential privacy, DP-SGD, homomorphic encryption, CKKS scheme, explainable AI, LIME, SHAP, secure inference, biomedical engineering, electrocardiogram</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196251</post-id>	</item>
		<item>
		<title>Cold Plasma Makes Tiny Magnesium Particles That Kill Cervical Cancer Cells</title>
		<link>https://scienmag.com/cold-plasma-makes-tiny-magnesium-particles-that-kill-cervical-cancer-cells/</link>
		
		<dc:creator><![CDATA[Nathaniel Bowman]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 01:48:04 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[biomedical engineering]]></category>
		<category><![CDATA[cervical cancer]]></category>
		<category><![CDATA[cold plasma]]></category>
		<category><![CDATA[cold plasma synthesis]]></category>
		<category><![CDATA[cytotoxicity]]></category>
		<category><![CDATA[environmentally friendly nanomedicine]]></category>
		<category><![CDATA[green nanotechnology in medicine]]></category>
		<category><![CDATA[green synthesis]]></category>
		<category><![CDATA[HeLa cells]]></category>
		<category><![CDATA[HeLa cervical cancer cell inhibition]]></category>
		<category><![CDATA[helium plasma microjet technology]]></category>
		<category><![CDATA[innovative cancer therapy approaches]]></category>
		<category><![CDATA[magnesium hydroxide]]></category>
		<category><![CDATA[magnesium hydroxide nanoparticles for cancer treatment]]></category>
		<category><![CDATA[MTT assay]]></category>
		<category><![CDATA[Nanomedicine]]></category>
		<category><![CDATA[nanoparticles]]></category>
		<category><![CDATA[non-toxic cancer cell destruction methods]]></category>
		<category><![CDATA[novel anticancer nanomaterials]]></category>
		<category><![CDATA[plasma physics in oncology]]></category>
		<category><![CDATA[plasma-driven nanoparticle production]]></category>
		<category><![CDATA[plasma-induced metal oxidation for nanomaterials]]></category>
		<category><![CDATA[X-ray diffraction]]></category>
		<category><![CDATA[zeta potential]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=193414</guid>

					<description><![CDATA[Researchers used a cold helium plasma microjet to synthesize stable magnesium hydroxide nanoparticles that killed more than 80 percent of HeLa cervical cancer cells after 72 hours of exposure.]]></description>
										<content:encoded><![CDATA[<p>In a development that could reshape how scientists think about environmentally friendly nanomedicine, a research team at the University of Baghdad has shown that magnesium hydroxide nanoparticles, manufactured with nothing more exotic than a jet of cold helium plasma and a piece of high-purity magnesium wire, can destroy more than 80 percent of HeLa cervical cancer cells in laboratory cultures. The study, published in the Journal of Medical and Biological Engineering, describes a synthesis route that avoids the toxic chemical reducing agents traditionally required to build nanoparticles at this scale, and it reports a level of anticancer activity that has caught the attention of researchers working at the intersection of plasma physics and oncology.</p>
<p>The appeal of the technique lies in its simplicity. A cold plasma microjet is essentially a pencil-thin plume of ionized helium gas that remains close to room temperature even while it carries a menagerie of reactive species: electrons, ions, radicals, and energetic ultraviolet photons. When the researchers aimed this plume at magnesium wire submerged in liquid, the plasma&#8217;s chemistry attacked the metal surface, driving oxidation and dissolution reactions that ultimately precipitated magnesium hydroxide directly in the solution. Because no reducing chemicals are added at any stage, the process sidesteps many of the environmental and purification headaches associated with conventional wet-chemical nanoparticle synthesis, in which reagents such as sodium borohydride or organic solvents must later be removed from the final product.</p>
<p>To confirm that they had actually built what they intended to build, the team subjected their nanoparticles to a battery of characterization techniques. X-ray diffraction, which probes the arrangement of atoms by measuring how X-rays scatter from crystal planes, produced patterns that matched crystalline magnesium hydroxide exactly, and analysis of the peak widths revealed an average crystal size of approximately 10.5 nanometers. That is astonishingly small. For scale, a single human hair is roughly 7,000 times wider than one of these particles, and at that dimension the surface-to-volume ratio becomes enormous, meaning a large fraction of every particle&#8217;s atoms sit at the surface where they can interact directly with biological targets.</p>
<p>Scanning electron microscopy coupled with energy-dispersive X-ray spectroscopy provided the second pillar of evidence. The electron micrographs showed particles with a near-spherical morphology and a tight, uniform distribution, while the accompanying elemental analysis confirmed high chemical purity with no detectable contaminant phases introduced by the plasma process. Perhaps most importantly for any eventual biomedical use, zeta potential measurements returned values between +30 and +40 millivolts. Zeta potential is a measure of the electrical charge a particle presents to its surroundings, and values of this magnitude indicate strong electrostatic repulsion between neighboring particles. In practical terms, the nanoparticles resist clumping together and settling out of suspension, which means a stable, well-dispersed formulation can be prepared and stored without specialized stabilizers.</p>
<p>With the material thoroughly characterized, the researchers turned to the question that drives most of nanomedicine: what does it do to cancer cells? They exposed HeLa cells, a famous and hardy line of cervical cancer cells first isolated in 1951, to nanoparticle concentrations ranging from 0.025 to 1.0 parts per million, then measured cell viability using the MTT assay at 24, 48, and 72 hours. The MTT assay relies on the fact that metabolically active cells reduce a yellow tetrazolium compound into purple formazan crystals; the amount of purple dye produced is directly proportional to the number of living, functioning cells. It is one of the most widely trusted readouts of cytotoxicity in cell biology, and the results here followed a clear and reproducible pattern.</p>
<p>Cell viability dropped steadily as both concentration and exposure time increased, a dose- and time-dependent relationship that is exactly what one expects from a genuine cytotoxic agent rather than a measurement artifact. At the highest concentration after 72 hours, cytotoxicity exceeded 80 percent, meaning that more than four out of every five cancer cells in the treated cultures had lost viability. Under the microscope, the researchers documented the physical consequences of that toxicity: treated cells visibly shrank and their membranes showed signs of damage, morphological hallmarks consistent with progressive cellular collapse rather than a transient growth slowdown.</p>
<p>The mechanism behind magnesium hydroxide&#8217;s anticancer effect is not fully mapped, and the study&#8217;s authors are careful on this point, emphasizing that the molecular pathways involved still need to be elucidated in future work. The existing literature, however, offers several plausible leads. Magnesium hydroxide is mildly alkaline and slowly releases hydroxide ions, which can perturb the delicate pH homeostasis that tumor cells work hard to maintain. Prior studies have shown that magnesium hydroxide nanoparticles can physically damage bacterial cell walls, raising the possibility that similar mechanical stress on the more fragile membranes of cancer cells contributes to the observed membrane damage. Related magnesium oxide nanoparticles have been linked to elevated reactive oxygen species, oxidative stress being one of the classic triggers of programmed cell death. Disentangling these candidate mechanisms, and determining which dominates at the low parts-per-million concentrations used in this study, is the obvious next experimental frontier.</p>
<p>The researchers are equally candid about the most important caveat: selectivity. A compound that kills cancer cells but harms healthy cells equally well is simply a poison, not a therapy. This study evaluated cytotoxicity exclusively against HeLa cells, so the question of how the nanoparticles behave toward normal cervical epithelial cells, fibroblasts, or other healthy tissue types remains open. Earlier work on magnesium-based nanomaterials has often reported favorable biocompatibility profiles, and magnesium itself is a biologically essential element that the human body regulates and tolerates well, which gives the field reason for optimism. But optimism is not evidence, and the authors explicitly call for comparative studies against normal cell lines before any clinical relevance can be claimed.</p>
<p>If those selectivity studies succeed, the potential applications extend beyond anticancer therapy. Magnesium hydroxide nanoparticles have already attracted interest as antibacterial agents, wound-dressing components, and drug-delivery platforms, with prior reports describing magnesium hydroxide nanocomposite hydrogels for infected wound care and fluorescent magnesium hydroxide nanosheets for antimicrobial bandages that also monitor wound pH. A synthesis method that is cheap, green, and reproducible, as the cold plasma microjet route demonstrably is, lowers the barrier to producing the quantities of well-defined nanomaterial that such applications demand. The plasma approach also produces the particles in a single step from a metallic precursor, avoiding the surfactants, high temperatures, and prolonged hydrothermal processing that other routes require.</p>
<p>What makes the study genuinely notable, then, is the combination of three results that rarely appear together: an unusually clean and sustainable synthesis, a rigorously characterized and colloidally stable product, and a striking biological effect at remarkably low concentrations. Parts per million is an extraordinary range in which to see strong cytotoxicity, and if future work confirms that the effect is selective for transformed cells, cold-plasma-synthesized magnesium hydroxide nanoparticles could move from the physics lab toward preclinical evaluation. For now, the study stands as a persuasive demonstration that one of the most extreme tools in modern physics can craft one of chemistry&#8217;s humblest compounds into a serious candidate for cancer research, and it offers a template for how plasma science and biomedicine can be married to greener effect.</p>
<p>The choice of helium as the plasma-forming gas is itself worth noting. Helium&#8217;s high ionization energy and low breakdown voltage make it the workhorse gas for atmospheric-pressure plasma jets, producing a discharge that is dense in reactive oxygen and nitrogen species yet gentle enough to operate in open air near liquid surfaces. Researchers in the same laboratory group have previously applied this technique to other materials, including zinc oxide, copper oxide, iron oxide, and selenium nanoparticles, suggesting that the microjet platform functions as a general-purpose synthesis tool rather than a one-off method tailored to a single compound.</p>
<p>The positive surface charge reported for the particles also has biological implications beyond shelf stability. Positively charged nanoparticles generally interact more readily with the negatively charged membranes of mammalian cells, which can promote cellular uptake through endocytosis. Prior work on related magnesium-based nanomaterials has traced toxicity to caveolin-1-mediated endocytosis in endothelial cells, illustrating how surface charge and internalization pathways can shape a nanoparticle&#8217;s biological behavior.</p>
<p>The concentration range examined here deserves emphasis. At 0.025 to 1.0 parts per million, the effective doses are far below those typically reported for many metal oxide nanoparticles in similar assays, where tens or hundreds of parts per million are often required to achieve comparable killing. Whether this heightened potency reflects the small crystal size, the high purity, the colloidal stability, or some combination of these properties remains an open question that comparative studies against conventionally synthesized magnesium hydroxide could resolve.</p>
<p>It is also useful to place the safety picture in context. Animal studies of magnesium oxide nanoparticles have generally found limited acute toxicity, and investigations of magnesium hydroxide nanoparticles in normal biological systems have reported favorable biosafety profiles at antibacterial doses. That record, combined with magnesium&#8217;s status as an essential physiological element, provides a plausible foundation for the selectivity studies the authors now call for, though in vitro potency at parts-per-million levels will need careful re-examination in more complex biological systems before therapeutic claims can be entertained.</p>
<p><strong>Subject of Research:</strong> Cold plasma synthesis of magnesium hydroxide nanoparticles and their in vitro cytotoxicity against HeLa cervical cancer cells.</p>
<p><strong>Article Title:</strong> Cold Plasma Synthesis Mg(OH)₂ Nanoparticles: In Vitro Cytotoxic Evaluation Against HeLa Cervical Cancer Cells</p>
<p><strong>Article References:</strong> saad akram, R., Majeed, N. F., Abdalameer, N. K., &amp; Zaydan, E. A. (2026). Cold Plasma Synthesis Mg(OH)₂ Nanoparticles: In Vitro Cytotoxic Evaluation Against HeLa Cervical Cancer Cells. <em>Journal of Medical and Biological Engineering</em>. <a href="https://doi.org/10.1007/s40846-026-01055-5" rel="noopener noreferrer">https://doi.org/10.1007/s40846-026-01055-5</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s40846-026-01055-5" rel="noopener noreferrer">10.1007/s40846-026-01055-5</a></p>
<p><strong>Keywords:</strong> cold plasma, magnesium hydroxide, nanoparticles, HeLa cells, cervical cancer, cytotoxicity, MTT assay, green synthesis, nanomedicine, biomedical engineering, X-ray diffraction, zeta potential</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">193414</post-id>	</item>
		<item>
		<title>AI Learns to Read Shoe Treads to Predict Who Might Slip</title>
		<link>https://scienmag.com/ai-learns-to-read-shoe-treads-to-predict-who-might-slip/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 01:46:58 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[aging population fall prevention strategies]]></category>
		<category><![CDATA[AI and sensors in fall detection]]></category>
		<category><![CDATA[AI-based shoe tread analysis for fall risk prediction]]></category>
		<category><![CDATA[biomechanics of slips and falls]]></category>
		<category><![CDATA[biomedical engineering]]></category>
		<category><![CDATA[computer vision]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[elderly fall prevention innovations]]></category>
		<category><![CDATA[fall injury statistics and global health impact]]></category>
		<category><![CDATA[Fall prevention]]></category>
		<category><![CDATA[footwear outsole and walking surface interaction]]></category>
		<category><![CDATA[footwear outsole segmentation]]></category>
		<category><![CDATA[footwear safety]]></category>
		<category><![CDATA[forensic biomechanics in slip analysis]]></category>
		<category><![CDATA[image segmentation]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning models for fall risk assessment]]></category>
		<category><![CDATA[occupational injury prevention through shoe surface analysis]]></category>
		<category><![CDATA[public health approaches to reducing fall-related injuries]]></category>
		<category><![CDATA[Segment Anything Model]]></category>
		<category><![CDATA[slip and fall injuries]]></category>
		<category><![CDATA[slip resistance]]></category>
		<category><![CDATA[transfer learning]]></category>
		<category><![CDATA[wearable technology for slip prevention]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=193410</guid>

					<description><![CDATA[Researchers in Toronto fine-tuned the Segment Anything Model to automatically segment footwear outsoles, using the resulting contact areas to predict whether shoes have high or low slip resistance with implications for fall prevention.]]></description>
										<content:encoded><![CDATA[<p>Every year, falls claim hundreds of thousands of lives worldwide and send countless more people to hospitals, particularly older adults whose balance and bone strength can no longer absorb the shock of an unexpected tumble. The World Health Organization identifies falls as the second leading cause of unintentional injury deaths globally, and surveillance work published by the United States Centers for Disease Control and Prevention has documented that nonfatal falls and fall-related injuries among adults aged sixty-five and older in the United States rose steadily between 2012 and 2018. The demographic backdrop sharpens the concern: populations in the United States, Canada, and much of the developed world are aging rapidly, with the ranks of the very old expanding faster than any other age group, which means the population most vulnerable to falls is growing at precisely the moment when prevention matters most. In workplaces, slips and trips represent one of the most stubborn categories of occupational injury, and research in ergonomics and forensic biomechanics has repeatedly shown that the interaction between a shoe&#8217;s outsole and the walking surface is a decisive factor in whether a person stays upright or goes down. Studies of the biomechanics of slips have traced how a shoe that fails to grip converts an ordinary step into a fall within a fraction of a second, leaving little time for muscular recovery. Now a team of Canadian researchers has turned to one of the most powerful artificial intelligence systems ever built to attack this problem from an unexpected angle: the underside of the shoe itself. Their work, published in the Annals of Biomedical Engineering, demonstrates that a carefully adapted version of the Segment Anything Model can automatically map the complex geometry of footwear outsoles and, in doing so, help predict how slippery a shoe will be before anyone takes a single risky step.</p>
<p>The Segment Anything Model, or SAM, was introduced by Meta AI researchers in 2023 as a foundation model for image segmentation, trained on more than a billion masks across eleven million images. Its promise was audacious: the ability to segment, or precisely outline, virtually any object in any image without task-specific training. In medical imaging, remote sensing, pathology, and even planetary geology, researchers have rushed to harness SAM&#8217;s general-purpose vision capabilities. But SAM has a well-documented Achilles heel. When confronted with images dominated by dense, repetitive, fine-grained textures—the branching vessels of a retina, the tangled architecture of a surgical field, or in this case the grooves, channels, and tread patterns of a shoe sole—the model&#8217;s performance drops sharply. Footwear outsoles are exactly this kind of challenge. Their tread designs combine geometric regularity with manufacturing variation, wear patterns, and material contrasts that confound a model trained mostly on natural scenes and everyday objects. Shaghayegh Chavoshian, Ali Barzegar Khanghah, and Atena Roshan Fekr, based at the KITE Research Institute of the Toronto Rehabilitation Institute and the Institute of Biomedical Engineering at the University of Toronto, set out to close that gap.</p>
<p>Their strategy was transfer learning, a technique in which a model pretrained on a vast general dataset is retrained, or fine-tuned, on a smaller but highly specific dataset so that its general visual knowledge is redirected toward a narrow task. Fine-tuning foundation models has already proven fruitful in medical image segmentation, where adapted SAM variants have been used for anatomical structures, tumor delineation, and surgical video analysis. The Toronto team reasoned that the same principle should apply to footwear science, where manual annotation of outsole images is notoriously slow and expensive. Segmenting an outsole by hand requires a trained expert to trace, pixel by pixel or polygon by polygon, the boundaries between tread features and the spaces between them—a process that consumes substantial time per image and becomes prohibitive when applied across the many shoes a serious slip-resistance study requires. Automating this bottleneck would open the door to analyzing footwear at a scale previously impractical, potentially transforming how safety standards are written and how shoes are evaluated for consumers, workers, and older adults. The motivation is reinforced by a long line of prior work showing that outsole features such as tread groove geometry, sole hardness, and material wear all influence the friction available at the shoe-floor interface, which makes accurate, scalable measurement of outsole geometry a genuinely valuable scientific target rather than a mere convenience.</p>
<p>To fine-tune the model, the researchers assembled a dataset of forty footwear outsoles, each manually annotated using a graphical annotation tool that allows precise polygonal outlining of image features. Forty shoes may sound modest next to SAM&#8217;s eleven-million-image pretraining corpus, but that is precisely the point of transfer learning: the general model already understands edges, shapes, and textures; it needs only a comparatively small volume of domain-specific examples to learn what matters in a shoe sole. The ground truth against which the model was judged came not from mechanical friction devices alone but from human-centered data, in which footwear had been classified as having either low or high slip resistance based on real human testing. Some of that human-centered footwear data was drawn from open access material available through the Rate My Treads website, a resource that aggregates winter footwear performance information. This choice of labels matters. Mechanical slip testers measure friction under controlled conditions, but human slip resistance emerges from an interplay of gait biomechanics, loading rates, and perception that benchtop devices only approximate. By anchoring the labels to how shoes actually perform on people&#8217;s feet, the researchers kept the machine learning pipeline aligned with the outcome that ultimately counts—whether a person slips.</p>
<p>The results of the fine-tuning were substantial. Compared with the original, out-of-the-box SAM, the adapted model reduced segmentation loss by 8.11 percent and lifted the intersection over union, the standard overlap metric between predicted and true segmentation masks, to 70.45 percent. Perhaps more strikingly, pixel accuracy climbed from 56.90 to 78.10 percent, and the F1 score, which balances precision and recall, rose from 53.70 to 66.30 percent. Those numbers tell a clear technical story: without task-specific adaptation, SAM could barely delineate outsole features better than chance on some measures, but after fine-tuning it captured roughly two-thirds to three-quarters of the relevant structure. The researchers also examined which image quality factors influenced performance, finding that resolution, contrast, and intensity all significantly affected segmentation quality. This is consistent with a growing literature showing that deep segmentation networks are sensitive to the spectral and spatial characteristics of their inputs; a model fine-tuned on images of one resolution or contrast profile may degrade when fed imagery that differs. For anyone hoping to deploy such systems in the field—photographing shoes in a store, a clinic, or a workplace—the finding underscores that image capture protocols must be standardized for reliable results.</p>
<p>The segmentation outputs were then put to work. From each predicted outsole mask, the pipeline estimated the outsole-ground contact areas—the regions of the sole that would actually press against a floor during walking. These contact features were fed into a downstream machine learning classifier tasked with predicting the slip resistance category of the shoe, low or high, using the human-derived ground truth labels. With an 80/20 train-test split, the classification model achieved 70 percent accuracy and a 64 percent F1 score. While these figures are a distance from clinical certainty, they represent a meaningful proof of concept: the geometry of a shoe&#8217;s contact patch, extracted automatically by an adapted foundation model, carries enough information to forecast, with better-than-chance reliability, how the shoe will behave under a human foot on a slippery surface. Earlier work by the same group and collaborators had shown that convolutional neural networks and machine learning models could predict slip resistance from engineered tread features, including studies of winter footwear on glycerol-contaminated surfaces; the new study shortens that pipeline by replacing manual feature extraction with learned segmentation.</p>
<p>The broader context makes the advance more than an academic exercise. Winter footwear rated for slip resistance is still evaluated largely through mechanical tests and, increasingly, through human-centered trials such as those conducted with the maximum achievable incline method, in which participants walk up progressively steeper icy slopes until they slip. Portable slip simulators, cart-type friction measurement devices, and computational models of shoe-floor friction have each expanded the toolkit, but these approaches remain expensive, time-consuming, and difficult to scale to the flood of new footwear models reaching the market each year. Rating programs that rely on such testing simply cannot keep pace. If a vision model can screen outsole designs computationally, flagging promising candidates for human testing and discouraging poor performers before they reach consumers, the entire evaluation ecosystem could accelerate. The authors point to implications for two populations in particular: older adults, for whom a fall can trigger a cascade of fractures, hospitalization, loss of independence, and mortality, and workers in occupations—from construction and healthcare to marine and winter industries—who depend on protective footwear to stay safe in hazardous environments.</p>
<p>The study also contributes to a rapidly evolving conversation about when and how to adapt foundation models. Across computer vision research, SAM has been shown to struggle in concealed scenes, camouflaged object detection, and numerous specialized domains, prompting a wave of adaptation techniques ranging from lightweight adapter layers and parameter-space reconstruction to knowledge distillation, in which a compact student model learns to mimic a large teacher. The Toronto study adds footwear science to the list of domains where modest fine-tuning unlocks outsized gains, and its finding that image quality variables materially shape performance echoes parallel observations in brain tissue segmentation and satellite imagery classification. The researchers acknowledge the inherent constraints of their dataset size—forty annotated outsoles leaves the classifier with limited statistical power—and the 70 percent classification accuracy should be read as an early benchmark rather than a deployable performance ceiling. Scaling the annotated corpus, standardizing image acquisition, and refining the contact-area features that bridge segmentation and prediction are the obvious next steps.</p>
<p>Funded by the Digital Research Alliance of Canada and reviewed by the University Health Network Research Ethics Board, the work forms part of a broader research program at KITE that spans mechanical and human-centered slip testing, gait analysis with multimodal transformers, and slip detection during real human walking trials, alongside earlier investigations of how the edge of a footwear sole influences measured slip resistance. Together these strands sketch a future in which the slip resistance of a shoe could be assessed rapidly, cheaply, and at scale—by photographing its sole, letting a fine-tuned foundation model trace its contact geometry, and letting a classifier render a verdict before the shoe ever meets an icy sidewalk. For the millions of people who navigate winter sidewalks, wet kitchens, oily factory floors, and slick hospital corridors every day, that future could translate into fewer falls, fewer fractures, and a far more transparent footwear market in which slip resistance is not a marketing slogan but a measurable, machine-verified property.</p>
<p><strong>Subject of Research:</strong> Fine-tuning the Segment Anything Model for automated footwear outsole segmentation to predict slip resistance.</p>
<p><strong>Article Title:</strong> Transfer Learning on Segment Anything Model for Footwear Outsole Segmentation to Predict Footwear Slip Resistance</p>
<p><strong>Article References:</strong> Chavoshian, S., Khanghah, A. B., &amp; Fekr, A. R. (2026). Transfer Learning on Segment Anything Model for Footwear Outsole Segmentation to Predict Footwear Slip Resistance. <em>Annals of Biomedical Engineering</em>. <a href="https://doi.org/10.1007/s10439-026-04331-2" rel="noopener noreferrer">https://doi.org/10.1007/s10439-026-04331-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10439-026-04331-2" rel="noopener noreferrer">10.1007/s10439-026-04331-2</a></p>
<p><strong>Keywords:</strong> Segment Anything Model, transfer learning, footwear outsole segmentation, slip resistance, machine learning, computer vision, fall prevention, biomedical engineering, slip and fall injuries, image segmentation, footwear safety, deep learning</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">193410</post-id>	</item>
		<item>
		<title>Revolutionary Models Enable Scan-Free 2D-3D Registration</title>
		<link>https://scienmag.com/revolutionary-models-enable-scan-free-2d-3d-registration/</link>
		
		<dc:creator><![CDATA[Ophelia Keating]]></dc:creator>
		<pubDate>Thu, 11 Dec 2025 05:50:09 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[2D-3D registration technologies]]></category>
		<category><![CDATA[accuracy in medical diagnoses]]></category>
		<category><![CDATA[biomedical engineering]]></category>
		<category><![CDATA[computational techniques in healthcare]]></category>
		<category><![CDATA[deep learning in medical imaging]]></category>
		<category><![CDATA[dynamic stereo-radiography advancements]]></category>
		<category><![CDATA[high-quality imaging data]]></category>
		<category><![CDATA[imaging technology innovations]]></category>
		<category><![CDATA[neural implicit shape models]]></category>
		<category><![CDATA[neural networks in biomedical research]]></category>
		<category><![CDATA[procedural planning in medicine]]></category>
		<category><![CDATA[real-time biological system insights]]></category>
		<guid isPermaLink="false">https://scienmag.com/revolutionary-models-enable-scan-free-2d-3d-registration/</guid>

					<description><![CDATA[In the ever-evolving realm of biomedical engineering, novel methodologies are continually reshaping our understanding and application of imaging technologies. A promising research advancement has emerged from a study conducted by Burton, Myers, and Rullkoetter, which focuses on the integration of neural implicit shape and intensity models for improving 2D-3D registration procedures in the context of [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In the ever-evolving realm of biomedical engineering, novel methodologies are continually reshaping our understanding and application of imaging technologies. A promising research advancement has emerged from a study conducted by Burton, Myers, and Rullkoetter, which focuses on the integration of neural implicit shape and intensity models for improving 2D-3D registration procedures in the context of dynamic stereo-radiography. This innovative approach holds the potential to significantly enhance the accuracy and efficiency of imaging processes, a critical factor in the precision of medical diagnoses and procedural planning.</p>
<p>The backdrop of this research is set against the crucial need for effective imaging modalities that can provide real-time insights into dynamic biological systems. Traditional imaging techniques, while valuable, often lack the capability to provide the detailed, high-quality data required in various clinical scenarios. By addressing these limitations, the authors of this study advocate for a shift towards more advanced computational techniques, particularly those harnessing the capabilities of neural networks.</p>
<p>At the core of their investigation is the utilization of &#8220;neural implicit models,&#8221; a concept that leverages deep learning to represent complex shapes and intensity patterns. By employing these models, researchers can create highly detailed representations of anatomical structures, allowing for a more nuanced understanding of their spatial relationships and changes over time. This advancement is particularly important in dynamic scenarios where the target anatomy is not static and may undergo significant transformations during the imaging process.</p>
<p>Dynamic stereo-radiography, the focus of this study, is a relatively novel technique that combines stereo imaging with radiographic methods to capture moving biological processes. While this technique provides substantial benefits, it also introduces challenges related to the accurate registration of 2D and 3D data. The authors propose that by integrating neural implicit models, these challenges can be effectively mitigated. This promising integration could facilitate more precise alignments between two-dimensional images and their corresponding three-dimensional representations, ultimately leading to improved outcomes in various medical applications.</p>
<p>One of the primary advantages highlighted in the study is the ability of neural implicit models to learn and adapt from vast amounts of imaging data. Unlike conventional models, which may rely heavily on predefined geometric parameters, these neural networks can extract complex features directly from data, allowing them to adapt dynamically to varying shapes and intensities encountered in different scenarios. This adaptability is particularly crucial in medical imaging, where variability among patients and pathological conditions can be significant.</p>
<p>Moreover, the study emphasizes the potential for scan-free applications of these neural models. Traditional imaging methods often require extensive scans that can be time-consuming and expose patients to unnecessary radiation. By developing techniques that can infer shape and intensity information without the need for extensive scanning, the researchers open up the possibility of safer, more efficient imaging protocols. This approach not only prioritizes patient safety but also addresses the practical limitations often faced in clinical settings.</p>
<p>Implementing these neural implicit models in dynamic stereo-radiography could lead to breakthroughs in the diagnosis and monitoring of various conditions. For instance, in the realm of orthopedic surgery, accurate 2D-3D registration can significantly enhance pre-operative planning, allowing surgeons to visualize complex anatomical structures with an unprecedented level of detail. This visual clarity can diminish the likelihood of intraoperative complications and improve patient outcomes.</p>
<p>The implications extend beyond surgical practice; they also resonate within the fields of cardiology, nephrology, and oncology, where dynamic imaging plays a vital role in assessing disease progression and treatment efficacy. By enabling a robust connection between 2D and 3D representations, the research stands to transform how medical professionals interpret imaging data and make clinical decisions.</p>
<p>Moreover, the collaborative effort of the research team underscored the interdisciplinary nature of advancing biomedical technologies. By merging expertise from neural network design and medical imaging techniques, the authors provide a comprehensive understanding of how computational advancements can directly impact clinical practices. This orchestration of knowledge highlights the need for collaborative frameworks in research initiatives, combining insights from engineering, medicine, and data science.</p>
<p>In conclusion, the research findings put forth by Burton, Myers, and Rullkoetter signify a transformative approach to imaging in healthcare. The integration of neural implicit shape and intensity models with dynamic stereo-radiography not only addresses existing limitations in traditional imaging but also paves the way for innovative, scan-free methodologies that prioritize patient safety and operational efficiency. This development is poised to usher in a new era of precision medicine, where the interplay between deep learning and medical imaging profoundly enhances the quality of care delivered to patients around the globe.</p>
<p>In an era where medical technology continues to evolve at a rapid pace, studies like these reaffirm the importance of leveraging advanced computational techniques to tackle real-world challenges in healthcare. The journey towards improved imaging modalities is just beginning, and the implications of this research reach far beyond theoretical applications, laying the groundwork for practical solutions that could define the future of medical diagnostics.</p>
<p>As the healthcare landscape shifts towards more integrated and technology-driven approaches, the collaboration between researchers and clinical practitioners will be vital in realizing the full potential of these advancements. The insights gained from such studies not only contribute to scientific literature but translate into actionable benefits for patients, ultimately driving improvements in health outcomes across diverse medical domains.</p>
<p>As we look to the future, the developments in neural implicit modeling and dynamic imaging technologies underscore the importance of interdisciplinary dialogue and collaboration within the scientific community. By fostering partnerships that bridge clinical and technical expertise, we can continue to push the boundaries of what is possible in the realm of medical imaging and beyond.</p>
<p>In this context, the role of ongoing research and innovation remains critical, as it fuels the progress necessary to navigate the complexities of modern healthcare. The findings of this study may be just the starting point for a broader exploration of how artificial intelligence can revolutionize the healthcare sector, and as we move forward, it will be exciting to witness the transformative potential these technologies hold.</p>
<p>By embracing change and remaining committed to the pursuit of knowledge, the intersection of technology and medicine can cultivate an environment ripe for groundbreaking discoveries that ultimately improve patient care and outcomes.</p>
<hr />
<p><strong>Subject of Research</strong>: Neural Implicit Shape and Intensity Models for 2D-3D Registration in Dynamic Stereo-Radiography</p>
<p><strong>Article Title</strong>: Neural Implicit Shape and Intensity Models for Scan-Free 2D-3D Registration in Dynamic Stereo-Radiography</p>
<p><strong>Article References</strong>:<br />
Burton, W., Myers, C. &amp; Rullkoetter, P. Neural Implicit Shape and Intensity Models for Scan-Free 2D-3D Registration in Dynamic Stereo-Radiography. <em>Ann Biomed Eng</em> (2025). <a href="https://doi.org/10.1007/s10439-025-03911-y">https://doi.org/10.1007/s10439-025-03911-y</a></p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: <a href="https://doi.org/10.1007/s10439-025-03911-y">https://doi.org/10.1007/s10439-025-03911-y</a></p>
<p><strong>Keywords</strong>: Neural Implicit Models, Dynamic Stereo-Radiography, 2D-3D Registration, Medical Imaging, Artificial Intelligence, Biomedical Engineering, Precision Medicine, Clinical Applications.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">115400</post-id>	</item>
		<item>
		<title>Elizabeth Hillman Appointed Chair of Imaging Sciences at St. Jude</title>
		<link>https://scienmag.com/elizabeth-hillman-appointed-chair-of-imaging-sciences-at-st-jude/</link>
		
		<dc:creator><![CDATA[Harold Sullivan]]></dc:creator>
		<pubDate>Wed, 22 Jan 2025 19:23:53 +0000</pubDate>
				<category><![CDATA[Chemistry]]></category>
		<category><![CDATA[biomedical engineering]]></category>
		<category><![CDATA[Child Health Care]]></category>
		<category><![CDATA[Elizabeth Hillman]]></category>
		<category><![CDATA[High-Speed Microscopy]]></category>
		<category><![CDATA[Imaging Sciences]]></category>
		<category><![CDATA[In-Vivo Imaging]]></category>
		<category><![CDATA[Medical Imaging]]></category>
		<category><![CDATA[National Academy of Inventors]]></category>
		<category><![CDATA[Pediatric Medicine]]></category>
		<category><![CDATA[Scientific Research]]></category>
		<category><![CDATA[St. Jude Children's Research Hospital]]></category>
		<category><![CDATA[Technology Innovation]]></category>
		<guid isPermaLink="false">https://scienmag.com/elizabeth-hillman-appointed-chair-of-imaging-sciences-at-st-jude/</guid>

					<description><![CDATA[St. Jude Children&#8217;s Research Hospital has recently made significant strides by appointing Elizabeth M.C. Hillman, PhD, as the founding chair of its newly established Department of Imaging Sciences. This cutting-edge department aims to foster a flourishing community of technological innovators dedicated to enhancing the understanding of catastrophic childhood diseases. The training and expertise of Hillman [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>St. Jude Children&#8217;s Research Hospital has recently made significant strides by appointing Elizabeth M.C. Hillman, PhD, as the founding chair of its newly established Department of Imaging Sciences. This cutting-edge department aims to foster a flourishing community of technological innovators dedicated to enhancing the understanding of catastrophic childhood diseases. The training and expertise of Hillman as a prominent figure in imaging method development provide an excellent basis for a leap forward in imaging technologies applied to life-saving research.</p>
<p>Hillman’s appointment is rooted in her remarkable history as a pioneer in the field of imaging. She holds an impressive track record in developing high-speed microscopes and advanced in-vivo imaging systems for studying living tissues. Under her leadership, a range of talented faculty members is expected to join the department, collectively driving the advancement of imaging techniques that span from microscopic imaging at the sub-cellular scale to comprehensive medical imaging processes. This diverse expertise will ideally enhance scientific studies while simultaneously improving patient care outcomes.</p>
<p>The establishment of this department is a clear indication of St. Jude’s commitment to innovation in biomedical research, especially focused on children. “Elizabeth is a renowned physicist, gifted biomedical engineer, and prolific inventor of new technologies,” remarked James R. Downing, MD, the president and CEO of St. Jude Children&#8217;s Research Hospital. The ambitious vision involves not merely building a functional department but rather creating a hub of excellence that integrates cutting-edge imaging technology into multidisciplinary research and clinical applications for children experiencing severe health challenges.</p>
<p>One of the primary objectives of this new department will be to develop and refine imaging and measurement methodologies that can facilitate transformative scientific studies. By leveraging advanced imaging technologies, researchers will likely better grasp disease processes and treatment outcomes, creating pathways for groundbreaking innovations in patient care. Hillman’s deep-rooted beliefs regarding the synergy between environment and innovation underscore the importance of St. Jude’s unique collaborative landscape. She acknowledges that local collaborations and shared scientific inquiries have significantly influenced her creative endeavors throughout her career.</p>
<p>Prior to joining St. Jude, Hillman made remarkable contributions during her tenure at Columbia University, serving as both a Herbert and Florence Irving Professor and a tenured professor in biomedical engineering and radiology. Her extensive 20-year career is marked by the successful development and application of a wide array of novel imaging and data analysis methods. These methods have not only advanced scientific inquiry but have also paved the way for potential commercial applications, evidenced by technologies she developed that have been licensed to major industry players like PerkinElmer and Leica Microsystems.</p>
<p>The broader implications of Hillman’s appointment extend beyond mere technological advancements. J. Paul Taylor, MD, PhD, St. Jude&#8217;s executive vice president and scientific director, articulated the revolutionary potential of recent advances in visualization and quantification methodologies. This revolutionary potential is expected to catalyze significant improvements in biomedical research specifically tailored to combating childhood diseases. Therefore, St. Jude’s commitment to propelling the institution forward in biomedical imaging innovation could manifest profound benefits for children diagnosed with life-threatening illnesses.</p>
<p>As Hillman transitions into her new role, she emphasizes the unique combination of talent and passion present at St. Jude, which she considers to be critical in addressing some of the most challenging questions in child health. The hospital&#8217;s environment presents a stimulating atmosphere where facilitators of scientific discovery can collaborate toward shared goals, maximizing the impact of their findings in real-time patient care. Hillman asserts that working in an inspiring environment like St. Jude will foster creativity and significantly heighten the immediate impacts of innovative discoveries.</p>
<p>Hillman’s academic pedigree includes a PhD in medical physics and bioengineering from University College London, one of the leading institutions known for driving scientific advancements. Furthermore, her post-doctoral work at the Martinos Center for Biomedical Engineering, affiliated with Massachusetts General Hospital and Harvard Medical School, provided her with foundational expertise in biomedical engineering, focusing on imaging sciences. She has authored over 100 research papers featured in esteemed journals such as Science, Nature Methods, Nature Photonics, and Nature Biomedical Engineering, showcasing her prominent role in advancing the field.</p>
<p>Moreover, Hillman has made substantial contributions to augmenting the scientific community’s understanding of critical biological processes and disease mechanisms. Her work reflects a synthesis of theory and applied sciences, which illustrates the value of interdisciplinary collaboration in driving biomedical progress. As a testament to her innovative contributions, she holds over 20 issued patents and was elected to the National Academy of Inventors in 2022. This remarkable recognition underscores her dedication to fostering an environment rich in innovation and invention, ensuring young researchers also have the opportunities to thrive within this dynamic landscape.</p>
<p>St. Jude Children&#8217;s Research Hospital has solidified its position as a preeminent institution in transforming how childhood diseases are understood, treated, and cured. With a unique focus as the only National Cancer Institute-designated Comprehensive Cancer Center exclusively dedicated to children, the hospital has played a critical role in improving pediatric treatment outcomes over its 60-plus-year history. Specifically, the treatment advancements achieved at St. Jude have propelled the childhood cancer survival rate from a mere 20% to 80%, representing a drastic shift and a beacon of hope for countless families across the globe.</p>
<p>Notably, the breakthroughs generated at St. Jude do not remain confined within its walls. The institution is deeply committed to sharing its discoveries, allowing healthcare providers worldwide to enhance treatment quality and care for children suffering from life-threatening conditions. Whether through its digital platforms or social media presence, St. Jude actively engages in disseminating vital knowledge that can have a lasting influence on partners in the healthcare community. </p>
<p>As the new Department of Imaging Sciences embarks on its groundbreaking journey under Hillman’s leadership, it signifies not just a commitment to scientific advancement but also a profound dedication to the lives of the children it serves. By uniting cutting-edge technology with a comprehensive understanding of pediatric diseases, the collaborative efforts within this department could redefine the contours of research excellence at the intersection of imaging and healthcare, ultimately transforming the future landscape of pediatric medicine for generations to come.</p>
<p><strong>Subject of Research</strong>: Imaging and Measurement Approaches in Pediatric Medicine<br />
<strong>Article Title</strong>: Elizabeth Hillman Appointed Founding Chair of St. Jude’s Imaging Sciences Department<br />
<strong>News Publication Date</strong>: October 2023<br />
<strong>Web References</strong>: <a href="https://www.stjude.org/">St. Jude Children&#8217;s Research Hospital</a><br />
<strong>References</strong>: N/A<br />
<strong>Image Credits</strong>: Credit: St. Jude Children&#8217;s Research Hospital  </p>
<h4><strong>Keywords</strong></h4>
<p>Imaging, Biomedical Engineering, Pediatric Medicine, High-Speed Microscopy, In-Vivo Imaging, Technology Innovation, Scientific Research, Child Health Care, Imaging Sciences, Medical Imaging.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">23930</post-id>	</item>
	</channel>
</rss>
