2020
DOI: 10.1016/j.jpdc.2019.09.009
|View full text |Cite
|
Sign up to set email alerts
|

Privacy preserving classification on local differential privacy in data centers

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
19
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
4
3

Relationship

2
5

Authors

Journals

citations
Cited by 54 publications
(22 citation statements)
references
References 20 publications
0
19
0
Order By: Relevance
“…We used the hg13 genome as the reference genome to compress the other 1101 genomes. We evaluated the performance of four second-level matching percentages of HRCM-B and Input: reference lowercase sequence: r lowercae [•]; reference lowercase sequence length: l r ; to-be-compressed lowercase sequence: t lowercae [•]; to-be-compressed lowercase sequence length: l t ; Initialize matched lowercase information: matched lowercase[•] � 0; start position of matching: start position � 1; index � 0 (1) for i � 0 to l t − 1 do (2) for j � start position to l r do (3) if t lowercase[i] � r lowercase[j] then (4) matched lowercase[i] � j (5) update start position � j + 1 (6) end if (7) end for (8) if matched lowercase[i] � 0 then (9) for j � start position − 1 to 1 do (10) if t lowercase[i] � r lowercase[j] then (11) matched lowercase[i] � j; (12) update start position � j + 1; (13) end if (14) end for (15) end if (16) if matched lowercase[i] � 0 then (17) mismatched lowercase[index] � t lowercase [i]; (18) update index � in dex + 1; (19) end if (20) end for Output: mismatched lowercase information; matched lowercase information;…”
Section: Compression Results and Analysis Of Homo Sapiensmentioning
confidence: 99%
See 3 more Smart Citations
“…We used the hg13 genome as the reference genome to compress the other 1101 genomes. We evaluated the performance of four second-level matching percentages of HRCM-B and Input: reference lowercase sequence: r lowercae [•]; reference lowercase sequence length: l r ; to-be-compressed lowercase sequence: t lowercae [•]; to-be-compressed lowercase sequence length: l t ; Initialize matched lowercase information: matched lowercase[•] � 0; start position of matching: start position � 1; index � 0 (1) for i � 0 to l t − 1 do (2) for j � start position to l r do (3) if t lowercase[i] � r lowercase[j] then (4) matched lowercase[i] � j (5) update start position � j + 1 (6) end if (7) end for (8) if matched lowercase[i] � 0 then (9) for j � start position − 1 to 1 do (10) if t lowercase[i] � r lowercase[j] then (11) matched lowercase[i] � j; (12) update start position � j + 1; (13) end if (14) end for (15) end if (16) if matched lowercase[i] � 0 then (17) mismatched lowercase[index] � t lowercase [i]; (18) update index � in dex + 1; (19) end if (20) end for Output: mismatched lowercase information; matched lowercase information;…”
Section: Compression Results and Analysis Of Homo Sapiensmentioning
confidence: 99%
“…(2) for i � 0 to n t − k do (3) Calculate the hash value value t i of the k-mer which starts from i in t seq; (4) pos (11) l � l + 1; (12) end while (13) if l max < l then (14) l max � l, pos max � p; (15) end if (16) update pos � L[pos]; (17) end while (18) end if (19) record the mismatched string to the mismatched information (20) record the matched string to the matched information the previous matched entity, and the storage space can be reduced by storing the difference between the real position and the predicted position. Finally, all the above-encoded information is encoded and stored using the PPMD encoder.…”
Section: Sequence Information Encodingmentioning
confidence: 99%
See 2 more Smart Citations
“…When considering the data center network (DCN), Fan et al [ 143 ] investigated the LDP-based support vector regression (SVR) classification for cloud computing supported data centers. Their method achieves LDP based on the Laplace mechanism.…”
Section: Machine Learning With Ldpmentioning
confidence: 99%