Repository logo
 

Dataset for: Unsupervised segmentation of 3D microvascular photoacoustic images using deep generative learning


Change log

Description

VAN-GAN (Vessel Segmentation Generative Adversarial Network) Sweeney, P.W. et al. (2024)

''' Synthetic Paired Dataset ''' The raw data for physic-driven photoacoustic (PA) simulations and the synthetic vascular segmentation masks are to be placed in 'raw_data/PA_Simulations' and 'raw_data/Synthetic_Segmentations', respectively.

PA Simulations are split across 5 zip files 'PA_Simulations_*'. Synthetic segmentations are in a single zip. Each dataset consist of 459 tiff stacks.

Raw image size: 512 x 512 x 140 (X x Y x Z) with isotropic voxels with 20 um width/height/depth (for all images in datasets).

''' Preprocessing ''' Preprocessing steps are available in the VAN-GAN code. If the option is selected to saved filtered data, tiff stacks will be saved into their train/test/val subfolder in 'filtered'.

Data for VAN-GAN is stored as numpy files in train/test/val folders in the main directory.

A or B indicates whether the files belong to the PA simulation or segmentation mask dataset.

Example outputs are provide in 'Example_Outputs'. Here, data was saved following training of the 200th epoch. The provided tiff stacks are either a predicted segmentation mask or a fake PA simulation.

Version

Software / Usage instructions

All our software are open-source and available in Github repositories. Usage instructions are contained within the repositories. VAN-GAN (2023, Version 1.0) [Computer software - https://github.com/psweens/VAN-GAN]. V-System (2022, Version 2.0) [Computer Software - https://github.com/psweens/V-System]. Vascular Topological Data Analysis (2022, Version 2.0) [Computer Software - https://github.com/psweens/Vascular-TDA].

Publisher

Rights and licensing

Except where otherwised noted, this item's license is described as https://creativecommons.org/licenses/by/4.0/

Version History

Now showing 1 - 2 of 2
VersionDateSummary
2*
2025-04-01 12:26:19
This update corrects the synthetic segmentation mask dataset where several tiff images erroneously exhibited inverted voxel intensities.
2024-07-23 11:01:45
* Selected version