ME-ICA / tedana

TE-dependent analysis of multi-echo fMRI
https://tedana.readthedocs.io
GNU Lesser General Public License v2.1
158 stars 94 forks source link

Support ICA on complex-valued data #1056

Open tsalo opened 3 months ago

tsalo commented 3 months ago

Summary

I think we will start seeing more phase data from multi-echo protocols in the future.

Running ICA on complex-valued data can apparently produce better components than magnitude-only ICA (e.g., Yu et al., 2015).

Additional Detail

This is distinct from #1022, which would apply complex ICA to magnitude-only data.

I think GIFT has an implementation of entropy bound minimization (EBM) ICA, which apparently works better than FastICA on complex-valued data. We could maybe translate it to Python.