LaurieAlla commited on
Commit
5b53bf6
·
verified ·
1 Parent(s): fa8dbdc

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +26 -111
index.html CHANGED
@@ -208,135 +208,50 @@ Marie-Lannelongue</a><sup>2</sup>
208
  <h2 class="title is-3">Abstract</h2>
209
  <div class="content has-text-justified">
210
  <p>
211
- PARTAGES (Advanced Development of Digital Commons for Generative Artificial Intelligence in Healthcare) is a project coordinated by the Health Data Hub. A winner of the “Digital Commons for Generative AI” call for projects under the France 2030 plan, it aims to accelerate and democratize the use of large language models (LLMs) for healthcare professionals.
212
  </p>
213
  <p>
214
- Its goal: to create a national momentum fostering the emergence of open generative AI solutions in healthcare, as well as their adoption within the healthcare ecosystem—whether academic, research-based, or industrial.
215
  </p>
216
  </div>
217
  </div>
218
  </div>
219
  <!--/ Abstract. -->
220
 
221
- <!-- Paper video. -->
222
- <div class="columns is-centered has-text-centered">
223
- <div class="column is-four-fifths">
224
- <h2 class="title is-3">Video</h2>
225
- <div class="publication-video">
226
- <iframe src="https://www.youtube.com/embed/MrKrnHhk8IA?rel=0&amp;showinfo=0"
227
- frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
228
- </div>
229
- </div>
230
- </div>
231
- <!--/ Paper video. -->
232
- </div>
233
- </section>
234
-
235
-
236
- <section class="section">
237
- <div class="container is-max-desktop">
238
-
239
  <div class="columns is-centered">
240
-
241
- <!-- Visual Effects. -->
242
- <div class="column">
243
- <div class="content">
244
- <h2 class="title is-3">Visual Effects</h2>
245
  <p>
246
- Using <i>nerfies</i> you can create fun visual effects. This Dolly zoom effect
247
- would be impossible without nerfies since it would require going through a wall.
248
  </p>
249
- <video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
250
- <source src="./static/videos/dollyzoom-stacked.mp4"
251
- type="video/mp4">
252
- </video>
253
- </div>
254
- </div>
255
- <!--/ Visual Effects. -->
256
-
257
- <!-- Matting. -->
258
- <div class="column">
259
- <h2 class="title is-3">Matting</h2>
260
- <div class="columns is-centered">
261
- <div class="column content">
262
- <p>
263
- As a byproduct of our method, we can also solve the matting problem by ignoring
264
- samples that fall outside of a bounding box during rendering.
265
- </p>
266
- <video id="matting-video" controls playsinline height="100%">
267
- <source src="./static/videos/matting.mp4"
268
- type="video/mp4">
269
- </video>
270
- </div>
271
-
272
- </div>
273
- </div>
274
- </div>
275
- <!--/ Matting. -->
276
-
277
- <!-- Animation. -->
278
- <div class="columns is-centered">
279
- <div class="column is-full-width">
280
- <h2 class="title is-3">Animation</h2>
281
-
282
- <!-- Interpolating. -->
283
- <h3 class="title is-4">Interpolating states</h3>
284
- <div class="content has-text-justified">
285
  <p>
286
- We can also animate the scene by interpolating the deformation latent codes of two input
287
- frames. Use the slider here to linearly interpolate between the left frame and the right
288
- frame.
289
  </p>
290
- </div>
291
- <div class="columns is-vcentered interpolation-panel">
292
- <div class="column is-3 has-text-centered">
293
- <img src="./static/images/interpolate_start.jpg"
294
- class="interpolation-image"
295
- alt="Interpolate start reference image."/>
296
- <p>Start Frame</p>
297
- </div>
298
- <div class="column interpolation-video-column">
299
- <div id="interpolation-image-wrapper">
300
- Loading...
301
- </div>
302
- <input class="slider is-fullwidth is-large is-info"
303
- id="interpolation-slider"
304
- step="1" min="0" max="100" value="0" type="range">
305
- </div>
306
- <div class="column is-3 has-text-centered">
307
- <img src="./static/images/interpolate_end.jpg"
308
- class="interpolation-image"
309
- alt="Interpolation end reference image."/>
310
- <p class="is-bold">End Frame</p>
311
- </div>
312
- </div>
313
- <br/>
314
- <!--/ Interpolating. -->
315
-
316
- <!-- Re-rendering. -->
317
- <h3 class="title is-4">Re-rendering the input video</h3>
318
- <div class="content has-text-justified">
319
  <p>
320
- Using <span class="dnerf">Nerfies</span>, you can re-render a video from a novel
321
- viewpoint such as a stabilized camera by playing back the training deformations.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  </p>
323
  </div>
324
- <div class="content has-text-centered">
325
- <video id="replay-video"
326
- controls
327
- muted
328
- preload
329
- playsinline
330
- width="75%">
331
- <source src="./static/videos/replay.mp4"
332
- type="video/mp4">
333
- </video>
334
- </div>
335
- <!--/ Re-rendering. -->
336
-
337
  </div>
338
  </div>
339
- <!--/ Animation. -->
 
340
 
341
 
342
  <!-- Concurrent Work. -->
 
208
  <h2 class="title is-3">Abstract</h2>
209
  <div class="content has-text-justified">
210
  <p>
211
+ <strong>PARTAGES (Advanced Development of Digital Commons for Generative Artificial Intelligence in Healthcare)</strong> is a project coordinated by the Health Data Hub. A winner of the “Digital Commons for Generative AI” call for projects under the France 2030 plan, it aims to accelerate and democratize the use of large language models (LLMs) for healthcare professionals.
212
  </p>
213
  <p>
214
+ <strong>Its goal: </strong> to create a national momentum fostering the emergence of open generative AI solutions in healthcare, as well as their adoption within the healthcare ecosystem—whether academic, research-based, or industrial.
215
  </p>
216
  </div>
217
  </div>
218
  </div>
219
  <!--/ Abstract. -->
220
 
221
+ <!-- Text. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  <div class="columns is-centered">
223
+ <div class="column is-four-fifths">
224
+ <h2 class="title is-3">A four-step approach</h2>
225
+ <div class="content has-text-justified">
 
 
226
  <p>
227
+ <strong>1. Developing Medical LLMs</strong>
 
228
  </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
  <p>
230
+ Building an open-source corpus of French medical text data to train, evaluate, and distribute multiple open-source medical language models.
 
 
231
  </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
232
  <p>
233
+ <strong>2. Creating an open database of fictional medical reports</strong>
234
+ </p>
235
+ <p>
236
+ Creation and release as open data of a unique corpus of over 5,000 fictional medical reports, including 1,450 annotated reports, covering 20 specialties. This effort involved more than 100 residents and young physicians and will be used in particular to train specialized models.
237
+ </p>
238
+ <p>
239
+ <strong>3. Develop models for targeted use cases</strong>
240
+ </p>
241
+ <p>
242
+ Using these resources, PARTAGES is developing seven specialized AI models designed for high-impact use cases in research, innovation, and the healthcare system.
243
+ </p>
244
+ <p>
245
+ <strong>4. Establish a national federated evaluation platform</strong>
246
+ </p>
247
+ <p>
248
+ Development of a sovereign federated evaluation platform, enabling the evaluation of algorithms on real-world data within a secure regulatory framework. It will be deployed in 20 healthcare facilities but may be used by any facility wishing to access it.
249
  </p>
250
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
251
  </div>
252
  </div>
253
+ <!--/ Text. -->
254
+
255
 
256
 
257
  <!-- Concurrent Work. -->