It seems that their model would work best when sharing rich data like medical records or perhaps imaging. But it isn't clear to me that the more sophisticated analyses required for such datasets can be done with their system.
It also occurs to me that analyses done with these privacy preserving methods will not be reproducible, since the data is just not available. They don't mention reproducibility once. On the other hand, you can download the data used in the study of tumor mutational burden and run the analysis yourself [1].
Perhaps they aren't big on reproducibility. They don't make their code available actually...
[1] https://www.nature.com/articles/s41467-021-25972-y#data-avai...
The fact that they don't share any data is down to these particular researchers, not a consequence of their methods as the entire baseline for the field of medicine is that sharing raw data is a gross ethical violation.
I work on a variety of health data problems that would benefit from a practical FHE implementation with standards backing. This Federated Analysis (FA) piece is new to me, but mainly because I deal with it from the infrastructure side and not the research side. Google has a good blog post on it: https://ai.googleblog.com/2020/05/federated-analytics-collab...
Medical researchers are already used to registering their trials and how they're going to analyse their data before the trial starts. They're also used to needing to get approval from oversight bodies before they start working. The data will be subject to human error, but not part of an adversarial cat-and-mouse game. Their means of analysis aren't 'secret sauce' that would have to be kept secret. And even if homomorphic encryption is 10,000x slower than normal encryption, it's still fast compared to a medical trial.
The other hurdles they mentioned:
* data prep and transfer
* harmonization of the data model
are still hurdles for many institutions. The second one in particular although standards like FHIR and OMOP are increasing traction. Other data modalities like imaging would be more difficult.It would be nice to see just the kernel of their claimed advance.
I have a friend who works with individual-level Census data that is similarly sensitive. Getting cleared to use the data required a lengthy training and vetting period, and when she wants to actually access it to do an analysis she has to go to a secure room at another university. She's not allowed to bring any of her own electronics in, only pen and paper. The analysis script and anything derived from the data (analysis script output) is cleared by a Census Bureau employee before it leaves the room, to make sure it's not leaking any personal information.
That's exactly as I understand federation: the (original) data never leaves the home organization. But because everyone uses the same data model + algorithms (and those are choosen to enable combination of the output from each federated processing site) the results can be combined into a single outcome.
So, if data leaking is already solved for by keeping the data locally, why would I employ HE? Unless maybe the participants should not be able to look into the algorithms itself?
> The adoption of FA in the medical sector, despite its potential, has been slower than expected. This is in large part due to the unresolved privacy issues of FA, related to the sharing of model updates or partial data aggregates in cleartext. Indeed, despite patient-level data not being transferred between the institutions engaging in FA, it has been shown that the model updates (or partial aggregates) themselves can, under certain circumstances, leak sensitive personal information about the underlying individuals, thus leading to re-identification, membership inference, and feature reconstruction. Our work focuses on overcoming this key limitation of existing FA approaches.