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. Privacy-Preserving IoT Security with Decentralized Federated Learning
Decentralized Federated LearningIoT SecurityPrivacy-Preserving AICybersecurity

Privacy-Preserving IoT Security with Decentralized Federated Learning

Collaborative intelligence across IoT fleets without centralizing packet traces

Enrique Tomás Martínez Beltrán

Postdoctoral Researcher in Computer Science

May 26, 20266 min read
  • LinkedInopens in a new tab
  • Xopens in a new tab
Privacy-Preserving IoT Security with Decentralized Federated Learning

IoT security monitoring often depends on packet traces, device fingerprints and behavior patterns that should not leave their local environment. Decentralized federated learning offers a way to collaborate without making raw telemetry centralization the default.

Edge-local learning

Each gateway or device cluster can train locally using its own observations. The shared artifact is a bounded model update, not the raw trace.

This matters because IoT telemetry can reveal sensitive operational details: device inventory, routines, network topology and attack surface.

Privacy budgets

Privacy should not be a static setting. A low-risk device and a critical asset should not necessarily use the same budget or reporting cadence.

Adaptive privacy budgets can react to:

  • threat level,
  • asset criticality,
  • model drift,
  • observed attack intensity,
  • regulatory or organizational constraints.

Operational realism

The hard part is making the system realistic. IoT environments have limited compute, intermittent connectivity and heterogeneous data. A useful DFL design must be lightweight, robust to missing peers and explicit about what security guarantees it actually provides.

For operators, the output should be more than a score. It should include an explanation of the affected device behavior, confidence and uncertainty, and the data boundaries respected while producing that assessment.

Key takeaway

Privacy-preserving IoT security is useful only if it remains operationally honest: the system should say what it learned, what data never left the local boundary, how confident the assessment is and whether operators have enough context to act.

Open research question

How can adaptive privacy budgets react to threat intensity without becoming a side channel that reveals sensitive information about local assets?

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.

Byzantine-Resilient Aggregation for Decentralized Federated Learning

May 27, 2026

Byzantine-Resilient Aggregation for Decentralized Federated Learning

A focused research note on median, trimmed mean and trust-weighted aggregation for node-to-node federations under poisoning and unreliable clients.