ReBoot adapts CKKS homomorphic encryption, local-loss blocks, and a polynomial ReLU to train MLPs on encrypted data, but only one of its dataset results was produced by actually encrypted training.
Neural Network Training With Homomorphic Encryption
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We introduce a novel method and implementation architecture to train neural networks which preserves the confidentiality of both the model and the data. Our method relies on homomorphic capability of lattice based encryption scheme. Our procedure is optimized for operations on packed ciphertexts in order to achieve efficient updates of the model parameters. Our method achieves a significant reduction of computations due to our way to perform multiplications and rotations on packed ciphertexts from a feedforward network to a back-propagation network. To verify the accuracy of the training model as well as the implementation feasibility, we tested our method on the Iris data set by using the CKKS scheme with Microsoft SEAL as a back end. Although our test implementation is for simple neural network training, we believe our basic implementation block can help the further applications for more complex neural network based use cases.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2025 1verdicts
REJECT 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
ReBoot: Encrypted Training of Deep Neural Networks with CKKS Bootstrapping
ReBoot adapts CKKS homomorphic encryption, local-loss blocks, and a polynomial ReLU to train MLPs on encrypted data, but only one of its dataset results was produced by actually encrypted training.