Security/ federated-learning · backdoor-attacks · machine-learning · cybersecurity

A Defense That Traces Hidden Backdoors in Federated Learning

FedMAST hunts subtle poisoning attacks in federated learning by tracking structural and spectral fingerprints that attackers can't easily hide.

A new defense called FedMAST can spot backdoor attacks in federated learning models even when attackers deliberately mute the usual warning signs.

Federated learning lets multiple devices train a shared AI model without handing over their raw data, but it also means the central server has to trust updates it can't fully inspect. Researchers built FedMAST, short for Federated Multi-Axis Structural Tracing, to catch backdoor poisoning that survives existing defenses by hiding from any single detection signal. The system combines structural, spectral, and historical scoring, including a squeeze-pair coherence check for coupled feature distortions and a signed spectral-drift tracker for slow, persistent shifts, then filters and contains suspicious updates round by round. Tested against six known federated backdoor attacks (Constrain-and-Scale, Neurotoxin, BC-Layers, LGA, DBA, and 3DFed) over 200-round runs, FedMAST held the attack success rate to an average of 1.51 percent while keeping main-task accuracy at 94.84 percent.

That matters because federated learning's whole pitch is trust without visibility, exactly the gap adaptive attackers exploit. Against a method-aware attack called CovertLayers, existing defenses like FedAvg, MultiKrum, AlignIns, and FLAME let attack success rates run from 32.84 percent up to a full 100 percent, while FedMAST cut it to 1.53 percent with 92.26 percent accuracy intact.

The numbers are strong, but they come from controlled benchmarks against known attack families, not the adaptive attacks someone will inevitably build once FedMAST's tricks are public.

TR

The Revision

Written by an AI system from the public sources credited above. How we write →