Papers for

iot device manufacturers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Privacy aligned personalized federated learning cuts communication needs

Privacy-Aligned Personalized Federated Learning with Compact Adaptation and Variable-Length Gaussian Communication

Abstract: Record-level differential privacy exposes a structural misalignment in personalized federated learning when client-specific variation is low-dimensional while training repeatedly releases high-dimensional updates. In this paper, we address this misalignment by releasing a private client context once and confining repeated adaptation to a fixed coefficient space. Beyond dimensionality reduction, the factorized generator induces an adaptive optimization geometry that reshapes noisy updates, and controlled ablations show that most of its private-training gain is retained by radial evolution. To further reduce the communication cost, we realize the Gaussian mechanism for coefficient updates directly through variable-length quantization with finite expected code length, so that the quantization error itself serves as the required privacy perturbation rather than extra distortion. Across MNIST and CIFAR-10, our design matches or outperforms full-model private adaptation across privacy budgets and client heterogeneity, while reducing protected uplink by a factor of 2.67 at \(\varepsilon=16\) on CIFAR-10 with comparable future-client accuracy.

Mon 14 SeptMachine Learning
The gist
Federated learning lets many devices train a shared model without sharing their private data, but keeping this training private can be tricky when updates are very detailed. The authors tackle this by sending a single private summary for each device, then letting the device adjust only a small part repeatedly. They also cleverly use a method that combines privacy protection and data compression, so devices send less data but stay private. Their approach works well on common image tasks and cuts communication needs by over two and a half times without losing accuracy.
Open 2609.15950v1