BlueBrain / Ultraliser

Reconstruction of watertight meshes, annotated volumes and center line skeletons of neuroscience spatial structures from non-watertight inputs, segmented masks, skeletons of NGV morphologies and volumes.

Home Page:https://portal.bluebrain.epfl.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOI DOI

Ultraliser

Ultraliser is an unconditionally robust and high-performance framework dedicated primarily to in silico neuroscience research. Ultraliser is capable of generating high fidelity and multiscale 3D models (surface meshes and annotated volumes) of neuroscientific data, such as nuclei, mitochondria, endoplasmic reticula, neurons, astrocytes, pericytes, neuronal branches with dendritic spines, minicolumns with thousands of neurons and large networks of cerebral vasculature - with realistic geometries.

Ultraliser implements an effective voxelization-based remeshing engine that can rasterize non-watertight surface meshes - in the form of triangular soups - into high-resolution volumes, with which we can reconstruct topologically accurate, adaptively optimized, and watertight surface manifolds.

In addition to their importance for accurate quantitative analysis, the resulting models are primarily intended to automate the process of conducting supercomputer-based in silico simulations of neuroscience experiments; complementing in vivo and in vitro techniques.

Watertight triangular meshes are used for (i) performing 3D particle simulations, (ii) mesh-based skeletonization, in which accurate morphologies of cellular structures are obtained for performing 1D compartmental simulations and (iii) tetrahedralization, in which we can generate tetrahedral volume meshes for 3D reaction-diffusion simulations. Annotated volumetric tissue models are also used in in silico imaging studies, where we can simulate optical imaging experiments with brightfield or fluorescence microscopy10.

Features

  • Reconstruction of high fidelity, optimized1, and two-manifold watertight2 triangular mesh models from non-watertight inputs represented by polygonal soups.
  • Surface mesh smoothing and optimization using Laplacian operators and feature-preserving adaptive mesh optimization1.
  • Reconstruction of large-scale volumetric models3 from non-watertight input meshes using high-performance surface and solid voxelization.
  • Reconstruction of optimized and smooth surface meshes from input volumes using parallel implementations of the standard marching cubes4 algorithm and the advanced dual marching cubes5 algorithm.
  • Reconstruction of optimized and smooth surface meshes from input binary masks of segmented data.
  • Reconstruction of geometrically realistic watertight mesh models of spiny neurons from corresponding morphological skeletons6.
  • Reconstruction of geometrically realistic watertight mesh models of complete astroglial cells8 (with endfeet) from input morphological skeletons and endfeet surface patches9.
  • Reconstruction of high-fidelity, optimized, and multi-partitioned vascular meshes from fragmented and large-scale vascular network graphs7.
  • Morphology, mesh, and volume quantitative and qualitative analysis.
  • Generation of color-coded multi-axis projections of spatial data (morphologies, meshes, and volumes) for visual analytics.

Documentation

Exhaustive user documentation, including step-by-step examples and detailed explanations of the command line options, is available on the Wiki of this repository.

Installation

Installation instructions are detailed on this page on the Wiki.

Software Dependencies

  • OpenMP, a multi-threading library for parallel processing on multi-core CPUs.
  • libTIFF, which gives support for the Tag Image File Format (TIFF), a widely used format for storing image data.
  • libhdf5, or the Hierarchical Data Format 5 (HDF5) library for storing data.
  • Eigen3, a template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
  • BZip2, a high-quality data compressor.
  • ZLIB, for data compression.
  • FMT, a formatting library providing a fast and safe alternative to C stdio and C++ iostreams.
  • GLM, a header-only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications.

Supported Operating Systems

Ultraliser has been tested on Unix-based operating systems including:

  • Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.04, and Ubuntu 22.04.
  • RHEL7, RHEL8.
  • macOS 10.12 Sierra, 10.13 High Sierra, 10.14 Mojave, 10.15 Catalina.

Known Bugs or Feature Requests

Please refer to the Github issue tracker for fixed and open bugs. Users can also report any bugs and request new features needed for their research. We are happy to provide direct support.

License

Ultraliser is available to download and use under the GNU General Public License, version 3 (GPL, or “free software”). The code is open-sourced with approval from the open-sourcing committee and principal coordinators of the Blue Brain Project in March 2021. See the file LICENSE for the full license.

Citation

If you use this software, kindly use the following ${\mathrm{B{\scriptstyle{IB}} T_{\displaystyle E}X}}$ entry for citation:

