LGCRSep 30, 2022

Kernel Normalized Convolutional Networks for Privacy-Preserving Machine Learning

arXiv:2210.00053v22 citationsh-index: 128
Originality Incremental advance
AI Analysis

This addresses the challenge of improving model performance in privacy-sensitive domains like federated and differentially private learning, which is incremental as it builds on existing normalization methods.

The paper tackled the problem of normalization in privacy-preserving machine learning by comparing layer, group, and kernel normalization in federated and differentially private settings, finding that kernel normalization significantly outperforms others in accuracy and convergence, leading to new state-of-the-art results on CIFAR-10 and Imagenette datasets.

Normalization is an important but understudied challenge in privacy-related application domains such as federated learning (FL), differential privacy (DP), and differentially private federated learning (DP-FL). While the unsuitability of batch normalization for these domains has already been shown, the impact of other normalization methods on the performance of federated or differentially private models is not well-known. To address this, we draw a performance comparison among layer normalization (LayerNorm), group normalization (GroupNorm), and the recently proposed kernel normalization (KernelNorm) in FL, DP, and DP-FL settings. Our results indicate LayerNorm and GroupNorm provide no performance gain compared to the baseline (i.e. no normalization) for shallow models in FL and DP. They, on the other hand, considerably enhance the performance of shallow models in DP-FL and deeper models in FL and DP. KernelNorm, moreover, significantly outperforms its competitors in terms of accuracy and convergence rate (or communication efficiency) for both shallow and deeper models in all considered learning environments. Given these key observations, we propose a kernel normalized ResNet architecture called KNResNet-13 for differentially private learning. Using the proposed architecture, we provide new state-of-the-art accuracy values on the CIFAR-10 and Imagenette datasets, when trained from scratch.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes