<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://andytai7.github.io/Andy-Tai/feed.xml" rel="self" type="application/atom+xml"/><link href="https://andytai7.github.io/Andy-Tai/" rel="alternate" type="text/html" hreflang="en"/><updated>2026-09-05T13:00:56+00:00</updated><id>https://andytai7.github.io/Andy-Tai/feed.xml</id><title type="html">blank</title><subtitle>Postdoctoral researcher working on federated and privacy-preserving machine learning for medicine at the Institute for Artificial Intelligence in Medicine (IKIM), University Hospital Essen, and the Kamp Lab at the Lamarr Institute and TU Dortmund University. PhD in Neuroscience, University of British Columbia. </subtitle><entry><title type="html">Federated Learning for Primary Care: Training Models Without Moving Data</title><link href="https://andytai7.github.io/Andy-Tai/blog/2026/federated-learning-primary-care/" rel="alternate" type="text/html" title="Federated Learning for Primary Care: Training Models Without Moving Data"/><published>2026-08-28T10:00:00+00:00</published><updated>2026-08-28T10:00:00+00:00</updated><id>https://andytai7.github.io/Andy-Tai/blog/2026/federated-learning-primary-care</id><content type="html" xml:base="https://andytai7.github.io/Andy-Tai/blog/2026/federated-learning-primary-care/"><![CDATA[<p>Most medical AI starts in a hospital. That is the wrong place to start.</p> <p>In Germany, as in most health systems, routine medicine happens in small general practices. That is where patients go first, where chronic diseases are managed over years, and where early warning signs appear long before anyone is admitted to a hospital. But almost every published medical AI model is trained on hospital data, simply because hospitals are big, centralized, and easier for researchers to access. The result is models optimized for the sickest minority of patients, applied to the routine majority.</p> <p>I work on the opposite approach. <a href="https://www.flipit-research.network/">FLIP-IT</a> (Federated Learning in Practice Networks) is building an infrastructure for decentralized training of medical AI models directly in the outpatient practice network: general practices across North Rhine-Westphalia. The project is co-funded by the European Union and the state of North Rhine-Westphalia (Ministry of Economic Affairs, Industry, Climate Action and Energy).</p> <p>The core mechanism is federated learning. Instead of moving data to the model, we move the model to the data. Each practice trains a copy of the model on its own patient records; only the model updates come back; a server aggregates them into one shared model; and this repeats for many rounds. No patient record ever leaves the practice. This is what the project calls privacy by design: the data stays on local systems not as an afterthought, but as the architecture.</p> <p>Three reasons justify going to this trouble:</p> <ol> <li>The data is where the patients are. Practice records capture the full trajectory of routine care, not just acute hospital episodes. For chronic diseases, that longitudinal view is most of the signal that matters.</li> <li>Generalization. A model trained across many independent practices learns from genuinely diverse populations and record-keeping styles, instead of one hospital’s quirks.</li> <li>Consent and compliance. Keeping data in the practice avoids most of the data-transfer problem, but it creates its own legal and technical groundwork, which is a research question in its own right.</li> </ol> <p>Concretely, FLIP-IT develops AI models for the early detection of complications in chronic diseases such as diabetes, COPD, and coronary heart disease, trained across this practice network. The work is organized into three work packages: <strong>LEGAL</strong> (privacy-compliant contract frameworks and guidelines for federated learning in outpatient care), <strong>DATA</strong> (the data infrastructure and quality side), and <strong>NETWORK</strong> (the federated training platform itself). Partners: <a href="https://ikim.uk-essen.de/">IKIM</a> at University Medicine Essen, <a href="https://www.docport.de/">docport GmbH</a>, <a href="https://flower.ai/">Flower Labs</a>, and the physician associations <a href="https://www.kvwl.de/">KVWL</a> and <a href="https://www.kvno.de/">KVNO</a>. We build on the Flower framework. I work on it with Prof. Jens Kleesiek and Dr. Moon Kim at IKIM, with project lead Dr. Nicolas Conze, and with Prof. Michael Kamp and his lab at TU Dortmund.</p> <p>Simple to say, hard to do. Every practice’s data looks different, the practices are small sites with modest compute and bandwidth, and even model updates can leak information if you are careless. Most of my working time goes to these three problems.</p> <p>If you run a practice and want to join, or want to propose a study on the infrastructure, the project website has dedicated entry points for both: <a href="https://www.flipit-research.network/">flipit-research.network</a>. I will write up technical details as results come in. If you work on the same problems, I am happy to talk.</p> <h2 id="references">References</h2> <ol> <li>FLIP-IT: Federated Learning in Practice Networks (project consortium, IKIM). <a href="https://www.flipit-research.network/">flipit-research.network</a></li> <li>McMahan, B., Moore, E., Ramage, D., Hampson, S., and Agüera y Arcas, B. (2017). Communication-efficient learning of deep networks from decentralized data. <em>AISTATS</em>. <a href="https://arxiv.org/abs/1602.05629">arXiv:1602.05629</a></li> <li>Beutel, D. J., Topal, T., Mathur, A., et al. (2020). Flower: A friendly federated learning research framework. <a href="https://arxiv.org/abs/2007.14390">arXiv:2007.14390</a></li> <li>Kairouz, P., McMahan, H. B., et al. (2021). Advances and open problems in federated learning. <em>Foundations and Trends in Machine Learning</em>, 14(1-2), 1-210. <a href="https://doi.org/10.1561/2200000083">doi:10.1561/2200000083</a></li> <li>Tai, A. M. Y., Kazemi, A., Kim, J. J., Schmeckenbecher, J., Kitchin, V., Suen, J., Moro, R., and Krausz, R. M. (2025). Utilizing machine learning for early intervention and risk management in the opioid overdose crisis. <em>WIREs Computational Statistics</em>, 17(1), e70008. <a href="https://doi.org/10.1002/wics.70008">doi:10.1002/wics.70008</a></li> </ol>]]></content><author><name>Andy Man Yeung Tai</name></author><category term="research"/><category term="federated-learning"/><category term="medical-ai"/><category term="privacy"/><summary type="html"><![CDATA[Most medical AI is built in hospitals. FLIP-IT deliberately targets primary care: we train models inside general practices, where routine data actually lives.]]></summary></entry></feed>