@article{abdellah2023ultraliser,
    author = {Abdellah, Marwan and Garc{\'\i}a Cantero, Juan Jos{\'e} and Roman Guerrero, Nadir 
    and Foni, Alessandro and Coggan, Jay S. and Cal{\`\i}, Corrado and Agus, Marco and 
    Zisis, Eleftherios and Keller, Daniel and Hadwiger, Markus and Magistretti, Pierre and 
    Markram, Henry and Sch{\"u}rmann, Felix},
    title = {Ultraliser: a framework for creating multiscale, high-fidelity and geometrically 
    realistic 3D models for in silico neuroscience},
    journal = {Briefings in Bioinformatics},
    volume={24},
    number={1},
    pages={bbac491},
    year={2023},
    publisher={Oxford University Press}
}

The initial revision of the manuscript was archived on bioRxiv

@article {abdellah2022.07.27.501675,
    author = {Abdellah, Marwan and Garc{\'\i}a Cantero, Juan Jos{\'e} and Roman Guerrero, Nadir 
    and Foni, Alessandro and Coggan, Jay S. and Cal{\`\i}, Corrado and Agus, Marco and 
    Zisis, Eleftherios and Keller, Daniel and Hadwiger, Markus and Magistretti, Pierre and 
    Markram, Henry and Sch{\"u}rmann, Felix},
    title = {Ultraliser: a framework for creating multiscale, high-fidelity and geometrically 
    realistic 3D models for in silico neuroscience},
    elocation-id = {2022.07.27.501675},
    year = {2022},
    doi = {10.1101/2022.07.27.501675},
    publisher = {Cold Spring Harbor Laboratory},
    URL = {https://www.biorxiv.org/content/early/2022/07/29/2022.07.27.501675},
    journal = {bioRxiv}
}

Publications

The volume reconstruction algorithms in Ultraliser are based on the following paper.

@article{abdellah2017reconstruction,
  title={Reconstruction and visualization of large-scale volumetric models of neocortical 
  circuits for physically-plausible in silico optical studies},
  author={Abdellah, Marwan and Hernando, Juan and Antille, Nicolas and Eilemann, Stefan and 
  Markram, Henry and Sch{\"u}rmann, Felix},
  journal={BMC bioinformatics},
  volume={18},
  number={10},
  pages={402},
  year={2017},
  publisher={BioMed Central}
}

Acknowledgement & Funding

The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology. Financial support was provided by competitive research funding from King Abdullah University of Science and Technology (KAUST).

Attributions

Full attributions and acknowledgements are available in the ACKNOWLEDGEMENTS file.

Contact

For more information on Ultraliser, comments, or suggestions, please contact:

Marwan Abdellah
Scientific Visualization Engineer
Blue Brain Project
marwan.abdellah@epfl.ch

Felix Schürmann
Co-director of the Blue Brain Project
felix.schuermann@epfl.ch

Should you have any questions concerning press inquiries, please contact:

Evelyne Schmid
Communications
Blue Brain Project
evelyne.schmidosborne@epfl.ch

References

  1. YU, Zeyun, HOLST, Michael J., CHENG, Yuhui, et al. Feature-preserving adaptive mesh generation for molecular shape modeling and simulation. Journal of Molecular Graphics and Modelling, 2008, vol. 26, no 8, p. 1370-1380.

  2. ATTENE, Marco. A lightweight approach to repairing digitized polygon meshes. The visual computer, 2010, vol. 26, no 11, p. 1393-1406.

  3. ABDELLAH, Marwan, HERNANDO, Juan, ANTILLE, Nicolas, et al. Reconstruction and visualization of large-scale volumetric models of neocortical circuits for physically-plausible in silico optical studies. BMC bioinformatics, 2017, vol. 18, no 10, p. 39-50.

  4. LORENSEN, William E. et CLINE, Harvey E. Marching cubes: A high resolution 3D surface construction algorithm. ACM siggraph computer graphics, 1987, vol. 21, no 4, p. 163-169.

  5. NIELSON, Gregory M. Dual marching cubes. In : IEEE visualization 2004. IEEE, 2004. p. 489-496.

  6. ABDELLAH, Marwan, HERNANDO, Juan, EILEMANN, Stefan, et al. NeuroMorphoVis: a collaborative framework for analysis and visualization of neuronal morphology skeletons reconstructed from microscopy stacks. Bioinformatics, 2018, vol. 34, no 13, p. i574-i582.

  7. ABDELLAH, Marwan, GUERRERO, Nadir Román, LAPERE, Samuel, et al. Interactive visualization and analysis of morphological skeletons of brain vasculature networks with VessMorphoVis. Bioinformatics, 2020, vol. 36, no Supplement_1, p. i534-i541.

  8. ZISIS, Eleftherios, KELLER, Daniel, KANARI, Lida, et al. Digital reconstruction of the neuro-glia-vascular architecture. Cerebral Cortex, 2021, vol. 31, no 12, p. 5686-5703.

  9. ABDELLAH, Marwan, FONI, Alessandro, ZISIS, Eleftherios, et al. Metaball skinning of synthetic astroglial morphologies into realistic mesh models for in silico simulations and visual analytics. Bioinformatics, 2021, vol. 37, no Supplement_1, p. i426-i433.

  10. ABDELLAH, Marwan. In silico brain imaging: physically-plausible methods for visualizing neocortical microcircuitry. EPFL, 2017.


Copyright (c) 2022 Blue Brain Project/EPFL

About

Reconstruction of watertight meshes, annotated volumes and center line skeletons of neuroscience spatial structures from non-watertight inputs, segmented masks, skeletons of NGV morphologies and volumes.

https://portal.bluebrain.epfl.ch

License:GNU General Public License v3.0


Languages

Language:C++ 69.8%Language:Hack 25.5%Language:C 1.8%Language:CMake 1.8%Language:Python 1.1%