Skip to main content
NIHPA Author Manuscripts logoLink to NIHPA Author Manuscripts
. Author manuscript; available in PMC: 2014 Oct 3.
Published in final edited form as: Proc IEEE Int Conf Comput Vis. 2011:557–562. doi: 10.1109/ICCV.2011.6126288

Sparse Multi-Task Regression and Feature Selection to Identify Brain Imaging Predictors for Memory Performance

Hua Wang 1, Feiping Nie 1, Heng Huang 1, Shannon Risacher 2, Chris Ding 1, Andrew J Saykin 2, Li Shen 2; ADNI*
PMCID: PMC4184284  NIHMSID: NIHMS327151  PMID: 25283084

Abstract

Alzheimer’s disease (AD) is a neurodegenerative disorder characterized by progressive impairment of memory and other cognitive functions, which makes regression analysis a suitable model to study whether neuroimaging measures can help predict memory performance and track the progression of AD. Existing memory performance prediction methods via regression, however, do not take into account either the interconnected structures within imaging data or those among memory scores, which inevitably restricts their predictive capabilities. To bridge this gap, we propose a novel Sparse Multi-tAsk Regression and feaTure selection (SMART) method to jointly analyze all the imaging and clinical data under a single regression framework and with shared underlying sparse representations. Two convex regularizations are combined and used in the model to enable sparsity as well as facilitate multi-task learning. The effectiveness of the proposed method is demonstrated by both clearly improved prediction performances in all empirical test cases and a compact set of selected RAVLT-relevant MRI predictors that accord with prior studies.

1. Introduction

Through employing pattern classification methods, neuroimaging has demonstrated its effectiveness in predicting Alzheimer’s disease (AD) status based on individual magnetic resonance imaging (MRI) and/or positron emission tomography (PET) scans [5, 11, 18]. Because AD is a neurodegenerative disorder characterized by progressive impairment of memory and other cognitive functions, it is important to understand how structural and functional changes in brain can influence the performance of neuropsychological tests. As a result, regression models have been used to study whether neuroimaging measures can help predict clinical scores and track AD progression [19, 22]. For example, in [22], stepwise regression was performed in a pairwise fashion to relate each MRI and FDG-PET measures of the eight candidate regions to each of the four Rey’s Auditory Verbal Learning Test (RAVLT) memory scores. This approach was univariate and thereby overlooked the interrelated structures within both imaging data and clinical data. In [19], using relevance vector regression, the voxel-based morphometry (VBM) features extracted from the entire brain were jointly analyzed to predict each selected clinical score, while the investigations of different clinical scores are independent from each other.

In this paper, we embrace, rather than ignore, the complexity of the mapping between interconnected imaging measures and interrelated clinical scores; and propose a novel Sparse Multi-tAsk Regression and feaTure selection (SMART) method to jointly analyze all the imaging and clinical data within a single regression model and common subspace. Our research focuses on investigating the relationships between MRI measures and RAVLT memory scores using the Alzheimer’s Disease Neuroimaging Initiative (ADNI) cohort [23]. Instead of including all possible imaging measures to predict memory performance, the proposed SMART method is designed to select the most prominent imaging features that are able to predict memory performance with improved prediction accuracy. Different from LASSO [20] and other related methods that perform feature selection separately for each individual memory score, the proposed sparse multi-task learning model treats each memory score as a cognition task and selects imaging features that can jointly influence multiple scores/tasks. We propose to use the combined ℓ2,1-norm and ℓ1-norm regularizations to select features with high correlations to a subset of memory scores. To demonstrate the effectiveness of the proposed SMART method, we apply it to identify relevant MRI markers that can predict multiple RAVLT memory scores. Our empirical results yield not only clearly improved prediction rates in all the test cases, but also a compact set of RAVLT-relevant MRI predictors that are in accordance with prior studies.

2. Sparse Multi-Task Regression and Feature Selection

Recently sparse regularizations have been applied to classification based feature selection studies. LASSO [20] was shown to efficiently select useful features for a single task. However, in our work, we expect to estimate predictive models for several related memory performance scores together, not an individual one. The multi-task feature learning [2, 15] used the ℓ2,1-norm regularization to couple feature selection across tasks using a strict assumption - all tasks share a common underlying representation. However, in many cases, the common pattern is shared by many tasks, but not all.

To address this issue, we propose a new Sparse MultitAsk Regression and feaTure selection (SMART) model to include both ℓ2,1-norm and ℓ1-norm regularizations for selecting imaging features, i.e., morphometric variables, and predicting memory performance. The combined convex norms help us pick up the features with high correlations to a subset of tasks. The new objective leads to a more difficult optimization problem. To address this problem, we derive a new efficient algorithm with proved global convergency. In this paper, given a matrix M, we denoted its i-th row and j-th column as mi and mj, respectively.

2.1. Joint Sparse Regularizations Using Mixed Non-Smooth Norms

To identify the predictable correlations between memory performance scores and morphometric variables, the linear (least square) regression method is a standard way in medical image analysis research. Given the morphometric variables of n training samples {xiRd}i=1n and the associated memory scores {yiRc}i=1n, traditional least square regression solves the following optimization problem to obtain the projection matrix W ∈ ℝd×c (the bias b is absorbed into W when the constant value 1 is added as an additional dimension for each data):

minWi=1n||WTxiyi||22=||XTWY||F2, (1)

where ||·||F denotes the Frobenius norm of a matrix, X = [x1, …, xn] ∈ ℝd×n and Y = [y1, …, yn]T ∈ ℝn×c.

In the regular linear regression, the weight matrix W is not sparse. All morphometric variables are involved to the memory scores prediction. However, some of them are irrelevant to memory performance prediction. Therefore, it is desirable to select the important morphometric variables for more accurate scores prediction. To this end, instead of imposing the squared ℓ2-norm regularization as in traditional ridge regression, we impose the ℓ2,1-norm regularization. Because the ℓ2,1-norm regularization penalizes each row of W as a whole and enforce sparsity among the rows, it is able to select the most prominent morphometric variables [14]. Specifically, we solve the following convex optimization problem:

minW||XTWY||F2+γ||W||2,1, (2)

where ||·||2,1 denotes the ℓ2,1-norm of a matrix.

We further consider some important morphometric variables are only correlated to a subset of tasks. The ℓ2,1-norm cannot handle them properly. Thus, we add an ℓ1-norm regularizer to impose the sparsity among all elements in W and propose our new Sparse Multi-tAsk Regression and feaTure selection (SMART) model as1:

minW||XTWY||F2+γ1||W||1+γ2||W||2,1. (3)

Although our objective function is convex, it is difficult to be solved, because the both regularization terms are non-smooth. Here, we propose an efficient algorithm to solve our objective function in Eq. (3).

Taking the derivative with respect to wi(1 ≤ ic), and setting it to zero, we have

XXTwiXyi+γ1Diwi+γ2Dwi=0, (4)

where Di(1 ≤ ic) is a diagonal matrix with the k-th diagonal element as 12wki, is a diagonal matrix with the k-th diagonal element as 12||wk||2. Thus,

wi=(XXT+γ1Di+γ2D)1Xyi. (5)

Note that Di and depend on W and thus is also unknown variables. We propose an iterative algorithm to solve this problem, which is as listed in Algorithm 1.

Algorithm 1.

Algorithm

graphic file with name nihms327151f4.jpg

2.2. Algorithm Analysis

Theorem 1

Algorithm 1 decreases the objective value in each iteration.

Proof

According to Step 2 in the algorithm, we have

W(t+1)=minWTr(XTWY)T(XTWY)+γ1i=1cwiTDi(t)wi+γ2TrWTD(t)W, (6)

therefore we have

Tr(XTW(t+1)Y)T(XTW(t+1)Y)+γ1i=1c(wi(t+1))TDi(t)wi(t+1)+γ2Tr(W(t+1))TDtW(t+1)Tr(XTW(t)Y)T(XTW(t)Y)+γ1i=1c(wi(t))TDi(t)wi(t)+γ2Tr(W(t))TDtW(t)Tr(XTW(t+1)Y)T(XTW(t+1)Y)+γ1i=1dj=1c((wij(t+1))22||wij(t)||||wij(t+1)||+||wij(t+1)||)+γ2k=1d(||(w(t+1))k||222||(w(t))k||2||(w(t+1))k||2+||(w(t+1))k||2)Tr(XTW(t)Y)T(XTW(t)Y)+γ1i=1dj=1c(||wij(t)||+(wij(t))22||wij(t+1)||||wij(t)||)+γ2k=1d(||(w(t))k||2+||(w(t))k||222||(w(t))k||2||(w(t))k||2)Tr(XTW(t+1)Y)T(XTW(t+1)Y)+γ1i=1dj=1c||wij(t+1)||+γ2k=1d||(w(t+1))k||2Tr(XTW(t)Y)T(XTW(t)Y)+γ1i=1dj=1c||wij(t)||+γ2k=1d||(w(t))k||2

The last step holds, because [14] for any vector w and w0, we have ||w||2||w||222||w0||2||w0||2||w0||222||w0||2. Thus, the algorithm decreases the objective value in each iteration.

At the convergence, W(t), Di(t)(1ic) and (t) will satisfy the Eq. (5). As the problem (3) is a convex problem, satisfying the Eq. (5) indicates that W is a global optimum solution to the problem (3). Therefore, Algorithm 1 will converge to the global optimum of the problem (3). Because we have closed form solution in each iteration, our algorithm converges very fast.

3. Imaging and Memory Data

Both MRI and memory data used in this study were obtained from the ADNI database2. ADNI is a landmark investigation sponsored by the NIH and industrial partners designed to collect longitudinal neuroimaging, biological and clinical information from 822 participants that will track the neural correlates of memory loss from an early stage. Further information can be found in [13] and at www.adni-info.org. Following a previous imaging genetics study [17], 708 out of 733 non-Hispanic Caucasian participants with no missing MRI morphometric and RAVLT information were included in this study. The 708 participants are categorized by three baseline diagnostic groups: healthy control (HC, n = 199), mild cognitive impairment (MCI, n = 346) (thought to be a preclinical stage of AD), and AD (n = 163).

Two widely employed automated MRI analysis techniques were used to process and extract imaging measures across the entire brain from all baseline scans of ADNI participants as previously described [17]. First, voxel-based morphometry (VBM) [22] was performed to define global gray matter (GM) density maps and extract local GM density values for 86 target regions. Second, automated parcellation via FreeSurfer V4 [9] was conducted to define 56 volumetric and cortical thickness values and to extract total intracranial volume (ICV). The full descriptions about these measures are available in [17]. All these measures were adjusted for the baseline age, gender, education, handedness, and baseline ICV using the regression weights derived from the healthy control participants.

The cognitive measures we use to test the proposed SMART method are the baseline RAVLT memory scores from all ADNI participants [1]. The standard RAVLT format starts with a list of 15 unrelated words (List A) repeated over five different trials and participants are asked to repeat. Then the examiner presents a second list of 15 words (List B), and the participant is asked to remember as many words as possible from List A. Trial 6, termed as 5 minute recall, requests the participant again to recall as many words as possible from List A, without reading it again. Trial 7, termed as 30 minute recall, is administrated in the same way as Trial 6, but after a 30 minute delay. Finally, a recognition test with 30 words read aloud, requesting the participant to indicate whether or not each word is on List A. The RAVLT has proven useful in evaluating verbal learning and memory. The five RAVLT scores are summarized in Table 1.

Table 1.

Descriptions of RAVLT cognitive measures.

Task ID Description
TOTAL Total score of the first 5 learning trials
TOT6 Trial 6 total number of words recalled
TOTB List B total number of words recalled
T30 30 minute delay total number of words recalled
RECOG 30 minute delay recognition score

4. Experimental Results and Discussions

In this section, we evaluate the proposed SMART method by applying it to the ADNI cohort, where a wide range of MRI morphometric features are examined and selected to predict memory performance measured by five RAVLT scores shown in Table 1. The goal is to select a compact set of RAVLT-relevant MRI features while maintaining high predictive power.

4.1. Improved Memory Performance Prediction

In our experiments, we examine three different sets of morphometric variables {xi}i=1nRd for each participant, where d = 86 for VBM morphometric variables, d = 56 for FreeSurfer morphometric variables, and d = 144 for the combined set of VBM and Freesurfer variables. Evaluating the memory performance prediction on the three baseline diagnosis groups (HC, MCI, AD) and the group with all participants (HC + MCI + AD) using the three types of morphometric variables, we end up with a total of twelve test cases as in Table 2, where, e.g., “FreeSurfer HC” denotes the test case conducted on the participants of MCI group using FreeSurfer morphometric variables, and “VBM+FreeSurfer all” denotes the test case conducted on all the participants using the combined morphometric variables by VBM and FreeSurfer.

Table 2.

Prediction performance measured by RMSE.

Test cases TOTAL TOT6 TOTB T30 RECOG
FreeSurfer HC MVR 8.762 4.362 3.281 4.305 4.021
SMART 6.645 2.940 2.235 2.806 3.621
FreeSurfer MCI MVR 6.998 2.765 2.399 2.480 3.427
SMART 5.600 1.990 1.953 1.709 3.181
FreeSurfer AD MVR 5.897 1.768 2.058 1.382 3.390
SMART 5.042 1.452 1.716 1.050 2.830
FreeSurfer all MVR 5.926 2.238 2.036 2.090 3.342
SMART 5.736 2.139 1.961 1.966 3.196
VBM HC MVR 8.651 3.772 2.885 3.496 4.776
SMART 6.705 2.844 2.139 2.656 3.584
VBM MCI MVR 11.495 4.256 4.621 4.032 5.598
SMART 5.584 1.832 1.931 1.669 3.017
VBM AD MVR 7.223 2.162 2.622 1.479 4.163
SMART 5.120 1.518 1.826 0.904 2.781
VBM all MVR 6.090 2.290 2.140 2.141 3.396
SMART 5.718 2.103 1.993 1.921 3.182
VBM+FreeSurfer HC MVR 12.265 5.416 4.349 5.089 6.703
SMART 6.664 2.829 2.230 2.683 3.577
VBM+FreeSurfer MCI MVR 68.222 26.146 23.489 30.033 34.306
SMART 5.533 1.901 1.869 1.606 3.114
VBM+FreeSurfer AD MVR 14.552 4.307 5.141 4.297 8.430
SMART 4.805 1.218 1.731 0.858 2.865
VBM+FreeSurfer all MVR 6.505 2.596 2.258 2.540 3.582
SMART 5.809 2.208 2.000 2.051 3.214

We compare SMART against multivariate regression (MRV) in memory performance prediction. For each test case, we randomly pick 80% participants and use their morphometric variables and memory scores as training data, and perform the prediction for the remaining participants. The prediction performances assessed by root mean square error (RMSE), a widely used measurement for statistical regression analysis, are reported in Table 2.

A first observation on the results in Table 2 shows that the proposed SMART method consistently outperforms the conventional multivariate regression method in all the test cases for all the cognitive tasks. The FreeSurfer measures, VBM measures, and combined measures have similar predictive powers.

A more careful analysis shows that, using our method, it is easier to predict memory performance for AD than HC, while MCI shows an intermediate pattern. This partially agrees with the findings in [22], which claims that MR morphormetry is not related to memory in HC, but positively related to memory functions in MCI and AD. Using multivariate regression, the above trend holds only for FreeSurfer measures. For VBM and combined cases, it is far more difficult to predict memory performance in MCI than HC and AD (11.495 vs. 8.651 and 7.233 for VBM, and 68.22 vs. 12.265 and 14.552 for VBM + FreeSurfer).

Finally, we can see that the most predictable outcome is T30 for AD group with RMSE of 1.050 for FreeSurfer, 0.904 for VBM, and 0.858 for the combined measures. Considering TOTAL is the sum of the 5 scores, the performance for AD group is decent with RMSE of 5.042 for FreeSurfer, 5.120 for VBM, and 4.805 for the combined measures. The least predictable outcome is RECOG, whose RMSEs are generally greater than 2.7.

4.2. Feature Selection Capabilities

The main advantage of the proposed SMART method lies in its capability to simultaneously perform regression analysis and feature selection. Besides reducing the computational complexity of the learning model as in other applications, feature selection is of significant importance in the study of neuroimaging, because it has a potential to identify the relevant imaging predictors and explain the effects of morphometric changes in relation to memory performance.

The heat map of the regression coefficients of each FreeSurfer measure w.r.t. each cognitive task (W in Eq. (3)) learned by SMART is shown in Fig. 1. The bigger the magnitude of an coefficient is, the more important the feature is in predicting the corresponding memory score. For example, “HippVol” (hippocampal volume) plays the most important role in memory performance prediction when testing on all participants, while “LatVent” (volume of lateral ventricle) is the most effective predictor when the test is conducted on AD group. The selected features by our method are marked with “x”. The heat map of regression coefficients of VBM measures are shown in Fig. 2. Fig. 3 visualizes the cortical map of selected features for prediction of TOTAL score using FreeSurfer measures in the total sample (left) and the AD sample (right).

Figure 1.

Figure 1

Heat map of selected features for prediction using FreeSurfer measures in (a) the total sample, (b) HC, (c) MCI, and (d) AD. In each of (a–d), regression weights (i.e., coefficients) for left and right measures are visualized as two separate panels, where columns in each panel correspond to different memory scores. Since our method selects features with absolute values ≥ 1, the range of the color map is limited to [−1,1] for a more effective visualization. All selected features are marked with “x”.

Figure 2.

Figure 2

Heat map of selected features for prediction using VBM measures in (a) the total sample, (b) HC, (c) MCI, and (d) AD. In each of (a–d), regression weights (i.e., coefficients) for left and right measures are visualized as two separate panels, where columns in each panel correspond to different memory scores. Since our method selects features with absolute values ≥ 1, the range of the color map is limited to [−1,1] for a more effective visualization. All selected features are marked with “x”.

Figure 3.

Figure 3

Cortical map of selected features for prediction using FreeSurfer measures in the total sample (left) and the AD sample (right). Each map only visualizes the regression weights for RAVLT-TOTAL score for individual cortical thickness measures (i.e., volume measures and mean thickness measures of larger regions are not included). Since our method selects features with absolute values ≥ 1, the range of the color map is limited to [−1, 1] for a more effective visualization.

Fig. 1 shows that “HippVol” is consistently selected in all the groups except AD, implicating that it is an important indicator for cognitive decline and has a potential for early detection of AD. This perfectly accords with many evidences in existing literatures [3, 4, 7, 8, 16, 21]. In addition, “EntCtx” (thickness of entorhinal cortex), “Parahipp” (thickness of parahippocampal gyrus), “Precuneus” (thickness of precuneus) and “InfParietal” (thickness of inferior parietal gyrus) are also selected in different test conditions. These areas are important components of the brain’s episodic memory network [22], which has been proved to be normally engaged during episodic recall and heavily impact the memory performance [6, 10, 22]. Similar observations that our selections match literature evidences can also be found in both Fig. 1 and Fig. 2, which concretely confirm the effectiveness of the proposed method from neurobiological perspective.

Moreover, besides selecting common prominent features across all cognitive tasks through imposing ℓ2,1 regularization as in Eq. (3), we also enforce sparsity on W through ℓ1 regularization, such that the relative importance of the selected features are properly weighted. For example, as in Fig. 2, the “Hippocampus” (GM density) is only selected in MCI and AD groups, but not selected by HC group. This observation, again, is extensively supported in literature. It has been shown that, in normal aging, memory, including listing learning measures with clinically applied retention intervals (< 1h), appears weakly related to medial temporal lobe (MTL) [16], whereas memory has consistently been related to MLT volumes in MCI and AD [16]. This provides one more evidence showing the ability of SMART for properly identifying relevant features.

5. Conclusions

In this paper, we proposed a new SMART model to perform both regression analysis for memory performance prediction and morphometric variables selection in an MCI/AD study. Different from related existing methods that ignore the interrelated structures within imaging data or those within clinical data, SMART analyzes all the imaging and clinical data within a single regression framework and common subspace, such that the predictive performance can be improved by these correlations. Our experiments using the MRI and RAVLT data of the ADNI cohort yielded promising results: (1) the prediction performance of SMART was consistently better than conventional multivariate regression, (2) a compact set of imaging predictors were identified in each test case and were in accordance with prior findings, and (3) these selected imaging features could predict multiple memory scores at the same time and had a potential to play an important role in determine cognitive functions and characterizing AD progression. These promising results were consistent with our theoretical foundation and prior studies, which demonstrated the effectiveness of the proposed method.

Acknowledgments

HW and HH were supported by NSF-IIS 1117965, NSF-CNS 0923494, NSF-IIS 1041637, NSF-CNS 1035913. SR, AS and LS were supported in part by NSF-IIS 1117335, NIA 1RC 2AG036535, CTSI-IUSM/CTR (RR025761), NIA P30 AG10133, and NIA R01 AG19771.

Footnotes

1

This paper was first submitted to a conference in 2010 and we notice a similar objective in [12] when we prepare the camera-ready draft of this paper. This research is an independent work.

Contributor Information

Hua Wang, Email: huawangcs@gmail.com.

Feiping Nie, Email: feipingnie@gmail.com.

Heng Huang, Email: heng@uta.edu.

Shannon Risacher, Email: srisache@iupui.edu.

Chris Ding, Email: chqding@uta.edu.

Andrew J Saykin, Email: asaykin@iupui.edu.

Li Shen, Email: shenli@iupui.edu.

