The simple process of re-identifying patients in public health records
pursuit.unimelb.edu.au
The simple process of re-identifying patients in public health records
1–10 of 13 posts
Re: The simple process of re-identifying patients in public health records
#2Re: The simple process of re-identifying patients in public health records
#3A friendly reminder that there's no such thing as "anonymized data", there's only "anonymized until combined with other data sets".
Re: The simple process of re-identifying patients in public health records
#4A friendly reminder that there's no such thing as "anonymized data", there's only "anonymized until combined with other data sets".
Personally I wouldn't be that pessimistic about data anonymization. It's entirely possible to robustly anonymize low-dimensional data sets and restrict the information gain of an attacker to a given value even when he/she has information about all non-sensitive attributes in the data set. When using e.g. k-anonymity (with additional l-diversity or better and t-closeness criteria) the resulting data is very robust aga…
Even if you make sure that information gain about an individual from your dataset is minimal, this could easily change if combined with other data sets, as GP stated.
Re: The simple process of re-identifying patients in public health records
#5This is a losing battle. The information is already being leaked--we have been protected by the high cost and inaccessibility of analyzing it. These factors are quickly changing, and it's time to ask ourselves: how do we intend to live in a post-privacy world?
Re: The simple process of re-identifying patients in public health records
#6A friendly reminder that there's no such thing as "anonymized data", there's only "anonymized until combined with other data sets".
Re: The simple process of re-identifying patients in public health records
#7A friendly reminder that there's no such thing as "anonymized data", there's only "anonymized until combined with other data sets".
Personally I wouldn't be that pessimistic about data anonymization. It's entirely possible to robustly anonymize low-dimensional data sets and restrict the information gain of an attacker to a given value even when he/she has information about all non-sensitive attributes in the data set. When using e.g. k-anonymity (with additional l-diversity or better and t-closeness criteria) the resulting data is very robust aga…
1. I've never seen a formal definition of security that k-anon supposedly satisfies. While I personally really like formal guarantees, maybe one might argue this wouldn't be so bad absent concrete problems with the definition. Which leads us to...
2. K-anon doesn't compose. The JOIN of 2 databases, each k anonymized, can be 1-anonymous (i.e., no anonymity), no matter what k is.
3. The distinction between quasi-identifiers and sensitive attributes (central to the whole framework) is more than meaningless: is misleading. Every sensitive attributes is a quasi-identifier given the right auxiliary datasets. Using k anon essentially requires one to determine a priori which additional datasets will be used when attacking the k anonymized dataset.
4. My understanding of modified versions (diversity, closeness, etc) is less developed, but I believe they suffer similar weaknesses. The weaknesses are obscured by the additional definitional complexity.
(Edit: typos and autocorrect)
Re: The simple process of re-identifying patients in public health records
#8Re: The simple process of re-identifying patients in public health records
#9A friendly reminder that there's no such thing as "anonymized data", there's only "anonymized until combined with other data sets".
Personally I wouldn't be that pessimistic about data anonymization. It's entirely possible to robustly anonymize low-dimensional data sets and restrict the information gain of an attacker to a given value even when he/she has information about all non-sensitive attributes in the data set. When using e.g. k-anonymity (with additional l-diversity or better and t-closeness criteria) the resulting data is very robust aga…
Anyone claiming to do this needs to be verified, that means that it has to be open. And being open does not by any stretch imply that it has been verified. And I will not do that just to use your product/site.
Bottom line: Just abandon and ignore anyone claiming to anonymize sensitive data.
Re: The simple process of re-identifying patients in public health records
#10Edit: an old an interesting discussion on this: https://news.ycombinator.com/item?id=2942967