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. 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

Ph.D. Researcher in Federated Learning and Cybersecurity

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

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 peer-to-peer federations under poisoning and unreliable clients.

From Monitoring to Mitigation: A DFL Cyberdefense Lifecycle with LLM Explanations

May 30, 2026

From Monitoring to Mitigation: A DFL Cyberdefense Lifecycle with LLM Explanations

A practical note on how distributed monitoring, DFL models, alert evidence and LLM-based support can fit into a cyberdefense workflow.