Okinawa researchers develop federated learning algorithm that blocks malicious data without slowing model development

OIST built an algorithm caching past gradients to block federated learning attacks. This stops two out of 10 malicious clients from corrupting the system without slowing training.

Categorized in: AI News IT and Development
Published on: Jul 11, 2026
Okinawa researchers develop federated learning algorithm that blocks malicious data without slowing model development

A research team from the Okinawa Institute of Science and Technology (OIST) has built a federated learning architecture that combines communication efficiency with strong protection against malicious data inputs. The work, presented at the International Conference on Machine Learning (ICML 2026) in Seoul, includes a mathematical proof that the method works, providing a concrete advance for decentralized AI training.

Federated learning (FL) trains models across devices without centralizing raw data, reducing the risk of leaks. However, FL is vulnerable to the Byzantine generals problem-a scenario where a single faulty or malicious client can corrupt the entire model. Existing solutions either average many gradients to dilute bad actors, which slows training as client numbers grow, or use partial participation that samples a few clients per round, which is fast but easily poisoned.

The trade-off between speed and safety in federated learning

In FL, each client trains on local data and sends only numerical gradients to a central server, which updates the global model. This design protects privacy but creates an opening for Byzantine clients-devices that send corrupted gradients, either by accident or with intent. To neutralize these outliers, current networks often aggregate all gradients before updating, but communication time balloons with more clients. The faster alternative, partial participation, samples a small subset of clients each round. If even two out of ten sampled clients are Byzantine, their influence can skew the aggregated result, making the system unreliable.

Memory caching makes partial participation resistant to Byzantine failures

The OIST algorithm stores the most recent gradients from every client, not just the ones sampled in the current round. When aggregating updates, it combines fresh gradients from the sampled clients with cached memories of the unsampled clients. This continuous updating and retrieval reduces the impact of malicious signals without increasing communication overhead. Kaoru Otsuka, study first author and Ph.D. student in the unit, said: "Our model offers a genuine path forward for FL that is both communication-efficient and robust against bad actors. Previous iterations have strived to be either; by giving the system the ability to remember past input from client-side devices, our solution is both."

Professor Makoto Yamada, head of the unit, pointed to the broader significance. "The market is evolving at an extremely rapid pace, and new algorithms tend to be either secret or empirically shown to work only in specific settings. As agentic LLMs and other machine learning applications spread to more aspects of our daily lives, we hope that proving the mathematical validity of this communication-efficient, Byzantine-robust algorithm can raise the bar for safe federated learning across the field."

Why this matters for IT and Development professionals

For IT and Development professionals managing distributed AI infrastructure, the algorithm offers a reliable blueprint for secure, efficient model training. Because the method is mathematically proven, teams can deploy it across diverse environments without relying on empirical tuning. The approach scales to large device fleets while maintaining resilience against poisoned updates, removing a key barrier to production FL. Software developers interested in federated learning can deepen their skills with an AI Learning Path for Software Developers.


Get Daily AI News

Your membership also unlocks:

700+ AI Courses
700+ Certifications
Personalized AI Learning Plan
6500+ AI Tools (no Ads)
Daily AI News by job industry (no Ads)