Our team developed a novel algorithm for classifying fibers in tractography. It’s much similar to current Recobundles in Dipy, except that it classifies each fiber to which bundle it belongs. It was battle tested on ~200 patients so far and shows some good qualities:
-
It’s much faster - it takes <1 min to classify all fibers in a patient. You can then extract each bundle as a set of fibers with a given label.
-
Classification accuracy is ~95%, which is comparable to a human accuracy.
-
There’s fewer tuning parameter comparing to Recobundles, that you basically don’t need to touch at all - it’s already tuned for the classifier based on HCP842 atlas.
We’d like to contribute it to Dipy and would love some guidance and feedback. Thank you!