Skip to content
Enrique Tomás Martínez Beltrán
HomeResearchPublicationsTopicsTeachingBlog
Contact
EN/ES
HomeResearchPublicationsTopicsTeachingBlogContact
EN/ES

Enrique Tomás Martínez Beltrán

Postdoctoral research in AI, cybersecurity and federated learning, spanning threat analysis, closed-loop cyberdefense and trustworthy decentralized learning.

  • Privacy Policy
  • Terms of Service
  • Accessibility Statement
  • Google Scholaropens in a new tab
  • ORCIDopens in a new tab
  • LinkedInopens in a new tab
  • GitHubopens in a new tab
All profiles
  • ResearchGateopens 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

Postdoctoral Researcher in Computer Science

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

Robust Decentralized Federated Learning: Limits and Open Questions

August 13, 2026

Robust Decentralized Federated Learning: Limits and Open Questions

A measured research agenda for dynamic topologies, manipulated context, formal privacy analysis and external validity in robust DFL.

Large Language Models for Cybersecurity: A Careful Starting Point

August 13, 2026

Large Language Models for Cybersecurity: A Careful Starting Point

A practical map of LLM roles in cyberdefense, from threat-intelligence support to alert triage and explanation, with explicit limits and controls.