Skip to main content
. Author manuscript; available in PMC: 2018 Aug 1.
Published in final edited form as: Neuroimage. 2017 May 5;156:1–13. doi: 10.1016/j.neuroimage.2017.05.004

Table 1.

Alternative optimization of the joint brain decomposition model

1. Input: Xi, i = 1,2,…,n: functional data of n subjects
   α: group sparsity parameter, β: data locality parameter, K: number of FNs
   R: number of iterations at the population level, L: number of iterations at subject level
2. Output: Vi and Ui for each subject
3. Initialize Vi and Ui as described in the Robust initialization section
4. Alternative updates
for r = 1,2,…,R
  for i = 1,2,…,n:
    for j = 1,2,…,L: (subscripts for voxels/time points and FNs were omitted for clarity)
     Update Vi as in eqn.8
     Update Ui as in eqn.6
     Update λi as in eqn.7
    end j
  end i
  if objr-1-objrobjr-1<tol; break; end if; (obj calculated as in eqn.5)
end r