Third-party cyber evaluations involving OpenAI models
openai.com·14h ago
TL;DR
Federated Learning (FL) faces risks from malicious clients who can poison the training data, compromising the global model. This research introduces a method called Chain of Bit-Flips to exploit hardware faults for model poisoning.
✦ Why It Matters
Understanding these vulnerabilities helps engineers design more robust federated learning systems against potential attacks.
Key Takeaways
How It Works
The attack involves inducing bit-flips in the parameters of a local model during federated training. By manipulating a pretrained model offline, attackers can create a backdoor that activates under specific conditions, allowing them to control the model's behavior without needing to compromise the entire system.
Related