Non-Interactive Private Decision Tree Evaluation
Anselme Tueno, Yordan Boev, Florian Kerschbaum

TL;DR
This paper introduces a non-interactive, privacy-preserving protocol for decision tree evaluation that enables a server to classify private data using homomorphic encryption, significantly reducing interaction and computational overhead.
Contribution
It presents the first non-interactive client-server protocol for private decision tree evaluation using homomorphic encryption, optimizing efficiency and privacy.
Findings
Evaluates decision trees of depth 10 within seconds
Reduces communication and computational overhead compared to existing methods
Achieves privacy preservation for both model and client data
Abstract
Decision trees are a powerful prediction model with many applications in statistics, data mining, and machine learning. In some settings, the model and the data to be classified may contain sensitive information belonging to different parties. In this paper, we, therefore, address the problem of privately evaluating a decision tree on private data. This scenario consists of a server holding a private decision tree model and a client interested in classifying its private attribute vector using the server's private model. The goal of the computation is to obtain the classification while preserving the privacy of both - the decision tree and the client input. After the computation, the classification result is revealed only to the client, and nothing else is revealed neither to the client nor to the server. Existing privacy-preserving protocols that address this problem use or combine…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCryptography and Data Security · Privacy-Preserving Technologies in Data · Internet Traffic Analysis and Secure E-voting
