project-monai commited on
Commit
55d8832
·
verified ·
1 Parent(s): bfcb74f

Upload brain_image_synthesis_latent_diffusion_model version 1.0.3

Browse files
Files changed (1) hide show
  1. configs/metadata.json +5 -3
configs/metadata.json CHANGED
@@ -1,7 +1,8 @@
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20240725.json",
3
- "version": "1.0.2",
4
  "changelog": {
 
5
  "1.0.2": "fix missing dependencies",
6
  "1.0.1": "update to huggingface hosting",
7
  "1.0.0": "Initial release"
@@ -13,8 +14,9 @@
13
  "nibabel": "5.3.2",
14
  "einops": "0.7.0"
15
  },
16
- "task": "Brain image synthesis",
17
- "description": "A generative model for creating high-resolution 3D brain MRI based on UK Biobank",
 
18
  "authors": "Walter H. L. Pinaya, Petru-Daniel Tudosiu, Jessica Dafflon, Pedro F Da Costa, Virginia Fernandez, Parashkev Nachev, Sebastien Ourselin, and M. Jorge Cardoso",
19
  "copyright": "Copyright (c) MONAI Consortium",
20
  "data_source": "https://www.ukbiobank.ac.uk/",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20240725.json",
3
+ "version": "1.0.3",
4
  "changelog": {
5
+ "1.0.3": "enhanced metadata with improved descriptions, task specification",
6
  "1.0.2": "fix missing dependencies",
7
  "1.0.1": "update to huggingface hosting",
8
  "1.0.0": "Initial release"
 
14
  "nibabel": "5.3.2",
15
  "einops": "0.7.0"
16
  },
17
+ "name": "Brain MRI Latent Diffusion Synthesis",
18
+ "task": "Conditional Synthesis of 3D Brain MRI with Demographic and Morphological Control",
19
+ "description": "A latent diffusion model that generates 160x224x160 voxel T1-weighted brain MRI volumes with 1mm isotropic resolution. The model accepts conditional inputs for age, gender, ventricular volume, and brain volume, enabling controlled generation of brain images with specific demographic and morphological characteristics.",
20
  "authors": "Walter H. L. Pinaya, Petru-Daniel Tudosiu, Jessica Dafflon, Pedro F Da Costa, Virginia Fernandez, Parashkev Nachev, Sebastien Ourselin, and M. Jorge Cardoso",
21
  "copyright": "Copyright (c) MONAI Consortium",
22
  "data_source": "https://www.ukbiobank.ac.uk/",