Literature DB >> 26733391

FORESEE: Fully Outsourced secuRe gEnome Study basEd on homomorphic Encryption.

Yuchen Zhang, Wenrui Dai, Xiaoqian Jiang, Hongkai Xiong, Shuang Wang.   

Abstract

BACKGROUND: The increasing availability of genome data motivates massive research studies in personalized treatment and precision medicine. Public cloud services provide a flexible way to mitigate the storage and computation burden in conducting genome-wide association studies (GWAS). However, data privacy has been widely concerned when sharing the sensitive information in a cloud environment.
METHODS: We presented a novel framework (FORESEE: Fully Outsourced secuRe gEnome Study basEd on homomorphic Encryption) to fully outsource GWAS (i.e., chi-square statistic computation) using homomorphic encryption. The proposed framework enables secure divisions over encrypted data. We introduced two division protocols (i.e., secure errorless division and secure approximation division) with a trade-off between complexity and accuracy in computing chi-square statistics.
RESULTS: The proposed framework was evaluated for the task of chi-square statistic computation with two case-control datasets from the 2015 iDASH genome privacy protection challenge. Experimental results show that the performance of FORESEE can be significantly improved through algorithmic optimization and parallel computation. Remarkably, the secure approximation division provides significant performance gain, but without missing any significance SNPs in the chi-square association test using the aforementioned datasets.
CONCLUSIONS: Unlike many existing HME based studies, in which final results need to be computed by the data owner due to the lack of the secure division operation, the proposed FORESEE framework support complete outsourcing to the cloud and output the final encrypted chi-square statistics.

Entities:  

Mesh:

Year:  2015        PMID: 26733391      PMCID: PMC4698942          DOI: 10.1186/1472-6947-15-S5-S5

Source DB:  PubMed          Journal:  BMC Med Inform Decis Mak        ISSN: 1472-6947            Impact factor:   2.796


Introduction

Owing to the community effort on big data, biomedical science moves focus towards data-driven methodologies [1], which rely on collecting, integrating and analyzing large scale data. For biomedical studies, especially the genome analysis, the required storage and computational capacities may easily exceed the available resources in a single institution. Recently, cloud computing [2] emerges as a flexible alternative to support cost-effective biomedical research with big data. Researchers can rely on a cloud environment to easily scale up their studies with large scale data. However, the adopt of cloud computing in biomedical studies also yields more and more concerns about the potential data privacy risk in comparison with the local computing environment. As genome data are extremely sensitive, the storage of raw genome in a cloud may increase the disclosure risk. The recently announced NIH policy [3] allows NIH funded studies to utilize public clouds to facilitate data analysis. However, the researchers instead of the cloud providers are responsible for the data security and privacy. Many existing attacks [4-6] also demonstrate the vulnerability of de-identified genome data. Thus, it is important to protect the privacy of genome data [7-9]. The rapid improvements of the data protection techniques make it possible to perform certain computations over encrypted data [10,11] based on homomorphic encryption. In [12], Gentry proposed the first fully homomorphic encryption scheme to enable both addition and multiplication operations over encrypted data. Brakerski et al. [13,14] improved homomorphic encryption scheme based on learning with errors (LWE). Lauter et al. [15] presented several secure statistical algorithms for genetic association studies based on homomorphic encryption. Besides, Togan et al. [16] studied the integer comparison problem over homomorphic encrypted data. Recently, Graepel et al. [17] and Naehrig et al. [18] also showed that certain machine learning algorithms can be implemented using HME. Wang et al. [24] proposed a novel homomorphic encryption based framework to securely computing on exact logistic regression. Cheon et al. [19] developed a protocol for HME-based edit distance calculation that employed the greedy algorithm to obtain the upper bound of exact edit distance. Zhang et al. [25] improved homomorphic edit distance computation by combining path-finding algorithm and integer comparison. In this paper, we propose the FORESEE framework to achieve secured and fully outsourced chi-square statistics computation in a public cloud. We assume that the cloud faithfully follows the protocol but may be curious of information from the received data, which is the so-called semi-honest adversary model [20]. The proposed FORESEE framework enables secure division operation over the homomorphic encrypted data and allows the cloud to directly release the study results. To be concrete, the contribution of this paper is two-fold. • We develop a secure errorless division protocol, where a one-to-one mapping function is constructed for the floating numbers in computation and the study results can be accurately decrypted with a lookup table. • We present a secure approximation division protocol to balance the complexity and accuracy with well-designed secure integer division in secure computation. In implementation, binary tree product and group-based computation are adopted to reduce circuit depth and the number of homomorphic multiplications. For validation, experimental results show that the proposed FORESEE framework can identify all the significant SNPs based on the chi-square statistics with a moderate complexity using multiple slots for parallel computation.

Method

For clarity, in the rest of this paper, we use bold symbols to represent vector and matrix variables and normal symbols for scalar variables. Without specification, is reserved for the encrypted version of variable or function Δ and log (·) stands for the logarithm with base 2.

Secure outsourcing GWAS

In this paper, we focus on the task of secure outsourcing GWAS in the 2015 iDASH challenge [21]. Given the genotypes from two groups over a number of single nucleotide polymorphisms (SNPs), we aim to securely calculate the chi-square statistics for the SNPs between the given case-control groups. The chi-square statistic) χ2 is used by chi-square test to statistically assess whether there is significant association between the genetic variants and disease status. Typically, χ2 is obtained by cumulating the normalized squared deviations between the observed and expected frequency distribution of alleles. Here, Oand Eare the observed and expected allele counts for allele j, e.g. j = 1 for allele 'A' and j = 2 for allele 'a' in (see Table 1) from the case (i = 1) or control (i = 2) group, respectively.
Table 1

Observed allele counts for SNP, where O1,1 and O1,2 are the number of alleles A and a in the case group, O2,1 and O2,1 are the corresponding counts in the control group, N1 and N2 are the total allele counts for the case and control group, respectively.

SNPAaTotal
CaseO1,1O1,2Nl = O1,1 + O1,2

ControlO2,1O2,2N2 = O2,1 + O2,2

TotalO1,1 + O2,1O1,2 + O2,2Nl + Nl2
Observed allele counts for SNP, where O1,1 and O1,2 are the number of alleles A and a in the case group, O2,1 and O2,1 are the corresponding counts in the control group, N1 and N2 are the total allele counts for the case and control group, respectively. Let us denote and the total number of alleles in the case and control groups, respectively. In general, Eis computed by for i = 1, 2 and j = 1, 2. If we assume that the case-control groups have the same number of n patients, we can obtain . Thus, Equation (1) can be simplified by Equation (2) indicates that, in addition to homomorphic additions and multiplications, the χ2 statistic computation over encrypted dataset requires one secure division for fully outsourced GWAS, which is not supported in many existing HME-based schemes [15,17,22]. For example, if the numerator and denominator in Equation (2) are released directly due to the lack of secure division operation, one can easily infer the underlying allele counts (i.e., O1,1and O2,1) by solving a system of equations. To address the problem, we propose the FORESEE framework to enable secure division operation for the χ2 statistic computation on an untrusted cloud.

The proposed framework

Figure 1 illustrates the proposed FORESEE framework, which allows secured and fully outsourced chi-square statistics computation in a public cloud and enable flexible release of study results. Using homomorphic encryption, the data owner can encrypt observed allele counts and directly upload to the public cloud. Consequently, the chi-square statistics can be securely computed according to Equation (2) based on homomorphic computation. Contrary to many existing HME-based schemes [15,17,22], the proposed framework develops two protocols for secure division operations over encrypted data, so that the final results are not necessarily computed by the data owner. As a result, authorized users are able to access the encrypted study results when granted the private key for decryption. Remarkably, the secrecy of uploaded sensitive information and released study results can be guaranteed under the proposed framework, as the trusted party would not interact with the untrusted public cloud. Thus, the proposed scheme enables secure outsourcing of the chi-square statistic computation to public cloud services, by which individuals or single institutions could contribute to the chi-square statistic computation in GWAS in a secure manner.
Figure 1

Conceptual diagram for the proposed FORESEE framework.

Conceptual diagram for the proposed FORESEE framework. In the FORESEE framework, we develop two protocols for secure division operations, namely, secure errorless division and secure approximation division. The secure errorless protocol makes a secure one-to-one mapping from floating numbers to a set of encrypted positive integers. Consequently, authorized users can decrypt the study results with a lookup table. To achieve errorless division, the proposed protocol requires a deep circuit. To balance the accuracy and complexity in chi-square statistic computation, the secure approximation division protocol is proposed as an alternative solution. Using secure integer division, the protocol approximates the study results with a tunable error rate. To improve its efficiency, binary tree product and group-based computation are designed to reduce circuit depth and the number of homomorphic multiplications. In the following subsections, we will elaborate both protocols developed for the FORESEE framework.

Secure errorless division protocol

