{"id":656657,"date":"2026-06-25T01:12:21","date_gmt":"2026-06-25T01:12:21","guid":{"rendered":"https:\/\/www.newsbeep.com\/uk\/656657\/"},"modified":"2026-06-25T01:12:21","modified_gmt":"2026-06-25T01:12:21","slug":"medical-diagnosis-ais-can-be-tricked-into-telling-whose-data-trained-them","status":"publish","type":"post","link":"https:\/\/www.newsbeep.com\/uk\/656657\/","title":{"rendered":"Medical diagnosis AIs can be tricked into telling whose data trained them"},"content":{"rendered":"<p>AI models used to help diagnose medical conditions have a problem: They\u2019re ready and willing to identify patients whose data was used to train them.<\/p>\n<p>German researchers reported in a Nature paper <a href=\"https:\/\/www.nature.com\/articles\/s41586-026-10688-0\" rel=\"nofollow noopener\" target=\"_blank\">published<\/a> Wednesday that discriminative AI models &#8211; those used to classify data and make predictions about new inputs based on their training sets &#8211; are particularly susceptible to membership inference attacks (MIAs) that query the models in an attempt to figure out whether a particular datapoint is included in their training sets.\u00a0<\/p>\n<p>What that means for medical AI models is that any patient whose data is used to educate the bot could be exposed, leading to details about their medical history and diagnoses being leaked. In an analysis of seven medical AI datasets consisting of images, ECG records, and general electronic health records, the team determined that individual patients targeted by such attacks can be identified with \u201cnear-perfect attack success,\u201d which they explain flies in the face of how such models are evaluated for safety.\u00a0<\/p>\n<p>\u201cThe fact that MIAs can achieve near-perfect success rates for individual patients is not adequately captured by the standard evaluation protocol, which measures attack success in aggregate across records,\u201d the researchers said. Based on their findings, they conclude, reporting standards for AI privacy audits need to change.\u00a0<\/p>\n<p>It gets worse, too: Patients in the dataset are generally easy to identify and, unsurprisingly, those underrepresented in medical AI training data are even easier to finger than those whose data doesn\u2019t stand out.\u00a0<\/p>\n<p>Underrepresented groups can include those in a number of sensitive categories: Race, insurance status, sex, the protocol used to conduct medical imaging, and certain disease statuses can all function as outliers that make it easier to identify individuals.\u00a0<\/p>\n<p>\u201cGenerally speaking, privacy risks from MIAs become more severe as a model\u2019s training cohort becomes more specific,\u201d Technical University of Munich AI in Healthcare and Medicine chair and paper lead author Moritz Knolle told The Register in an email conversation. \u201cYou could imagine \u2026 scenarios where membership in a training dataset reveals that someone has a dormant genetic condition such as Huntington&#8217;s disease, depression, or attended a specific, specialised treatment clinic.\u201d\u00a0<\/p>\n<p>In other words, exposing healthcare AI training data could be used to identify those with sensitive health conditions, spill secrets they may not want public, or otherwise fuel discrimination.\u00a0<\/p>\n<p>To make things even worse again, the larger the dataset, the easier it is to expose records, and \u201cthe magnitude of this change in patient-level risk was previously unknown\u201d in larger models.\u00a0<\/p>\n<p>The privacy devil in the data details<\/p>\n<p>This is bad and all, but it\u2019s not necessarily the end of the world, as performing an MIA attack on a medical AI model supposes the attacker already has a few things at their disposal, namely at least some medical data belonging to the people they want to identify.\u00a0<\/p>\n<p>\u201cTo conduct a MIA an attacker needs access to a target data point,\u201d Knolle confirmed to us while also noting that their paper revealed access to a full patient data point isn\u2019t needed, in contrast to what was previously believed. \u201cIn our paper we show that an attacker with partial access can still successafully conduct MIAs.\u201d\u00a0<\/p>\n<p>The MIA attack itself, as detailed in the paper, relies on medical AIs being more certain of their predictions if the input data is already part of their training set. A potential attacker, then, simply peppers an AI model with obtained patient data, checks the confidence level, and surmises that said patient is part of the training data.\u00a0<\/p>\n<p>\u201cAn attacker conducting a MIA does not need to know who the data belongs to that they are trying to conduct the MIA with,\u201d Knolle explained. \u201cIn fact, all the dataset we use in our study were anonymized.\u201d<\/p>\n<p>Anonymized in the datasets, but not the target data, that is. As explained in the paper their MIA attacks were largely error-free at the individual patient level, meaning confidence levels are an accurate way to figure out if a particular patient&#8217;s data is part of a training set.\u00a0<\/p>\n<p>\u201cThe attacker would simply need access to someone\u2019s blood test results, or part of these results\u201d in order to infer inclusion, Knolle said.\u00a0<\/p>\n<p>Of course, they have to get that data first, but given <a href=\"https:\/\/www.theregister.com\/security\/2025\/04\/23\/blue-shield-shared-47m-peoples-health-info-with-google-ads\/1252686\" rel=\"nofollow noopener\" target=\"_blank\">how<\/a> <a href=\"https:\/\/www.theregister.com\/security\/2024\/06\/21\/heres-what-ransomware-crims-stole-from-change-healthcare\/782891\" rel=\"nofollow noopener\" target=\"_blank\">frequently<\/a> healthcare data is <a href=\"https:\/\/www.theregister.com\/security\/2025\/06\/04\/ransomware-scum-leak-patient-data-after-disrupting-services\/1291013\" rel=\"nofollow noopener\" target=\"_blank\">exposed<\/a> in <a href=\"https:\/\/www.theregister.com\/security\/2023\/03\/09\/us-house-reps-staff-health-data-stolen-in-cyberattack\/879776\" rel=\"nofollow noopener\" target=\"_blank\">breaches<\/a>, it\u2019s not exactly hard to imagine a bad actor getting ahold of something they can use.\u00a0\u00a0<\/p>\n<p>\u201cGiven that medical data is not always securely stored it is not unthinkable that an attacker could get access, for example, by gaining unauthorized access to the database of your general practitioner after they performed a routine blood test,\u201d Knolle said.\u00a0<\/p>\n<p>How to protect patient data?<\/p>\n<p>Asked what he hopes this research accomplishes, Knolle told us he just wants the medical world to understand that AI training data needs to be better secured.\u00a0<\/p>\n<p>\u201cI hope that the medical AI community will start to take privacy risks seriously and that risk mitigation techniques are used in situations where they are necessary,\u201d Knolle said.\u00a0<\/p>\n<p>The researchers make several recommendations for how to do this, like through the use of <a href=\"https:\/\/research.google\/blog\/differential-privacy-accounting-by-connecting-the-dots\/\" rel=\"nofollow noopener\" target=\"_blank\">differential privacy<\/a> frameworks that are designed to mathematically guarantee training data remains anonymous &#8211; a key consideration if medical AI firms want patients to trust them with their data.\u00a0<\/p>\n<p>As mentioned above, the team also wants to see privacy audit standards change to consider individual-level data, not just aggregate privacy risks.\u00a0Alternatively, medical AI training data could just be compiled so that underrepresented groups are better represented, Knolle said.\u00a0<\/p>\n<p>\u201cThere are many situations where a successful MIA represents a small or negligible privacy violation,\u201d Knolle noted. \u201cThese are situations where AI models are trained on large, general populations in which both healthy and diseased individuals are represented in sufficient numbers.\u201d<\/p>\n<p>Representation, in other words, definitely matters when it comes to keeping patient data private. \u00ae<\/p>\n","protected":false},"excerpt":{"rendered":"AI models used to help diagnose medical conditions have a problem: They\u2019re ready and willing to identify patients&hellip;\n","protected":false},"author":2,"featured_media":656658,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[554,733,4308,86,56,54,55],"class_list":["post-656657","post","type-post","status-publish","format-standard","has-post-thumbnail","category-artificial-intelligence","tag-ai","tag-artificial-intelligence","tag-artificialintelligence","tag-technology","tag-uk","tag-united-kingdom","tag-unitedkingdom"],"_links":{"self":[{"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/posts\/656657","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/comments?post=656657"}],"version-history":[{"count":0,"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/posts\/656657\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/media\/656658"}],"wp:attachment":[{"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/media?parent=656657"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/categories?post=656657"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.newsbeep.com\/uk\/wp-json\/wp\/v2\/tags?post=656657"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}