Friday, August 28, 2026
Science
No Result
View All Result
  • Login
  • HOME
  • SCIENCE NEWS
  • CONTACT US
  • HOME
  • SCIENCE NEWS
  • CONTACT US
No Result
View All Result
Scienmag
No Result
View All Result
Home Science News Technology and Engineering

FedGAT: Global Feedback Optimizes Backdoor Triggers in Federated Learning

August 28, 2026
in Technology and Engineering
Reading Time: 5 mins read
0
FedGAT: Global Feedback Optimizes Backdoor Triggers in Federated Learning

FedGAT: Global Feedback Optimizes Backdoor Triggers in Federated Learning

65
SHARES
587
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

Federated learning was designed to let artificial-intelligence systems learn from data without collecting that data in one place. Hospitals can train medical models while keeping patient records on their own servers; vehicles can improve recognition systems without uploading driving histories; and industrial sensors can contribute to shared models while retaining locally generated information. But a new study warns that this privacy-friendly architecture may also give attackers a powerful way to implant hidden behaviors into the models used by many organizations. The researchers describe an attack called FedGAT that can manipulate a federated model through a single malicious participant, using tiny amounts of data and without resorting to the conspicuously large updates that many security systems are designed to detect. In experiments, the attack caused triggered inputs to be classified into an attacker-selected category with success rates above 75 percent on three datasets, exceeding competing methods by an average of 60.95 to 80.19 percent.

Federated learning works through repeated exchanges between a central server and participating devices, or clients. Rather than sending raw examples to the server, each client trains a copy of the model on its own data and returns a mathematical update—typically a collection of changes to the model’s parameters. The server combines these updates, often using Federated Averaging, or FedAvg, and distributes the improved global model back to the clients. This process is repeated over many communication rounds. The arrangement reduces the need to share sensitive data, but it also means that the server may have limited visibility into how each update was produced. A backdoor attack exploits that gap by training a model to behave normally on ordinary inputs while responding maliciously when it encounters a secret signal known as a trigger. The trigger may be a visible pattern, a subtle image alteration or another carefully engineered feature.

The central problem for an attacker is that a malicious update is mixed with many legitimate updates before it becomes part of the global model. If the malicious update is too weak, the backdoor can be diluted until it disappears. If it is artificially amplified, however, its unusual size or direction may expose it to anomaly detectors. Earlier attacks have therefore faced a difficult trade-off between effectiveness and stealth. Fixed-pattern methods use a predetermined signal, such as a geometric mark, but those patterns can be conspicuous and may not survive aggregation. Other attacks optimize triggers against a model held by the malicious client. Yet federated systems commonly contain non-independent and non-identically distributed data: different clients may see very different classes and examples. A trigger that works well on one local model may therefore lose much of its power when transferred to the constantly evolving global model.

FedGAT is designed around that transfer problem. The researchers use a copy of a converged global model as a fixed reference during trigger generation. They then train a generator—a neural network that transforms random noise into a structured perturbation—to produce an input modification that pushes the reference model toward a chosen target class. Although the method borrows the generator–discriminator language of generative adversarial networks, it does not perform the usual contest in which both networks are repeatedly trained against each other. Instead, the global model acts as a frozen discriminator-like component. Its output supplies a loss signal, and that signal is backpropagated through the generator so that the generated perturbation becomes increasingly aligned with the model’s learned feature space.

Technically, the generator consists of four transposed-convolution layers that progressively expand a noise vector into an image-sized perturbation. Intermediate layers use rectified linear unit activations, while a final hyperbolic tangent function constrains the output before it is scaled and clipped. The researchers impose an infinity-norm bound on the perturbation, limiting the maximum change applied to any pixel. The altered input is also clipped to the valid normalization range, ensuring that the resulting image remains a legal model input. The generator is optimized with cross-entropy loss: for a set of clean samples from the target class, it seeks a perturbation that increases the global model’s probability for the attacker’s chosen label. In the reported baseline configuration, trigger optimization used 50 samples, 1,000 iterations and a perturbation bound of 16/256.

Once the trigger has been generated, the attacker embeds it into a subset of target-class training images on the compromised client. The labels remain unchanged, making the poisoning “clean label” from the perspective of the training data. The client then trains locally on a mixture of ordinary and altered examples and submits its update through the normal federated-learning process. Crucially, FedGAT does not multiply or scale that update to give it extra influence. The experiments modeled 100 clients, with 10 selected for aggregation in each round, and used a highly unbalanced data partition created with a Dirichlet coefficient of 0.1. The attack was injected only once after the global model had converged, rather than requiring the malicious client to participate continuously. This single-shot setup is important because it tests whether a hidden behavior can persist after the attacker stops contributing.

The researchers evaluated the method using CIFAR-10, the German Traffic Sign Recognition Benchmark and an Iranian traffic-sign dataset, with ResNet-18 models. On CIFAR-10, fixed-pattern baselines produced attack-success rates below 10 percent, while a method optimized against local model information remained below an average of 60 percent across the tests. FedGAT exceeded 75 percent on every dataset and surpassed 99 percent on CIFAR-10. The attack-success rate measures how often a triggered test example is redirected to the target class; clean accuracy measures whether ordinary examples are still classified correctly. According to the study, FedGAT’s clean accuracy remained comparable to that of the unattacked model, suggesting that standard checks based only on overall performance would not necessarily reveal the compromise. The researchers also report that the backdoor remained highly effective for as many as 1,000 additional communication rounds after the one-time injection.

The attack’s apparent resilience extended to several defenses, including Multi-Krum, RLR and FLAME, as well as ordinary FedAvg aggregation. Nearly 100 rounds after injection, the average attack-success rate across the datasets remained above 88 percent under the tested defenses. To investigate why, the authors compared client updates using t-distributed stochastic neighbor embedding, or t-SNE, a technique that projects high-dimensional data into two dimensions for visual inspection. Updates produced by the baseline attacks formed clusters that were visibly separated from benign updates. FedGAT’s malicious updates instead overlapped substantially with legitimate ones, reducing the statistical signals on which many defenses depend. The findings do not establish that every real-world federated system would be vulnerable, and the authors acknowledge limits: the method is task-specific, may need adjustment when the global model changes rapidly and was evaluated primarily on image classification. But the results highlight a widening security challenge: as attacks become better aligned with the shared model and less distinguishable from normal learning, protecting distributed AI may require defenses that examine model behavior—not just the size or geometry of client updates.

Subject of Research: A stealthy backdoor attack against federated learning systems, using global-model feedback to optimize targeted triggers.

Subject of Research: Technology and Engineering

Article Title: FedGAT: a backdoor attack based on global model feedback optimized triggers in federated learning

Article References: Liu, T., Lv, J., Man, D., Xi, W., Li, Y., Xu, C., & Yang, W. (2026). FedGAT: a backdoor attack based on global model feedback optimized triggers in federated learning. Cybersecurity, 9(1), Article 208. https://doi.org/10.1186/s42400-026-00608-0

Image Credits: AI Generated

DOI: 10.1186/s42400-026-00608-0

Keywords: federated learning, backdoor attacks, optimized triggers, global model feedback, generative adversarial networks, model poisoning, Internet of Things, machine-learning security

Cite Scienmag News

SCIENMAG. (August 28, 2026). FedGAT: Global Feedback Optimizes Backdoor Triggers in Federated Learning. https://scienmag.com/fedgat-global-feedback-optimizes-backdoor-triggers-in-federated-learning/

SCIENMAG. "FedGAT: Global Feedback Optimizes Backdoor Triggers in Federated Learning." Scienmag, 28 August 2026, https://scienmag.com/fedgat-global-feedback-optimizes-backdoor-triggers-in-federated-learning/. Accessed 28 August 2026.

SCIENMAG. "FedGAT: Global Feedback Optimizes Backdoor Triggers in Federated Learning." Scienmag. August 28, 2026. https://scienmag.com/fedgat-global-feedback-optimizes-backdoor-triggers-in-federated-learning/

Tags: adversarial attacks on federated learningattack success rates in federated learningbackdoor attack in federated learningbackdoor attack in federated modelsbackdoor trigger optimizationcollaborative machine learning attacksData Privacy in Federated Systemsdefenses against backdoor attacks in AIfederated learning privacy concernsfederated learning privacy risksfederated learning robustness challengesfederated learning security vulnerabilitiesfederated model manipulation techniquesFedGAT backdoor trigger optimizationFedGAT malicious model manipulationglobal feedback mechanism in AI modelshidden behavior implantation in machine learninghidden behaviors in AI modelsmalicious participant in federated systemsmodel poisoning attacksmodel poisoning in distributed AIprivacy-preserving machine learning riskstargeted backdoor activation techniques
Share26Tweet16
Previous Post

