PulseAugur
EN
LIVE 10:08:22

New FedLNS framework combats adversarial attacks in federated LLMs

Researchers have developed FedLNS, a new server-side framework designed to protect federated learning models from adversarial manipulation. This method uses the signature of changes in normalization-layer parameters within client updates to identify and screen out malicious contributions. FedLNS requires no additional data exchange from clients and can be integrated with standard federated learning aggregation techniques. Experiments demonstrate its effectiveness in reducing test perplexity for GPT-style, BERT-style, and LLaMA-style models, even with up to 40% of clients engaging in target manipulation. AI

IMPACT Enhances the security and reliability of federated learning for LLMs, enabling more robust private data training.

RANK_REASON The cluster contains an academic paper detailing a new method for mitigating adversarial manipulation in federated LLMs. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New FedLNS framework combats adversarial attacks in federated LLMs

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Kai Li, Jong-Ik Park, Carlee Joe-Wong, Wei Ni, Falko Dressler ·

    FedLNS: Leverage LayerNorm Signature Modeling to Mitigate Adversarial Manipulation in Federated LLMs

    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…