News · August 19, 2026

UNB Poster Weighs the Privacy Cost of Federated-Learning Aggregation

Canadian Institute for Cybersecurity research pits PRG masking against RLWE homomorphic encoding for secure aggregation, finding post-quantum resilience and an 8x local encoding speedup — plus a client-side privacy trade-off.

By NB Tech News Staff · 1 min read

Abstract illustration of a central locked server collecting masked data from four client devices around it, with PRG and RLWE labels on opposite sides

Federated learning lets many devices train one AI model without ever shipping their raw data to a central server. The catch: even aggregated model updates can leak private details — which is why secure aggregation exists. A poster from UNB's Canadian Institute for Cybersecurity asks what that privacy actually costs.

The Cost of Privacy: PRG and RLWE-Based Secure Aggregation Methods for Federated Learning, by Abhijat Sharma and Kalikinkar Mandal, compares the two dominant approaches head-to-head. It will be on the wall at the PST Cybersecurity Summit 2026 in Fredericton on Aug. 20.

Two ways to mask the updates

  • PRG-SecAgg masks client updates with pseudo-random noise that cancels out when aggregated. It stays highly effective for low-compute mobile networks, but dropout — clients disconnecting mid-round — triggers complex reconstruction, and the approach offers no post-quantum security.
  • RLWE-SecAgg encodes updates homomorphically using lattice-based cryptography. It brings post-quantum resilience and natural threshold decryption, and its optimal client complexity delivers up to an 8x local encoding speedup for dense model parameters.

The trade-off the poster names

The RLWE route isn't free. Adding non-interactive zero-knowledge proofs to validate client inputs introduces a real "privacy cost trade-off" through client-side overhead. In other words: the stronger the cryptographic guarantees, the heavier the load on the very devices doing the federated learning.

Why it matters

Federated learning is how hospitals, banks, and phone makers train on sensitive data without centralizing it — and New Brunswick has direct skin in that game: the institute's own researchers built the datasets and methods that anchor Fredericton's cybersecurity cluster. Choosing the wrong aggregation scheme today means either weak privacy or unusable mobile performance tomorrow — or a costly migration when quantum computers arrive.

Sources

Related coverage

Tags: unb, cic, fredericton, cybersecurity, ai, research, privacy