4e8fec58d9e67e25.tex
1: \begin{abstract}
2: 
3: As the scale and size of the data increases significantly nowadays, federal learning (\citet{bonawitz2019federated}) for high performance computing and machine learning has been much more important than ever before (\citet{abadi2016tensorflow}). People used to believe that sharing gradients seems to be safe to conceal the local training data during the training stage. However, \citet{zhu19deep} demonstrated that it was possible to recover raw data from the model training data by detecting gradients. They use generated random dummy data and minimise the distance between them and real data. \citet{zhao2020idlg} pushes the convergence algorithm even further. By replacing the original loss function with cross entropy loss, they achieve better fidelity threshold. In this paper, we propose using an additional dropout (\citet{srivastava2014dropout}) layer before feeding the data to the classifier. It is very effective in preventing leakage of raw data, as the training data cannot converge to a small RMSE even after 5,800 epochs with dropout rate set to 0.5.
4: 
5: \end{abstract}
6: