<?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>membership inference &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/membership-inference/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 22:29:24 +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>membership inference &#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>Deep Learning&#8217;s Privacy Wars: New Survey Maps Attacks and Defenses</title>
		<link>https://scienmag.com/deep-learnings-privacy-wars-new-survey-maps-attacks-and-defenses/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 22:29:24 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI model vulnerability assessment]]></category>
		<category><![CDATA[attack and defense taxonomy in deep learning]]></category>
		<category><![CDATA[cloud-based deep learning privacy risks]]></category>
		<category><![CDATA[Data Privacy]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[Deep learning privacy attacks]]></category>
		<category><![CDATA[differential privacy]]></category>
		<category><![CDATA[evaluation metrics for AI privacy defenses]]></category>
		<category><![CDATA[federated learning]]></category>
		<category><![CDATA[gradient leakage]]></category>
		<category><![CDATA[homomorphic encryption]]></category>
		<category><![CDATA[large language models]]></category>
		<category><![CDATA[machine learning model security]]></category>
		<category><![CDATA[machine learning security]]></category>
		<category><![CDATA[membership inference]]></category>
		<category><![CDATA[model inversion]]></category>
		<category><![CDATA[model inversion and membership inference attacks]]></category>
		<category><![CDATA[neural network data leaks]]></category>
		<category><![CDATA[privacy attacks]]></category>
		<category><![CDATA[privacy defense strategies in AI]]></category>
		<category><![CDATA[privacy-preserving machine learning techniques]]></category>
		<category><![CDATA[reproducibility in machine learning security research]]></category>
		<category><![CDATA[secure multi-party computation]]></category>
		<category><![CDATA[systematic review of AI privacy threats]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=199252</guid>

					<description><![CDATA[A new systematic survey maps the full landscape of privacy attacks on deep learning and finds that while differential privacy remains the practical baseline and cryptography the strongest guarantee, large language model leakage is an urgent, under-benchmarked gap.]]></description>
										<content:encoded><![CDATA[<p>Deep learning has quietly become the engine behind decisions that shape human lives: diagnosing cancers, approving loans, guiding government policy. But the models that make these systems so powerful also carry a dangerous secret. Trained on sensitive personal data and increasingly outsourced to cloud providers for their enormous computational appetite, deep neural networks can leak the very information they were built to protect. A sweeping new survey published in Knowledge and Information Systems by Subhasish Ghosh and Amit Kr. Mandal of SRM University AP offers the most systematic accounting yet of this hidden battleground, cataloguing how attackers pry private data out of trained models and rigorously assessing which defenses actually work.</p>
<p>Using a PRISMA-style systematic review methodology, the researchers analyzed papers from the last five years of literature, the period in which privacy attacks against machine learning evolved from academic curiosities into practical threats. Their contribution is not a single new technique but a map of the entire battlefield: a unified taxonomy of attack families, a parallel taxonomy of defenses, recommended evaluation metrics for each attack type, and a reproducibility checklist alongside an attack-by-defense protection matrix that distills the qualitative findings of hundreds of studies into a single comparative view.</p>
<p>The taxonomy of attacks is sobering in its breadth. Membership inference attacks ask a deceptively simple question of a model: was this specific person&#8217;s record part of your training data? First demonstrated systematically by Shokri and colleagues in 2017 and refined since through approaches that exploit overfitting, prediction sensitivity, and quantile regression, these attacks now extend even to large language models, recommender systems, graph neural networks, and diffusion models. Model inversion attacks go further, reconstructing representative images or attributes of training classes from a model&#8217;s outputs, exploiting the confidence information that models emit so freely. Model extraction attacks steal entire architectures and weights through prediction APIs, converting years of training investment into a target for intellectual property theft as well as privacy abuse.</p>
<p>Perhaps most alarming for the federated learning era is gradient leakage. In collaborative training settings where participants share gradient updates instead of raw data, researchers showed as early as 2019 with the Deep Leakage from Gradients work that those updates can be inverted to reconstruct training inputs almost pixel-perfectly. The survey also covers property and attribute inference, in which adversaries deduce sensitive characteristics of training populations, alongside poisoning and backdoor attacks that corrupt models from within, side-channel attacks that exploit hardware implementations, and a rapidly growing family of large language model specific leakage, including verbatim training data extraction from production models and membership inference against in-context learning.</p>
<p>Against this arsenal, the survey organizes defenses into coherent families. Differential privacy, introduced by Cynthia Dwork in 2006, remains the workhorse: by injecting carefully calibrated noise into gradients during training, typically through the DP-SGD algorithm of Abadi and colleagues, it provides a mathematically provable bound on how much any single individual&#8217;s data can influence the model. The literature has spawned refinements including Rényi and Gaussian differential privacy, concentrated variants, adaptive gradient clipping, and privacy accounting improvements, along with integration into generative adversarial networks, Bayesian neural networks, and stochastic gradient Langevin dynamics.</p>
<p>Federated learning itself constitutes a second defense pillar, allowing organizations such as hospitals to train shared models without centralizing patient records, a principle already demonstrated in real multicenter studies for glaucoma detection, skin cancer diagnosis, and medical image analysis. Yet the survey is clear that federated learning alone is not privacy protection: gradient reconstruction, membership inference, and property inference all remain viable against naive federated systems, which is why the pairing with robust and privacy-preserving aggregation rules, secure aggregation protocols, and blockchain-based verification has become an active research frontier.</p>
<p>At the strongest end of the guarantee spectrum sit cryptographic approaches: homomorphic encryption, which permits computation directly on encrypted data, and secure multi-party computation, which distributes computation so no party sees another&#8217;s inputs. These techniques offer mathematically rigorous confidentiality, and standardized frameworks from IEEE and ITU now exist to guide their deployment. But the survey&#8217;s comparative analysis is unambiguous about the price: cryptographic stacks impose computational and communication overheads that can be orders of magnitude higher than plaintext training, making them practical today mainly for inference workloads, smaller models, or high-stakes domains such as healthcare and finance where the value of the data justifies the cost. Hybrid architectures, such as federated learning combined with homomorphic encryption or differential privacy layered over secure aggregation, attempt to balance these trade-offs.</p>
<p>The authors sharpen their analysis with three case studies covering centralized image classification, federated learning, and large language models. The verdict on the current landscape is nuanced. Noise-based methods such as differential privacy remain the practical baseline, deployable at scale and increasingly efficient, but they offer only partial protection, and their privacy-utility trade-off still forces difficult choices in accuracy-sensitive applications. Cryptographic methods deliver the strongest theoretical guarantees at substantially higher cost. Most urgently, the survey identifies large language model and multimodal leakage as an under-benchmarked gap: while training data extraction and membership inference against language models have been repeatedly demonstrated, standardized evaluation of defenses in this space lags far behind the pace of model deployment.</p>
<p>What makes this survey particularly valuable for practitioners is its insistence on evaluation discipline. For each attack family, the authors recommend specific metrics, recognizing, for example, that membership inference success should be measured against realistic background-knowledge assumptions rather than favorable shadow-model setups, and that privacy claims must be tested against adaptive attackers rather than fixed benchmarks. The reproducibility checklist addresses a chronic weakness of the field, where attack papers and defense papers often use incompatible threat models, making headline claims difficult to compare. The attack-by-defense protection matrix gives system designers a direct way to reason about which combination of techniques addresses which threats, and where residual risk remains.</p>
<p>The stakes of getting this right are rising alongside regulation. Data protection laws around the world increasingly impose concrete obligations on organizations whose models memorize personal information, and the survey situates the technical landscape within this regulatory context, noting that healthcare, finance, and government deployments face the tightest constraints. For the field as a whole, the message is one of guarded optimism paired with urgency. The defensive toolkit is now rich, mathematically grounded, and increasingly practical, and surveys like this one provide the coordination infrastructure the field has lacked. But as models grow larger, more multimodal, and more deeply embedded in everyday services, the attack surface grows with them, and the gap between what can be attacked and what has been rigorously defended remains widest precisely where the data is most personal. Closing that gap, the authors suggest, will require the same systematic, benchmark-driven rigor that this survey brings to mapping the problem.</p>
<p><strong>Subject of Research:</strong> Privacy-preserving methodologies and privacy attacks in deep learning</p>
<p><strong>Article Title:</strong> Privacy-preserving methodologies against privacy attacks on deep learning: a survey</p>
<p><strong>Article References:</strong> Ghosh, S., &amp; Mandal, A. K. (2026). Privacy-preserving methodologies against privacy attacks on deep learning: a survey. <em>Knowledge and Information Systems, 68</em>(1), Article 255. <a href="https://doi.org/10.1007/s10115-026-02865-4" rel="noopener noreferrer">https://doi.org/10.1007/s10115-026-02865-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10115-026-02865-4" rel="noopener noreferrer">10.1007/s10115-026-02865-4</a></p>
<p><strong>Keywords:</strong> deep learning, privacy attacks, differential privacy, federated learning, homomorphic encryption, membership inference, model inversion, gradient leakage, large language models, secure multi-party computation, data privacy, machine learning security</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">199252</post-id>	</item>
	</channel>
</rss>