In this section, we propose the secure errorless division protocol when both dividend and divisor are small (e.g., less than 100). Considering that secure division operation is not available in existing HME-based schemes [15,17,22], we construct a one-to-one mapping function from floating numbers to a set of encrypted positive integers. Thus, the study results can be accurately decrypted with a lookup table corresponding to the one-on-one mapping function.

Secure mapping for division outcomes

To map the study result (in floating numbers), we construct a function with an integer output that uniquely corresponds to the division outcomes given a dividend and divisor. Let us denote and the dividend and divisor, respectively. Here, the upper bounds and of m and w should be predefined, so that the lookup table for decryption can be synchronized for all the authorized users. Consequently, we construct a two-dimensional function that returns the positive integer ucorresponding to an index of the division result of m/w in floating number. In the ciphertext domain, ucan be determined by the polynomials of m and w related to the ciphertext modulus p. According to the Fermat Theory, we can construct a simplified function with less number of homomorphic multiplications. Given the prime p >mw , the secure mapping function is In Proposition 1, we demonstrated that the secure mapping proposed in Equation (4) is a one-to-one mapping from floating outcomes of m/w to a set of encrypted positive integers. Proposition 1 Given arbitrary positive integers m1, m2, w1, and w2 taking their values , they satisfy if and only if , where is the round function that returns the maximum integer not greater than . Proof. Please refer to Appendix I. Proposition 1 implies that Equation (4) can map any pairs of with the same irreducible fraction to the same outcome , where m* and w* are the integer numerator and denominator, respectively that have no other common divisors. For example, given the ciphertext modulus would be for the pairs and . This fact means that the encrypted outcome can be securely released, as the authorized users can only obtain the accurate irreducible fraction m*/w*, but cannot infer the exact value of . Algorithm 1: Secure errorless division 0: Inputs: encrypted variable , upper bound , the ciphertext modulus p. 1: Let . 2: Let 3: Decompose p − 2 as , where is the number of nonzero bits in the binary representation of p − 2 and . is the position of i-th nonzero bit. 4: For each i = 1,2,⋯, u* 5: 6: end for 7: For each i = 0,1,⋯, 8: 9: end for 10: Outputs: During decryption, users can find the accurate study result with a lookup table, which consists of all possible irreducible fractions within ranges and . Here, we provide two examples, where and p is set to 101 as the smallest prime greater than . It is worth mentioning that we can obtain the study result in floating number in Example 2. This fact verifies the accuracy of the proposed secure errorless division. Example 1 The authorized users would obtain s* = 2 by decrypting . The pair of co-prime integers (m, w) corresponding to (mod 101) is (2,1). Thus, = m/w = 2. Example 2 When as . As a result, = 4/3.

Secure approximation division protocol

In this subsection, we aim to develop the secure approximation division protocol. Since n (i.e., the number of patients in case or control group) is assumed to be a known integer, we denote A and B the dividend and divider of in Equation (2), respectively. Thus, the chi-square statistic can be rewritten as where is a nonnegative integer, and is a positive integer. Thus, given encrypted counts and , and can be obtained with homomorphic multiplications and additions. Since the fraction team 1/B, with the value less than one, cannot be evaluated in the ciphertext domain, we scale it up by multiplying a positive integer ℳ. Therefore, the χ2 statistic can be approximated by where is the round function that returns the maximum integer not greater than M/B, e.g., and . Here, ℳ is a public information and should be large enough, as the upper bound of relative error is determined by . Usually, we set , where p is the ciphertext modulus. According to Equation (7), we develop the secure approximation division protocol based on secure integer division.

Secure integer division

In this subsection, we describe the secure integer division protocol to achieve secure To compute o in Equation (7), we first introduce a vector with its 6-th element defined by where B= i * (4n− i), i = 1,2,...,2n are the possible values of B in chi-square statistic computation (see equation (6)). Consequently, given ℳ, we define a function f(x) which satisfies In our implementation, a one-dimensional function is formulated using Lagrange interpolating polynomial with x ∈ {B1,..., B2} Since division is intractable for homomorphic encrypted data, we need to derive a surrogate function for Equation (10) that can be implemented based on homomorphic multiplications and additions. For simplicity, we denote u. the divisor for x = B. in Equation (10). Consequently, we can construct a surrogate function for Equation (10) by numerically finding a set of integers v. with 1 ≤ v. ≤ p − 1 for 1 ≤ i ≤ 2n, that satisfy Here, p is the cipheretext modulus (i.e., a prime under double-CRT representation in the BGV scheme). Thus, we demonstrate the existence of {v} in Proposition 2 to guarantee the computational tractability of f(x) in the ciphertext domain. Proposition 2 For each u= 1,2,⋯,2n, given p > ℳ, at least one vcan be found to satisfy (12). Proof. Please refer to Appendix II. Substituting with vin Equation (10), we can reformulate f(x) with multiplications instead. We transform Equation (13) into the combination of polynomials of x by expanding the products and combining the coefficients. Here, is the coefficient for the i-th order of x (i.e., x.) after polynomial expansion, which includes and t. In the ciphertext domain, we can construct the function for secure integer division . where are finite positive encrypted integers, and is obtained by encrypting . We set h= 0 with i > 2n − 1.

Implementation optimization

The secure integer division can be optimized to further reduce the cumulative circuit depths (CCD) and number of homomorphic multiplications (HMs). To achieve this goal, we adopt group-based computation and binary tree product to generate in implementation. To reduce the number of HMs, a group-based computation is adopted to calculate . The key idea of the proposed group-based optimization is to first compute a set of with i ∈ [0, d], where d is number of elements in each group, and c = 0,..., C is the group index with the total number of groups . After grouping, we get the following equation with a reduced number of HMs. Algorithm 2 describes the generation of using binary tree product. The number of HMs and CCD required to calculate can be reduced to d − 1 and , respectively. Algorithm 2: Binary tree product for generating 0: Inputs: encrypted variable , the maximum power d 1: For i = 2,3,⋯, d 2:   Let . 3:   Let 4: 5: end for 6: Outputs: An additional optimization can be applied in equation (16) by replacing the multiplication as the summation over a total number of additions of to reduce the number of HMs. Since the time cost of HMs is larger than HAs, we determine d by minimizing the number of HMs. As shown in Table 9 the total number of HMs required for secure integer division is 2C + d − 3. The number of groups C and the number of elements in each group d are selected to minimize the number of HMs . Given an integer can obtain its minimum, only when . Since d is an integer, it is estimated by to minimize F(d). Thus, C can be estimated by accordingly. Using the optimal d and C, secure integer division can be achieved based on the encrypted function in Equation (15). Algorithm 3 elaborates the secure integer division. In line 2, in order to obtain , the inputs of Algorithm 2 are set to and C − 1, respectively.
Table 9

Complexity analysis in terms of cumulative circuit depth2 (CCD) and the number of homomorphic multiplications (HMs) for secure approximation division (Algorithm 3).

Algorithm 3CCD# of HMs
1: Compute X^logd-1+1d − 1

2: Compute X^logC-2+logd-1+2C − 2

3:For c = 0,1, ⋯, C − 1

4: For i = 0,1, ⋯, d − 1

5: Calculate h^cd+ix^i

6: end for

7: end for

8: a^=0^

9: For c = 0,1, ⋯, C − 1

10: a^=0^

11: For i = 0,1, ⋯, d − 1

12: a^=a^+ĥcd+ix^i

13: end for

14: a^=a^+a^x^cdlogC-2+logd-1+31

15: end for

Total:logC-2+logd-1+32C + d − 3
Algorithm 3: Secure integer division 0: Inputs: encrypted variable , group size d , the number of groups C, the ciphertext modulus p, the polynomial parameters h, i = 0,1,...,2n − 1 1: Compute according to Algorithm 2 2: Compute according to Algorithm 2 3: For each c = 0,1,⋯, C − 1 4:   For each i = 0,1,⋯, d − 1 5:      Calculate 6:   end for 7: end for 8: Let 9: For each c = 0,1,⋯, C − 1 10: 11:   For each i = 0,1,2,⋯, d − 1 12:      Update 13:   end for 14:   Update 15: end for 16: Outputs: .

Parallel computation using multiple slots

Since HME schemes with ciphertext space support single instruction multiple data (SIMD) with Lslots, we can use parallel computation to reduce the number of homomorphic multiplications (HMs) and homomorphic additions (HAs). Denote and the two encrypted ciphertexts with Lslots. SIMD is applicable to simultaneous computation of the addition and multiplication. In two ciphertexts, only two slots in the same position can operate with each other. In Algorithm 1, multiple encrypted outputs can be calculated at the same time with parallel computation. When the result is returned back to the user, the user extracts the integer in each slot and search it in the lookup table. Noticeably, in the parallel computation, mand nshould be selected as the upper bounds of all the dividends and divisors in the slots. Similarly, multiple slots can also be used in the secure approximation division protocol. The secure integer division developed in Algorithm 3 can be simultaneously conducted for Lpairs of inputs using multiple slots.

Results

In this section, we evaluate the proposed FORESEE framework, which was implemented with HElib [23], one of the most efficient open-source HME libraries based on the LWE theory [13,14]. The evaluations were made on an Ubuntu 14.04 server with Intel Xeon CPU E5-2687W @ 3.10GHz and 256 GB memory. We present the performance in the terms of time and memory cost. First, we provide the results of secure errorless division on simulated data. Moreover, we provide the performance of chi-square statistics based on the secure approximation division.

Simulation study

Table 2 elaborates the experimental setups for the secure errorless division protocol. Given the ciphertext modulus p, the upper bound (i.e., dividend) and (i.e., divisor) is set to . A number of Lslots are used for parallel computation. The lifting parameter for plaintext base is set to 1. The security level is 80. The number of columns in key switching is 2. Hamming distance is 64.
Table 2

Experimental setups for secure errorless divisio.

(m ¯,w ¯) p L Ls Public key sizePrivate key size
(30,30)907236780.67 GB0.68 GB

(40,40)1,601261,3091.00 GB1.00 GB

(50,50)2,503292760.50 GB0.51 GB

(60,60)3,607302700.67 GB0.68 GB

(70,70)4,903313,1443.30 GB3.30 GB

(80,80)6,421313420.81 GB0.82 GB

(90,90)8,101313090.81 GB0.82 GB

(100,100)10,007335,9523.40 GB3.40 GB

The inputs are positive integers m (i.e., dividend) and w (i.e., divisor) with corresponding upper bounds and . p is plaintext base; L is number of levels in modulus chain; and Lis number of slots for parallel computation. Moreover, the storage costs of key generation are also provided as reference.

Experimental setups for secure errorless divisio. The inputs are positive integers m (i.e., dividend) and w (i.e., divisor) with corresponding upper bounds and . p is plaintext base; L is number of levels in modulus chain; and Lis number of slots for parallel computation. Moreover, the storage costs of key generation are also provided as reference. Using HElib, one ciphertext can contain multiple slots to have many integers encrypted into the ciphertext with the public key. Thus, the size of the public key is related to the number of multiple slots Lin addition to the ciphertext modulus p and the number of levels in modulus chain L. Taking Table 2 for example, Lfor is 3144, which is greater than most ones. Thus, its ciphertext sizes are much larger than the other configurations with close values of and . Using HElib, we are able to evaluate all the slots in the ciphertext in parallel. Table 3 shows the average execution time for the secure errorless division protocol. Based on the lookup table generated for various parameters , the proposed protocol is efficient for secure division operation over m ≤ 100 and w ≤ 100. However, its circuit depths increase rapidly with the growth of m and w, which limits its application for larger dividends and divisors.
Table 3

Time cost in seconds for key generation, encryption, and errorless division computation using various parameters.

(m ¯,w ¯)Key generationEncryptionExecution time

TotalAverage
(30,30)44.83959.134769.134760.0135

(40,40)64.43649.619739.619730.0074

(50,50)76.550411.338911.33890.0411

(60,60)73.768512.016112.01610.0445

(70,70)117.84613.971713.97170.0044

(80,80)87.97794.1428613.33690.0390

(90,90)87.95284.1057615.52420.0502

(100,100)127.00216.735216.73520.0028

The average execution time is obtained by averaging over all the slots used.

Time cost in seconds for key generation, encryption, and errorless division computation using various parameters. The average execution time is obtained by averaging over all the slots used.

Chi-square statistic computation

We employ the secure approximation division protocol in secure chi-square statistic computation. Two datasets from iDASH genome privacy protection challenge are used for evaluation, which contain 311 SNPs and 610 SNPs, respectively in the case-control groups, each consisted of with 200 individuals, In homomorphic encryption, the ciphertext modulus p and the number of levels in modulus chain L are set to 25600000039 and 51, respectively. The public and private key sizes are both around 2.6 GB. The lifting parameter for plaintext base is set to 1. The security level is 80. The number of columns in key switching is 2 and the Hamming distance is 64. To reduce computational complexity, we use L= 864 slots in parallel computation. For secure integer division, ℳ is 25600000000. f and a are accordingly set to 28 and 15 for 200 individuals in each group. Table 4 provides the time cost for homomorphic evaluation of both datasets in chi-square statistics computation, including key generation, encryption, total and average execution time. Using multiple slots, the secure approximation division protocol can achieve the chi-square statistics computation in less than one second in average. Table 5 evaluates the accuracy of computation in terms of the mean-squared error (MSE) and maximum error between the exact and the approximate chi-square statistics, where the MSE are less than 5 × 10−10 . The evaluation on maximum error also supports the conclusion.
Table 4

