FedLNS Mitigates Adversarial Attacks in Federated LLMs

Kai Li, Jong-Ik Park, Carlee Joe-Wong, Wei Ni, Falko Dressler· August 20, 2026 View original

Key takeaways

  • FedLNS effectively mitigates adversarial manipulation in federated LLMs using LayerNorm signatures.
  • It operates entirely server-side, requiring no additional client-to-server data exchange.
  • The framework improves model robustness against corrupted targets and incorrect context associations.
  • FedLNS outperforms strong baselines across various LLM architectures and data distributions.

Who benefits

CybersecurityHealthcareFinanceTelecommunicationsAI/ML Development

Summary

This paper introduces FedLNS, a server-side framework that uses LayerNorm signatures to screen malicious client updates in federated large language models (LLMs). FedLNS effectively mitigates adversarial manipulation without requiring extra client-side data or labeled attack examples, improving model robustness.

Federated learning (FL) allows language models to train on distributed private text, but a significant challenge arises because the central server cannot directly verify the local training or optimization processes on client devices. This vulnerability enables malicious clients to introduce corrupted targets or incorrect context-token associations, thereby degrading the global model through repeated aggregation and increasing the risk of unreliable or hallucinatory AI generation.To counter this, researchers propose Federated Learning with Normalization Signatures (FedLNS), a lightweight, server-side framework designed for screening malicious updates. FedLNS works by representing each client update through changes in trainable normalization-layer parameters. It then screens suspicious updates against a robust, history-aware cross-client reference. Crucially, this signature extraction occurs at the server from the returned local models, meaning FedLNS requires no additional parameter or metadata exchange between client and server beyond standard FL methods.After the screening process, the retained full-model updates can be aggregated using standard FL techniques or other compatible rules. FedLNS operates without needing raw client data, a trusted server dataset, labeled attack examples, or a separately trained detector. Experiments conducted on GPT-style, BERT-style, and LLaMA-style models, trained from scratch with 200 clients, demonstrated its effectiveness. Under 40% population-level target manipulation, FedLNS achieved lower test perplexity than six strong baselines across all three architectures, for both IID and non-IID data partitions, significantly enhancing the robustness of federated LLMs.

Why it matters

Professionals deploying or developing federated large language models can use FedLNS to enhance model security and reliability, protecting against adversarial attacks and ensuring the integrity of AI-generated content, especially in privacy-sensitive applications.

How to implement this in your domain

  1. 1Integrate FedLNS into existing federated learning pipelines for large language models to improve security.
  2. 2Implement server-side monitoring of LayerNorm signatures to detect and filter malicious client updates.
  3. 3Evaluate the robustness of federated LLMs against various adversarial attacks using FedLNS.
  4. 4Develop internal guidelines for secure federated model deployment, incorporating techniques like FedLNS.

Original post by Kai Li, Jong-Ik Park, Carlee Joe-Wong, Wei Ni, Falko Dressler

"arXiv:2608.18736v1 Announce Type: new Abstract: Federated training enables language models to learn from distributed private text, but the server cannot directly verify the local supervision or optimization process that produces each client update. A malicious client can therefor…"

View on X

Originally posted by Kai Li, Jong-Ik Park, Carlee Joe-Wong, Wei Ni, Falko Dressler on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses