English

Differentially Private CutMix for Split Learning with Vision Transformer

Distributed, Parallel, and Cluster Computing 2022-10-31 v1 Computer Vision and Pattern Recognition Machine Learning

Abstract

Recently, vision transformer (ViT) has started to outpace the conventional CNN in computer vision tasks. Considering privacy-preserving distributed learning with ViT, federated learning (FL) communicates models, which becomes ill-suited due to ViT' s large model size and computing costs. Split learning (SL) detours this by communicating smashed data at a cut-layer, yet suffers from data privacy leakage and large communication costs caused by high similarity between ViT' s smashed data and input data. Motivated by this problem, we propose DP-CutMixSL, a differentially private (DP) SL framework by developing DP patch-level randomized CutMix (DP-CutMix), a novel privacy-preserving inter-client interpolation scheme that replaces randomly selected patches in smashed data. By experiment, we show that DP-CutMixSL not only boosts privacy guarantees and communication efficiency, but also achieves higher accuracy than its Vanilla SL counterpart. Theoretically, we analyze that DP-CutMix amplifies R\'enyi DP (RDP), which is upper-bounded by its Vanilla Mixup counterpart.

Keywords

Cite

@article{arxiv.2210.15986,
  title  = {Differentially Private CutMix for Split Learning with Vision Transformer},
  author = {Seungeun Oh and Jihong Park and Sihun Baek and Hyelin Nam and Praneeth Vepakomma and Ramesh Raskar and Mehdi Bennis and Seong-Lyun Kim},
  journal= {arXiv preprint arXiv:2210.15986},
  year   = {2022}
}

Comments

to be presented at the 36nd Conference on Neural Information Processing Systems (NeurIPS 2022), First Workshop on Interpolation Regularizers and Beyond (INTERPOLATE), New Orleans, United States

R2 v1 2026-06-28T04:42:18.379Z