A privacy-preserving deep learning approach for face recognition with edge computing

Yunlong Mao,Shanhe Yi,Qun Li,Jinghao Feng,Fengyuan Xu,Sheng Zhong
2018-01-01
Abstract:Deep convolutional neural networks (DNNs) have brought significant performance improvements to face recognition. However the training can hardly be carried out on mobile devices because the training of these models requires much computational power. An individual user with the demand of deriving DNN models from her own datasets usually has to outsource the training procedure onto a cloud or edge server. However this outsourcing method violates privacy because it exposes the users' data to curious service providers. In this paper, we utilize the differentially private mechanism to enable the privacy-preserving edge based training of DNN face recognition models. During the training, DNN is split between the user device and the edge server in a way that both private data and model parameters are protected, with only a small cost of local computations. We show that our mechanism is capable of training models in different scenarios, eg, from scratch, or through fine-tuning over existed models.
What problem does this paper attempt to address?