Published July 29, 2025 | Version v2
Model Open

Spherical DeepFixel Model Weights and Testing Data

  • 1. ROR icon Vanderbilt University

Description

DeepFixel: Crossing white matter fiber identification through spherical convolutional neural networks

  • Testing data is stored in `fissile_data.tar.gz`. Each .mat file contains 10 examples of crossing fibers separated using FISSILE.
    • `total_fod` is the total fiber orientation distribution function represented as 28 spherical harmonic coefficients in mrtrix format (https://mrtrix.readthedocs.io/en/latest/concepts/spherical_harmonics.html).
    • `separate_fod` is the separated fiber orientation distribution functions found by FISSILE in the frame of the fiber
    • `rotate_separate_fod` is the separated fiber orientation distribution functions found by FISSILE in the frame of the image
    • `est_theta`, `est_phi`, `est_v` are the estimated polar angle, azimuthal angle, and volume fraction of the separated fiber orientation distribution functions
    • `true_theta`, `true_phi`, `true_v` are the simulated angles and volume fractions
    • `true_fod` is the simulated fiber orientation distribution function based on `est_theta`, `est_phi`, `est_v`
  • `best_model_mlp.pth` is the multilayer perceptron model trained to separate 2 and 3 fibers
  • `best_model_scnn.pth` is the spherical CNN model trained to separate 2 and 3 fibers (recommended)

See https://github.com/MASILab/spherical_deep_fixel for more info and code to use the data.

Files

Files (1.9 MB)

Name Size Download all
md5:1342ce89b2e71d4c5562e3513be5a0a9
1.1 MB Download
md5:099a7ff903e46d07a35190a7d5240966
66.3 kB Download
md5:d62a7a32fc4bb6f62b844991971ef6c8
738.1 kB Download

Additional details

Software

Repository URL
https://github.com/MASILab/spherical_deep_fixel
Programming language
Python