<?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>backdoor attack prevention in federated learning &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/backdoor-attack-prevention-in-federated-learning/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 Sep 2026 21:09:13 +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>backdoor attack prevention in federated learning &#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>Defending federated learning from backdoors with semantic filters and geometry</title>
		<link>https://scienmag.com/defending-federated-learning-from-backdoors-with-semantic-filters-and-geometry/</link>
		
		<dc:creator><![CDATA[Veronica Carney]]></dc:creator>
		<pubDate>Fri, 04 Sep 2026 21:09:09 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[backdoor attack defense in federated systems]]></category>
		<category><![CDATA[backdoor attack prevention in federated learning]]></category>
		<category><![CDATA[cyberattack resilience in edge AI]]></category>
		<category><![CDATA[cybersecurity for edge computing and sensor networks]]></category>
		<category><![CDATA[cybersecurity for urban sensing networks]]></category>
		<category><![CDATA[data poisoning prevention in privacy-preserving analytics]]></category>
		<category><![CDATA[federated learning security]]></category>
		<category><![CDATA[geometric anomaly detection in federated models]]></category>
		<category><![CDATA[geometry-based defenses in machine learning]]></category>
		<category><![CDATA[industrial automation security with federated learning]]></category>
		<category><![CDATA[IoT device security in federated learning]]></category>
		<category><![CDATA[IoT device security in federated systems]]></category>
		<category><![CDATA[malicious client detection in distributed training]]></category>
		<category><![CDATA[malicious data poisoning countermeasures]]></category>
		<category><![CDATA[poisoning attack mitigation in federated systems]]></category>
		<category><![CDATA[privacy-preserving distributed learning]]></category>
		<category><![CDATA[privacy-preserving distributed training]]></category>
		<category><![CDATA[robustness of federated learning models]]></category>
		<category><![CDATA[semantic filtering for machine learning]]></category>
		<category><![CDATA[semantic filters for model robustness]]></category>
		<category><![CDATA[sensor data integrity in federated learning]]></category>
		<category><![CDATA[server-side defenses against backdoor attacks]]></category>
		<category><![CDATA[server-side defenses against backdoors]]></category>
		<guid isPermaLink="false">https://scienmag.com/defending-federated-learning-from-backdoors-with-semantic-filters-and-geometry/</guid>

					<description><![CDATA[Federated learning has become one of the most consequential architectures in modern machine learning, allowing thousands of devices to collectively train a shared model without ever shipping their raw data to a central server. The approach underpins privacy-preserving analytics in environmental monitoring, industrial automation, and urban sensing, and it is especially attractive for the Internet [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Federated learning has become one of the most consequential architectures in modern machine learning, allowing thousands of devices to collectively train a shared model without ever shipping their raw data to a central server. The approach underpins privacy-preserving analytics in environmental monitoring, industrial automation, and urban sensing, and it is especially attractive for the Internet of Things, where cameras, sensors, and embedded controllers generate sensitive data at the edge. But the very openness that makes federated learning powerful also makes it dangerously exposed. A new study published in the journal Cybersecurity introduces FedDSG, a server-side defense that slashes the success rate of backdoor attacks in federated systems to near zero, even when a large fraction of participating devices are compromised.</p>
<p>The threat the researchers address is subtle and well documented. In a backdoor attack, malicious clients poison their local training data by embedding a trigger—a specific pixel pattern, for instance—into a fraction of their samples and relabeling those samples to an attacker-chosen target class. The model learns to behave normally on clean inputs while silently misclassifying anything carrying the trigger. Because the attack hides inside the ordinary noise of distributed training, and because compromised IoT devices are often physically accessible and lightly hardened, the attack can persist for the entire lifetime of a model.</p>
<p>Defending against such attacks is genuinely hard, and the difficulty deepens in realistic IoT deployments. Data across devices is notoriously non-independent and identically distributed, or non-IID: a sensor in one factory sees entirely different conditions from a sensor in another city, so even honest clients produce model updates that vary wildly in magnitude and direction. Classical defenses, such as the Byzantine-robust aggregation rules Krum, Median, and Trimmed-Mean, assume that benign updates form a compact cluster that attackers deviate from. Under severe heterogeneity that cluster simply does not exist, and poisoned updates can blend into the natural dispersion. Detection-based methods that rely on similarity metrics or clustering suffer the same fate when benign variability overlaps with adversarial mimicry. Worse, IoT federations can face high malicious participation ratios, violating the benign-majority assumption that most robust aggregation schemes depend on.</p>
<p>FedDSG, developed by Jiabao Zhang, Jianhua Wang, and colleagues at Taiyuan University of Technology together with a collaborator at City University of Hong Kong, takes a fundamentally different route by combining a semantic filter with a geometric constraint in a two-stage pipeline. The key insight concerns the last layer of a neural network classifier, specifically its bias parameters. For a K-class classifier, the bias update is a compact K-dimensional vector that records how a client adjusts class logits during local training. Because this block directly shifts decision behavior, it acts as a class-level fingerprint of what the client&#8217;s training was actually optimizing. The authors observe a structural asymmetry: targeted backdoor optimization systematically drives the bias coordinate of the target class toward a consistent extremum, whereas benign updates, however scattered, retain a coarse task-aligned component.</p>
<p>The first stage, the Semantic Bias Filter (SBF), turns this asymmetry into a measurable statistic. Because clients run different numbers of local optimization steps depending on their dataset sizes and batch configurations, raw bias magnitudes are not comparable across devices. SBF therefore begins by normalizing each client&#8217;s bias update by its effective step count. It then identifies the dominant class coordinate, computes a robust center via the median over the remaining coordinates to remove offset effects from non-uniform class exposure, and converts the centered deviations into nonnegative energies. From this energy profile, SBF derives two scale-invariant quantities: a concentration ratio, which measures the fraction of total energy contributed by the dominant class, and a dominance ratio, which captures how sharply that peak stands out against the residual background. The final score combines the two as concentration times a logarithmically tempered dominance term, making the statistic largely immune to simple scaling tricks an attacker might use to smear the signal. The scalar scores from all clients are then clustered in one dimension, the suspicious group&#8217;s target class is inferred through score-weighted voting, and all clients pointing at that class are discarded before aggregation.</p>
<p>Filtering alone cannot catch everything, particularly low-salience adversarial drift that accumulates gradually across rounds. The second stage, the Geometric Direction Constraint (GDC), addresses this residual risk. The server maintains a small trusted anchor dataset—independent of clients&#8217; private data—and computes the bias gradient that clean data induces on the current global model. Because the anchor set is small, the raw gradient fluctuates, so the server stabilizes it with an exponential moving average to form a benign reference direction. Each surviving client&#8217;s bias update is then decomposed into a component parallel to this reference and an orthogonal residual. Rather than discarding updates with large orthogonal components, GDC applies a soft cone constraint: the norm of the orthogonal residual may not exceed a tunable multiple of the norm of the reference-aligned component. Violations are corrected by rescaling only the orthogonal part, and the adjusted bias block is reinserted into the full update. This limits how far the aggregated model can drift from the trusted objective without distorting benign updates that carry useful, diverse information.</p>
<p>The design is deliberately lightweight. All operations are confined to the last-layer bias block, whose dimensionality equals the number of classes—typically ten to one hundred—so per-round server overhead scales as the number of sampled clients times the number of classes. Client behavior and communication protocols remain untouched, and the authors report runtime close to vanilla FedAvg, in contrast to methods like Krum or FedDLAD that require expensive pairwise distance computations across full model dimensions.</p>
<p>The theoretical side of the paper is substantial. Under standard assumptions for non-convex stochastic federated optimization—smoothness of local objectives, bounded gradient variance, bounded client heterogeneity, and random client participation—the authors prove a convergence guarantee for FedDSG. Two lemmas anchor the analysis: one shows the GDC transformation never amplifies an update by more than a factor tied to the cone-width parameter, and the other establishes that the filtered, constrained aggregate remains an approximate descent direction whose error is bounded by the filtering failure probability, the misfiltered benign weight, the retained malicious weight, the cone-width, and the reference estimation error. The resulting theorem bounds the average squared gradient norm by the standard optimization terms plus these defense-induced error terms, meaning the method converges to a stationary point provided the filtering is statistically reliable—a formal characterization rather than an empirical hope.</p>
<p>Empirically, the evaluation is comprehensive. The team simulated a cross-device federation of 100 clients, sampling half per round over 100 training rounds, with data partitioned by a Dirichlet distribution to emulate heterogeneity. Four datasets were tested—MNIST, Fashion-MNIST, CIFAR-10, and SVHN—using a five-layer convolutional network for the former two and ResNet-18 for the latter two. Crucially, the malicious-client ratio was set high: 0.6 on MNIST and Fashion-MNIST and 0.4 on SVHN and CIFAR-10, with each attacker poisoning 40 percent of its local data under continuous poisoning. Three attack types were evaluated: a centralized backdoor with a shared global trigger, the distributed backdoor attack that splits the trigger across compromised clients for stealth, and label-flipping poisoning.</p>
<p>The results are striking. Under non-IID conditions, FedDSG reduced the attack success rate to 0.003 on MNIST, 0.006 on Fashion-MNIST, 0.007 on CIFAR-10, and 0.091 on SVHN, all while keeping clean accuracy near the benign reference and achieving the highest Overall Performance Score on every dataset. Baselines told a more erratic story: FLAB suppressed the attack only on CIFAR-10, FedDLAD left consistently high attack success rates, and FLTrust, strong on MNIST, degraded sharply on the harder datasets. Robustness analyses showed FedDSG holding attack success below 0.15 on CIFAR-10 even as the malicious-client ratio increased, maintaining stability across heterogeneous poisoning intensities designed to disperse its detection scores, and remaining largely insensitive to the severity of data heterogeneity. Ablations confirmed the necessity of both components: the semantic filter alone leaks attackers whose scores overlap benign distributions, while the geometric constraint alone can be steered by a continuous adversary that stays roughly aligned with the reference direction while still pushing toward the target.</p>
<p>The practical footprint is small. Anchor budgets between 0.5 and 5 percent of the training set produced stable performance, with accuracy varying by less than three percentage points, and the method remained effective even when the anchor set was class-imbalanced or missing the target class entirely, indicating that the anchor serves as a coarse directional reference rather than a memorized class prototype. The authors are candid about limitations: a fully adaptive, white-box attacker could freeze the last-layer bias and shift the backdoor into weight parameters, evading the semantic cue, and obtaining trusted anchor data may be difficult in privacy-sensitive deployments. Future work, they note, will target multi-layer semantic constraints and anchor-free reference estimation.</p>
<p>For now, FedDSG offers something the field has lacked: a defense that survives the messy reality of IoT federated learning—skewed data, intermittent devices, and a substantial adversarial presence—without asking anything of the clients and without slowing the server down. As federated systems scale into critical infrastructure, that combination of robustness, theoretical grounding, and near-zero cost may prove to be exactly the trade-off practitioners have been waiting for.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Backdoor attack defense in federated learning for Internet-of-Things deployments under non-IID data heterogeneity and high malicious client participation</p>
<p><strong>Article Title:</strong> FedDSG: backdoor defense via semantic filter and geometric constraint in federated learning</p>
<p><strong>Article References:</strong> Zhang, J., Wang, J., Li, Y., Zhang, Z., Zhao, Z., Yu, D., &amp; Chen, Y. (2026). Feddsg: backdoor defense via semantic filter and geometric constraint in federated learning. <em>Cybersecurity, 9</em>(1), Article 189. <a href="https://doi.org/10.1186/s42400-026-00625-z" target="_blank" rel="noopener noreferrer">https://doi.org/10.1186/s42400-026-00625-z</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s42400-026-00625-z" target="_blank" rel="noopener noreferrer">10.1186/s42400-026-00625-z</a></p>
<p><strong>Keywords:</strong> federated learning, IoT security, backdoor attacks, semantic bias filter, geometric direction constraint, non-IID heterogeneity, robust aggregation, attack success rate, server-side defense, convergence analysis, data poisoning, trusted anchor set</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">187512</post-id>	</item>
	</channel>
</rss>
