<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Raisonnement-Par-Cas |</title><link>https://celine-fouard.fr/tags/raisonnement-par-cas/</link><atom:link href="https://celine-fouard.fr/tags/raisonnement-par-cas/index.xml" rel="self" type="application/rss+xml"/><description>Raisonnement-Par-Cas</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>Raisonnement-Par-Cas</title><link>https://celine-fouard.fr/tags/raisonnement-par-cas/</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></channel></rss>