Secure Cox Regression Testing for Privacy-Preserving Analysis
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing secure computation systems face difficulties in performing Cox proportional hazard regression analysis.
Innovation Solution
An analysis device and method that performs Cox proportional hazard regression analysis through secure computation using partial regression coefficients, Hessian matrices, or score vectors, enabling tests like Wald, Score, and likelihood ratio tests.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Loss of information
If secure computation is used for Cox proportional hazard regression analysis, then data privacy is preserved, but the ability to perform statistical tests is lost
Solution Approach 1:
The patent segments the statistical test process into multiple components that can be executed in encrypted form. Instead of performing tests on decrypted data, the system divides the test calculations into separate operations (score vector computation, Hessian matrix computation, Wald test statistics) that can be performed on encrypted inputs, thereby preserving both privacy and test capability.
Solution Approach 2:
The patent introduces encrypted intermediate representations (encrypted score vectors, encrypted Hessian matrices, encrypted test statistics) as mediators between the private data and the test results. These intermediaries allow statistical tests to be performed without exposing the underlying sensitive data, resolving the contradiction between privacy preservation and test execution.
2Loss of information
If data is kept encrypted during analysis, then privacy is protected, but complex statistical operations become difficult to perform
Solution Approach 1:
The patent changes the computational parameters from operating on plaintext data to operating on ciphertext data. By transforming the entire computation pipeline to work with encrypted representations, the system maintains data confidentiality while enabling complex statistical operations through cryptographic transformations rather than traditional numerical methods.
Solution Approach 2:
The patent substitutes traditional mechanical computation (direct calculation on plaintext) with cryptographic computation (calculation on ciphertext). This replacement allows statistical operations to be performed through encrypted arithmetic and cryptographic primitives, eliminating the need to decrypt data while still achieving the computational goals.
Data Source
Figure 1
Figure 2~3
Figure 4
AI summary
An analysis device according to the embodiment includes a test unit and an output control unit. The test unit performs a test of Cox proportional hazard regression analysis by secure computation by using a partial regression coefficient, a Hessian matrix, or a score vector, or any combination thereof obtained by the Cox proportional hazard regression analysis by secure computation. The output control unit outputs a result of the test by the test unit.