Time cost in seconds for key generation, encryption, and the computation of chiRsquare statistics using different parameters based on secure approximation division.

# of SNPsKey generationEncryptionExecution time

TotalAverage
311212.32355.61286.750.92

610222.53428.05315.670.52

The average execution time is obtained by averaging over all the slots used.

Table 5

Recall and precision with different p-value cutoffs in identifying significant SNPS on both datasets, where the mean-squared error (MSE) and maximum error between the exact and the approximate chi-square statistics

# of SNPsp-value cutoff# of significant SNPsPrecisionRecallMSE (×10−10)Maximum error (×10−6)
3110.0524113.215.5

0.012011

0.0052011

6100.0556114.076.0

0.012711

0.0052311
Time cost in seconds for key generation, encryption, and the computation of chiRsquare statistics using different parameters based on secure approximation division. The average execution time is obtained by averaging over all the slots used. Recall and precision with different p-value cutoffs in identifying significant SNPS on both datasets, where the mean-squared error (MSE) and maximum error between the exact and the approximate chi-square statistics Remarkably, we also computed the p-value for each SNP based on the chi-square statistic and applied different p-value cutoffs as 0.05, 0.01, and 0.005. The secure approximation division protocol is demonstrated to find out all the significant SNPs for both datasets under different p -value cutoffs. As a result, the proposed protocol provides a good tradeoff between accuracy and complexity for secure chi-square statistic computation. Furthermore, we compare the two proposed protocols in the chi-squared statistics computation. For secure errorless division protocol, we use the same parameters list above, except that L is set to 151 to guarantee the required circuit depth in implementation. Table 6 and 7 compare the computational complexity and storage cost for the two protocols, respectively. In Table 6 the secure errorless division protocol requires about 10, 20 and 5 times in complexity for key generation, encryption, and execution (computation), when compared with the secure approximation division protocol. Table 7 shows that the ciphertext key sizes for secure errorless division are about 8 times larger due to the greater L. These results imply that the secure approximation division protocol provides a good trade-off in terms of complexity and accuracy for chi-squared statistic computation.
Table 6

Time cost in seconds for key generation, encryption and the computation of chi8squared statistics using different parameters based on secure errorless division (ED) and secure approximation division (AD) protocols.

# of SNPsKey generationEncryptionExecution time

EDADEDADEDAD
3112206212.39575355.61900287

6102131222.59026428.11660316
Table 7

L (i

# of SNPs L Public key sizePrivate key size

EDADEDADEDAD
3111515123.3GB2.6GB23.6GB2.6GB

610
Time cost in seconds for key generation, encryption and the computation of chi8squared statistics using different parameters based on secure errorless division (ED) and secure approximation division (AD) protocols. L (i

Discussions

In this section, we analyze the computational complexity of the proposed FORESEEE protocol and discuss its potential extension and its limitation.

Complexity analysis

In this subsection, we make an analysis on the computational complexity of the secure errorless division and secure approximation division protocols. Cumulative circuit depth2 (CCD) and the numbers of homomorphic multiplications (HMs) are provided for both protocols in the FORESEE framework. We begin with the complexity analysis for secure errorless division protocol (i.e., Algorithm 1). As shown in Table 8 the number of HMs to calculate at each iteration in A1 line 5 is 1. The number of HMs to obtain s* at each iteration in A1 lines 8 is also 1. Therefore, the CCD in calculating in A1 lines 4-6 are . The depths to obtain s* in A1 lines 7-9 are
Table 8

Complexity analysis in terms of cumulative circuit depth2 (CCD) and the number of homomorphic multiplications (HMs) for secure errorless division protocol (Algorithm 1).

Algorithm 1CCD# of HMs
1: Let ŝ0*=ŵ,ŝ*=m^.

2: Let u*=logp-2

3: Decompose p-2=i=0h2vi

4:For each i = 1,2, ⋯, u*

5: ŝi*=ŝi-1**ŝi-1*logp-21

6: end for

7: For each i = 0,1, ⋯,

8: ŝ*=ŝ**ŝvi*1+h+log(p-2)1

9: end for

Total:1+h+log(p-2)1+h+log(p-2)
Complexity analysis in terms of cumulative circuit depth2 (CCD) and the number of homomorphic multiplications (HMs) for secure errorless division protocol (Algorithm 1). Table 9 provides the CCD and number of HMs for secure approximate division (i.e., Algorithm 3). The number of HMs to obtain and are d − 1 and C − 2, respectively. To evaluate Equation (18), the total number of HMs are d + 2C − 3. By using binary tree product based optimization, the circuit depths required for computing and are and ,respectively. Finally, the total CCD for secure approximate division operation is . Complexity analysis in terms of cumulative circuit depth2 (CCD) and the number of homomorphic multiplications (HMs) for secure approximation division (Algorithm 3).

Potential extension

In this paper, we proposed the FORESEE framework to address the problem of fully outsourcing chi-square statistic computation to a public cloud. However, the application scenarios for the FORESEE framework, especially the secure approximation division protocol, can be further extended to securely compute other statistics tests that involve division operations. One intuitive example is the Transmission disequilibrium test (TDT) developed to assess the genetic linkage between the genetic variants and disease status in family-based association studies. TDT is based on the binomial test with one degree of freedom, which is asymptotically equivalent to the chi-square hypothesis test.

Limitation

There are several limitations in the FORESEE framework. First, in secure approximation division protocol, the upper bound of approximation error depends on the ciphertext modulus G. Therefore, G should be large enough to guarantee the accuracy in computation, which degrades the efficiency of the FORESEE framework. Second, the computational and storage costs based on homomorphic encryption are still very high. For example, key generation and encryption is much more timeconsuming than computation. The ciphertext sizes are also a heavy burden for communication. Finally, it is still a challenging problem to generalize the secure errorless division protocol. In summary, there is still room to improve the proposed division protocols in the FORESEE framework through better algorithm design, efficient coding in the HElib and parallelization.

Conclusion

In this paper, we proposed a novel FORESEE framework for the secure outsourcing GWAS in the iDASH genome privacy protect challenge, especially for the chi-square statistic computation. The proposed framework consists of two protocols for secure division operation, namely secure errorless division and secure approximation division. The secure errorless protocol made a bijection between floating numbers and a set of encrypted positive integers. Thus, it could output the accurate study results based on a lookup table. On the other hand, the secure approximation division protocol adopted secure integer division to obtain approximate study results with a tunable accuracy. The protocol was able to balance the complexity and accuracy by using the group-based computation and binary tree product with improved efficiency. In comparison to existing HME-based schemes [15,17,22], both protocols enabled fully outsourced secure GWAS in an untrusted public cloud and could directly release study results to authorized users for decryption. Experimental results show that the secure approximation division protocol can capture all the significant SNPs in chi-square statistic computation with a moderate computational complexity.

Appendix I: Proof of Proposition 1

Since , we can obtain Equation (17) by multiplying w1w2 on the both sides. According to the Fermat's little theorem, When w1 and w2 are coprime with p, we can find that Since and , it holds for the prime p that From Equations (19) and (20), we obtain that , which comes to Proposition 1.

Appendix II: Proof of Proposition 2

We recall the Fermat's little theorem that, given a prime p, where p and q are coprime numbers. Since , the greatest common divisor for uand p is always 1. Given an integer u, we can derive to satisfy (mod p) in Equation (12). Thus, by considering (mod p), v. ∈ [1, p − 1] can be found for Equation (12). As a result, we draw the Proposition 2.

Abbreviations

GWAS: GenomeRwide association study; HME: Homomorphic Encryption; HM: Homomorphic Multiplication; CCD: Cumulative circuit depth.

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

YZ and WD drafted the majority of the manuscript, YZ conducted the experiments. HX and XJ provided some helpful comments. SW provided the motivation for this work, detailed edits and critical suggestions.
  7 in total

1.  Identifying personal genomes by surname inference.

Authors:  Melissa Gymrek; Amy L McGuire; David Golan; Eran Halperin; Yaniv Erlich
Journal:  Science       Date:  2013-01-18       Impact factor: 47.728

2.  Private predictive analysis on encrypted medical data.

Authors:  Joppe W Bos; Kristin Lauter; Michael Naehrig
Journal:  J Biomed Inform       Date:  2014-05-14       Impact factor: 6.317

3.  Big data: The future of biocuration.

Authors:  Doug Howe; Maria Costanzo; Petra Fey; Takashi Gojobori; Linda Hannick; Winston Hide; David P Hill; Renate Kania; Mary Schaeffer; Susan St Pierre; Simon Twigger; Owen White; Seung Yon Rhee
Journal:  Nature       Date:  2008-09-04       Impact factor: 49.962

4.  HEALER: homomorphic computation of ExAct Logistic rEgRession for secure rare disease variants analysis in GWAS.

Authors:  Shuang Wang; Yuchen Zhang; Wenrui Dai; Kristin Lauter; Miran Kim; Yuzhe Tang; Hongkai Xiong; Xiaoqian Jiang
Journal:  Bioinformatics       Date:  2015-10-06       Impact factor: 6.937

5.  A new way to protect privacy in large-scale genome-wide association studies.

Authors:  Liina Kamm; Dan Bogdanov; Sven Laur; Jaak Vilo
Journal:  Bioinformatics       Date:  2013-02-14       Impact factor: 6.937

6.  Differentially private genome data dissemination through top-down specialization.

Authors:  Shuang Wang; Noman Mohammed; Rui Chen
Journal:  BMC Med Inform Decis Mak       Date:  2014-12-08       Impact factor: 2.796

7.  Resolving individuals contributing trace amounts of DNA to highly complex mixtures using high-density SNP genotyping microarrays.

Authors:  Nils Homer; Szabolcs Szelinger; Margot Redman; David Duggan; Waibhav Tembe; Jill Muehling; John V Pearson; Dietrich A Stephan; Stanley F Nelson; David W Craig
Journal:  PLoS Genet       Date:  2008-08-29       Impact factor: 5.917

  7 in total
  15 in total

Review 1.  Privacy challenges and research opportunities for genomic data sharing.

Authors:  Luca Bonomi; Yingxiang Huang; Lucila Ohno-Machado
Journal:  Nat Genet       Date:  2020-06-29       Impact factor: 38.330

2.  Privacy-preserving biomedical data dissemination via a hybrid approach.

Authors:  Yichen Jiang; Chenghong Wang; Zhixuan Wu; Xin Du; Shuang Wang
Journal:  AMIA Annu Symp Proc       Date:  2018-12-05

3.  Protecting genomic data analytics in the cloud: state of the art and opportunities.

Authors:  Haixu Tang; Xiaoqian Jiang; Xiaofeng Wang; Shuang Wang; Heidi Sofia; Dov Fox; Kristin Lauter; Bradley Malin; Amalio Telenti; Li Xiong; Lucila Ohno-Machado
Journal:  BMC Med Genomics       Date:  2016-10-13       Impact factor: 3.063

Review 4.  Privacy-preserving techniques of genomic data-a survey.

Authors:  Md Momin Al Aziz; Md Nazmus Sadat; Dima Alhadidi; Shuang Wang; Xiaoqian Jiang; Cheryl L Brown; Noman Mohammed
Journal:  Brief Bioinform       Date:  2019-05-21       Impact factor: 11.622

5.  Big Data Privacy in Biomedical Research.

Authors:  Shuang Wang; Luca Bonomi; Wenrui Dai; Feng Chen; Cynthia Cheung; Cinnamon S Bloss; Samuel Cheng; Xiaoqian Jiang
Journal:  IEEE Trans Big Data       Date:  2016-09-13

Review 6.  Genome privacy: challenges, technical approaches to mitigate risk, and ethical considerations in the United States.

Authors:  Shuang Wang; Xiaoqian Jiang; Siddharth Singh; Rebecca Marmor; Luca Bonomi; Dov Fox; Michelle Dow; Lucila Ohno-Machado
Journal:  Ann N Y Acad Sci       Date:  2016-09-28       Impact factor: 5.691

7.  Mechanisms to protect the privacy of families when using the transmission disequilibrium test in genome-wide association studies.

Authors:  Meng Wang; Zhanglong Ji; Shuang Wang; Jihoon Kim; Hai Yang; Xiaoqian Jiang; Lucila Ohno-Machado
Journal:  Bioinformatics       Date:  2017-12-01       Impact factor: 6.937

8.  Efficient verification for outsourced genome-wide association studies.

Authors:  Xinyue Wang; Xiaoqian Jiang; Jaideep Vaidya
Journal:  J Biomed Inform       Date:  2021-03-10       Impact factor: 6.317

9.  Privacy-Preserving Artificial Intelligence Techniques in Biomedicine.

Authors:  Reihaneh Torkzadehmahani; Reza Nasirigerdeh; David B Blumenthal; Tim Kacprowski; Markus List; Julian Matschinske; Julian Spaeth; Nina Kerstin Wenke; Jan Baumbach
Journal:  Methods Inf Med       Date:  2022-01-21       Impact factor: 1.800

10.  Secure Multi-pArty Computation Grid LOgistic REgression (SMAC-GLORE).

Authors:  Haoyi Shi; Chao Jiang; Wenrui Dai; Xiaoqian Jiang; Yuzhe Tang; Lucila Ohno-Machado; Shuang Wang
Journal:  BMC Med Inform Decis Mak       Date:  2016-07-25       Impact factor: 2.796

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.