Skip to content

Commit

Permalink
FIX: Fixes broken link and duplicated FINTA reference
Browse files Browse the repository at this point in the history
  • Loading branch information
itellaetxe committed Aug 22, 2024
1 parent 9f9e07f commit 2161b1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions posts/2024/2024_08_22_inigo_final_report.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,16 @@ The objective of the project is to generate synthetic human tractograms with tun
|modified-objectives-title|
---------------------------

* Investigate the use of Variational AutoEncoders (VAE) for unconditional tractogram generation based on the GESTA architecture.
* Investigate the use of Conditional Variational AutoEncoders (CVAE) for conditional tractogram generation based on the GESTA architecture.
* Investigate the use of Variational AutoEncoders (VAE) for unconditional tractogram generation based on the FINTA architecture.
* Investigate the use of Conditional Variational AutoEncoders (CVAE) for conditional tractogram generation based on the FINTA architecture.
* Investigate the possibility to condition the tractogram generation on the fiber bundle for additional control over the process and the data generation, using Adversarial AutoEncoders with attribute-based regularization.

|objectives-completed-title|
----------------------------

* **Literature Review on synthetic tractography generation using AutoEncoders**. Main inspirations:

* The `FINTA <https://10.1016/j.media.2021.102126>`_ and `FINTA <https://doi.org/10.1016/j.media.2021.102126>`_ papers because they provide a relatively simple AE architecture with an open source sampling algorithm, easy to reuse.
* The `FINTA <https://doi.org/10.1016/j.media.2021.102126>`_ and `GESTA <https://doi.org/10.1016/j.media.2023.102761>`_ papers because they provide a relatively simple AE architecture with an open source sampling algorithm, easy to reuse.

* `Variational AutoEncoders for Regression <https://doi.org/10.1007/978-3-030-32245-8_91>`_, which provided a good starting point for conditional Variational AutoEncoders with direct application to brain aging, related to the project's objectives.

Expand Down

0 comments on commit 2161b1c

Please sign in to comment.