Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temporal ICA instead of GSR #2

Open
jcrdubois opened this issue Aug 6, 2018 · 1 comment
Open

temporal ICA instead of GSR #2

jcrdubois opened this issue Aug 6, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jcrdubois
Copy link
Member

We should implement this
temporal ICA approach as an alternative to GSR

@jcrdubois jcrdubois added the enhancement New feature or request label Aug 6, 2018
@paola-g
Copy link
Collaborator

paola-g commented Aug 13, 2018

The presented approach follows these steps:

  1. Data are cleaned using ICA-FIX and then MSMAll aligned
  2. A dimensionality reduction step is performed with a group spatial ICA (sICA) with 137 components (probably a method is needed to estimate this dimensionality on new data)
  3. Individual sICA components are created using weighted spatial regression (where weights are a measure of alignment quality)
  4. Temporal ICA is performed on the concatenated individual sICA component time-courses (using FAST-ICA)
  5. The number of temporal components is computed with ICASSO

The code for points 1. to 3. should be part of the HCPpipelines, see especially MSMregression.m.

FAST-ICA and ICASSO are implemented in MATLAB.

So far I haven't found any code that puts everything together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants