Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
DECISION TREE-BASED INFERENCE ON HOMOMORPHICALLY-ENCRYPTED DATA
Document Type and Number:
WIPO Patent Application WO/2021/219342
Kind Code:
A1
Abstract:
A method, apparatus and computer program product for homomorphic inference on a decision tree (DT) model. In lieu of HE-based inferencing on the decision tree, the inferencing instead is performed on a neural network (NN), which acts as a surrogate. To this end, the neural network is trained to learn DT decision boundaries, preferably without using the original DT model data training points. During training, a random data set is applied to the DT, and expected outputs are recorded. This random data set and the expected outputs are then used to train the neural network such that the outputs of the neural network match the outputs expected from applying the original data set to the DT. Preferably, the neural network has low depth, just a few layers. HE-based inferencing on the decision tree is done using HE inferencing on the shallow neural network. The latter is computationally-efficient and is carried without the need for bootstrapping.

Inventors:
SARPATWAR KANTHI (US)
RATHA NALINI (US)
SHANMUGAM KARTHIKEYAN (US)
NANDAKUMAR KARTHIK (US)
PANKANTI SHARATHCHANDRA (US)
VACULIN ROMAN (US)
Application Number:
PCT/EP2021/059280
Publication Date:
November 04, 2021
Filing Date:
April 09, 2021
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
IBM (US)
IBM UK (GB)
International Classes:
G06N3/08; G06N5/00; G06N20/20
Other References:
AHN GAIL-JOON ET AL: "Deep Neural Networks Classification over Encrypted Data", PROCEEDINGS OF THE NINTH ACM CONFERENCE ON DATA AND APPLICATION SECURITY AND PRIVACY, 25 March 2019 (2019-03-25), New York, NY, USA, pages 97 - 108, XP055821223, ISBN: 978-1-4503-6099-9, Retrieved from the Internet [retrieved on 20210708], DOI: 10.1145/3292006.3300044
CRISTIAN BUCILUA ET AL: "Model compression", PROCEEDINGS OF THE TWELFTH ACM SIGKDD INTERNATIONAL CONFERENCE ON KNOWLEDGE DISCOVERY AND DATA MINING : AUGUST 20 - 23, 2006, PHILADELPHIA, PA, USA, NEW YORK, NY : ACM PRESS, 2 PENN PLAZA, SUITE 701 NEW YORK NY 10121-0701 USA, 20 August 2006 (2006-08-20), pages 535 - 541, XP058107730, ISBN: 978-1-59593-339-3, DOI: 10.1145/1150402.1150464
BOST RAPHAEL ET AL: "Machine Learning Classification over Encrypted Data", PROCEEDINGS 2015 NETWORK AND DISTRIBUTED SYSTEM SECURITY SYMPOSIUM, 8 February 2015 (2015-02-08), Reston, VA, pages 1 - 14, XP055822696, ISBN: 978-1-891562-38-9, Retrieved from the Internet [retrieved on 20210708], DOI: 10.14722/ndss.2015.23241
KANTHI SARPATWAR ET AL: "Efficient Encrypted Inference on Ensembles of Decision Trees", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 5 March 2021 (2021-03-05), XP081906347
PETER MELLTIM GRANCE, DRAFT NIST WORKING DEFINITION OF CLOUD COMPUTING, 7 October 2009 (2009-10-07)
Attorney, Agent or Firm:
LITHERLAND, David (GB)
Download PDF:
Claims:
CLAIMS

1. A computer-implemented method for privacy-preserving homomorphic inferencing with respect to a decision tree-based model, comprising: training a neural network model to learn one or more decision boundaries of the decision tree, the neural network model having low depth and being trained without requiring access to a data set original used to train the decision tree; and performing homomorphic inferencing on the low depth neural network model in lieu of the decision tree.

2. The method of claim 1 wherein training the neural network model comprises: applying a random data set to the decision tree, the random data set matching distribution characteristics of the original data set, and obtaining corresponding regression outputs from applying the random data set; and using the random data set and the regression outputs to train the neural network model; wherein, following training, outputs from the trained neural network model substantially match outputs expected to be obtained from applying the original data set to the decision tree.

3. The method of claim 2 wherein the distribution characteristics comprise training statistics.

4. The method of claim 3 wherein the training statistics are one of: minimum and maximum values, and feature-wise mean and variance.

5. The method of any preceding claim wherein the decision tree-based model is an ensemble of decision trees.

6. The method of claim 5 wherein the ensemble is one of: an adaptive boosting regressor, a random forest regressor, and a gradient boosting regressor.

7. The method of any preceding claim wherein the homomorphic inferencing includes: encrypting the neural network model with a public key of a client; hosting the encrypted neural network model in a cloud computing environment; receiving from the client an encrypted inference query; applying the encrypted neural network model to the encrypted inference query without decrypting the query; and returning to the client an encrypted result.

8. An apparatus, comprising: a processor; computer memory holding computer program instructions executed by the processor, the computer program instructions configured to provide privacy-preserving homomorphic inferencing with respect to a decision tree-based model, the computer program instructions configured to: train a neural network model to learn one or more decision boundaries of the decision tree, the neural network model having low depth and being trained without requiring access to a data set original used to train the decision tree; and perform homomorphic inferencing on the low depth neural network model in lieu of the decision tree.

9. The apparatus of claim 8 wherein the computer program instructions configured to train the neural network model are further configured to: apply a random data set to the decision tree, the random data set matching distribution characteristics of the original data set, and to obtain obtaining corresponding regression outputs from applying the random data set; and use the random data set and the regression outputs to train the neural network model; wherein, following training, outputs from the trained neural network model substantially match outputs expected to be obtained from applying the original data set to the decision tree.

10. The apparatus of claim 9 wherein the distribution characteristics comprise training statistics.

11. The apparatus of claim 10 wherein the training statistics are one of: minimum and maximum feature values, and feature-wise mean and variance.

12. The apparatus of any of claims 8 to 11 wherein the decision tree-based model is an ensemble of decision trees.

13. The apparatus of claim 12 wherein the ensemble is one of: an adaptive boosting regressor, a random forest regressor, and a gradient boosting regressor.

14. The apparatus of any of claims 8 to 13, wherein the processor and the computer memory are located in a cloud computing environment and the computer program instructions configured to perform homomorphic inferencing are further configured to: encrypt the neural network model with a public key of a client; receive from the client an encrypted inference query; apply the encrypted neural network model to the encrypted inference query without decrypting the query; and return to the client an encrypted result.

15. A computer program product for use in a data processing system to provide privacy-preserving homomorphic inferencing with respect to a decision tree-based model, the computer program product holding computer program instructions that, when executed by the data processing system, are configured to: train a neural network model to learn one or more decision boundaries of the decision tree, the neural network model having low depth and being trained without requiring access to a data set original used to train the decision tree; and perform homomorphic inferencing on the low depth neural network model in lieu of the decision tree.

16. The computer program product of claim 15 wherein the computer program instructions configured to train the neural network model are further configured to: apply a random data set to the decision tree, the random data set matching distribution characteristics of the original data set, and to obtain corresponding regression outputs from applying the random data set; and use the random data set and the regression outputs to train the neural network model; wherein, following training, outputs from the trained neural network model substantially match outputs expected to be obtained from applying the original data set to the decision tree.

17. The computer program product of claim 16 wherein the distribution characteristics comprise training statistics.

18. The computer program product of claim 17 wherein the training statistics are one of: minimum and maximum feature values, and feature-wise mean.

19. The computer program product of any of claims 15 to 18 wherein the decision tree-based model is an ensemble of decision trees.

20. The computer program product of claim 19 wherein the ensemble is one of: an adaptive boosting regressor, a random forest regressor, and a gradient boosting regressor.

21. The computer program product of any of claims 15 to 20 wherein the data processing system is located in a cloud computing environment and the computer program instructions configured to perform homomorphic inferencing are further configured to: encrypt the neural network model with a public key of a client; receive from the client an encrypted inference query; apply the encrypted neural network model to the encrypted inference query without decrypting the query; and return to the client an encrypted result.

22. A method of machine learning-as-a-service from a cloud computing infrastructure, comprising: providing a neural network, the neural network constructed as a proxy for a decision tree-based regression model, the neural network having been trained using a data set, together with corresponding predicted outputs generated from applying the data set to the model, the data set bounded by one or more distribution characteristics associated with training data; encrypting the neural network with a public key of a client; responsive to receipt of an encrypted inference query, and without decrypting the encrypted inference query, applying the neural network to the encrypted inference query to generate an encrypted response; and returning the encrypted response to the client.

23. The method of claim 22 wherein the decision tree-based regression model is an ensemble of decision trees.

24. The method of claim 23 wherein the ensemble is one of: an adaptive boosting regressor, a random forest regressor, and a gradient boosting regressor.

25. The method of claim 22 wherein the neural network is a shallow neural network that has an input layer, an output layer, and < three (3) hidden layers.

Description:
DECISION TREE-BASED INFERENCE ON HOMOMORPHICALLY-ENCRYPTED DATA

TECHNICAL FIELD

[0001] The present invention relates to the use of fully homomorphic encryption operations to facilitate inferencing against encrypted data.

BACKGROUND

[0002] A "decision tree” is a common decision support model for many applications. A decision tree (DT) is a flowchart-like structure of nodes, wherein each internal node represents a test on an attribute, each branch represents the outcome of the test, and each leaf node represents a class label (decision taken after computing all attributes). The paths from root to leaf represent classification rules. The decision tree may be trained on a data set and results in corresponding regression outputs.

[0003] There are many scenarios where the data needed for training a decision tree regression model of this type is sensitive, such as when the model belongs to some organization but cannot be shared outside. For example, credit card transaction information is available with the credit card company but not for an ordinary user. Similarly, healthcare data related to patients is available in a hospital but not for a researcher to find patterns in the data for understanding cancer progression. Moreover, privacy concerns (such as the new European data privacy regulation GDPR) may restrict the availability of data. Similar situations arise where competitors would like to pull their data to build accurate models (such as different banks having data relating to the transactions and wanting to build fraud detection models). Restricting the availability of data may prevent otherwise useful models from being used, or degrade their performance.

[0004] To address these privacy concerns, it is known in the prior art to provide machine learning-as-a-service (MLaaS) solutions wherein a trained model of this type is hosted on a cloud server, and the hosting cloud server, as a service, allows users to run inference queries on the model. This notion is sometimes referred to as privacy preserving inference, and its goal is that it provides a secure way for users to maintain the privacy of the scoring point data returned by the model, while also enabling the cloud provider to protect the model's privacy, e.g., for proprietary, regulatory or other reasons. Example use cases include: a hospital training a model (e.g., to predict possibility of disease) while desiring to provide scoring services with rigid privacy constraints due to data sensitivity; and, a financial credit scoring firm training a credit-risk model and providing a scoring service, likewise with rigid privacy constraints due to legal or regulatory requirements. To this end, these types of solutions implement an advanced cryptographic technique known as fully homomorphic encryption (FHE), which provides a way to enable secure computation on client data without the need to decrypt it at the model, while concurrently preserving the secrecy of the model itself.

[0005] While homomorphic encryption provides significant advantages, decision tree-base models do not lend themselves to being processed efficiently using FHE techniques. This problem arises (in the FHE context) because the basic operation performed at a model node is a comparison of two values, and this comparison (when performed using FHE) is a non-linear operation (e.g., using a sigmoid function f(x) = 1/ (1 + e x )). As a consequence, the comparisons are fuzzy, and further because scaling is difficult as scaling factors are non-uniform. As such, these branching computations are not practical to implement in a fully homomorphic encryption scheme, and thus it remains a challenge to provide FFIE-based inferencing on decision trees.

SUMMARY

[0006] Embodiment(s) of the present invention address this problem. In lieu of performing homomorphic inference on the DT model itself, the approach herein substitutes a specially-trained low depth neural network (NN) for the DT model, and the homomorphic inferencing is then carried out on the neural network. In this manner, the neural network is a surrogate or proxy for the DT model, and the untenable branching computations normally required by inferencing against the DT model are avoided.

[0007] To this end, and according to embodiment(s) of the invention, the neural network is trained to learn the decision boundary of the DT tree. This operation is carried out by the DT model owner in the clear (in plaintext), and preferably the neural network training is done without using the original data training points used for the DT model itself. In this training phase, a random data set is applied to the DT, and their expected outputs (from applying the tree) are obtained. The distribution characteristics (e.g., minimum and maximum values, feature-wise mean and variance, etc.) of the random data set match distribution characteristics of the original data set. This random data set and their expected outputs are then used to train the neural network such that the outputs of the neural network match the outputs that would be expected from applying the original data set to the DT. Preferably, the neural network has low depth (e.g., less than about three (3) layers) and thus is sometimes referred to herein as being "shallow.” Once trained, and in lieu of inferencing directly against the DT, the inferencing is then carried out against the shallow neural network. In other words, FIE-based inferencing on the decision tree is done using FIE inferencing on the shallow neural network. The latter is computationally-efficient and is carried without the need for bootstrapping.

[0008] The foregoing has outlined some of the more pertinent features of the subject matter. These features should be construed to be merely illustrative. Many other beneficial results can be attained by applying the disclosed subject matter in a different manner or by modifying the subject matter as will be described. BRIEF DESCRIPTION OF THE DRAWINGS

[0009] For a more complete understanding of the present invention and the advantages thereof, reference is now made to the following descriptions taken in conjunction with the accompanying drawings, in which:

[0010] FIG. 1 depicts an exemplary block diagram of a distributed data processing environment in which exemplary aspects of the illustrative embodiments may be implemented;

[0011] FIG. 2 is an exemplary block diagram of a data processing system in which exemplary aspects of the illustrative embodiments may be implemented;

[0012] FIG. 3 illustrates an exemplary cloud computing architecture in which the disclosed subject matter may be implemented;

[0013] FIG. 4 is a representative Machine Learning as-a-service (MLaaS) operating environment in which the techniques of this disclosure may be implemented;

[0014] FIG. 5 depicts the technique of this disclosure wherein a low-depth neural network is trained to learn the decision boundaries of a decision tree of interest, thereby enabling the NN to be used as a proxy for HE-inferencing against the decision tree;

[0015] FIG. 6 is a block diagram depicting a set of high level functions that comprise a system for privacy preserving FIE-based inferencing with respect to a decision tree according to this disclosure; and [0016] FIG. 7 depicts how the technique of this disclosure is extended to facilitate privacy-preserving homomorphic inferencing against an ensemble of decision trees.

DETAILED DESCRIPTION

[0017] With reference now to the drawings and in particular with reference to FIGs. 1-2, exemplary diagrams of data processing environments are provided in which illustrative embodiments of the disclosure may be implemented. It should be appreciated that FIGs. 1-2 are only exemplary and are not intended to assert or imply any limitation with regard to the environments in which aspects or embodiments of the disclosed subject matter may be implemented. Many modifications to the depicted environments may be made without departing from the scope of the present invention.

Client-server technologies

[0018] With reference now to the drawings, FIG. 1 depicts a pictorial representation of an exemplary distributed data processing system in which aspects of the illustrative embodiments may be implemented. Distributed data processing system 100 may include a network of computers in which aspects of the illustrative embodiments may be implemented. The distributed data processing system 100 contains at least one network 102, which is the medium used to provide communication links between various devices and computers connected together within distributed data processing system 100. The network 102 may include connections, such as wire, wireless communication links, or fiber optic cables.

[0019] In the depicted example, server 104 and server 106 are connected to network 102 along with storage unit 108. In addition, clients 110, 112, and 114 are also connected to network 102. These clients 110, 112, and 114 may be, for example, personal computers, network computers, or the like. In the depicted example, server 104 provides data, such as boot files, operating system images, and applications to the clients 110, 112, and 114. Clients 110, 112, and 114 are clients to server 104 in the depicted example. Distributed data processing system 100 may include additional servers, clients, and other devices not shown.

[0020] In the depicted example, distributed data processing system 100 is the Internet with network 102 representing a worldwide collection of networks and gateways that use the Transmission Control Protocol/Internet Protocol (TCP/IP) suite of protocols to communicate with one another. At the heart of the Internet is a backbone of high-speed data communication lines between major nodes or host computers, consisting of thousands of commercial, governmental, educational and other computer systems that route data and messages. Of course, the distributed data processing system 100 may also be implemented to include a number of different types of networks, such as for example, an intranet, a local area network (LAN), a wide area network (WAN), or the like. As stated above, FIG. 1 is intended as an example, not as an architectural limitation for different embodiments of the disclosed subject matter, and therefore, the particular elements shown in FIG. 1 should not be considered limiting with regard to the environments in which the illustrative embodiments of the present invention may be implemented.

[0021] With reference now to FIG. 2, a block diagram of an exemplary data processing system is shown in which aspects of the illustrative embodiments may be implemented. Data processing system 200 is an example of a computer, such as client 110 in FIG. 1, in which computer usable code or instructions implementing the processes for illustrative embodiments of the disclosure may be located.

[0022] With reference now to FIG. 2, a block diagram of a data processing system is shown in which illustrative embodiments may be implemented. Data processing system 200 is an example of a computer, such as server 104 or client 110 in FIG. 1, in which computer-usable program code or instructions implementing the processes may be located for the illustrative embodiments. In this illustrative example, data processing system 200 includes communications fabric 202, which provides communications between processor unit 204, memory 206, persistent storage 208, communications unit 210, input/output (I/O) unit 212, and display 214.

[0023] Processor unit 204 serves to execute instructions for software that may be loaded into memory 206. Processor unit 204 may be a set of one or more processors or may be a multi-processor core, depending on the particular implementation. Further, processor unit 204 may be implemented using one or more heterogeneous processor systems in which a main processor is present with secondary processors on a single chip. As another illustrative example, processor unit 204 may be a symmetric multi-processor (SMP) system containing multiple processors of the same type.

[0024] Memory 206 and persistent storage 208 are examples of storage devices. A storage device is any piece of hardware that is capable of storing information either on a temporary basis and/or a permanent basis. Memory 206, in these examples, may be, for example, a random access memory or any other suitable volatile or non volatile storage device. Persistent storage 208 may take various forms depending on the particular implementation. For example, persistent storage 208 may contain one or more components or devices. For example, persistent storage 208 may be a hard drive, a flash memory, a rewritable optical disk, a rewritable magnetic tape, or some combination of the above. The media used by persistent storage 208 also may be removable. For example, a removable hard drive may be used for persistent storage 208.

[0025] Communications unit 210, in these examples, provides for communications with other data processing systems or devices. In these examples, communications unit 210 is a network interface card. Communications unit 210 may provide communications through the use of either or both physical and wireless communications links.

[0026] Input/output unit 212 allows for input and output of data with other devices that may be connected to data processing system 200. For example, input/output unit 212 may provide a connection for user input through a keyboard and mouse. Further, input/output unit 212 may send output to a printer. Display 214 provides a mechanism to display information to a user.

[0027] Instructions for the operating system and applications or programs are located on persistent storage 208. These instructions may be loaded into memory 206 for execution by processor unit 204. The processes of the different embodiments may be performed by processor unit 204 using computer implemented instructions, which may be located in a memory, such as memory 206. These instructions are referred to as program code, computer- usable program code, or computer-readable program code that may be read and executed by a processor in processor unit 204. The program code in the different embodiments may be embodied on different physical or tangible computer-readable media, such as memory 206 or persistent storage 208.

[0028] Program code 216 is located in a functional form on computer-readable media 218 that is selectively removable and may be loaded onto or transferred to data processing system 200 for execution by processor unit 204. Program code 216 and computer-readable media 218 form computer program product 220 in these examples. In one example, computer-readable media 218 may be in a tangible form, such as, for example, an optical or magnetic disc that is inserted or placed into a drive or other device that is part of persistent storage 208 for transfer onto a storage device, such as a hard drive that is part of persistent storage 208. In a tangible form, computer- readable media 218 also may take the form of a persistent storage, such as a hard drive, a thumb drive, or a flash memory that is connected to data processing system 200. The tangible form of computer-readable media 218 is also referred to as computer-recordable storage media. In some instances, computer-recordable media 218 may not be removable.

[0029] Alternatively, program code 216 may be transferred to data processing system 200 from computer- readable media 218 through a communications link to communications unit 210 and/or through a connection to input/output unit 212. The communications link and/or the connection may be physical or wireless in the illustrative examples. The computer-readable media also may take the form of non-tangible media, such as communications links or wireless transmissions containing the program code. The different components illustrated for data processing system 200 are not meant to provide architectural limitations to the manner in which different embodiments may be implemented. The different illustrative embodiments may be implemented in a data processing system including components in addition to or in place of those illustrated for data processing system 200. Other components shown in FIG. 2 can be varied from the illustrative examples shown. As one example, a storage device in data processing system 200 is any hardware apparatus that may store data. Memory 206, persistent storage 208, and computer-readable media 218 are examples of storage devices in a tangible form.

[0030] In another example, a bus system may be used to implement communications fabric 202 and may be comprised of one or more buses, such as a system bus or an input/output bus. Of course, the bus system may be implemented using any suitable type of architecture that provides for a transfer of data between different components or devices attached to the bus system. Additionally, a communications unit may include one or more devices used to transmit and receive data, such as a modem or a network adapter. Further, a memory may be, for example, memory 206 or a cache such as found in an interface and memory controller hub that may be present in communications fabric 202.

[0031] Computer program code for carrying out operations of the present invention may be written in any combination of one or more programming languages, including an object-oriented programming language such as Java™, Smalltalk, C++, C#, Objective-C, or the like, and conventional procedural programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer, or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).

[0032] Those of ordinary skill in the art will appreciate that the hardware in FIGs. 1-2 may vary depending on the implementation. Other internal hardware or peripheral devices, such as flash memory, equivalent non-volatile memory, or optical disk drives and the like, may be used in addition to or in place of the hardware depicted in FIGs 1-2. Also, the processes of the illustrative embodiments may be applied to a multiprocessor data processing system, other than the SMP system mentioned previously, without departing from the scope of the disclosed subject matter.

[0033] As will be seen, the techniques described herein may operate in conjunction within the standard client- server paradigm such as illustrated in FIG. 1 in which client machines communicate with an Internet-accessible Web-based portal executing on a set of one or more machines. End users operate Internet-connectable devices (e.g., desktop computers, notebook computers, Internet-enabled mobile devices, or the like) that are capable of accessing and interacting with the portal. Typically, each client or server machine is a data processing system such as illustrated in FIG. 2 comprising hardware and software, and these entities communicate with one another over a network, such as the Internet, an intranet, an extranet, a private network, or any other communications medium or link. A data processing system typically includes one or more processors, an operating system, one or more applications, and one or more utilities. The applications on the data processing system provide native support for Web services including, without limitation, support for HTTP, SOAP, XML, WSDL, UDDI, and WSFL, among others. Information regarding SOAP, WSDL, UDDI and WSFL is available from the World Wide Web Consortium (W3C), which is responsible for developing and maintaining these standards; further information regarding HTTP and XML is available from Internet Engineering Task Force (IETF). Familiarity with these standards is presumed.

Cloud Computing Model

[0034] An emerging information technology (IT) delivery model is cloud computing, by which shared resources, software and information are provided over the Internet to computers and other devices on-demand. Cloud computing can significantly reduce IT costs and complexities while improving workload optimization and service delivery. With this approach, an application instance can be hosted and made available from Internet-based resources that are accessible through a conventional Web browser over HTTP. An example application might be one that provides a common set of messaging functions, such as email, calendaring, contact management, and instant messaging. A user would then access the service directly over the Internet. Using this service, an enterprise would place its email, calendar and/or collaboration infrastructure in the cloud, and an end user would use an appropriate client to access his or her email, or perform a calendar operation.

[0035] Cloud compute resources are typically housed in large server farms that run one or more network applications, typically using a virtualized architecture wherein applications run inside virtual servers, or so-called "virtual machines” (VMs), that are mapped onto physical servers in a data center facility. The virtual machines typically run on top of a hypervisor, which is a control program that allocates physical resources to the virtual machines. [0036] Cloud computing is a model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, and services) that can be rapidly provisioned and released with minimal management effort or interaction with a provider of the service. This cloud model may include at least five characteristics, at least three service models, and at least four deployment models, all as more particularly described and defined in "Draft NIST Working Definition of Cloud Computing” by Peter Mell and Tim Grance, dated October 7, 2009.

[0037] In particular, the following are typical characteristics:

[0038] On-demand self-service: a cloud consumer can unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with the service's provider.

[0039] Broad network access: capabilities are available over a network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms (e.g., mobile phones, laptops, and PDAs).

[0040] Resource pooling: the provider's computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to demand. There is a sense of location independence in that the consumer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).

[0041] Rapid elasticity: capabilities can be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be purchased in any quantity at any time.

[0042] Measured service: cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage can be monitored, controlled, and reported providing transparency for both the provider and consumer of the utilized service.

[0043] The Service Models typically are as follows:

[0044] Software as a Service (SaaS): the capability provided to the consumer is to use the provider's applications running on a cloud infrastructure. The applications are accessible from various client devices through a thin client interface such as a web browser (e.g., web-based e-mail). The consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user-specific application configuration settings.

[0045] Platform as a Service (PaaS): the capability provided to the consumer is to deploy onto the cloud infrastructure consumer-created or acquired applications created using programming languages and tools supported by the provider. The consumer does not manage or control the underlying cloud infrastructure including networks, servers, operating systems, or storage, but has control over the deployed applications and possibly application hosting environment configurations.

[0046] Infrastructure as a Service (laaS): the capability provided to the consumer is to provision processing, storage, networks, and other fundamental computing resources where the consumer is able to deploy and run arbitrary software, which can include operating systems and applications. The consumer does not manage or control the underlying cloud infrastructure but has control over operating systems, storage, deployed applications, and possibly limited control of select networking components (e.g., host firewalls).

[0047] The Deployment Models typically are as follows:

[0048] Private cloud: the cloud infrastructure is operated solely for an organization. It may be managed by the organization or a third party and may exist on-premises or off-premises.

[0049] Community cloud: the cloud infrastructure is shared by several organizations and supports a specific community that has shared concerns (e.g., mission, security requirements, policy, and compliance considerations).

It may be managed by the organizations or a third party and may exist on-premises or off-premises.

[0050] Public cloud: the cloud infrastructure is made available to the general public or a large industry group and is owned by an organization selling cloud services.

[0051] Hybrid cloud: the cloud infrastructure is a composition of two or more clouds (private, community, or public) that remain unique entities but are bound together by standardized or proprietary technology that enables data and application portability (e.g., cloud bursting for load-balancing between clouds).

[0052] A cloud computing environment is service-oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability. At the heart of cloud computing is an infrastructure comprising a network of interconnected nodes. A representative cloud computing node is as illustrated in FIG. 2 above. In particular, in a cloud computing node there is a computer system/server, which is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with computer system/server include, but are not limited to, personal computer systems, server computer systems, thin clients, thick clients, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or devices, and the like. Computer system/server may be described in the general context of computer system-executable instructions, such as program modules, being executed by a computer system. Generally, program modules may include routines, programs, objects, components, logic, data structures, and so on that perform particular tasks or implement particular abstract data types. Computer system/server may be practiced in distributed cloud computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed cloud computing environment, program modules may be located in both local and remote computer system storage media including memory storage devices.

[0053] Referring now to FIG. 3, by way of additional background, a set of functional abstraction layers provided by a cloud computing environment is shown. It should be understood in advance that the components, layers, and functions shown in FIG. 3 are intended to be illustrative only and embodiments of the invention are not limited thereto. As depicted, the following layers and corresponding functions are provided:

[0054] Flardware and software layer 300 includes hardware and software components. Examples of hardware components include mainframes, in one example IBM® zSeries® systems; RISC (Reduced Instruction Set Computer) architecture based servers, in one example IBM pSeries® systems; IBM xSeries® systems; IBM BladeCenter® systems; storage devices; networks and networking components. Examples of software components include network application server software, in one example IBM WebSphere® application server software; and database software, in one example IBM DB2® database software. (IBM, zSeries, pSeries, xSeries, BladeCenter, WebSphere, and DB2 are trademarks of International Business Machines Corporation registered in many jurisdictions worldwide).

[0055] Virtualization layer 302 provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers; virtual storage; virtual networks, including virtual private networks; virtual applications and operating systems; and virtual clients.

[0056] In one example, management layer 304 may provide the functions described below. Resource provisioning provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment. Metering and Pricing provide cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may comprise application software licenses. Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources. User portal provides access to the cloud computing environment for consumers and system administrators. Service level management provides cloud computing resource allocation and management such that required service levels are met. Service Level Agreement (SLA) planning and fulfillment provides pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.

[0057] Workloads layer 306 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping and navigation; software development and lifecycle management; virtual classroom education delivery; data analytics processing; transaction processing; enterprise-specific functions in a private cloud; and, according to this disclosure, a technique for privacy-preserving homomorphic inferencing on homomorphically-encrypted data 308.

[0058] It is understood in advance that although this disclosure includes a detailed description on cloud computing, implementation of the teachings recited herein are not limited to a cloud computing environment.

Rather, embodiments of the disclosed technique are capable of being implemented in conjunction with any other type of computing environment now known or later developed. These include standalone computing environments (e.g., an on-premises desktop machine), client-server-based architectures, and the like.

[0059] Thus, a representative cloud computing environment has a set of high level functional components that include a front end identity manager, a business support services (BSS) function component, an operational support services (OSS) function component, and the compute cloud component. The identity manager is responsible for interfacing with requesting clients to provide identity management, and this component may be implemented with one or more known systems, such as the Tivoli Federated Identity Manager (TFIM) that is available from IBM Corporation, of Armonk, New York. In appropriate circumstances TFIM may be used to provide federated single sign-on (F-SSO) to other cloud components. The business support services component provides certain administrative functions, such as billing support. The operational support services component is used to provide provisioning and management of the other cloud components, such as virtual machine (VM) instances. The cloud component represents the main computational resources, which are typically a plurality of virtual machine instances that are used to execute a target application that is being made available for access via the cloud. One or more databases are used to store directory, log, and other working data. All of these components (included the front end identity manager) are located "within” the cloud, but this is not a requirement. In an alternative embodiment, the identity manager may be operated externally to the cloud. The service provider also may be operated externally to the cloud.

[0060] Some clouds are based upon non-traditional IP networks. Thus, for example, a cloud may be based upon two-tier CLOS-based networks with special single layer IP routing using hashes of MAC addresses. The techniques described herein may be used in such non-traditional clouds.

[0061] Generalizing, the cloud computing infrastructure provides for a virtual machine hosting environment that comprises host machines (e.g., servers or like physical machine computing devices) connected via a network and one or more management servers. Typically, the physical servers are each adapted to dynamically provide one or more virtual machines using virtualization technology, such as VMware ESX/ESXi. Multiple VMs can be placed into a single host machine and share the host machine's CPU, memory and other resources, thereby increasing the utilization of an organization's data center. Among other tasks, the management server monitors the infrastructure and automatically manipulates the VM placement as needed, e.g., by moving virtual machines between hosts. [0062] In a non-limiting implementation, representative platform technologies are, without limitation, IBM System x® servers with VMware vSphere 4.1 Update 1 and 5.0.

[0063] The above-described commercial implementation is not intended to be limited, but rather is simply one representative embodiment of a client application supported in a cloud computing environment and that interacts with a cognitive service.

Homomorphic encryption

[0064] Homomorphic encryption (HE) is a form of encryption that allows computations to be carried out on ciphertext, thus generating an encrypted result which, when decrypted, matches the result of operations performed on the plaintext. A homomorphic encryption scheme is a cryptosystem that allows computations to be performed on data without decrypting it. Homomorphic encryption enables the construction of programs for any desirable functionality, which can be run on encrypted inputs to produce an encryption of the result. Because such a program need never decrypt its inputs, it can be run by an untrusted party without revealing its inputs and internal state. Homomorphic encryption may be partially, somewhat or fully homomorphic. Partially homomorphic encryption (PHE) schemes are homomorphic with respect to only one type of operation, for example, addition or multiplication. Somewhat homomorphic encryption (SWHE) supports homomorphic operations with respect to multiple operations, for example, addition and multiplication, but not all operations. Fully homomorphic encryption (FHE) supports an unbounded number of homomorphic operations on ciphertexts, and it is more powerful than PHE and SWHE. Toolkits for implementing homomorphic encryption are known. A well-known toolkit is HElib, an open-source project that implements a Stochastic Gradient Descent (SGD)-based training of a neural network. The current version of HElib supports addition and multiplication operations of arbitrary numbers in binary representation, using encryption of the individual bits.

[0065] Representative HE protocol implementations may be based on one or more cryptographic protocols including, without limitation, unpadded RSA, El-Gamal, Benaloh, Paillier, and others. As will be described, the techniques of this disclosure do not require any particular HE implementation.

Machine learnina-as-a-service using homomorphic encryption

[0066] With reference now to FIG. 4, the basic operating environment for the technique herein is depicted. As shown, in a typical ML as a service scenario, a trained model 400 is hosted on a cloud server 402 in a cloud computing infrastructure 404 such as described above. The trained model 400 may be exposed as an Application Programming Interface (API) on the cloud 404. In operation, and as a service, the hosting cloud server 402 allows users to run inference queries on the model 400. Typically, a user is associated with a client machine 406, and the client and server are configured to operate according to the client-server model previously described. A homomorphic encryption (HE) protocol is enforced across the client-server operating environment such that the cloud protects the model's privacy while users (clients) maintain the privacy of the scoring data points returned by the model. In a typical request-response workflow, the client 406 sends an encrypted query 408 (e.g., a data point) to the cloud server 402, the cloud server 402 applies the model and then returns a response 410. The response includes the encrypted inference results. In this manner, privacy-preserving inference problems are securely evaluated.

[0067] While the above approach works well to preserve the respective privacy interests of both the requesting user and the cloud provider hosting the model, this type of inferencing is computationally-inefficient for decision tree-based models.

Decision tree-based inferences on homomorphic-encrvpted data without bootstrapping

[0068] With the above as background, the technique of this disclosure is now described. As noted above, HE- based inferencing is inefficient when the model in question is a decision tree (or an ensemble of decision trees).

To address this inefficiency, and in lieu of performing homomorphic inference on the DT model itself, the approach herein substitutes a specially-trained neural network (NN) for the DT model, and the homomorphic inferencing is then carried out on the neural network. In this manner, the neural network is a surrogate or proxy for the DT model, and the computational inefficiencies (namely, untenable branching computations) normally encountered by inferencing against the DT model are avoided.

[0069] To this end, and according to this disclosure, the neural network is trained to learn the decision boundary of the DT tree (or of each such tree is an ensemble of trees are to be modeled). Preferably, this operation is carried out by the DT model owner in the clear (in plaintext), and the training is done without using the original data training points used for the DT model itself. In this training phase, a random data set - but with distribution characteristics matching those of the original training data (for the tree) - is applied to the DT, and their expected outputs (from applying the tree) are obtained. This random data set and their expected outputs are then used to train the neural network such that the outputs of the neural network match the outputs that would be expected from applying the original data set to the DT. Preferably, the neural network has low depth (e.g., less than about three (3) layers), although using a particular number of layers is not a requirement. The notion of the neural network having low depth is sometimes referred to herein as being "shallow.” Once a neural network of this type is trained, and in lieu of inferencing directly against the DT, the inferencing is then carried out against the shallow neural network. Thus, in the context of FIG. 4, the "trained model” 400 is actually the shallow neural network as opposed to the decision tree (or ensemble of decision trees). HE-based inferencing on the NN is much more computationally-efficient and is carried without the need for bootstrapping. [0070] FIG. 5 depicts the basic technique of this disclosure for building and training the shallow neural network that is used as the proxy or surrogate for the decision tree (or ensemble of trees) of interest. As depicted, trained decision tree 500 represents the model of interest. It is a trained on a data set, which is sometimes referred to herein as the original data set. More formally, the model is a trained decision tree regression model DT on a data set D. Also shown is an output, which is a "shallow” neural network 502 that learns the decision boundaries of DT, preferably in the following manner. In a first step, a random training data set D ' is computed. The random training set has a domain that resembles D, e.g., the minimum and maximum feature values are close for D and D ' . More generally, the decision tree 500 is annotated with relevant training data statistics (by virtue of being pre-trained) with the original data set D. The training data statistics may vary but typically include minimum and maximum values for each feature, mean, variance, and the like. The particular nature and type of the training data statistics may vary, and it is assumed that a data generator (described below) is available to randomly generate the data set D ' using the annotated training data statistics. In a second step, the data set D ' is applied to the decision tree. This decision tree inference on D ' preferably is performed in plaintext space (i.e. in the clear) and results in corresponding regression outputs /. Thereafter, and in a third step, a shallow neural network N is trained on the data set D ' with Ϋ as targets. Following training, inferencing is then carried out using N to answer an encrypted inference query for a test point x on DT, namely as follows: Enc(DT)(Enc(x)) ~ Enc{N){Enc{x)). The encrypted inference results are then returned to the requesting client to complete the evaluation.

[0071] Thus, according to the technique described, a shallow neural network (NN) is trained to learn the decision boundary of the tree. Preferably, this training is done by the model owner and in the clear, and without using the original training data points. In this manner, homomorphic evaluation of the tree is then approximated by performing homomorphic inference on the neural network. This evaluation is highly-efficient, as the network preferably is shallow (e.g., an input layer, an output layer, and two (2) hidden layers), and it can be done without bootstrapping. In this manner, the technique avoids the untenable branching computations that would otherwise be required if the FIE inferencing were required to be done on the non-linear comparisons in the decision tree itself. As a by-product, and because scaling is not required, the scaling issues associated with inferencing on the decision tree itself also are overcome.

[0072] FIG. 6 depicts a block diagram of a representative computing system that implements the above- described functionality. In a typical implementation, these components are implemented in the cloud compute infrastructure, e.g., as computer software executed on one or more processors (whether physical or virtual). As shown, system 600 comprises a data generator 602, a non-private decision tree evaluator 604, a network designer 606, a network trainer 608, a network encryptor 610, and a private evaluator 612. One or more of these components may be combined with one another, and the above-identified nomenclature is not intended to be limited. Data generator 602 has the primary function of randomly-generating the random data set D ' using the annotated training data statistics from the original data set used to pre-train the decision tree. The non-private decision tree evaluator 604 computes predicated outputs for the random data set on the decision tree (or on each decision tree of an ensemble of such trees). The network designer 606 constructs the neural network N for the decision tree (or a NN for each decision tree in an ensemble model). The network trainer 608 trains the neural network N (or each such NN in an ensemble model) using the randomly-generated data set and the corresponding predicted outputs L U (which is also a decision tree). As noted above, the network trainer 608 trains the shallow neural network to learn the decision boundary of the decision tree (or each decision tree in the ensemble of decision trees). The network encryptor 610 performs homomorphic encryption for each N. During the process, the network encryptor 610 encrypts the shallow network using the public key of the client. Finally, the private evaluator 612 performs the homomorphic inference on the network N on one or more user-provided HE-data point(s) and returns the encrypted results (an encrypted prediction) to the user.

[0073] Without intending to be limiting, preferably the shallow neural network is trained in the clear on the randomly-generated data to learn the decision boundary of the decision tree of interest. HE inferencing on a two hidden layer N is one representative, but non-limiting embodiment, as such inferencing is done efficiently using HElib, once again without the need for bootstrapping. Experimental analysis has shown that on sample regression dataset, HE inference error is within 2-3% of the non-private counterpart, and that amortized runtime is in the range of 50-300 milliseconds per point depending on the number of decision trees in the ensemble and the complexity of the NN used.

[0074] FIG. 7 depicts a representative embodiment for a decision-tree based model that is an ensemble of decision trees. Ensemble decision tree-based regressors are of various known types including, without limitation, adaptive boost regressors, random forest regressors, and gradient boost regressors. In this embodiment, there is an ensemble of trees 700, with each tree having an associated shallow neural network 702, as previously described. More formally, and given a trained ensemble of trees Edt = ( DTi , D7·?, .... DTk), an output using the single tree approach to obtain an ensemble of neural nets £™ = {Ni, N2, .... Nk) for the ensemble of trees ( DTi , DT2, .... DTk), then an inference is provided as an aggregation on the individual tree inferences, e.g., for gradient boost: Enc(Edi){Enc(x)) Eric ( £™)(£nc(x )) = å; is a member of [ ] Enc(NI)(Enc(x)). The above equation is not intended to be a general solution, as different ensemble methods aggregate different characteristics, e.g., adaptive boost (median), random forest (mean), and so forth.

[0075] The technique of this disclosure provides significant advantages. As has been described, the approach herein provides for a way to provide privacy-preserving inference on a pre-trained decision tree (in particular, an ensemble decision-tree based regression model), but in a computationally-efficient manner. The approach leverages the notion of training a shallow neural network that learns the decision boundary of the tree, with homomorphic evaluation of the tree then approximated by instead performing homomorphic inference on the neural network. Because HE-inferencing on the neural network is efficient, the approach herein does not require bootstrapping.

[0076] Although the approach described above preferably assumes the availability of full training data, this is not a requirement, as the technique may also be implemented in use cases where the decision model is already available without the full training data, or where only limited training data is available. A decision tree may be pre existing and available, or it be accessible from another source. As noted above, the training data used for training the original decision tree may not be available (in whole or in part). The task of creating datasets for training the neural network should accommodate these different scenarios. Absolute randomness is unproductive and inefficient, as most of the resulting labels may be negative (and thus not useful). To limit this, and has been described, the synthetic dataset used for NN training should mimic the original data distribution. In general, a first order approximation to a distribution is based on mean and variance of the original data. As has also been described, other statistics like (e.g., min, max) are another minimal descriptor of the original training data to guide the generation of synthetic data at least within the range of features expected in the decision tree. Without limiting the foregoing, any other statistical techniques that generate meaningful labels in the process may also be used.

[0077] As described, typically a computing system that implements this approach is implemented in software, e.g., as a set of computer program instructions executed by one or more hardware processors. A particular tool or component in the system may comprise any number of programs, processes, execution threads, and the like, together with appropriate interfaces and databases to support data used or created by the tool or component. The tool or component may be configured or administered with a web-based front-end, via a command line, or the like. The tool or component may include one or more functions that are implemented programmatically, or that interoperate with other computing entities or software systems via an application programming interface (API), or any convenient request-response protocol.

[0078] Any references herein to one or more commercial products or services are exemplary and should not be taken to limit the disclosed technique, which may be implemented on any system, device, appliance (or, more generally, machine) having the general characteristics and operating functionality that has been described.

[0079] As noted, one preferred implementation of this subject matter is as-a-service, but this is not a limitation either. HE-based inferencing may be carried out entirely on-premises or in a standalone operating environment.

As previously noted, and without limitation, the subject matter may be implemented within or in association with a cloud deployment platform system or appliance, or using any other type of deployment systems, products, devices, programs or processes. As has been described, the model building or inferencing system functionality may be provided as a standalone function, or it may leverage functionality from other products and services. [0080] A representative cloud application platform with which the technique may be implemented includes, without limitation, any cloud-supported application framework, product or service.

[0081] Generalizing, the techniques herein may be implemented as a management solution, service, product, appliance, device, process, program, execution thread, or the like. Typically, the techniques are implemented in software, as one or more computer programs executed in hardware processing elements, in association with data stored in one or more data sources, such as a problems database. Some or all of the processing steps described may be automated and operate autonomously in association with other systems. The automation may be full- or partial, and the operations (in whole or in part) may be synchronous or asynchronous, demand-based, or otherwise.

[0082] These above-described components typically are each implemented as software, i.e., as a set of computer program instructions executed in one or more hardware processors. The components are shown as distinct, but this is not a requirement, as the components may also be integrated with one another in whole or in part. One or more of the components may execute in a dedicated location, or remote from one another. One or more of the components may have sub-components that execute together to provide the functionality. There is no requirement that particular functions of the generator service be executed by a particular component as named above, as the functionality herein (or any aspect thereof) may be implemented in other or systems.

[0083] The tool and response functionality can interact or interoperate with security analytics systems or services.

[0084] As has been described, the functionality described above may be implemented as a standalone approach, e.g., one or more software-based functions executed by one or more hardware processors, or it may be available as a managed service (including as a web service via a SOAP/XML interface). The particular hardware and software implementation details described herein are merely for illustrative purposes are not meant to limit the scope of the described subject matter.

[0085] More generally, computing devices within the context of the disclosed subject matter are each a data processing system (such as shown in FIG. 2) comprising hardware and software, and these entities communicate with one another over a network, such as the Internet, an intranet, an extranet, a private network, or any other communications medium or link. The applications on the data processing system provide native support for Web and other known services and protocols including, without limitation, support for HTTP, FTP, SMTP, SOAP, XML, WSDL, UDDI, and WSFL, among others. Information regarding SOAP, WSDL, UDDI and WSFL is available from the World Wide Web Consortium (W3C), which is responsible for developing and maintaining these standards; further information regarding HTTP, FTP, SMTP and XML is available from Internet Engineering Task Force (IETF). [0086] As noted, and in addition to the cloud-based environment, the techniques described herein may be implemented in or in conjunction with various server-side architectures including simple n-tier architectures, web portals, federated systems, and the like.

[0087] Still more generally, the subject matter described herein can take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment containing both hardware and software elements. In a preferred embodiment, the sensitive data detection service (or any component thereof) is implemented in software, which includes but is not limited to firmware, resident software, microcode, and the like. Furthermore, the download and delete interfaces and functionality can take the form of a computer program product accessible from a computer-usable or computer-readable medium providing program code for use by or in connection with a computer or any instruction execution system. For the purposes of this description, a computer-usable or computer readable medium can be any apparatus that can contain or store the program for use by or in connection with the instruction execution system, apparatus, or device. The medium can be an electronic, magnetic, optical, electromagnetic, infrared, or a semiconductor system (or apparatus or device). Examples of a computer-readable medium include a semiconductor or solid state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk and an optical disk. Current examples of optical disks include compact disk - read only memory (CD-ROM), compact disk - read/write (CD-R/W) and DVD. The computer-readable medium is a tangible, non-transitory item.

[0088] The computer program product may be a product having program instructions (or program code) to implement one or more of the described functions. Those instructions or code may be stored in a computer readable storage medium in a data processing system after being downloaded over a network from a remote data processing system. Or, those instructions or code may be stored in a computer readable storage medium in a server data processing system and adapted to be downloaded over a network to a remote data processing system for use in a computer readable storage medium within the remote system.

[0089] In a representative embodiment, the techniques are implemented in a special purpose computing platform, preferably in software executed by one or more processors. The software is maintained in one or more data stores or memories associated with the one or more processors, and the software may be implemented as one or more computer programs. Collectively, this special-purpose hardware and software comprises the functionality described above.

[0090] While the above describes a particular order of operations performed by certain embodiments of the invention, it should be understood that such order is exemplary, as alternative embodiments may perform the operations in a different order, combine certain operations, overlap certain operations, or the like. References in the specification to a given embodiment indicate that the embodiment described may include a particular feature, structure, or characteristic, but every embodiment may not necessarily include the particular feature, structure, or characteristic.

[0091] Finally, while given components of the system have been described separately, one of ordinary skill will appreciate that some of the functions may be combined or shared in given instructions, program sequences, code portions, and the like.

[0092] Further, FHE is just a representative cryptographic protocol, and it is not intended to be limited.

[0093] Moreover, while inferencing preferably occurs using an FIE protocol, the approach herein of using a surrogate neural network in lieu of the actual decision tree itself (for model evaluation) may be leveraged with other multi-party secure computation techniques and privacy of the test point, the model, or both, desired to be preserved.

[0094] The techniques herein provide for improvements to another technology or technical field, namely, HE- based inferencing tools and systems, and cloud-based systems that incorporate or expose such technologies, as well as improvements to the computational efficiency of FIE systems and methods.

[0095] The particular use case or application for which the decision tree is being used in not a limitation of this disclosure.