<?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>differential privacy in healthcare &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/differential-privacy-in-healthcare/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 16:18:51 +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>differential privacy in healthcare &#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>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>
	</channel>
</rss>
