Skip to content
Enrique Tomás Martínez Beltrán
HomeResearchPublicationsTeachingBlog
ENES
Contact
HomeResearchPublicationsTeachingBlog
ENES
Contact

Enrique Tomás Martínez Beltrán

Federated learning, trustworthy AI and cyberdefense research, focused on systems that are robust, privacy-preserving and useful in security operations.

  • Privacy Policy
  • Terms of Service
  • Accessibility Statement
  • GitHubopens in a new tab
  • LinkedInopens in a new tab
  • Google Scholaropens in a new tab
  • RGopens in a new tab
  • ORCIDopens in a new tab
  • Scopusopens in a new tab
  • DBLPopens in a new tab
  • Web of Scienceopens in a new tab

Enrique Tomás Martínez Beltrán. All rights reserved.

Back to top

This site loads optional analytics from Google and external analytics providers only if you accept. You can decline and continue using the site normally.

  1. Home
  2. Research Notes on Federated Learning, Cybersecurity and Cyberdefense
  3. Byzantine-Resilient Aggregation for Decentralized Federated Learning
Decentralized Federated LearningTrustworthy AIAdversarial MLCybersecurity

Byzantine-Resilient Aggregation for Decentralized Federated Learning

Why robust aggregation belongs in the research-notes layer rather than the project catalogue

Enrique Tomás Martínez Beltrán

Ph.D. Researcher in Federated Learning and Cybersecurity

May 27, 20266 min read
  • LinkedInopens in a new tab
  • Xopens in a new tab
Byzantine-Resilient Aggregation for Decentralized Federated Learning

Byzantine-resilient aggregation is better understood as a research note than as a standalone project. It is a technique layer that many decentralized federated learning systems need when peers may be unreliable, delayed or actively malicious.

The problem

In centralized FL, the server can apply a defense before producing the global model. In DFL, each node may aggregate updates from neighbors. That makes poisoning more subtle because influence is local, repeated and topology-dependent.

The practical question is: how can a node decide whether to accept, reduce or reject a peer update?

Defense families

Three families are especially useful as a baseline:

  • median-based aggregation,
  • trimmed mean,
  • trust-weighted aggregation.

They are not perfect. Their value is that they are understandable, cheap enough for many settings and useful for comparing more advanced defenses.

Interpretability

In cyberdefense, a defense mechanism should be explainable to an operator or researcher. If an update is down-weighted, the system should expose why: distance from neighbors, historical trust, abnormal parameter shift, delay pattern or disagreement with local validation.

Robust aggregation is not just math. It is part of the trust layer of DFL.

Key takeaway

Byzantine-resilient aggregation should be evaluated as both a statistical defense and an operational trust mechanism. A peer update is not only accepted or rejected; it should leave an auditable reason for that decision.

Open research question

How can a peer explain why it reduced or rejected another peer's update without exposing sensitive local validation data or creating a new attack surface?

Related Research

Privacy-Preserving IoT Security with Decentralized Federated Learning

May 26, 2026

Privacy-Preserving IoT Security with Decentralized Federated Learning

A research note on edge training, secure aggregation and adaptive privacy budgets for IoT security monitoring.

Federated Energy Anomaly Detection for Critical Infrastructure

May 25, 2026

Federated Energy Anomaly Detection for Critical Infrastructure

A research note on decentralized anomaly detection where privacy budgets adapt to threat level, criticality and model drift.