Tedana mask and components

Hi! I am following this conversation very closely and I have some questions related to what Colleen (my lab mate) has been asking.

First, I would like to thank you all so much for all your efforts, very much appreciated!
I am taking a deeper dive into MEICA3.2 code - we are trying to compare outputs from tedana and MEICA3.2, as Colleen mentioned, and I have some questions related to how the two differ in component selection. I am assuming it is the ICA component selection stage that is responsible for differences in what the # of components is when running MEICA3.2 and tedana on the same subjects? If I am understanding this right, MEICA3.2 uses clustering and SVM for component selection. I went back to the select_model_fft20e.py code to try and figure out how exactly SVM was coded.

Here are my questions:

  1. Why is there the option of having both SVC and LinearSVC implemented?
  2. C is scaled using L1 penalty but why only for LinearSVC? Is it something specific to LinearSVCs?
  3. What is variable spz2 that is used to render the hyperplane?

Thank you so much in advance!
Giulia

Iā€™m afraid those questions are for Prantik Kundu.

Iā€™m going to try to read the code and make some sense of it. Maybe I can answer some of your questions.

Anyway, if thereā€™s anything Iā€™ve learnt from attending tedana developer meetings thatā€™s the fact that many of the criteria in MEICA were not properly documented or can sometimes be arbitrary. Thatā€™s why we encourage people to use tedana, and why weā€™re trying to make the decisions taken to classify components as clear as possible.

Considering Iā€™ve only been part of tedana for 3 years, maybe @tsalo @handwerkerd @dowdlelt or @emdupre can answer some of your questions.

2 Likes

Iā€™ll echo (no pun intended) @e.urunuela in that those details were not fully (or at all documented).

That said, my recollection is that - from a big picture perspective there are 2 major differences. The first is that the PCA->ICA selection is uses kappa/rho selection criteria to determine what components get passed through to ICA. A brief comment on this can be found here (https://github.com/ME-ICA/tedana/issues/101). This approach, which tends to find the most components can more or less be used in the current tedana by applying the ā€˜kunduā€™ option for --tedpca (in place of aic or what have you). Using this kundu option, in my hands, has tended to increase the number of components passed through to ICA.

The second major difference is in the labeling of the components, determining signal/noise etc. For that, I have no insight, as it is mostly uncommented and rapidly changing code. From emails with Prantik in the past and discussions with those closer to the development (like @handwerkerd ) this was a constantly changing source of issues, with the code being tweaked to account for newly discovered edge cases day by day (hence the version reaching something like 20e!).
For this, we have discussed trying to implement some of these fancy approaches once the component selection code is cleaned up more and ready for modification.

In summary, using the ā€˜kunduā€™ choice will give your component selection step much more to work with (and without the bugs that are present in meica 3.2) but there is currently no replacement for the more advanced component selection logic.

2 Likes

There are several differences between the meica v2 version that we decided to build tedana off of and the meica v3.2 version. I suspect the most noteworthy one is the decision tree where each component is classified as accepted/rejected. We really should get the meica v2 decision tree into our main documentation, but you can see a pdf of the decision flow chart in this comment: https://github.com/ME-ICA/tedana/issues/355#issuecomment-515593755
This is a lot more complex with many more (semi-arbitrary) steps than many people realize. As part of modularizing the decision tree code, I am working on a simplified tree.

meica v3.2 kept some of the complexity of this decision tree, but also made a bunch of changes. The key change is that it used a few rules to decide which components should be definitely accepted or rejected and then used signal value decomposition (I think) to create boundary and classify the rest of the components based on the boundary. I like this idea, but there are two reasons we didnā€™t immediately build off of it. 1. The code was very confusing in key parts and written in a way that would make it harder to change anything without breaking things. 2. Prantik developed it on just a few datasets of which most were not task based. I saw it fail in serious ways on task-based fMRI data.

For those reasons, Iā€™ve generally avoided meica v3.2, but Iā€™m hoping to revisit some of the ideas in it to see if tedana can benefit from them.

In response to our specific questions, I donā€™t know. I think the code was left in a state where Prantik was still experimenting with things and some of those options may have been his way to test what may or may not have been better for specific data sets. I can guess the answers to some of your other questions, but based on my (several-year-old) look at the code, what variables seemed like they should do and what they actually did werenā€™t always the same.

2 Likes

Thank you so much @e.urunuela @dowdlelt @handwerkerd! Glad to hear from somebody else who has experience on MEICA and tedana. We are working through and comparing all options and will get back to you. Thanks again everyone!

Hi, I checked with our team and can share a few subjects if folks would still like to take a look. Let me know and I will email a link to the unprocessed and fmriprepped outputs. But I totally understand if folks canā€™t take a look or prioritize it immediately.

I should have more information about the QC metrics on different tedpca options early next week.

Hey @ColleenHughes ! Would you mind sharing the data? Iā€™d like to have a closer look. Thanks!

Okay a few updates, apologies for the long message. I processed and QCā€™d the test sample of 15 participants in three ways: afni+meica3.2, fmriprep+tedana(mdl), and fmriprep+tedana(kundu2.5_stabilize). I chose to more closely examine the kundu2.5 option over aic/kic because it gave me a larger # of total/accepted components on average. I ran pre/post FD/DVARS on the outputs and created connectivity matrices based on the accepted spatial components (following Kunduā€™s 2013 PNAS). Outputs can be found here.
https://mcgill-my.sharepoint.com/:f:/g/personal/colleen_hughes_mail_mcgill_ca/EhQKa7nrNqlChAk2jhtrOLcBm8750Mjy0Auww7rT3GSQ1Q?e=glNaQU

All methods denoise the data reasonably, but the tedana methods retain some questionable DVARS spikes even in the high kappa (accepted) timeseries although attenuated (e.g., sub-0033). I am not sure to what extent this may be impacting the component results. I ran 3dDespike on the raw data before motion correction, as in the afni pipeline, but this had little effect https://github.com/ME-ICA/tedana/issues/370.

Itā€™s clear that the few number of accepted components in the tedana mdl method negatively affects connectivity estimates, for instance compared to the greater number of components observed from the meica2.5 and 3.2 methods. Altogether, the kundu2.5-stabilize method in tedana seems to be working best on our data, although itā€™s not exactly clear why we see so few components in the mapca methods. I spoke to a colleague about their 1s TR, 800 volume, multi band multi-echo data processed in tedana, and they had similarly few total/accepted components. Therefore, I donā€™t think the issue is entirely unique to our dataset. Any thoughts?

Lastly, I noticed a true divide error in the terminal output from tedana but seemingly not recorded in the tedana proc file. Looks like you all are aware of this but itā€™s fine and/or still open to be fixed. https://github.com/ME-ICA/tedana/issues/762
Error text: true_divide.txt (309 Bytes)

Thank you @ColleenHughes , this is really helpful!

First, Iā€™d like to mention that back when we translated maPCA into Python, we used datasets we had at hand and it looked good on those. It is very helpful to see how the maPCA behaves on other datasets.

Now, this said, I have two comments to make:

  • The PCA step only determines the total number of components. maPCA provides three criteria to find an optimal number of components to which the dataā€™s dimensionality should be reduced, excluding components that add the lowest variance. We released v0.0.2 of maPCA this week which basically changes the way it performs PCA to give more information to users. Now, it performs PCA considering all possible components, and then reduces the final solution to the optimal number of components calculated with one of the three criteria. This final solution is then used to reconstruct the data and perform ICA on it, considering the new dimensions (number of components kept) .
  • The number of accepted components is given by the ICA side of the pipeline, as the ICA components go through a ā€œdecision treeā€ that accepts or rejects each component. Of course, it is more likely that the decision tree accepts a higher number of components when the number of components the PCA keeps increases.

So, I see two ways of dealing with this:

  1. You can use another criteria to reduce the dimensionality of the data so that you keep a higher dimensionality (more components). At the end of the day, maPCA is just another way of selecting the number of components you keep, but other criteria can be valid too. I have opened pull request #839 to make use of all this new info that maPCA returns now. This results in tedana printing the number of components and total variance explained when using different criteria (from theoretically most aggressive to least: mdl, kic, aic, 90% variance explained, 95% variance explained). In this PR tedana also plots the optimization curves with the optimal number of components selected by each criterion, similar to the plot I shared on this thread a month ago (with the two varexp options included).
  2. We (tedana devs) have to release the new decision tree asap, which should allow users to use customized decision trees to accept/reject components. I think this is going to be critical to improve the classification of components.

Finally, if youā€™re seeing that the number of components you have with your dimensionality reduction (PCA) criterion makes sense, but tedana is still misclassifying components (the new decision tree will hopefully fix this), Iā€™d suggest you go through the components and manually classify them. You can use the reports or you can use Rica and save your tedana-compatible manual classification.

Iā€™d like to encourage your colleagues to reach out if theyā€™re facing these issues. At the end of the day, weā€™re developing tedana for the community. The more we stress the code, the better it will get :sparkles:

P.S.: The connectivity estimates will improve as the number of accepted components improve. Maybe the aic criterion is good enough?

1 Like

This is a really informative response, thank you for taking the time and effort. I think this all gives me a good handle on how to use tedana for our purposes. Will check out Rica, as well. Like you said, aic might be good enough, so Iā€™ll run those QC steps and compare to the kundu-stabilize option. Looking forward to the new maPCA and tedana decision tree updates! Thanks to all the developers for their hard work.

1 Like

Hi. Reading this thread with great interest. Struggling with some of the same issues, few components with the ā€œstandardā€ options + ā€œkundu-stabilizeā€, but way too many to debug when testing ā€œkunduā€ or asking for say 90% cumulative explained variance (working on series with ~1000vols per run). Could an additional option be to cap the number of components at a given number, say 100 or 200? Similar to what is implemented in fmriprep (https://github.com/nipreps/fmriprep/issues/1051).

--aroma_melodic_dim -200 will produce at most 200 components, but less than that if the automatic dimensionality estimation converges at a lower number.

Just a thought.

Hi @markushs ,

You should be able to do that with the variance explained option. Now, this may not be intuitive as of v0.0.11, but should be easier to find an adequate variance explained value once PR #839 is merged. Tedana will return a plot with the optimal number of components of each criterion. We could also generate another figure that shows how much variance is explained by each PCA component starting from retaining one component to retaining all 1000 components (in your case). This plot could show where all criteria fall too, just like on the other figure.

Thank you so much for giving feedback! And feel free to contribute to tedana (and all related projects) in any capacity. All help is welcome :slight_smile:

1 Like