<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Academic projects |</title><link>https://celine-fouard.fr/projects/</link><atom:link href="https://celine-fouard.fr/projects/index.xml" rel="self" type="application/rss+xml"/><description>Academic projects</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Wed, 01 Sep 2021 00:00:00 +0000</lastBuildDate><image><url>https://celine-fouard.fr/media/icon_hu_eee4a95885829ab2.png</url><title>Academic projects</title><link>https://celine-fouard.fr/projects/</link></image><item><title>REMI — Decision Support for Lower-Limb Endovascular Revascularization</title><link>https://celine-fouard.fr/projects/remi/</link><pubDate>Wed, 01 Sep 2021 00:00:00 +0000</pubDate><guid>https://celine-fouard.fr/projects/remi/</guid><description>&lt;p&gt;&lt;em&gt;How do you help a vascular surgeon choose the best revascularization strategy, when the success of a technique remains hard to predict? REMI explores one answer: learning from past cases — the way an experienced clinician does — but in a tooled, traceable and interpretable way.&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="the-result-first"&gt;The result, first&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;REMI&lt;/strong&gt; (from the French &lt;em&gt;Revascularisation Endovasculaire des Membres Inférieurs&lt;/em&gt; — Lower-Limb Endovascular Revascularization) is a clinical decision-support project I have coordinated since 2021, in close collaboration with the vascular surgery department of Grenoble Alpes University Hospital. Within a few years, it has made it possible to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;design and &lt;strong&gt;deploy in the clinic&lt;/strong&gt; a user-centred data-collection software;&lt;/li&gt;
&lt;li&gt;turn real clinical data — incomplete and heterogeneous — into a usable &lt;strong&gt;case base&lt;/strong&gt;;&lt;/li&gt;
&lt;li&gt;demonstrate the relevance of &lt;strong&gt;case-based reasoning&lt;/strong&gt; to suggest, for a new patient, the strategies that succeeded in similar patients;&lt;/li&gt;
&lt;li&gt;bring a doctoral thesis to completion (&lt;strong&gt;Margaux Roux&lt;/strong&gt;, defended with distinction on 16 December 2025) and lead a multidisciplinary team funded by five successive grants.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This project consisted of taking a concrete clinical need, translating it into specifications, removing the technical &lt;em&gt;and&lt;/em&gt; organizational roadblocks, and going all the way to a genuinely used prototype.&lt;/p&gt;
&lt;h2 id="the-clinical-problem-a-decision-that-is-hard-to-anticipate"&gt;The clinical problem: a decision that is hard to anticipate&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Peripheral Arterial Disease (PAD)&lt;/strong&gt; of the lower limbs is an arterial condition whose main symptoms are pain and ischemic wounds. To avoid severe complications — amputation, death — &lt;strong&gt;revascularization&lt;/strong&gt; aims to restore blood flow, either endovascularly (angioplasty, stenting) or through open surgery.&lt;/p&gt;
&lt;p&gt;The problem: the probability of success or failure of a given technique remains &lt;strong&gt;hard to predict&lt;/strong&gt;. The surgeon relies on decision trees, scores (WIfI) and, above all, on experience. To date, no tool fully helps them choose, for &lt;em&gt;this&lt;/em&gt; patient, the most promising strategy.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/remi/techniques-endovasculaires.png"
alt="Endovascular revascularization techniques: angioplasty and stenting (fig. 1.9, M. Roux thesis)."&gt;&lt;figcaption&gt;
&lt;p&gt;Endovascular revascularization techniques: angioplasty and stenting (fig. 1.9, M. Roux thesis).&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2 id="a-method-case-based-reasoning"&gt;A method: case-based reasoning&lt;/h2&gt;
&lt;p&gt;Clinical decision-support systems traditionally fall into two families: &lt;strong&gt;statistical&lt;/strong&gt; approaches, powerful but often poorly interpretable (&amp;ldquo;black boxes&amp;rdquo;), and &lt;strong&gt;expert-rule&lt;/strong&gt; approaches, transparent but hard to scale.&lt;/p&gt;
&lt;p&gt;REMI explores a middle path: &lt;strong&gt;Case-Based Reasoning (CBR)&lt;/strong&gt;. Its assumption — &lt;em&gt;&amp;ldquo;similar problems have similar solutions&amp;rdquo;&lt;/em&gt; — translates, in the clinic, into: &lt;em&gt;similar symptoms, treated with similar therapies, lead to similar outcomes&lt;/em&gt;. It is a learning method close to medical reasoning itself, and naturally more &lt;strong&gt;explainable&lt;/strong&gt;: every recommendation rests on real cases that can be examined.&lt;/p&gt;
&lt;p&gt;The CBR cycle unfolds in four steps (shown in the cover image): &lt;strong&gt;retrieve&lt;/strong&gt; similar cases, &lt;strong&gt;reuse&lt;/strong&gt; and adapt their solution, &lt;strong&gt;revise&lt;/strong&gt; the outcome, then &lt;strong&gt;retain&lt;/strong&gt; the new case to enrich the base.&lt;/p&gt;
&lt;h2 id="from-raw-clinical-data-to-a-usable-case-base"&gt;From raw clinical data to a usable case base&lt;/h2&gt;
&lt;p&gt;This is often the most underestimated — and most structuring — step. The data available in electronic health records are incomplete, heterogeneous and designed for care, not for analysis. The project therefore had to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;model a &amp;ldquo;case&amp;rdquo;&lt;/strong&gt;: a set of attributes describing the problem (severity, WIfI score, lesion anatomy, comorbidities) and a second set describing the surgical solution and its outcome;&lt;/li&gt;
&lt;li&gt;explicitly handle &lt;strong&gt;missing data&lt;/strong&gt; and attribute typing;&lt;/li&gt;
&lt;li&gt;combine &lt;strong&gt;retrospective&lt;/strong&gt; and &lt;strong&gt;prospective&lt;/strong&gt; data, then develop a &lt;strong&gt;Python&lt;/strong&gt; extraction-and-aggregation pipeline that transforms patient-centred data into a decision-support-oriented case base.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/remi/modele-donnees.png"
alt="Class diagram of the data model implemented in the collection software (fig. 3.9, M. Roux thesis)."&gt;&lt;figcaption&gt;
&lt;p&gt;Class diagram of the data model implemented in the collection software (fig. 3.9, M. Roux thesis).&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2 id="a-user-centred-prototype-deployed-in-the-clinic"&gt;A user-centred prototype, deployed in the clinic&lt;/h2&gt;
&lt;p&gt;To collect high-quality prospective data, we designed a &lt;strong&gt;prototype software&lt;/strong&gt; directly usable by clinicians, within their workflow. It automatically computes the &lt;strong&gt;WIfI score&lt;/strong&gt; (and thus the amputation risk), models an operation as a sequence of surgical gestures applied to lesions, and automatically generates an &lt;strong&gt;operative report&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This is exactly the kind of deliverable I care about: a tool designed &lt;em&gt;with&lt;/em&gt; and &lt;em&gt;for&lt;/em&gt; its users, robust enough to leave the lab bench and enter clinical practice. Developing this application justified hiring a dedicated research engineer.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/remi/logiciel-prototype.png"
alt="Interface of the prototype data-collection software (fig. 3.11, M. Roux thesis)."&gt;&lt;figcaption&gt;
&lt;p&gt;Interface of the prototype data-collection software (fig. 3.11, M. Roux thesis).&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;video controls &gt;
&lt;source src="https://celine-fouard.fr/media/demo-logiciel.mp4" type="video/mp4"&gt;
&lt;/video&gt;
&lt;p&gt;&lt;em&gt;Demo video of the software, presented at the project&amp;rsquo;s first conference (in French).&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="representing-cases-to-compare-them"&gt;Representing cases to compare them&lt;/h2&gt;
&lt;p&gt;Comparing two patients requires a sound &lt;strong&gt;similarity&lt;/strong&gt; measure between cases. The project relies on an &lt;strong&gt;autoencoder&lt;/strong&gt;: a neural network that learns to represent each case in a compact latent space, where geometric proximity reflects clinical similarity. Retrieval of relevant cases then takes place in that space.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/remi/espace-latent.png"
alt="Retrieval of similar cases in the learned latent space (fig. 4.4, M. Roux thesis)."&gt;&lt;figcaption&gt;
&lt;p&gt;Retrieval of similar cases in the learned latent space (fig. 4.4, M. Roux thesis).&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2 id="project-leadership-and-funding"&gt;Project leadership and funding&lt;/h2&gt;
&lt;p&gt;Started in 2021 with Prof. Rafaëlle Spear, the project gradually brought together three sites (TIMC in Grenoble, LTSI in Rennes, Grenoble Alpes University Hospital) and was supported by &lt;strong&gt;€284,450&lt;/strong&gt; raised from four funding sources.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Period&lt;/th&gt;
&lt;th&gt;Project / scheme&lt;/th&gt;
&lt;th&gt;Co-lead(s)&lt;/th&gt;
&lt;th&gt;Funding obtained&lt;/th&gt;
&lt;th&gt;Source&lt;/th&gt;
&lt;th&gt;Amount&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;2021–2022&lt;/td&gt;
&lt;td&gt;REMI-ORIA&lt;/td&gt;
&lt;td&gt;Rafaëlle Spear&lt;/td&gt;
&lt;td&gt;Equipment&lt;/td&gt;
&lt;td&gt;EMERGENCE (TIMC laboratory)&lt;/td&gt;
&lt;td&gt;€12,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2022–2023&lt;/td&gt;
&lt;td&gt;&lt;em&gt;User-centered development for data collection in endovascular revascularization&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Rafaëlle Spear &amp;amp; Alexandre Demeure&lt;/td&gt;
&lt;td&gt;2 Master&amp;rsquo;s (M2) interns (Laure Chatenet &amp;amp; Clément Gasse)&lt;/td&gt;
&lt;td&gt;MIAI@Grenoble Alpes (ANR-19-P3IA-0003)&lt;/td&gt;
&lt;td&gt;€11,200&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2024–2025&lt;/td&gt;
&lt;td&gt;&lt;em&gt;CAMI-assistant chair&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Sandrine Voros&lt;/td&gt;
&lt;td&gt;1 research engineer for one year (Romaric Ruga) + equipment&lt;/td&gt;
&lt;td&gt;MIAI@Grenoble Alpes (ANR-19-P3IA-0003)&lt;/td&gt;
&lt;td&gt;€66,056&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2024–2026&lt;/td&gt;
&lt;td&gt;Decision support — REMI&lt;/td&gt;
&lt;td&gt;Rafaëlle Spear &amp;amp; Pascal Haigron&lt;/td&gt;
&lt;td&gt;1 PhD student (Margaux Roux)&lt;/td&gt;
&lt;td&gt;LabeX CAMI&lt;/td&gt;
&lt;td&gt;€160,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2026–2027&lt;/td&gt;
&lt;td&gt;Clinical deployment and validation of an AI tool&lt;/td&gt;
&lt;td&gt;Rafaëlle Spear&lt;/td&gt;
&lt;td&gt;Thesis completion + 1 intern + software subcontracting&lt;/td&gt;
&lt;td&gt;Fondation pour l&amp;rsquo;Avenir&lt;/td&gt;
&lt;td&gt;€35,194&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€284,450&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="supervision-and-collaborations"&gt;Supervision and collaborations&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Margaux Roux&lt;/strong&gt;, PhD student — thesis &lt;em&gt;&amp;ldquo;Decision support for lower-limb endovascular revascularization&amp;rdquo;&lt;/em&gt;, defended on 16 December 2025 (co-supervision at 33% with R. Spear and P. Haigron).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Laure Chatenet&lt;/strong&gt; and &lt;strong&gt;Clément Gasse&lt;/strong&gt;, Master&amp;rsquo;s (M2) interns.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Romaric Ruga&lt;/strong&gt;, research engineer (finalizing the data-collection software).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prof. Rafaëlle Spear&lt;/strong&gt; (PU-PH, vascular surgery, Grenoble Alpes University Hospital) — clinical co-lead since the project&amp;rsquo;s inception.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prof. Pascal Haigron&lt;/strong&gt; (University of Rennes, LTSI) — thesis co-supervisor.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sandrine Voros&lt;/strong&gt; (TIMC) and &lt;strong&gt;Alexandre Demeure&lt;/strong&gt; — co-leads on funding schemes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="publications"&gt;Publications&lt;/h2&gt;
&lt;ul class="pubs-by-tag"&gt;
&lt;li&gt;
&lt;strong&gt;2025&lt;/strong&gt;.
Roux Margaux, Spear Rafaëlle, Fouard Céline, Haigron Pascal —
&lt;a href="https://celine-fouard.fr/publication/2025-roux-ijmi/"&gt;Retrieving similar cases for clinical decision support in the context of revascularization of lower limbs&lt;/a&gt;. &lt;em&gt;International Journal of Medical Informatics, Vol 201, pp105931&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2024&lt;/strong&gt;.
Roux Margaux, Spear Rafaëlle, Haigron Pascal, Demeure Alexandre, Fouard Céline —
&lt;a href="https://celine-fouard.fr/publication/2024-roux-embc/"&gt;Toward Decision Support System for Lower Limb Endovascular Revascularization&lt;/a&gt;. &lt;em&gt;2024 46th Annual International Conference of the IEEE Engineering in Medicine and Biology Society&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2023&lt;/strong&gt;.
Spear Rafaëlle, Fouard Céline, Demeure Alexandre, Gasse Clément, Chatenet Laure —
&lt;a href="https://celine-fouard.fr/publication/2023-spear-avs/"&gt;User-centered design for the development of a patient monitoring software for peripheral arterial disease&lt;/a&gt;. &lt;em&gt;Annals of Vascular Surgery&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;Together with
, this project anchors my work in
— with one constant requirement: interpretable methods, genuinely usable tools, and an ongoing dialogue with clinicians.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>LPR: from a lab idea to a clinical prototype</title><link>https://celine-fouard.fr/projects/lpr/</link><pubDate>Mon, 01 Jun 2020 00:00:00 +0000</pubDate><guid>https://celine-fouard.fr/projects/lpr/</guid><description>&lt;p&gt;&lt;em&gt;Taking a medical robot from concept to first-in-human trials: TRL maturation, quality assurance, risk analysis and industrial spin-off.&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="the-clinical-gesture"&gt;The clinical gesture&lt;/h2&gt;
&lt;p&gt;Inserting a needle under image guidance is a common interventional-radiology procedure: for a biopsy or tumour ablation, the clinician acquires a volume image, plans a trajectory on one slice, then inserts the needle. The gesture is delicate — at the moment of insertion the radiologist has very few guidance tools and relies mostly on experience and on memorising the chosen slice. Under CT, checking the trajectory means repeated control images, hence radiation and back-and-forth; under MRI, the gesture becomes almost impossible to perform by hand inside the bore.&lt;/p&gt;
&lt;div style="display:flex; gap:1rem; align-items:flex-start; margin:1.5rem 0;"&gt;
&lt;figure style="flex:1; margin:0;"&gt;
&lt;img src="radioInter00.png" alt="The interventional-radiology gesture in context" style="width:100%; border-radius:8px;"&gt;
&lt;/figure&gt;
&lt;figure style="flex:1; margin:0;"&gt;
&lt;img src="radioInter01.png" alt="The radiologist memorises the slice on which the needle trajectory was planned" style="width:100%; border-radius:8px;"&gt;
&lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;The LPR (&lt;em&gt;Light Puncture Robot&lt;/em&gt;) addresses this: a lightweight robot placed directly on the patient to follow its motion as closely as possible, able to hold, position and insert the needle under the clinician&amp;rsquo;s control. It is compatible with both X-ray CT and MRI — therefore built entirely from non-ferromagnetic materials — and registers itself automatically in the image. The video below sums it up, from registration to needle positioning:&lt;/p&gt;
&lt;div class="lpr-video-pleine-largeur"&gt;
&lt;video controls &gt;
&lt;source src="https://celine-fouard.fr/media/lpr-demo.mp4" type="video/mp4"&gt;
&lt;/video&gt;
&lt;/div&gt;
&lt;style&gt;.lpr-video-pleine-largeur video{width:100%;height:auto;border-radius:8px;}&lt;/style&gt;
&lt;h2 id="climbing-the-trls"&gt;Climbing the TRLs&lt;/h2&gt;
&lt;p&gt;The real challenge with a medical device isn&amp;rsquo;t having the idea: it&amp;rsquo;s pushing it up the technology-readiness levels (TRL) until it can be tested on humans. Here is the path the LPR travelled, from concept (TRL 1) to clinical prototype (TRL 6):&lt;/p&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;&lt;img alt="LPR technology-readiness ladder, from concept to clinical prototype, with one prototype per step"
src="https://celine-fouard.fr/projects/lpr/montee-trl-lpr.svg"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;The first steps were quick: observing the clinical procedure, the first design, the first prototype (the α prototype, already there when I joined the team). The real work started afterwards. &lt;strong&gt;Moving from TRL 4 to TRL 5&lt;/strong&gt; — from a lab-validated robot to one cleared for testing on humans — took far more than research: a redesign of the code under &lt;strong&gt;quality assurance&lt;/strong&gt;, a full &lt;strong&gt;risk analysis&lt;/strong&gt;, and outside expertise. We worked with our partner &lt;strong&gt;Axe Systems&lt;/strong&gt; to manufacture the mechanical part under quality assurance, and with the clinical investigation centre (&lt;strong&gt;CIC-IT&lt;/strong&gt;) of Grenoble Alpes University Hospital and the company &lt;strong&gt;SQI&lt;/strong&gt; for risk analysis and quality-controlled development. This file secured clearance from the French medicines agency (&lt;strong&gt;ANSM&lt;/strong&gt;) and let us build a protocol guaranteeing the robot&amp;rsquo;s safety for &lt;strong&gt;preclinical trials on healthy subjects in MRI&lt;/strong&gt;, without needle insertion.&lt;/p&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="The LPR shown as a CAD model registered in the MRI image, inside the CamiTK guidance software rebuilt under quality assurance — the redesign was also a software one"
srcset="https://celine-fouard.fr/projects/lpr/lprOnPatient_hu_ba3073dca1f72032.webp 320w, https://celine-fouard.fr/projects/lpr/lprOnPatient_hu_ba9555da4007ba4f.webp 480w, https://celine-fouard.fr/projects/lpr/lprOnPatient_hu_20698b9e9e2e7f33.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://celine-fouard.fr/projects/lpr/lprOnPatient_hu_ba3073dca1f72032.webp"
width="760"
height="475"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;
&lt;img alt="Preclinical trials of the LPR on a healthy subject in MRI, monitored by two engineers"
srcset="https://celine-fouard.fr/projects/lpr/robacusIRM_hu_e71a0ec08183493c.webp 320w, https://celine-fouard.fr/projects/lpr/robacusIRM_hu_b17c4ee9d0f5f74f.webp 480w, https://celine-fouard.fr/projects/lpr/robacusIRM_hu_a675667781958f3c.webp 760w"
sizes="(max-width: 480px) 100vw, (max-width: 768px) 90vw, (max-width: 1024px) 80vw, 760px"
src="https://celine-fouard.fr/projects/lpr/robacusIRM_hu_e71a0ec08183493c.webp"
width="760"
height="549"
loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;These trials mobilised, over two years, a ten-person team that I coordinated (3 from the CIC-IT, 3 from TIMC, 2 from Axe Systems, 2 from SQI).&lt;/p&gt;
&lt;blockquote class="border-l-4 border-neutral-300 dark:border-neutral-600 pl-4 italic text-neutral-600 dark:text-neutral-400 my-6"&gt;
&lt;p&gt;Moving from TRL 4 to TRL 5 means rewriting the code under quality assurance, running a risk analysis, and making research, clinical and industry teams work together. That is exactly the work a company expects when it wants to turn a promising prototype into a credible device.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The next step — industrialisation — could no longer happen in the lab. So I led a &lt;strong&gt;start-up&lt;/strong&gt; project built on the robot, supported by Grenoble&amp;rsquo;s tech-transfer office (&lt;strong&gt;SATT Linksium&lt;/strong&gt;), first in &lt;strong&gt;maturation&lt;/strong&gt; (2017) then in &lt;strong&gt;incubation&lt;/strong&gt; (2018–2019). This phase produced &lt;strong&gt;two patents&lt;/strong&gt; and &lt;strong&gt;two applications to the national BPI i-Lab innovation contest&lt;/strong&gt; (2018 and 2019). The feedback was excellent — 17/20 on the technology dimension, 14.6/20 on the financial dimension, 14.8/20 overall — but the project was ultimately not funded. I recruited and supervised an engineer (Jérémy Lenfant) and then two successive co-founders for the business side (Bertrand Perrin, then Antoine Bourrier).&lt;/p&gt;
&lt;h2 id="project-management-the-funding"&gt;Project management: the funding&lt;/h2&gt;
&lt;p&gt;Beyond the technical side, the LPR was a long exercise in coordination at the research / clinical / industry interface, backed by a series of grants I secured and ran:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Project&lt;/th&gt;
&lt;th&gt;Role&lt;/th&gt;
&lt;th&gt;Funder / type&lt;/th&gt;
&lt;th&gt;Partners&lt;/th&gt;
&lt;th&gt;Period&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Robacus&lt;/td&gt;
&lt;td&gt;Coordinator&lt;/td&gt;
&lt;td&gt;ANR TecSan — ANR-11-TECS-020-01&lt;/td&gt;
&lt;td&gt;TIMC, LIRMM, Grenoble Alpes Univ. Hospital (CIC-IT, radiology), Axe Systems&lt;/td&gt;
&lt;td&gt;2012–2015&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LPROP&lt;/td&gt;
&lt;td&gt;Coordinator&lt;/td&gt;
&lt;td&gt;Carnot LSI Institute — pre-maturation&lt;/td&gt;
&lt;td&gt;TIMC&lt;/td&gt;
&lt;td&gt;2015–2016&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Emergence (×2)&lt;/td&gt;
&lt;td&gt;Coordinator&lt;/td&gt;
&lt;td&gt;TIMC — internal (equipment &amp;amp; interns)&lt;/td&gt;
&lt;td&gt;TIMC&lt;/td&gt;
&lt;td&gt;2016–2017&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LPR maturation&lt;/td&gt;
&lt;td&gt;Coordinator&lt;/td&gt;
&lt;td&gt;SATT Linksium&lt;/td&gt;
&lt;td&gt;TIMC, Linksium&lt;/td&gt;
&lt;td&gt;2017&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LPR incubation&lt;/td&gt;
&lt;td&gt;Coordinator&lt;/td&gt;
&lt;td&gt;SATT Linksium&lt;/td&gt;
&lt;td&gt;Linksium, co-founders&lt;/td&gt;
&lt;td&gt;2018–2019&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="behind-the-scenes-remote-control-of-the-robot"&gt;Behind the scenes: remote control of the robot&lt;/h2&gt;
&lt;p&gt;In collaboration with the &lt;strong&gt;LIRMM team (Montpellier)&lt;/strong&gt;, a partner in the Robacus project, we demonstrated real-time remote control of the robot through a force-feedback teleoperation interface — a step toward a gesture where the radiologist would drive insertion from the control room, without radiation exposure. This feasibility demo was not taken further, but it nicely illustrates the flexibility of the guidance software&amp;rsquo;s architecture, built on
, the medical-application prototyping framework I co-develop: its modularity made it possible to reuse code from one prototype version to the next, rather than rewriting everything.&lt;/p&gt;
&lt;!-- Teleoperation video (teleoperation-lirmm.mp4) to insert here once editing is done. --&gt;
&lt;video controls &gt;
&lt;source src="https://celine-fouard.fr/media/teleoperation-lirmm.mp4" type="video/mp4"&gt;
&lt;/video&gt;
&lt;h2 id="skills-brought-to-bear"&gt;Skills brought to bear&lt;/h2&gt;
&lt;p&gt;Multi-partner project coordination (research · clinical · industry) · &lt;strong&gt;quality-assured&lt;/strong&gt; and &lt;strong&gt;risk-analysed&lt;/strong&gt; development of a medical device · running regulated &lt;strong&gt;preclinical trials&lt;/strong&gt; on healthy subjects · &lt;strong&gt;TRL maturation&lt;/strong&gt; of a software component, from concept to clinical prototype · industrial &lt;strong&gt;maturation and incubation&lt;/strong&gt; (patent drafting, business plan, team recruitment) · modular, reusable software architecture for medical prototyping.&lt;/p&gt;
&lt;h2 id="related-publications"&gt;Related publications&lt;/h2&gt;
&lt;ul class="pubs-by-tag"&gt;
&lt;li&gt;
&lt;strong&gt;2022&lt;/strong&gt;.
Fouard Céline, Lenfant Jérémy, Ganesaratnam Gokularajah, Hungr Nikolaï —
&lt;a href="https://celine-fouard.fr/publication/2022-fouard-patent/"&gt;Connector for cables&lt;/a&gt;. &lt;em&gt;US Patent&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2018&lt;/strong&gt;.
Ghelfi Julien, Moreau-Gaudry Alexandre, Hungr Nikolaï, Fourd Céline, Veron Baptiste, Medici Maud, Chipon Émilie, Cinquin Philippe, Bricault Ivan —
&lt;a href="https://celine-fouard.fr/publication/2018-ghelfi-cir/"&gt;Evaluation of the needle positioning accuracy of a light puncture robot under MRI guidance: results of a clinical trial on healthy volunteers&lt;/a&gt;. &lt;em&gt;Cardiovascular and interventional radiology, vol 41 no 9&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2016&lt;/strong&gt;.
Hungr Nikolaï, Bricault Ivan, Cinquin Philippe, Fouard Céline —
&lt;a href="https://celine-fouard.fr/publication/2016-hungr-tr/"&gt;Design and validation of a CT-and MRI-guided robot for percutaneous needle procedures&lt;/a&gt;. &lt;em&gt;IEEE transactions on robotics, vol 32 Issue 4&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2014&lt;/strong&gt;.
Dorileo Ederson, Hungr Nikolaï, Zemiti Nabil, Fouard Céline, Poignet Philippe —
&lt;a href="https://celine-fouard.fr/publication/2014-dorileo-ijcars/"&gt;A modular CT/MRI-guided teleoperation platform for robot assisted punctures planning&lt;/a&gt;. &lt;em&gt;CARS 2014-28th International Congress and Exhibition on Computer Assisted Radiology and Surgery&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2014&lt;/strong&gt;.
Dorileo Ederson, Zemiti Nabil, Poignet Philippe, Hungr Nikolaï, Bricault Ivan, Fouard Céline —
&lt;a href="https://celine-fouard.fr/publication/2014-dorileo-surgetica/"&gt;Observations of Lightly Flexible Needle Deflection in 3D CT/MRI&lt;/a&gt;. &lt;em&gt;Proceedings of Surgetica 2014&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2011&lt;/strong&gt;.
Hungr Nikolaï, Fouard Céline, Robert Adeline, Bricault Ivan, Cinquin Philippe —
&lt;a href="https://celine-fouard.fr/publication/2011-hungr-miccai/"&gt;Interventional radiology robot for CT and MRI guided percutaneous interventions&lt;/a&gt;. &lt;em&gt;Proceedings of the 14th international conference on Medical image Ccomputing and Computer-Assisted Intervention (MICCAI)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2008&lt;/strong&gt;.
Zemiti Nabil, Bricault Ivan, Fouard Céline, Sanche Bénédicte, Cinquin Philippe —
&lt;a href="https://celine-fouard.fr/publication/2008-zemiti-tm/"&gt;LPR: A CT and MR-compatible puncture robot to enhance accuracy and safety of image-guided interventions&lt;/a&gt;. &lt;em&gt;IEEE/ASME Transactions on Mechatronics&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2008&lt;/strong&gt;.
Bricault Ivan, Zemiti Nabil, Jouniaux Émilie, Fouard Céline, Taillant Élise, Dorandeu Frédéric, Cinquin Philippe —
&lt;a href="https://celine-fouard.fr/publication/2008-bricault-embm/"&gt;Light Puncture Robot for CT and MRI Interventions&lt;/a&gt;. &lt;em&gt;IEEE Engineering in Medicine and Biology Magazine&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Automatically locating organs in CT images</title><link>https://celine-fouard.fr/projects/these-samarakoon/</link><pubDate>Fri, 30 Sep 2016 00:00:00 +0000</pubDate><guid>https://celine-fouard.fr/projects/these-samarakoon/</guid><description>&lt;p&gt;&lt;em&gt;My first turn toward machine learning — taken, with this student, two years before the deep-learning boom.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In the continuation of the
project, I co-supervised with Emmanuel Promayon the PhD of &lt;strong&gt;Prasad Samarakoon&lt;/strong&gt;, defended on 30 September 2016 at Université Grenoble Alpes (funded by the French ANR TecSan project &amp;ldquo;Robacus&amp;rdquo;). This is the project that tipped me toward &lt;strong&gt;machine learning&lt;/strong&gt; applied to medical imaging. We started two years &lt;em&gt;before&lt;/em&gt; the rise of deep-learning segmentation: so we bet not on deep neural networks, but on &lt;strong&gt;decision-tree forests&lt;/strong&gt; (&lt;em&gt;random forests&lt;/em&gt;) — a clear-eyed choice for the time, and a formative one.&lt;/p&gt;
&lt;blockquote class="border-l-4 border-neutral-300 dark:border-neutral-600 pl-4 italic text-neutral-600 dark:text-neutral-400 my-6"&gt;
&lt;p&gt;What this thesis really gave me was not one more method: it was an early familiarity with the &lt;strong&gt;strengths and the limits&lt;/strong&gt; of learning-based approaches — first among them their surprising robustness.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="the-challenge-locating-not-segmenting"&gt;The challenge: locating, not segmenting&lt;/h2&gt;
&lt;p&gt;To plan a puncture assisted by the LPR robot, one must first locate, in the CT scan, the target organs and those to avoid — a step still done &lt;em&gt;by hand&lt;/em&gt; by the clinician, tedious and costly in expert time. Rather than aiming straight for full segmentation (delineating every contour), we tackled the more tractable and equally useful problem of &lt;strong&gt;localization&lt;/strong&gt;: enclosing each organ in a bounding box, automatically.&lt;/p&gt;
&lt;h2 id="the-contribution"&gt;The contribution&lt;/h2&gt;
&lt;p&gt;Beyond a thorough analysis of the method, the thesis produced two contributions of real practical reach:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the &lt;strong&gt;Light Random Regression Forests&lt;/strong&gt;: a faster and far more memory-efficient model, at equivalent accuracy — and therefore easier to embed and deploy;&lt;/li&gt;
&lt;li&gt;an &lt;strong&gt;automatic parametrization&lt;/strong&gt; that removes settings previously fixed &amp;ldquo;by hand&amp;rdquo;, making the method more robust and more reproducible from one dataset to another.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/these-samarakoon/pipeline-rrf.png"
alt="The regression-forest pipeline: training-set preparation, preprocessing, training, then prediction (data in yellow, algorithmic steps in blue)"&gt;&lt;figcaption&gt;
&lt;p&gt;The regression-forest pipeline: training-set preparation, preprocessing, training, then prediction (data in yellow, algorithmic steps in blue)&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2 id="robustness--and-bias-the-phantom-kidney-story"&gt;Robustness — and bias: the phantom-kidney story&lt;/h2&gt;
&lt;p&gt;One experiment remains, for me, the perfect illustration of what these methods really are. To learn to locate the kidneys, our training database — built from experts&amp;rsquo; manual delineations (ours and those of the team&amp;rsquo;s PhD students) — contained only patients &lt;strong&gt;with two kidneys&lt;/strong&gt;. During the testing phase, the radiologist handed us the image of a patient who had &lt;strong&gt;only one&lt;/strong&gt;. The algorithm dutifully found… &lt;strong&gt;two bounding boxes&lt;/strong&gt;, placing a &amp;ldquo;phantom kidney&amp;rdquo; exactly where statistics expected it.&lt;/p&gt;
&lt;p&gt;Even then, we were alert to a truth that has lost none of its relevance: &lt;strong&gt;a model is only the reflection of the data it is shown.&lt;/strong&gt; The quality and representativeness of the training set matter as much as the algorithm itself.&lt;/p&gt;
&lt;h2 id="what-this-project-represented"&gt;What this project represented&lt;/h2&gt;
&lt;p&gt;With the rise of deep learning, this forest-based localization strategy was later set aside — but it was decisive. It let me approach the machine-learning turn &lt;strong&gt;from the foundations&lt;/strong&gt;, at a time when one still took the time to understand &lt;em&gt;why&lt;/em&gt; a method works, what it guarantees, and where it fails. That perspective — robustness, generalization, vigilance about the data — is exactly what I bring today to medical-application prototyping.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Skills involved:&lt;/strong&gt; doctoral co-supervision · machine learning applied to medical imaging · design of robust, automatic methods · building and critically assessing training datasets.&lt;/p&gt;
&lt;h2 id="related-publications"&gt;Related publications&lt;/h2&gt;
&lt;ul class="pubs-by-tag"&gt;
&lt;li&gt;
&lt;strong&gt;2017&lt;/strong&gt;.
Samarakoon Prasad N, Promayon Emmanuel, Fouard Céline —
&lt;a href="https://celine-fouard.fr/publication/2017-samarakoon-isbi/"&gt;Light Random Regression Forests for automatic multi-organ localization in CT images&lt;/a&gt;. &lt;em&gt;2017 IEEE 14th International Symposium on Biomedical Imaging (ISBI 2017)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2014&lt;/strong&gt;.
Saramakoon Prasad, Promayon Emmanuel, Fouard Céline —
&lt;a href="https://celine-fouard.fr/publication/2014-samarakoon-surgetica/"&gt;Fully Automatic Organ Localization in Medical Images Using Improved Random Regression Forests&lt;/a&gt;. &lt;em&gt;Proceedings of Surgetica 2014&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Medical Image Analysis</title><link>https://celine-fouard.fr/projects/imageanalysis/</link><pubDate>Wed, 01 Oct 2014 00:00:00 +0000</pubDate><guid>https://celine-fouard.fr/projects/imageanalysis/</guid><description>&lt;p&gt;When I joined the
research group at TIMC laboratory in 2006, I contributed my expertise in medical image processing and analysis to three ongoing applied projects led by my colleagues. These collaborations allowed me to tackle diverse clinical challenges — from real-time surgical vision to oncological dose computation — while immersing myself in the tools and culture of the team.&lt;/p&gt;
&lt;blockquote class="border-l-4 border-neutral-300 dark:border-neutral-600 pl-4 italic text-neutral-600 dark:text-neutral-400 my-6"&gt;
&lt;p&gt;These three projects are grounded in rigorous academic knowledge production: each contribution led to publications in international peer-reviewed journals and conferences, or to a patent filing. The skills described here were forged &lt;em&gt;alongside&lt;/em&gt; that scientific output — they are its direct product.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;These three projects embody a conviction that has shaped my entire approach: &lt;strong&gt;a medical image is only as good as its usability by the clinician, at the right moment and in the right context&lt;/strong&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="prostate-brachytherapy--orientation-of-iodine-125-seeds"&gt;Prostate Brachytherapy — Orientation of Iodine-125 Seeds&lt;/h2&gt;
&lt;blockquote class="border-l-4 border-neutral-300 dark:border-neutral-600 pl-4 italic text-neutral-600 dark:text-neutral-400 my-6"&gt;
&lt;p&gt;&lt;em&gt;Project led by Jocelyne Troccaz (TIMC-GMCAO)&lt;/em&gt;&lt;br&gt;
Co-supervision of post-doctoral researcher &lt;strong&gt;Giao Nguyen&lt;/strong&gt; (50%, with Jocelyne Troccaz)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id="context"&gt;Context&lt;/h3&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/imageanalysis/prostateBrachytherapy-context.webp"
alt="Transperineal implantation guided by ultrasound — clinical context"&gt;&lt;figcaption&gt;
&lt;p&gt;Transperineal implantation guided by ultrasound — clinical context&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Prostate brachytherapy involves implanting radioactive iodine-125 seeds directly into the prostate gland. Calculating the radiation dose absorbed by tumour tissue — &lt;strong&gt;dosimetry&lt;/strong&gt; — is critical for evaluating treatment effectiveness and anticipating side effects. At the time, dosimetry tools modelled seeds as &lt;strong&gt;isotropic point sources&lt;/strong&gt;, ignoring their actual orientation within the tissue.&lt;/p&gt;
&lt;p&gt;The research question: &lt;em&gt;does seed orientation influence dosimetry enough to warrant its inclusion in clinical software?&lt;/em&gt;&lt;/p&gt;
&lt;h3 id="contributions"&gt;Contributions&lt;/h3&gt;
&lt;p&gt;To answer this, we first needed to &lt;strong&gt;automatically detect and localise seeds&lt;/strong&gt; in post-operative CT images — a challenging task, as seeds are small, closely spaced, and may overlap in projection.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/imageanalysis/prostateBrachytherapy-02.png"
alt="Implanted seeds as visible in a CT slice: single seeds, clustered seeds, and pelvic bones"&gt;&lt;figcaption&gt;
&lt;p&gt;Implanted seeds as visible in a CT slice: single seeds, clustered seeds, and pelvic bones&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;We developed a complete pipeline for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Segmentation&lt;/strong&gt; of iodine seeds in CT images&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Separation&lt;/strong&gt; of seeds that touch or overlap&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pose estimation&lt;/strong&gt; (3D position + orientation) of each individual seed&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/imageanalysis/prostateBrachytherapy-01.png"
alt="3D localisation of brachytherapy seeds in the prostate (CamiTK visualisation)"&gt;&lt;figcaption&gt;
&lt;p&gt;3D localisation of brachytherapy seeds in the prostate (CamiTK visualisation)&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Results confirmed that seed orientation had a &lt;strong&gt;measurable impact on dosimetry&lt;/strong&gt; — a clinically significant finding for post-operative evaluation and treatment follow-up.&lt;/p&gt;
&lt;h3 id="skills-applied"&gt;Skills Applied&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;3D medical image processing (CT)&lt;/li&gt;
&lt;li&gt;Geometric modelling of radioactive sources&lt;/li&gt;
&lt;li&gt;Software development and integration into the &lt;strong&gt;CamiTK&lt;/strong&gt; platform for clinical use&lt;/li&gt;
&lt;li&gt;Validation protocols on real patient data&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="related-publications"&gt;Related Publications&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[IEEE TBME 2015]&lt;/strong&gt; H.-G. Nguyen, C. Fouard, J. Troccaz — &lt;em&gt;Segmentation, separation and pose estimation of prostate brachytherapy seeds in CT images&lt;/em&gt; —
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[Cancer/Radiothérapie 2014]&lt;/strong&gt; F. Meneu, H. Nguyen, C. Fouard et al. — &lt;em&gt;Impact de l&amp;rsquo;orientation des grains iode 125 dans l&amp;rsquo;évaluation de la dosimétrie à 1 mois&lt;/em&gt; —
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[Physica Medica 2013]&lt;/strong&gt; F. Meneu, G. Nguyen et al. — &lt;em&gt;Consideration of seeds orientation in prostate brachytherapy and dosimetry analysis&lt;/em&gt; —
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="3d-ultrasound-based-bone-tracking"&gt;3D Ultrasound-Based Bone Tracking&lt;/h2&gt;
&lt;blockquote class="border-l-4 border-neutral-300 dark:border-neutral-600 pl-4 italic text-neutral-600 dark:text-neutral-400 my-6"&gt;
&lt;p&gt;&lt;em&gt;Co-supervision at 50%, with Jocelyne Troccaz&lt;/em&gt;&lt;br&gt;
PhD thesis of &lt;strong&gt;Jonathan Schers&lt;/strong&gt; (2006–2009)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/imageanalysis/us-bone-tracking-02.png"
alt="Ultrasound-guided orthopaedic intervention: the clinical context"&gt;&lt;figcaption&gt;
&lt;p&gt;Ultrasound-guided orthopaedic intervention: the clinical context&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h3 id="context-1"&gt;Context&lt;/h3&gt;
&lt;p&gt;Orthopaedic procedures — prosthesis placement, osteotomies — require &lt;strong&gt;real-time tracking of bone structures&lt;/strong&gt; during surgery. Classical techniques rely either on X-ray imaging (radiation) or on invasive bone markers. The goal of this project was to explore a &lt;strong&gt;minimally invasive&lt;/strong&gt; alternative: tracking bone structures using &lt;strong&gt;3D ultrasound&lt;/strong&gt;.&lt;/p&gt;
&lt;h3 id="contributions-1"&gt;Contributions&lt;/h3&gt;
&lt;p&gt;We proposed a per-operative tracking method based on &lt;strong&gt;3D/3D ultrasound image registration&lt;/strong&gt;: from a reference volume acquired at the start of the procedure, bone displacements are tracked by registering each new acquisition against that reference.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/imageanalysis/us-bone-tracking-03.png"
alt="Segmentation of the bone surface in an ultrasound image"&gt;&lt;figcaption&gt;
&lt;p&gt;Segmentation of the bone surface in an ultrasound image&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Key scientific contributions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Segmentation of bone surfaces&lt;/strong&gt; in ultrasound images (noisy signal, reflection artefacts)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Rigid and deformable registration&lt;/strong&gt; methods adapted to the ultrasound modality&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Panoramic reconstruction&lt;/strong&gt; from multiple partial acquisitions&lt;/li&gt;
&lt;li&gt;Evaluation on cadaveric anatomical specimens&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="skills-applied-1"&gt;Skills Applied&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Ultrasound signal processing&lt;/li&gt;
&lt;li&gt;Multimodal medical image registration&lt;/li&gt;
&lt;li&gt;Design of a ground-truth-free registration validation method&lt;/li&gt;
&lt;li&gt;Doctoral co-supervision (50%)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="related-publications-1"&gt;Related Publications&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[IUS 1007]&lt;/strong&gt; J. Schers, J. Troccaz, V. Daanen, C. Fouard, C. Plaskos, P. Kilian - &lt;em&gt;3D/4D ultrasound registration of bone&lt;/em&gt; -
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[IJCARS 2009]&lt;/strong&gt; J. Schers, J. Troccaz, C. Fouard, C. Plaskos, O. Palombi — &lt;em&gt;3D/3D ultrasound registration for panoramic volume reconstruction&lt;/em&gt; —
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;[CAOS 2010]&lt;/strong&gt; J. Schers, C. Fouard, J. Troccaz — &lt;em&gt;Non invasive ultrasound-based bone tracking&lt;/em&gt; —
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="distributed-laparoscopy--extended-view-of-the-surgical-field"&gt;Distributed Laparoscopy — Extended View of the Surgical Field&lt;/h2&gt;
&lt;blockquote class="border-l-4 border-neutral-300 dark:border-neutral-600 pl-4 italic text-neutral-600 dark:text-neutral-400 my-6"&gt;
&lt;p&gt;&lt;em&gt;Co-supervision at 50%, with Philippe Cinquin&lt;/em&gt;&lt;br&gt;
PhD thesis of &lt;strong&gt;Christophe Boschet&lt;/strong&gt; (2007–2010)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/imageanalysis/distributive-laparoscopy-02.jpg"
alt="Standard laparoscopy: a single camera, a narrow field of view"&gt;&lt;figcaption&gt;
&lt;p&gt;Standard laparoscopy: a single camera, a narrow field of view&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h3 id="context-2"&gt;Context&lt;/h3&gt;
&lt;p&gt;During a laparoscopic procedure, the surgeon&amp;rsquo;s field of view is &lt;strong&gt;very narrow&lt;/strong&gt;: the endoscopic camera, inserted through a trocar, only covers a small portion of the abdominal cavity. The surgeon must constantly reposition the camera to explore the operative field, which is cognitively demanding and lengthens procedures.&lt;/p&gt;
&lt;p&gt;The idea: replace a single high-resolution camera with &lt;strong&gt;several small, distributed miniature cameras&lt;/strong&gt; (similar to the phone cameras of the day), and &lt;strong&gt;reconstruct a real-time 3D panoramic view&lt;/strong&gt; of the operative zone.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/imageanalysis/distributive-laparoscopy-01.jpg"
alt="Standard laparoscopy: a single camera, a narrow field of view"&gt;&lt;figcaption&gt;
&lt;p&gt;Standard laparoscopy: a single camera, a narrow field of view&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h3 id="contributions-2"&gt;Contributions&lt;/h3&gt;
&lt;p&gt;This project posed novel challenges at the intersection of computer vision and embedded computing:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Calibration&lt;/strong&gt; of multiple miniature cameras in an endoscopic configuration&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;3D reconstruction&lt;/strong&gt; of the surgical field via distributed stereovision&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fusion of video streams&lt;/strong&gt; to produce a coherent augmented view&lt;/li&gt;
&lt;li&gt;Integration into the CamiTK platform and prototyping for pre-clinical experimentation&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/imageanalysis/distributive-laparoscopy-03.jpg"
alt="3D reconstruction of the operative field from multiple cameras (CamiTK)"&gt;&lt;figcaption&gt;
&lt;p&gt;3D reconstruction of the operative field from multiple cameras (CamiTK)&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The project remained at the research prototype stage but led to a &lt;strong&gt;European patent filing&lt;/strong&gt;.&lt;/p&gt;
&lt;h3 id="skills-applied-2"&gt;Skills Applied&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Stereoscopic computer vision&lt;/li&gt;
&lt;li&gt;Multi-camera optical system calibration&lt;/li&gt;
&lt;li&gt;Hardware/software integration&lt;/li&gt;
&lt;li&gt;Patent writing&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="related-output"&gt;Related Output&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[Patent EP 2016]&lt;/strong&gt; P. Cinquin, S. Voros, C. Boschet, C. Fouard, A. Moreau-Gaudry — &lt;em&gt;Imaging system for the three dimensional observation of an operation field&lt;/em&gt; —
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="what-these-projects-taught-me"&gt;What These Projects Taught Me&lt;/h2&gt;
&lt;p&gt;These three collaborations were a &lt;strong&gt;practical school in medical prototyping&lt;/strong&gt; — and far more than a checklist of technical skills.&lt;/p&gt;
&lt;p&gt;I learned to work with real, imperfect clinical data, often without ground truth available to validate the algorithms. I developed the reflex of &lt;strong&gt;designing rigorous evaluation protocols&lt;/strong&gt; where standard benchmarks didn&amp;rsquo;t exist, and of &lt;strong&gt;integrating operating room constraints&lt;/strong&gt; from the design phase — time pressure, sterility requirements, ergonomics for the surgeon.&lt;/p&gt;
&lt;p&gt;I also shaped my collaborative approach: learning to ask the right questions to clinicians, to translate a medical need into an algorithmic problem, to deliver tools integrated into a software platform usable by non-computer-scientists.&lt;/p&gt;
&lt;p&gt;These skills — built &lt;em&gt;alongside&lt;/em&gt; a sustained effort in scientific publication and formal knowledge production — are the ones I bring today to medical application prototyping.&lt;/p&gt;</description></item><item><title>CamiTK: a workshop for prototyping medical applications</title><link>https://celine-fouard.fr/projects/camitk/</link><pubDate>Tue, 01 Nov 2011 00:00:00 +0000</pubDate><guid>https://celine-fouard.fr/projects/camitk/</guid><description>&lt;p&gt;&lt;em&gt;From software to method — capitalizing on interdisciplinary know-how to move faster, from concept to validated prototype.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Designing an application for the operating room is never &amp;ldquo;just code.&amp;rdquo; It means getting medical images, sensors, biomechanical models — sometimes a robot — and above all specialists who don&amp;rsquo;t speak the same technical language, to work together. &lt;strong&gt;CamiTK&lt;/strong&gt; is the tool I co-founded with Emmanuel Promayon &lt;strong&gt;so that this dialogue produces prototypes&lt;/strong&gt; — fast, clean, and reusable. It is also the foundation of expertise I now draw on to help companies prototype medical applications.&lt;/p&gt;
&lt;div class="camitk-logo"&gt;&lt;style&gt;.camitk-logo{display:flex;justify-content:center;margin:1.75rem 0;}.camitk-logo img{max-width:240px;height:auto;}&lt;/style&gt;&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/camitk/camitk-logo.png"
alt="CamiTK logo"&gt;
&lt;/figure&gt;
&lt;/div&gt;
&lt;h2 id="the-problem-interdisciplinarity-is-expensive"&gt;The problem: interdisciplinarity is expensive&lt;/h2&gt;
&lt;p&gt;In computer-assisted medical interventions, every team shows up with its own world: its operating system, its language of choice, its libraries, its habits — and its level of maturity, from throwaway prototype to clinical-grade software. With each new project, the temptation is to rewrite everything. You reinvent the wheel, you lose months, and the know-how walks out the door when someone leaves the team.&lt;/p&gt;
&lt;p&gt;For a company, this is exactly the pain point: &lt;em&gt;how do you avoid starting from scratch with every innovation, while keeping the rigor that medical work demands?&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="the-answer-a-shared-software-foundation"&gt;The answer: a shared software foundation&lt;/h2&gt;
&lt;p&gt;With Emmanuel Promayon, we designed CamiTK as a &lt;strong&gt;modular workshop&lt;/strong&gt;: a stable core that handles what is common to every project — 3D visualization, interaction, data and input/output management, abstraction of medical formats (DICOM, meshes…) — and around which each specialist plugs in their own domain &lt;strong&gt;extension&lt;/strong&gt;, without touching the rest.&lt;/p&gt;
&lt;div class="camitk-archi"&gt;&lt;style&gt;.camitk-archi{width:100%;margin:1.75rem 0;}.camitk-archi figure{width:100%;margin:0;}.camitk-archi img{width:100%;height:auto;max-width:100%;}&lt;/style&gt;&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/camitk/camitk-architecture.svg"
alt="CamiTK modular architecture: a shared core and discipline-specific extensions"&gt;&lt;figcaption&gt;
&lt;p&gt;CamiTK&amp;rsquo;s building-block architecture: a shared core, an interface layer, and one extension per domain of expertise.&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;This architectural choice (a C++/Qt/VTK core, following component-based software engineering) delivers what a company looks for in a technical foundation. And since version 5, CamiTK also accepts &lt;strong&gt;Python extensions&lt;/strong&gt;: you can prototype an idea in a few lines, then harden it in C++ once validated — exactly the right trade-off between exploration speed and production robustness.&lt;/p&gt;
&lt;p&gt;In practice, the foundation provides:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Cross-platform&lt;/strong&gt; — the same code runs on Linux, Windows and macOS.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Interoperability&lt;/strong&gt; — the building blocks of one project are reused in the next.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Default behaviors&lt;/strong&gt; — a specialist plugs in their algorithm and immediately gets a working application, without rewriting the interface.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Intellectual-property safeguards&lt;/strong&gt; — each module keeps its own license; the open-source core coexists with proprietary extensions (as was the case for the confidential LPR modules).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Durability&lt;/strong&gt; — the knowledge stays in the tool, not only in people&amp;rsquo;s heads.&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- Screenshots of applications developed with CamiTK (segmentation, registration, robot guidance, etc.) --&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/camitk/camitk-capture-1.png"
alt="Application prototyped with CamiTK"&gt;&lt;figcaption&gt;
&lt;p&gt;Example of an application prototyped with CamiTK.&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2 id="from-software-building-block-to-method"&gt;From software building block to method&lt;/h2&gt;
&lt;p&gt;CamiTK&amp;rsquo;s most valuable contribution is not the code: it is what its practice taught us. By guiding real projects all the way to technology transfer — first among them the
— we &lt;strong&gt;generalized a methodology for maturing&lt;/strong&gt; software building blocks for medical devices, aligned with the TRL (&lt;em&gt;Technology Readiness Levels&lt;/em&gt;) scale.&lt;/p&gt;
&lt;p&gt;Concretely: knowing what maturity level a prototype sits at, what it takes to reach the next one, and where to invest validation and software-quality effort so you don&amp;rsquo;t get stuck at the moment of industrial or clinical transfer. This is exactly the kind of course a company needs to hold when moving an idea from the lab to a product.&lt;/p&gt;
&lt;p&gt;Over the projects, CamiTK thus became a &lt;strong&gt;dual methodological tool&lt;/strong&gt;: to make disciplines collaborate, and to structure the climb up the TRL scale.&lt;/p&gt;
&lt;h2 id="adoption-as-proof"&gt;Adoption as proof&lt;/h2&gt;
&lt;p&gt;A method is only worth as much as its ability to outlive its authors. CamiTK has passed that test: released as open source, &lt;strong&gt;packaged in the official &lt;code&gt;debian-med&lt;/code&gt; suite&lt;/strong&gt;, adopted by internal and national projects, and — the most telling proof — &lt;strong&gt;still actively developed&lt;/strong&gt; more than fifteen years after it began (version 6.0, with new tools such as DevStudio to create an extension in minutes).&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/camitk/camitk-timeline.svg"
alt="Timeline of CamiTK adoption from 2008 to today"&gt;&lt;figcaption&gt;
&lt;p&gt;A continuous adoption trajectory, from the lab to the open-source ecosystem.&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;This project also gave me the chance to &lt;strong&gt;coordinate and co-supervise a team of engineers&lt;/strong&gt; — up to four at once — over several years: hiring, organizing development, code review, documentation, and nurturing a community of users.&lt;/p&gt;
&lt;h2 id="what-i-take-from-it--and-what-i-can-bring"&gt;What I take from it — and what I can bring&lt;/h2&gt;
&lt;blockquote class="border-l-4 border-neutral-300 dark:border-neutral-600 pl-4 italic text-neutral-600 dark:text-neutral-400 my-6"&gt;
&lt;p&gt;&lt;strong&gt;I founded and structured CamiTK; today, I use it daily as an expert.&lt;/strong&gt; This dual standpoint — the one who designed the architecture &lt;em&gt;and&lt;/em&gt; the one who uses it — lets me bring to a company:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a &lt;strong&gt;durable software architecture&lt;/strong&gt; designed for reuse and cross-platform support;&lt;/li&gt;
&lt;li&gt;a &lt;strong&gt;maturity-scaling (TRL) method&lt;/strong&gt; proven on real technology transfers;&lt;/li&gt;
&lt;li&gt;the ability to make &lt;strong&gt;very different profiles collaborate&lt;/strong&gt; (clinical, research, engineering, industry) around a single prototype;&lt;/li&gt;
&lt;li&gt;fine-grained &lt;strong&gt;intellectual-property management&lt;/strong&gt; in an ecosystem mixing open source and proprietary building blocks;&lt;/li&gt;
&lt;li&gt;the &lt;strong&gt;supervision of technical teams&lt;/strong&gt; over the long term.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;h2 id="publications"&gt;Publications&lt;/h2&gt;
&lt;ul class="pubs-by-tag"&gt;
&lt;li&gt;
&lt;strong&gt;2013&lt;/strong&gt;.
Promayon Emmanuel, Fouard Céline, Deram Aurélien, Hungr Nikolaï, Luboz Vincent, Payan Yohan, Sarrazin Johan, Saubat Nicolas, Selmi Sonia Yuki, Voros Sandrine, Cinquin Philippe, Troccaz Jocelyne —
&lt;a href="https://celine-fouard.fr/publication/2013-promayon-embc/"&gt;Using CamiTK for Rapid Prototyping of Interactvie Computer Assisted Medical Intervention Applications&lt;/a&gt;. &lt;em&gt;Proceedings of 35th Annual International Conference of the IEEE EMBS&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2012&lt;/strong&gt;.
Fouard Céline, Deram Aurélien, Keraval Yannick, Promayon Emmanuel —
&lt;a href="https://celine-fouard.fr/publication/2012-fouard-stbmcas/"&gt;CamiTK: a Modular Framework Integrating Visualization, Image Processing and Biomechanical Modeling&lt;/a&gt;. &lt;em&gt;Soft Tissue Biomechanical Modeling for Computer Assisted Surgery&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;CamiTK is the thread that runs through all my projects, from the
to
: the conviction that a good medical prototype begins with good engineering — shared, and built to last.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>From mathematical foundations to medical images</title><link>https://celine-fouard.fr/projects/postdoc-uppsala/</link><pubDate>Tue, 01 Aug 2006 00:00:00 +0000</pubDate><guid>https://celine-fouard.fr/projects/postdoc-uppsala/</guid><description>
&lt;blockquote class="border-l-4 border-neutral-300 dark:border-neutral-600 pl-4 italic text-neutral-600 dark:text-neutral-400 my-6"&gt;
&lt;p&gt;This project deliberately steps away from applied prototyping. It reflects another side of my approach: the ability to work at a rigorous level of mathematical abstraction, to produce formal proofs, and to publish in leading discrete mathematics journals — while keeping a concrete medical imaging application in view.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;From September 2005 to August 2006, I held a postdoctoral position at the
at Uppsala University, Sweden — one of the founding laboratories of discrete geometry applied to images. There I had the opportunity to work alongside
, a pioneer of the field, whose 1986 paper on distance transforms in digital images remains a landmark reference cited by thousands of researchers — including today in the computation of loss functions for U-Net networks in deep learning segmentation.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="the-starting-point-computing-distances-in-an-image"&gt;The starting point: computing distances in an image&lt;/h2&gt;
&lt;p&gt;A &lt;strong&gt;distance transform&lt;/strong&gt; is a fundamental operation in image processing: for each pixel of an object, it computes its distance to the nearest boundary. It is ubiquitous — segmentation, skeletonisation, registration, cost function computation in machine learning.&lt;/p&gt;
&lt;p&gt;The Euclidean distance is the most natural, but it raises two practical issues:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It is &lt;strong&gt;continuous&lt;/strong&gt;, and therefore expensive to compute exactly on a discrete grid.&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;squared&lt;/strong&gt; Euclidean distance (d²E), which is discrete, does not satisfy the triangle inequality.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This second point deserves an illustration. The triangle inequality simply states that the direct path between two points can never be longer than going via an intermediate stop — it is the fundamental property of any mathematically valid distance.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/postdoc-uppsala/triangle_inequality.svg"
alt="2D example: d²E(p,q) = 9 &amp;gt; d²E(p,o) &amp;#43; d²E(o,q) = 7. The detour via o is cheaper than the direct path — the shortest path is not the straight line!"&gt;&lt;figcaption&gt;
&lt;p&gt;2D example: d²E(p,q) = 9 &amp;gt; d²E(p,o) + d²E(o,q) = 7. The detour via o is cheaper than the direct path — the shortest path is not the straight line!&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The &lt;strong&gt;chamfer distance&lt;/strong&gt; solves this: it is an efficient way to compute distances in a digital image without examining every possible path. Each displacement direction (4-connected, 8-connected neighbour, etc.) is assigned a local weight, and these weights are propagated in a simple two-pass scan of the image. The result is a discrete, integer-valued, fast-to-compute distance — which, under certain conditions on the weights, satisfies all the properties of a mathematical norm.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/postdoc-uppsala/chamfer_forward.png"
alt="Chamfer algorithm — 1st pass: propagation left to right, top to bottom"&gt;&lt;figcaption&gt;
&lt;p&gt;Chamfer algorithm — 1st pass: propagation left to right, top to bottom&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/postdoc-uppsala/chamfer_backward.png"
alt="Chamfer algorithm — 2nd pass: propagation right to left, bottom to top"&gt;&lt;figcaption&gt;
&lt;p&gt;Chamfer algorithm — 2nd pass: propagation right to left, bottom to top&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;hr&gt;
&lt;h2 id="the-specific-problem-medical-images-are-anisotropic"&gt;The specific problem: medical images are anisotropic&lt;/h2&gt;
&lt;p&gt;On an &lt;strong&gt;isotropic&lt;/strong&gt; grid (square pixels, cubic voxels), chamfer distances are well understood. But medical images are rarely isotropic.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/postdoc-uppsala/anisotropic_medical.png"
alt="Anisotropic medical image: voxels are elongated in the axial direction"&gt;&lt;figcaption&gt;
&lt;p&gt;Anisotropic medical image: voxels are elongated in the axial direction&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;A typical CT scan has a resolution of 0.5 mm × 0.5 mm within the axial plane, but 2 to 5 mm between slices. If one naively applies a chamfer algorithm designed for an isotropic grid to such an image, the computed distances no longer satisfy the triangle inequality — and can lead to geometric absurdities where the direct path between two points appears longer than a detour.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The standard workaround&lt;/strong&gt; is to resample the image to make it isotropic before computing distances. But this resampling introduces artefacts and significantly increases processing overhead.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="my-contribution-a-unified-theory-for-arbitrary-grids"&gt;My contribution: a unified theory for arbitrary grids&lt;/h2&gt;
&lt;p&gt;My postdoctoral work consisted in developing a general mathematical framework for computing chamfer distances directly on any grid — in particular the anisotropic grids of medical images — with the formal guarantee that the resulting distance is a genuine &lt;strong&gt;norm&lt;/strong&gt; in the mathematical sense (positive, symmetric, triangle inequality, positive homogeneity).&lt;/p&gt;
&lt;p&gt;The key insight is the notion of a &lt;strong&gt;module&lt;/strong&gt;: by generalising the standard discrete grid framework (Z²) to that of modules over commutative rings, I was able to establish the necessary and sufficient conditions on the chamfer mask weights to guarantee the norm property — independently of the grid geometry.&lt;/p&gt;
&lt;p&gt;This work led to three major contributions:&lt;/p&gt;
&lt;h3 id="1-distances-on-general-grids--proof-of-the-norm"&gt;1. Distances on general grids — proof of the norm&lt;/h3&gt;
&lt;p&gt;The main paper in &lt;em&gt;Pattern Recognition&lt;/em&gt; (2007) establishes the complete theory: definitions, properties (distance, metric, norm), validity conditions for the sequential two-scan algorithm, and application to FCC (&lt;em&gt;face-centered cubic&lt;/em&gt;) and BCC (&lt;em&gt;body-centered cubic&lt;/em&gt;) grids — crystallographic structures with optimal sampling properties for 3D medical imaging.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;My contribution&lt;/strong&gt;: I was the primary author of this paper. I developed the generalisation to modules, established the validity conditions for the two-pass algorithm on arbitrary grids, and computed the optimal weights for FCC and BCC grids.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[Pattern Recognition 2007]&lt;/strong&gt; C. Fouard, R. Strand, G. Borgefors — &lt;em&gt;Weighted distance transforms generalized to modules and their computation on point lattices&lt;/em&gt; —
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="2-distances-on-non-standard-grids-via-neighbourhood-sequences"&gt;2. Distances on non-standard grids via neighbourhood sequences&lt;/h3&gt;
&lt;p&gt;An extension to distances defined by neighbourhood sequences (which allow even better isotropy), with formal proof of the conditions for the sequential algorithm to produce correct distance maps on square, cubic, FCC, and BCC grids.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[DGCI 2006]&lt;/strong&gt; R. Strand, B. Nagy, C. Fouard, G. Borgefors — &lt;em&gt;Generating distance maps with neighbourhood sequences&lt;/em&gt; —
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="3-comparison-of-grey-level-distance-transforms"&gt;3. Comparison of grey-level distance transforms&lt;/h3&gt;
&lt;p&gt;A comparative study of two distance definitions on grey-level images (GWDT and WDTOCS), with theoretical and experimental analysis of their respective behaviours on different image types (density maps, height maps).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[DGCI 2006]&lt;/strong&gt; C. Fouard, M. Gedda — &lt;em&gt;Distance transforms on curved spaces&lt;/em&gt; —
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="what-this-work-gave-me"&gt;What this work gave me&lt;/h2&gt;
&lt;p&gt;Those twelve months in Uppsala taught me to hold two stances simultaneously: that of the mathematician who proves, and that of the engineer who solves a concrete problem. Formal rigour is not an end in itself — it is what guarantees that an algorithm will behave correctly on real data, including in the edge cases one did not anticipate.&lt;/p&gt;
&lt;p&gt;The indirect impact of this work on medical imaging practice is real: most modern segmentation tools, including U-Net networks that compute their loss functions from distance maps, build on these theoretical foundations. I have not yet had the opportunity to apply these anisotropic distances directly in my applied research projects in Grenoble — but it is a direction I keep in mind, particularly for processing medical images without prior resampling.&lt;/p&gt;</description></item><item><title>Extraction of morphometric parameters for the study of the cerebral micro-vascular network</title><link>https://celine-fouard.fr/projects/these/</link><pubDate>Fri, 21 Jan 2005 00:00:00 +0000</pubDate><guid>https://celine-fouard.fr/projects/these/</guid><description>&lt;p&gt;&lt;em&gt;Measuring the brain in 3D: from microscopy to software tools.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;My PhD took place at &lt;strong&gt;INRIA Sophia Antipolis&lt;/strong&gt;, in the Epidaure team, under the supervision of Grégoire Malandain. It was part of the &lt;strong&gt;MicroVisu3D&lt;/strong&gt; project, which brought together three worlds: the &lt;strong&gt;anatomists&lt;/strong&gt; at INSERM (unit U455), who needed to quantify cerebral microcirculation; the &lt;strong&gt;image-analysis&lt;/strong&gt; researchers at INRIA; and an &lt;strong&gt;industrial partner&lt;/strong&gt;, TGS Europe, publisher of the 3D visualization software &lt;em&gt;Amira&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;It was a &lt;strong&gt;CIFRE thesis&lt;/strong&gt;, funded by the company: from the very start of my doctorate, I worked at the direct interface between academic research and industry. My role was to translate a scientific need — &lt;em&gt;&amp;ldquo;to be able to measure the cortical vascular network in 3D&amp;rdquo;&lt;/em&gt; — into a concrete set of software tools, usable by non-programmers and integrable into an existing industrial environment.&lt;/p&gt;
&lt;blockquote class="border-l-4 border-neutral-300 dark:border-neutral-600 pl-4 italic text-neutral-600 dark:text-neutral-400 my-6"&gt;
&lt;p&gt;This work led to publications in international peer-reviewed journals and conferences. But beyond the scientific output, what I describe here is an experience of &lt;strong&gt;applied R&amp;amp;D delivered end to end&lt;/strong&gt; — from gathering the need to shipping field-tested tools.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This thesis embodies an idea that still guides my work today: &lt;strong&gt;an algorithm is only worth as much as its robustness on real data — imperfect, voluminous, and all different from one another.&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="the-challenge-measuring-a-vast-network-at-micron-scale"&gt;The challenge: measuring a vast network at micron scale&lt;/h2&gt;
&lt;p&gt;To study the cerebral micro-vascular network, the anatomists needed images able to capture &lt;strong&gt;the smallest capillary&lt;/strong&gt; (resolution of a few microns) over a &lt;strong&gt;cortical surface large enough&lt;/strong&gt; to be statistically significant (on the order of a centimetre). No instrument could acquire such an image in a single shot.&lt;/p&gt;
&lt;p&gt;The chosen solution: &lt;strong&gt;tile the area to be imaged with many small images&lt;/strong&gt; acquired under a confocal microscope, then assemble them into a single large &amp;ldquo;image mosaic&amp;rdquo;. This solved the acquisition problem, but created two new ones:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the resulting mosaic was &lt;strong&gt;too large to be loaded into the memory&lt;/strong&gt; of a standard computer and processed in one go;&lt;/li&gt;
&lt;li&gt;the confocal microscope imposes an &lt;strong&gt;anisotropic grid&lt;/strong&gt; (voxels are not cubic), which complicates any distance measurement in the image — and therefore any computation of vessel diameter.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/these/mosaique-images.png"
alt="A mosaic of 118 confocal microscopy images covering a cortical sulcus (≈ 0.8 × 0.8 cm)"&gt;&lt;figcaption&gt;
&lt;p&gt;A mosaic of 118 confocal microscopy images covering a cortical sulcus (≈ 0.8 × 0.8 cm)&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2 id="my-approach-an-end-to-end-processing-pipeline"&gt;My approach: an end-to-end processing pipeline&lt;/h2&gt;
&lt;p&gt;I designed a complete pipeline, from the sensor to the measurement, built from the outset to run on data that does not fit in memory.&lt;/p&gt;
&lt;div class="mermaid"&gt;flowchart LR
A["Acquisition&lt;br/&gt;confocal mosaic"] --&gt; B["Registration &amp;&lt;br/&gt;realignment"]
B --&gt; C["Single&lt;br/&gt;virtual image"]
C --&gt; D["Block-wise processing&lt;br/&gt;(out-of-core)"]
D --&gt; E["Distance maps&lt;br/&gt;+ centerlines"]
E --&gt; F["Measurement &amp;&lt;br/&gt;3D visualization"]
&lt;/div&gt;
&lt;p&gt;Two links in this pipeline gave rise to original methodological contributions: the computation of &lt;strong&gt;distance maps&lt;/strong&gt; and the extraction of &lt;strong&gt;centerlines&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id="contribution-1--distance-maps-that-adapt-on-their-own"&gt;Contribution 1 — Distance maps that adapt on their own&lt;/h2&gt;
&lt;p&gt;To measure the radius of a vessel at each point, one computes a &lt;em&gt;distance map&lt;/em&gt;: at each voxel, the distance to the nearest boundary. The exact Euclidean distance is costly; &lt;strong&gt;chamfer distances&lt;/strong&gt; approximate it very efficiently by propagating small integer weights between neighbouring voxels.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/these/carte-distance.png"
alt="A binary shape and its distance map: at each point, the distance to the nearest boundary"&gt;&lt;figcaption&gt;
&lt;p&gt;A binary shape and its distance map: at each point, the distance to the nearest boundary&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The tricky part: on an anisotropic grid — the case for almost every medical imaging modality — these weights have to be recomputed, and choosing them by hand is fragile and modality-specific.&lt;/p&gt;
&lt;p&gt;My contribution was to propose an &lt;strong&gt;automatic computation of the optimal chamfer coefficients&lt;/strong&gt;, the set that minimizes the error against the true Euclidean distance — and this &lt;strong&gt;whatever the grid anisotropy or the imaging modality&lt;/strong&gt;, with no manual tuning. The same method therefore applies equally to a CT scan, an MRI or a confocal microscope.&lt;/p&gt;
&lt;blockquote class="border-l-4 border-neutral-300 dark:border-neutral-600 pl-4 italic text-neutral-600 dark:text-neutral-400 my-6"&gt;
&lt;p&gt;The theoretical foundations of these chamfer masks were deepened during my post-doctorate: see
.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="contribution-2--extracting-centerlines-even-out-of-core"&gt;Contribution 2 — Extracting centerlines, even out-of-core&lt;/h2&gt;
&lt;p&gt;From the distance map, one extracts the &lt;strong&gt;centerlines&lt;/strong&gt; of the vessels — the curves running through the centre of each vessel. They capture the topology of the network and make it possible to measure lengths, branchings and radii.&lt;/p&gt;
&lt;p&gt;Classical skeletonization methods require loading the whole image into memory — impossible here. So I proposed a &lt;strong&gt;block-wise skeletonization&lt;/strong&gt; that works on sub-images while preserving the three essential properties of a skeleton: &lt;strong&gt;homotopy&lt;/strong&gt; (same topology as the original object), &lt;strong&gt;localization&lt;/strong&gt; (the skeleton stays centred) and &lt;strong&gt;thinness&lt;/strong&gt;. The algorithm also minimizes the number of sub-image accesses, to keep computation time acceptable.&lt;/p&gt;
&lt;figure&gt;&lt;img src="squelette-comparaison.png"
alt="Skeletonization of an object: without tiling (a), by processing blocks separately (b), and with our method (c), which preserves topology"&gt;&lt;figcaption&gt;
&lt;p&gt;Skeletonization of an object: without tiling (a), by processing blocks separately (b), and with our method (c), which preserves topology&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Once centerlines and radii are obtained, the vessels are modelled as &lt;strong&gt;sets of cylinders&lt;/strong&gt; (the &lt;em&gt;LineSet&lt;/em&gt; data structure), allowing both real-time 3D visualization and the extraction of quantitative parameters: distributions of diameters, of lengths, vascular densities per cortical layer, and so on.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/these/lignes-centrales.png"
alt="Overview of the centerlines of the reconstructed micro-vascular network in 3D"&gt;&lt;figcaption&gt;
&lt;p&gt;Overview of the centerlines of the reconstructed micro-vascular network in 3D&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2 id="a-generic-method-far-beyond-the-brain"&gt;A generic method, far beyond the brain&lt;/h2&gt;
&lt;p&gt;None of these methods makes any assumption specific to the brain. &lt;strong&gt;Any large binary image of tubular structures&lt;/strong&gt; can be processed in the same way. I validated it on plant roots; it transfers directly to neural networks, to the porosity of materials, even to pipeline mapping.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/these/racines-plantes.png"
alt="The same method applied to plant roots: concrete proof of the generality of the approach"&gt;&lt;figcaption&gt;
&lt;p&gt;The same method applied to plant roots: concrete proof of the generality of the approach&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;This ability to solve a problem in one domain and then transpose it elsewhere is at the heart of how I approach prototyping.&lt;/p&gt;
&lt;h2 id="skills-involved"&gt;Skills involved&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Gathering a scientific need and translating it into software specifications&lt;/li&gt;
&lt;li&gt;Collaboration with an industrial partner (CIFRE thesis, integration into the &lt;em&gt;Amira&lt;/em&gt; software / TGS Europe)&lt;/li&gt;
&lt;li&gt;Design of &lt;strong&gt;robust, automatic algorithms&lt;/strong&gt;, with no manual tuning&lt;/li&gt;
&lt;li&gt;Processing &lt;strong&gt;large, out-of-core data&lt;/strong&gt; (block by block)&lt;/li&gt;
&lt;li&gt;Discrete geometry, chamfer distances, discrete topology&lt;/li&gt;
&lt;li&gt;Design of &lt;strong&gt;validation&lt;/strong&gt; protocols (synthetic + real data)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="publications-from-the-thesis"&gt;Publications from the thesis&lt;/h2&gt;
&lt;ul class="pubs-by-tag"&gt;
&lt;li&gt;
&lt;strong&gt;2007&lt;/strong&gt;.
Fouard Céline, Strand Robin, Borgefors Gunilla —
&lt;a href="https://celine-fouard.fr/publication/2007-fouard-pr/"&gt;Weighted distance transforms generalized to modules and their computation on point lattices&lt;/a&gt;. &lt;em&gt;Pattern Recognition Vol 40 Issue 9&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2006&lt;/strong&gt;.
Fouard Céline, Gedda Magnus —
&lt;a href="https://celine-fouard.fr/publication/2006-fouard-dgci/"&gt;An Objective Comparison between Gray Weighted Distance Transforms and Weighted Distance Transforms On Curved Spaces&lt;/a&gt;. &lt;em&gt;Proceedings of DGCI 2006&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2006&lt;/strong&gt;.
Fouard Céline, Malandain Grégoire, Prohaska Steffen, Westerhoff Malte —
&lt;a href="https://celine-fouard.fr/publication/2006-fouard-tmi/"&gt;Blockwise processing applied to brain microvascular network study&lt;/a&gt;. *IEEE Transactions on Medical Imaging ( Volume: 25, Issue: 10, October 2006) *
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2006&lt;/strong&gt;.
Cassot Francis, Lauwers Frederic, Fouard celineProhaska Steffen, Lauwers-Cance Valérie —
&lt;a href="https://celine-fouard.fr/publication/2006-cassot-microcirculation/"&gt;A Novel Three-Dimensional Computer-Assisted Method for a Quantitative Study of Microvascular Networks of the Human Cerebral Cortex&lt;/a&gt;. &lt;em&gt;Microcirculation&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2005&lt;/strong&gt;.
Fouard Céline, Malandain Grégoire —
&lt;a href="https://celine-fouard.fr/publication/2005-fouard-ivc/"&gt;3-D chamfer distances and norms in anisotropic grids&lt;/a&gt;. &lt;em&gt;Image and Vision Computing&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2005&lt;/strong&gt;.
Fouard Céline —
&lt;a href="https://celine-fouard.fr/publication/2005-fouard-phd/"&gt;Extraction de paramètres morphométriques pour l&amp;#39;étude du réseau micro-vasculaire cérébral&lt;/a&gt;. Thèse de doctorat, &lt;em&gt;Université de Nice Sophia Antipolis&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2004&lt;/strong&gt;.
Kolesik Peter, Fouard Céline, Prohaska Steffen, McNeill Ann —
&lt;a href="https://celine-fouard.fr/publication/2004-kolesik-fspm/"&gt;Automated method for non-destructive 3D visualisation of plant root architecture using X-ray tomography&lt;/a&gt;. &lt;em&gt;4th International Workshop on Functional-Structural Plant Models&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2003&lt;/strong&gt;.
Fouard Céline, Malandain Grégoire —
&lt;a href="https://celine-fouard.fr/publication/2003-fouard-dgci/"&gt;Systematized calculation of optimal coefficients of 3-D chamfer norms&lt;/a&gt;. &lt;em&gt;Discrete Geometry for Computer Imagery, 11th International Conference, DGCI 2003&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="what-this-thesis-taught-me"&gt;What this thesis taught me&lt;/h2&gt;
&lt;p&gt;This thesis was, for me, &lt;strong&gt;a first school of applied prototyping&lt;/strong&gt; — far more than a theoretical exercise.&lt;/p&gt;
&lt;p&gt;Because it was a CIFRE thesis, I first learned to &lt;strong&gt;work between several worlds&lt;/strong&gt;: to ask anatomists the right questions, to translate their need into an algorithmic problem, and to deliver a result that could be integrated into an industrial partner&amp;rsquo;s software. This stance — a translator between use and technique — has stayed at the centre of my practice.&lt;/p&gt;
&lt;p&gt;I then built the reflex of &lt;strong&gt;designing robust, automatic methods&lt;/strong&gt;. Faced with data that was all different — varying anisotropic grids, uneven contrast — I sought algorithms that &lt;em&gt;adapt by themselves&lt;/em&gt; rather than multiplying manual settings, a source of fragility and variability.&lt;/p&gt;
&lt;p&gt;I also developed a taste for &lt;strong&gt;generality&lt;/strong&gt;: building tools that outgrow their initial use case. The same building blocks, designed for the brain, proved useful for plant roots — and many other domains.&lt;/p&gt;
&lt;p&gt;Finally, I learned to deal with a very concrete constraint: &lt;strong&gt;data too large for memory&lt;/strong&gt;. Thinking of computation piece by piece, without ever sacrificing the correctness of the result, is a skill that serves in any project handling large volumes.&lt;/p&gt;
&lt;p&gt;These skills — built &lt;em&gt;alongside&lt;/em&gt; a sustained effort of scientific publication — are the ones I now put at the service of medical-application prototyping.&lt;/p&gt;</description></item><item><title>Interventional cardiology</title><link>https://celine-fouard.fr/projects/cardiologie/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://celine-fouard.fr/projects/cardiologie/</guid><description>&lt;p&gt;&lt;em&gt;From clinical need to prototype: guiding the gesture at the heart of the cath lab.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Interventional cardiology is performed under imaging, yet the clinician must often act without directly seeing the target: the lesion to treat or to biopsy does not appear on the real-time image in the room. Carried out with Prof. Gilles Barone-Rochette (Grenoble Alpes University Hospital) and the LTSI laboratory in Rennes, this project pursues a single goal expressed through two clinical questions: &lt;strong&gt;to give the cardiologist reliable guidance, built from preoperative imaging and usable directly in the room.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="the-common-thread-bouncing-back-when-the-data-runs-short"&gt;The common thread: bouncing back when the data runs short&lt;/h2&gt;
&lt;p&gt;The project started with the guidance of &lt;strong&gt;cell therapy&lt;/strong&gt;. The first clinical trial enrolled fewer patients than expected: the data needed for the next steps were not there. Rather than abandoning it, we &lt;strong&gt;redeployed the technical building blocks already developed&lt;/strong&gt; (image segmentation, navigation) toward a related clinical need with more immediate value and a better-identified bottleneck: &lt;strong&gt;endomyocardial biopsy&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This pivot is, in itself, a deliverable: it illustrates the ability to &lt;strong&gt;de-risk a project, preserve the assets already built, and refocus the effort&lt;/strong&gt; where the clinical value is highest — exactly the kind of trade-off a company expects when an R&amp;amp;D programme does not go as planned.&lt;/p&gt;
&lt;h2 id="sub-project-1--guiding-post-infarction-cell-therapy"&gt;Sub-project 1 — Guiding post-infarction cell therapy&lt;/h2&gt;
&lt;p&gt;After a heart attack, some therapies consist in re-injecting cells into the myocardium. The whole challenge is &lt;strong&gt;precision&lt;/strong&gt;: reaching the right areas, relying on information (the extent of fibrosis, the viable regions) that is only visible on preoperative imaging, not on the real-time image in the room.&lt;/p&gt;
&lt;p&gt;Our approach: &lt;strong&gt;fuse multimodal imaging&lt;/strong&gt; to transfer, during the intervention, the targets identified preoperatively. The core building block is the &lt;strong&gt;automatic segmentation of the myocardium and fibrosis on late gadolinium enhancement MRI (LGE-MRI)&lt;/strong&gt;, developed using deep learning as part of Erwan Lecesne&amp;rsquo;s PhD (co-supervised with the LTSI in Rennes), then integrated into
to be presented to the clinician in the room.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/cardiologie/injection-cellules.png"
alt="Re-injecting cells in the right place: the precision of the gesture determines the therapy&amp;rsquo;s effectiveness."&gt;&lt;figcaption&gt;
&lt;p&gt;Re-injecting cells in the right place: the precision of the gesture determines the therapy&amp;rsquo;s effectiveness.&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;CamiTK is a &lt;strong&gt;prototyping toolkit&lt;/strong&gt;: it makes it possible to move quickly from concept to evaluated prototype, but its output is not meant to be a CE-marked medical device. This building block is therefore a &lt;strong&gt;proof of concept&lt;/strong&gt;; its &lt;strong&gt;industrial transfer is currently under discussion&lt;/strong&gt; with partners in the field.&lt;/p&gt;
&lt;h2 id="sub-project-2--a-map-for-endomyocardial-biopsy"&gt;Sub-project 2 — A map for endomyocardial biopsy&lt;/h2&gt;
&lt;p&gt;Three conditions — cardiac sarcoidosis, chronic myocarditis and arrhythmogenic cardiomyopathy — can present a &lt;strong&gt;similar clinical picture yet call for opposite treatments&lt;/strong&gt;. To decide, a biopsy is needed… provided the sample is taken &lt;strong&gt;in the right place&lt;/strong&gt;.&lt;/p&gt;
&lt;div style="display: flex; justify-content: center;"&gt;&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/cardiologie/ponction-endomyocardique.png"
alt="Endomyocardial biopsy: sampling a piece of cardiac tissue, where the lesion is located."&gt;&lt;figcaption&gt;
&lt;p&gt;Endomyocardial biopsy: sampling a piece of cardiac tissue, where the lesion is located.&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;The state of the art leaves a real gap:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;ldquo;blind&amp;rdquo; biopsy is poorly specific, because the fibrosis to target stays invisible during the gesture;&lt;/li&gt;
&lt;li&gt;electro-anatomical guidance is long and, likewise, &lt;strong&gt;blind to fibrosis&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Our solution acts as a &lt;strong&gt;&amp;ldquo;GPS&amp;rdquo; for the biopsy catheter&lt;/strong&gt;: it transfers the target identified on preoperative imaging onto the real-time image, to guide the sampling. Two design choices make it a solution &lt;strong&gt;built for adoption&lt;/strong&gt;: it is &lt;strong&gt;hardware-independent&lt;/strong&gt; (compatible with an existing room) and works &lt;strong&gt;on real-time fluoroscopy, with no complex fusion step&lt;/strong&gt;. It &lt;strong&gt;directly reuses&lt;/strong&gt; the segmentation building block from the first sub-project.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://celine-fouard.fr/projects/cardiologie/systeme-biopsie.png"
alt="Diagram of the proposed guidance system for endomyocardial biopsy (published)."&gt;&lt;figcaption&gt;
&lt;p&gt;Diagram of the proposed guidance system for endomyocardial biopsy (published).&lt;/p&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Current status: we are &lt;strong&gt;preparing the first clinical trials in the laboratory&lt;/strong&gt;; industrial transfer will follow.&lt;/p&gt;
&lt;h2 id="what-this-project-demonstrates"&gt;What this project demonstrates&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Designing from a real clinical need&lt;/strong&gt;, in close dialogue with practitioners, rather than around a technical feat.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mastering medical image processing and AI&lt;/strong&gt;, and putting them at the service of a precise, useful target.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Taking a prototype from the laboratory toward the clinic&lt;/strong&gt;, with a clear awareness of maturity stages (TRL), the trial framework and CE marking.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Architecting for adoption&lt;/strong&gt;: hardware independence, integration into a prototyping toolkit, reuse of building blocks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Refocusing a project to preserve its value&lt;/strong&gt;: agility and de-risking in the face of the unexpected.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Leading a multi-site collaboration&lt;/strong&gt; (Grenoble–Rennes) and co-supervising a PhD.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="funding-obtained"&gt;Funding obtained&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Funding&lt;/th&gt;
&lt;th&gt;Amount&lt;/th&gt;
&lt;th&gt;Purpose&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Famtastic project (France Life Imaging)&lt;/td&gt;
&lt;td&gt;€20,000&lt;/td&gt;
&lt;td&gt;Kick-starting the collaboration with the LTSI (Rennes)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PUI (UGA)&lt;/td&gt;
&lt;td&gt;€60,000&lt;/td&gt;
&lt;td&gt;Maturing the prototype toward the first clinical trials&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PhD funding (LabeX CAMI)&lt;/td&gt;
&lt;td&gt;€170,000&lt;/td&gt;
&lt;td&gt;Co-supervision of Erwan Lecesne&amp;rsquo;s PhD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Post-doctorate (LabeX CAMI)&lt;/td&gt;
&lt;td&gt;€56,000&lt;/td&gt;
&lt;td&gt;One year of post-doctoral engineering&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€306,000&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="collaborations-and-supervision"&gt;Collaborations and supervision&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Prof. Gilles Barone-Rochette&lt;/strong&gt; — interventional cardiologist, Grenoble Alpes University Hospital: clinical partner of the project.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;LTSI laboratory (Rennes)&lt;/strong&gt; — Professor Mireille Garreau and Antoine Simon (associate professor): collaboration on cardiac image processing.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Erwan Lecesne&amp;rsquo;s PhD&lt;/strong&gt; (2020–2024), co-supervised at 50% with Mireille Garreau (LTSI): multimodal image processing to improve post-infarction cell therapy.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Théophile Tiffet&amp;rsquo;s PhD&lt;/strong&gt; — medical resident: echocardiography / SPECT calibration for interventional cardiology.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="related-publications"&gt;Related publications&lt;/h2&gt;
&lt;ul class="pubs-by-tag"&gt;
&lt;li&gt;
&lt;strong&gt;2024&lt;/strong&gt;.
Barone-Rochette Gilles, MD,, Erwan Lecesne, MSc,, Antoine Simon, PhD, Mireille Garreau, PhD,, Celine Fouard, PhD —
&lt;a href="https://celine-fouard.fr/publication/2024-barone-circulation/"&gt;New Method CMR-Guided Endomyocardial Biopsy in Suspicion Context of Isolated Cardiac Sarcoidosis&lt;/a&gt;. &lt;em&gt;Circulation: Cardiovascular Imaging, vol 17, no 4&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2023&lt;/strong&gt;.
Erwan Lecesne, Antoine Simon, Mireille Garreau, Barone-Rochette Gilles, Celine Fouard —
&lt;a href="https://celine-fouard.fr/publication/2023-lecesne-cmpb/"&gt;Segmentation of cardiac infarction in delayed-enhancement MRI using probability map and transformers-based neural networks&lt;/a&gt;. &lt;em&gt;Computer Methods and Programs in Biomedicine, vol 242&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2023&lt;/strong&gt;.
Lecesne Erwan, Simon Antoine, Garreau Mireille, Barone-Rochette Gilles, Fouard Céline —
&lt;a href="https://celine-fouard.fr/publication/2023-lecesne-ipta/"&gt;Transformers-Based Neural Network for Cardiac Infarction Segmentation in Delayed-Enhancement MRI&lt;/a&gt;. &lt;em&gt;2023 IEEE Twelfth International Conference on Image Processing Theory, Tools and Applications (IPTA)&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>