FRIEND: Federated Learning for Joint Optimization of multi-RIS Configuration and Eavesdropper Intelligent Detection in B5G Networks

This paper proposes a privacy-preserving Federated Learning framework that jointly optimizes multi-RIS configuration and eavesdropper detection in B5G cell-free mmWave networks, achieving a 30% improvement in secrecy rate while maintaining high detection accuracy through collaborative DCNN training on local Channel State Information.

Maria Lamprini A. Bartsioka, Ioannis A. Bartsiokas, Anastasios K. Papazafeiropoulos, Maria A. Seimeni, Dimitra I. Kaklamani, Iakovos S. Venieris

Published 2026-03-12
📖 4 min read☕ Coffee break read

Imagine a massive, high-tech factory floor where hundreds of robots (the User Equipments) need to talk to each other and to a central control room (the Access Points) instantly and securely. This is the world of B5G (Beyond 5G) and the Industrial Internet of Things (IIoT).

In this paper, the authors are trying to solve a very specific problem: How do we stop spies (eavesdroppers) from listening in on these conversations without slowing everything down or revealing the robots' secrets?

Here is the breakdown of their solution, "FRIEND," using simple analogies.

1. The Setting: A "Cell-Free" Factory

Traditionally, a factory is divided into cells (like rooms), and each robot talks to the nearest wall-mounted speaker. But in this new Cell-Free system, there are no walls. Instead, there are dozens of speakers scattered everywhere, all working together as one giant team.

  • The Problem: Because there are no walls, a spy can easily stand anywhere and listen in.
  • The Solution (RIS): The authors add Reconfigurable Intelligent Surfaces (RIS). Think of these as smart mirrors placed on the walls. These mirrors can bend and shape radio waves. They can act like a spotlight, beaming the signal only to the intended robot, while making the signal fade into nothingness for anyone standing in the wrong spot (the spy).

2. The Privacy Problem: "Don't Show Your Homework"

To catch the spies, the system needs to learn what a "normal" conversation looks like versus what a "spy" looks like. Usually, you would send all the data from every robot to a central super-computer to train an AI.

  • The Risk: Sending all that raw data is like sending your entire homework notebook to a teacher. It's slow, uses up a lot of bandwidth, and risks leaking private secrets if the teacher (or the network) gets hacked.
  • The Solution (Federated Learning): The authors use Federated Learning (FL). Imagine instead of sending homework to the teacher, every student (Access Point) solves the problem in their own head. They only send the answer key (the updated AI model) to the teacher, not the homework itself. The teacher combines all the answer keys to create a "Super Smart" global model.
    • Result: The AI gets smarter, but no one ever sees the raw data. Privacy is preserved.

3. The Brain: A "Fast-Track" AI

The AI used to spot the spies is a Deep Convolutional Neural Network (DCNN). It looks at the "Channel State Information" (CSI)—which is basically a complex map of how the radio waves are bouncing around—to decide: "Is this a robot talking, or a spy listening?"

  • The Innovation (Early-Exit): Training these AI models is heavy on computer power. To make it faster, the authors added an "Early-Exit" mechanism.
    • The Analogy: Imagine a security guard checking IDs. If the person looks obviously like a robot (99% confidence), the guard lets them through immediately without checking the whole database. Only if the person looks suspicious does the guard do the full, slow check.
    • Result: The system saves a huge amount of time and energy (up to 45% faster) while still catching the spies effectively.

4. The Results: Winning the Game

The authors ran thousands of simulations to see if this "FRIEND" system works.

  • Accuracy: The AI became incredibly good at spotting spies, with accuracy reaching up to 95%. It rarely misses a spy (high recall) and rarely mistakes a robot for a spy (low false alarms).
  • Security Boost: By using the smart mirrors (RIS) to shape the waves, the system increased the Secrecy Rate (how much secret data can be sent safely) by about 30% compared to systems without these mirrors.
  • The Sweet Spot: They found that if you tune the smart mirrors just right (using specific "phase shifts"), you can create a "constructive interference" for the good guys (making their signal strong) and "destructive interference" for the bad guys (making their signal disappear).

Summary

In short, this paper proposes a smart, privacy-friendly security guard for the factories of the future.

  1. It uses Federated Learning so the AI learns from everyone without stealing anyone's private data.
  2. It uses Smart Mirrors (RIS) to physically block spies from hearing the conversation.
  3. It uses a Fast-Track AI that makes quick decisions to save energy.

The result is a network that is faster, more secure, and respects privacy, making it perfect for the next generation of industrial automation.