References

  • 1.Aisen PS, Petersen RC, et al. Clinical core of the alzheimer’s disease neuroimaging initiative: progress and plans. Alzheimers Dement. 2010;6(3):239–46. doi: 10.1016/j.jalz.2010.03.006. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2.Argyriou A, Evgeniou T, Pontil M. Multi-task feature learning. NIPS; 2007. pp. 41–48. [Google Scholar]
  • 3.Ball M, Hachinski V, Fox A, Kirshen A, Fisman M, Blume W, Kral V, Fox H, Merskey H. A new definition of Alzheimer’s disease: a hippocampal dementia. Lancet. 1985;325(8419):14–16. doi: 10.1016/s0140-6736(85)90965-1. [DOI] [PubMed] [Google Scholar]
  • 4.Barnes J, Scahill R, et al. Increased hippocampal atrophy rates in AD over 6 months using serial MR imaging. Neurobiol Aging. 2008;29(8):1199–1203. doi: 10.1016/j.neurobiolaging.2007.02.011. [DOI] [PubMed] [Google Scholar]
  • 5.Batmanghelich N, Taskar B, Davatzikos C. A general and unifying framework for feature construction, in image-based pattern classification. Inf Process Med Imaging. 2009;21:423–34. doi: 10.1007/978-3-642-02498-6_35. [DOI] [PubMed] [Google Scholar]
  • 6.Buckner R, Carroll D. Self-projection and the brain. Trends Cogn Sci. 2007;11(2):49–57. doi: 10.1016/j.tics.2006.11.004. [DOI] [PubMed] [Google Scholar]
  • 7.Convit A, de Leon M, Tarshish C, De Santi S, Kluger A, Rusinek H, George A. Hippocampal volume losses in minimally impaired elderly. Lancet. 1995;345(8944):266. doi: 10.1016/s0140-6736(95)90265-1. [DOI] [PubMed] [Google Scholar]
  • 8.De Santi S, de Leon M, et al. Hippocampal formation glucose metabolism and volume losses in MCI and AD. Neurobiol of aging. 2001;22(4):529–539. doi: 10.1016/s0197-4580(01)00230-5. [DOI] [PubMed] [Google Scholar]
  • 9.Fischl B, Salat DH, et al. Whole brain segmentation: automated labeling of neuroanatomical structures in the human brain. Neuron. 2002;33(3):341–55. doi: 10.1016/s0896-6273(02)00569-x. [DOI] [PubMed] [Google Scholar]
  • 10.Hassabis D, Maguire E. Deconstructing episodic memory with construction. Trends Cogn Sci. 2007;11(7):299–306. doi: 10.1016/j.tics.2007.05.001. [DOI] [PubMed] [Google Scholar]
  • 11.Hinrichs C, Singh V, et al. Spatially augmented LPboosting for AD classification with evaluations on the ADNI dataset. Neuroimage. 2009;48(1):138–49. doi: 10.1016/j.neuroimage.2009.05.056. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Lee S, Zhu J, Xing E. In: Adaptive Multi-Task Lasso: with Application to eQTL Detection. Lafferty J, Williams CKI, Shawe-Taylor J, Zemel R, Culotta A, editors. NIPS; 2010. [Google Scholar]
  • 13.Mueller SG, Weiner MW, et al. Ways toward an early diagnosis in alzheimer’s disease: The alzheimer’s disease neuroimaging initiative (adni) Alzheimers Dement. 2005;1(1):55–66. doi: 10.1016/j.jalz.2005.06.003. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Nie F, Huang H, Cai X, Ding C. Efficient and Robust Feature Selection via Joint l2,1-Norms Minimization. NIPS; 2010. [Google Scholar]
  • 15.Obozinski G, Taskar B, Jordan M. Technical report. Department of Statistics, University of California; Berkeley: 2006. Multi-task feature selection. [Google Scholar]
  • 16.Petersen R, Jack C, Jr, et al. Memory and MRI-based hippocampal volumes in aging and AD. Neurology. 2000;54(3):581. doi: 10.1212/wnl.54.3.581. [DOI] [PubMed] [Google Scholar]
  • 17.Shen L, Kim S, et al. Whole genome association study of brain-wide imaging phenotypes for identifying quantitative trait loci in MCI and AD: A study of the ADNI cohort. NeuroImage. 2010;53(3):1051–1063. doi: 10.1016/j.neuroimage.2010.01.042. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Shen L, Qi Y, et al. Sparse bayesian learning for identifying imaging biomarkers in AD prediction. MICCAI; 2010. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Stonnington CM, Chu C, et al. Predicting clinical scores from magnetic resonance scans in alzheimer’s disease. Neuroimage. 2010;51(4):1405–13. doi: 10.1016/j.neuroimage.2010.03.051. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Tibshirani R. Regression shrinkage and selection via the LASSO. J Royal Statist Soc B. 1996;58:267–288. [Google Scholar]
  • 21.Van Petten C. Relationship between hippocampal volume and memory ability in healthy individuals across the lifespan: review and meta-analysis. Neuropsychologia. 2004;42(10):1394–1413. doi: 10.1016/j.neuropsychologia.2004.04.006. [DOI] [PubMed] [Google Scholar]
  • 22.Walhovd K, Fjell A, et al. Multi-modal imaging predicts memory performance in normal aging and cognitive decline. Neurobiol Aging. 2010;31(7):1107–1121. doi: 10.1016/j.neurobiolaging.2008.08.013. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Weiner MW, Aisen PS, et al. The alzheimer’s disease neuroimaging initiative: progress report and future plans. Alzheimers Dement. 2010;6(3):202–11. e7. doi: 10.1016/j.jalz.2010.03.007. [DOI] [PMC free article] [PubMed] [Google Scholar]

RESOURCES