LaurieAlla commited on
Commit
a00f301
·
verified ·
1 Parent(s): 6278da9

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +41 -38
index.html CHANGED
@@ -299,49 +299,52 @@ Marie-Lannelongue</a><sup>2</sup>
299
  </div>
300
  <!--/ Text. -->
301
 
 
 
302
 
303
- <!-- Concurrent Work. -->
304
- <div class="columns is-centered">
305
- <div class="column is-full-width">
306
- <h2 class="title is-3">Related Links</h2>
 
307
 
308
- <div class="content has-text-justified">
309
- <p>
310
- There's a lot of excellent work that was introduced around the same time as ours.
311
- </p>
312
- <p>
313
- <a href="https://arxiv.org/abs/2104.09125" target="_blank">Progressive Encoding for Neural Optimization</a> introduces an idea similar to our windowed position encoding for coarse-to-fine optimization.
314
- </p>
315
- <p>
316
- <a href="https://www.albertpumarola.com/research/D-NeRF/index.html" target="_blank">D-NeRF</a> and <a href="https://gvv.mpi-inf.mpg.de/projects/nonrigid_nerf/" target="_blank">NR-NeRF</a>
317
- both use deformation fields to model non-rigid scenes.
318
- </p>
319
- <p>
320
- Some works model videos with a NeRF by directly modulating the density, such as <a href="https://video-nerf.github.io/" target="_blank">Video-NeRF</a>, <a href="https://www.cs.cornell.edu/~zl548/NSFF/" target="_blank">NSFF</a>, and <a href="https://neural-3d-video.github.io/" target="_blank">DyNeRF</a>
321
- </p>
322
- <p>
323
- There are probably many more by the time you are reading this. Check out <a href="https://dellaert.github.io/NeRF/" target="_blank">Frank Dellart's survey on recent NeRF papers</a>, and <a href="https://github.com/yenchenlin/awesome-NeRF" target="_blank">Yen-Chen Lin's curated list of NeRF papers</a>.
324
- </p>
325
- </div>
326
- </div>
327
- </div>
328
- <!--/ Concurrent Work. -->
329
 
330
- </div>
331
- </section>
 
 
332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333
 
334
- <section class="section" id="BibTeX">
335
- <div class="container is-max-desktop content">
336
- <h2 class="title">BibTeX</h2>
337
- <pre><code>@article{park2021nerfies,
338
- author = {Park, Keunhong and Sinha, Utkarsh and Barron, Jonathan T. and Bouaziz, Sofien and Goldman, Dan B and Seitz, Steven M. and Martin-Brualla, Ricardo},
339
- title = {Nerfies: Deformable Neural Radiance Fields},
340
- journal = {ICCV},
341
- year = {2021},
342
- }</code></pre>
343
- </div>
344
- </section>
345
 
346
 
347
  <footer class="footer">
 
299
  </div>
300
  <!--/ Text. -->
301
 
302
+ <div class="content">
303
+ <h2 class="title is-3">An organization structured into 8 work packages</h2>
304
 
305
+ <ul>
306
+ <li>
307
+ <i class="fas fa-database" style="margin-right: 8px;"></i>
308
+ <strong>WP1 Data collection and governance:</strong> Structuring, accessing and securing health data.
309
+ </li>
310
 
311
+ <li>
312
+ <i class="fas fa-cogs" style="margin-right: 8px;"></i>
313
+ <strong>WP2 Data preprocessing and harmonization:</strong> Standardizing and preparing datasets for model training.
314
+ </li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
315
 
316
+ <li>
317
+ <i class="fas fa-brain" style="margin-right: 8px;"></i>
318
+ <strong>WP3 – Foundation model development:</strong> Designing and training large-scale models for health data.
319
+ </li>
320
 
321
+ <li>
322
+ <i class="fas fa-vial" style="margin-right: 8px;"></i>
323
+ <strong>WP4 – Use cases in oncology:</strong> Identification of tumor biomarkers and clinical applications.
324
+ </li>
325
+
326
+ <li>
327
+ <i class="fas fa-bacteria" style="margin-right: 8px;"></i>
328
+ <strong>WP5 – Use cases in infectious diseases:</strong> Automatic detection and support for combating antibiotic resistance.
329
+ </li>
330
+
331
+ <li>
332
+ <i class="fas fa-chart-line" style="margin-right: 8px;"></i>
333
+ <strong>WP6 – Evaluation and benchmarking:</strong> Assessing model performance, robustness and reproducibility.
334
+ </li>
335
+
336
+ <li>
337
+ <i class="fas fa-network-wired" style="margin-right: 8px;"></i>
338
+ <strong>WP7 – Deployment and infrastructure:</strong> Integration into secure environments and operationalization.
339
+ </li>
340
+
341
+ <li>
342
+ <i class="fas fa-users" style="margin-right: 8px;"></i>
343
+ <strong>WP8 – Dissemination and collaboration:</strong> Promoting open science, sharing resources and engaging stakeholders.
344
+ </li>
345
+ </ul>
346
+ </div>
347
 
 
 
 
 
 
 
 
 
 
 
 
348
 
349
 
350
  <footer class="footer">