← Latest papers
💻 computer science

Privacy-Preserving Detection of Rare Disease-Associated Cell Subsets via Secure Multi-Party Computation

This paper proposes a secure multi-party computation framework that enables the privacy-preserving training and inference of the CellCnn model on secret-shared single-cell data, allowing institutions to collaboratively detect rare disease-associated cell subsets with high accuracy without exposing sensitive patient information.

Original authors: Ş. Selcan Magara, Esther Havemann, Debora Jutz, Ali Burak Ünal, Mete Akgün

Published 2026-08-21
📖 4 min read☕ Coffee break read

Original authors: Ş. Selcan Magara, Esther Havemann, Debora Jutz, Ali Burak Ünal, Mete Akgün

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the microscopic world inside our bodies, health and disease often hinge on the presence of a few specific cells hiding among millions of others. Imagine looking for a single, unique grain of sand on a vast beach; this is the challenge scientists face when trying to find rare cell populations that signal the early stages of leukemia or a viral infection. Modern technology has given researchers the ability to measure dozens of proteins on thousands of individual cells at once, creating a high-resolution map of the immune system. However, the very data that makes these discoveries possible is also deeply personal. It can reveal a person's disease status, immune history, and even genetic predispositions. Because of this sensitivity, strict privacy laws prevent hospitals from simply sharing their patient data with one another. This creates a frustrating bottleneck: to find these rare cells reliably, scientists need to train computer models on large, diverse groups of patients, but they cannot legally pool the data required to do so.

A team of researchers has now developed a new way to solve this puzzle, allowing hospitals to collaborate on finding these rare cells without ever seeing each other's raw patient data. Their work focuses on a specific type of artificial intelligence called CellCnn, which is designed to spot these rare cell subsets. The researchers built a secure system that lets multiple computers work together on a shared mathematical problem while keeping the actual numbers hidden. They achieved this by splitting every piece of data into random, meaningless fragments and distributing them to different computing servers. These servers perform the complex calculations needed to train the AI on the fragments, communicating only with each other to combine their results. At no point does any single server, or even the researchers themselves, see the original patient information or the intermediate steps of the calculation. The system is designed so that the final result is just as accurate as if the data had been combined openly, but the privacy of every individual remains intact.

The team tested their method on real-world datasets involving cytomegalovirus infections and acute myeloid leukemia. In these tests, they compared their secure system against the standard, non-private version of the AI and a previous privacy-focused attempt. The results showed that their secure approach could identify disease-associated cells with nearly the same precision as the standard method. For instance, when looking for cells linked to a viral infection, their system achieved an accuracy of about 73 percent, which was virtually identical to the non-private version. In contrast, a previous privacy-preserving method, which had to simplify the AI's brain to make it work with encryption, performed noticeably worse, dropping to around 63 percent accuracy. The new system was able to keep complex parts of the AI, such as activation steps that help the computer learn patterns, which the older method had to discard.

Beyond just classification, the researchers demonstrated that their secure system could also handle a more difficult task: estimating exactly how many rare cancer cells were present in a sample. This is crucial for monitoring patients with minimal residual disease, where doctors need to know if a tiny number of cancer cells remain after treatment. The secure system predicted the fraction of these rare cells with a correlation of 0.98 against the true values, a level of performance that closely matched the standard, non-private model. This capability was something the previous privacy-preserving method could not do at all. The researchers also measured how long the process took, noting that training a model on a local network took about 20 minutes, though the speed was heavily dependent on the connection bandwidth between the computers.

The study confirms that it is possible to train powerful medical AI models on sensitive data without compromising patient privacy. By using a technique where data is shared in secret fragments rather than as a whole, the researchers showed that hospitals can collaborate effectively without violating privacy regulations. While the current system assumes that the computing servers will follow the rules and not deviate from the protocol, the work provides a strong foundation for future medical research. It suggests a path forward where the collective power of many hospitals can be used to detect rare diseases, all while ensuring that the private details of individual patients remain completely hidden throughout the entire process.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →