This is the published code for Dilated Convolutional Neural Networks for Sequential Manifold-valued Data ICCV 2019.
The medical dataset cannot be published because of the private issue.
The UCF11 dataset is similar to the SPD-SRU on my github.
When running the codes, be sure that run Preprocessed_UCF11.py first.
Then run the manifoldDCNN_forUCF11.py.
The DTI and the ODF is for reference if you have your own datasets.
The video introduction of this paper can be found here
@InProceedings{zhen2019dilated,
author = {Zhen, Xingjian and Chakraborty, Rudrasis and Vogt, Nicholas and Bendlin, Barbara B. and Singh, Vikas},
title = {Dilated Convolutional Neural Networks for Sequential Manifold-Valued Data},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
month = {October},
year = {2019}
}