Explainable Skin Lesion Classification Uses Lightweight Multiscale Fusion, Convolutional Transformers, and SegmentAware-TreeSHAP

Next Post

New Co-Evolutionary Algorithm Tackles Sparse, Large-Scale Multi-Objective Optimization Problems

Related Posts

How Differential Replication Helps Adapt Deployed AI Under Real-World Constraints
Technology and Engineering

How Differential Replication Helps Adapt Deployed AI Under Real-World Constraints

August 28, 2026
DigitalPedon introduces digital twins for soil profile monitoring and global data interoperability
Technology and Engineering

DigitalPedon introduces digital twins for soil profile monitoring and global data interoperability

August 28, 2026
New Co-Evolutionary Algorithm Tackles Sparse, Large-Scale Multi-Objective Optimization Problems
Technology and Engineering

New Co-Evolutionary Algorithm Tackles Sparse, Large-Scale Multi-Objective Optimization Problems

August 28, 2026
Explainable Skin Lesion Classification Uses Lightweight Multiscale Fusion, Convolutional Transformers, and SegmentAware-TreeSHAP
Technology and Engineering

Explainable Skin Lesion Classification Uses Lightweight Multiscale Fusion, Convolutional Transformers, and SegmentAware-TreeSHAP

August 28, 2026
ARFOR combines adaptive random forests and owl optimization for energy-efficient WSN-IoT routing
Technology and Engineering

ARFOR combines adaptive random forests and owl optimization for energy-efficient WSN-IoT routing

August 28, 2026
How AI’s Humanlike Appearance and Emotions Shape Depression Support
Technology and Engineering

How AI’s Humanlike Appearance and Emotions Shape Depression Support

August 28, 2026
Next Post
New Co-Evolutionary Algorithm Tackles Sparse, Large-Scale Multi-Objective Optimization Problems

New Co-Evolutionary Algorithm Tackles Sparse, Large-Scale Multi-Objective Optimization Problems

  • Mothers who receive childcare support from maternal grandparents show more

    Mothers who receive childcare support from maternal grandparents show more parental warmth, finds NTU Singapore study

    27656 shares
    Share 11059 Tweet 6912
  • University of Seville Breaks 120-Year-Old Mystery, Revises a Key Einstein Concept

    1061 shares
    Share 424 Tweet 265
  • Bee body mass, pathogens and local climate influence heat tolerance

    682 shares
    Share 273 Tweet 171
  • Researchers record first-ever images and data of a shark experiencing a boat strike

    546 shares
    Share 218 Tweet 137
  • Groundbreaking Clinical Trial Reveals Lubiprostone Enhances Kidney Function

    531 shares
    Share 212 Tweet 133
Science

Embark on a thrilling journey of discovery with Scienmag.com—your ultimate source for cutting-edge breakthroughs. Immerse yourself in a world where curiosity knows no limits and tomorrow’s possibilities become today’s reality!

RECENT NEWS

  • Engineered Extracellular Vesicles Show Promise for Anti-Aging Therapies
  • Fabry Disease Linked to Giant Coronary Aneurysms in a Seven-Month-Old Infant
  • Oxypaeoniflorin Prevents Titanium Particle-Induced Bone Loss by Reprogramming Osteoclast Mitochondria via Nrf2
  • Border Terrier’s Widespread Eosinophilia Improves With Dietary Changes

Categories

  • Agriculture
  • Anthropology
  • Archaeology
  • Athmospheric
  • Biology
  • Biotechnology
  • Blog
  • Bussines
  • Cancer
  • Chemistry
  • Climate
  • Earth Science
  • Editorial Policy
  • Marine
  • Mathematics
  • Medicine
  • Pediatry
  • Policy
  • Psychology & Psychiatry
  • Science Education
  • Social Science
  • Space
  • Technology and Engineering

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 5,150 other subscribers

© 2025 Scienmag - Science Magazine

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • HOME
  • SCIENCE NEWS
  • CONTACT US

© 2025 Scienmag - Science Magazine

Discover more from Science

Subscribe now to keep reading and get access to the full archive.

Continue reading