Literature DB >> 35694180

Assessing Methods for Evaluating the Number of Components in Non-Negative Matrix Factorization.

José M Maisog1, Andrew T DeMarco2, Karthik Devarajan3, S Stanley Young4, Paul Fogel5, George Luta6,7,8.   

Abstract

Non-negative matrix factorization is a relatively new method of matrix decomposition which factors an m×n data matrix X into an m×k matrix W and a k×n matrix H, so that X≈W×H. Importantly, all values in X, W, and H are constrained to be non-negative. NMF can be used for dimensionality reduction, since the k columns of W can be considered components into which X has been decomposed. The question arises: how does one choose k? In this paper, we first assess methods for estimating k in the context of NMF in synthetic data. Second, we examine the effect of normalization on this estimate's accuracy in empirical data. In synthetic data with orthogonal underlying components, methods based on PCA and Brunet's Cophenetic Correlation Coefficient achieved the highest accuracy. When evaluated on a well-known real dataset, normalization had an unpredictable effect on the estimate. For any given normalization method, the methods for estimating k gave widely varying results. We conclude that when estimating k, it is best not to apply normalization. If underlying components are known to be orthogonal, then Velicer's MAP or Minka's Laplace-PCA method might be best. However, when orthogonality of the underlying components is unknown, none of the methods seemed preferable.

Entities:  

Keywords:  Non-negative matrix factorization; PCA; factorization rank; high-dimensional data; normalization; number of factored components; unsupervised learning

Year:  2021        PMID: 35694180      PMCID: PMC9181460          DOI: 10.3390/math9222840

Source DB:  PubMed          Journal:  Mathematics (Basel)        ISSN: 2227-7390


Introduction

Matrix decomposition methods [1]–[3] are an important area of study in mathematics, and encompasses approaches to factoring an observed matrix into a mixture of other matrices. This addresses a common challenge in environmental and public health research where data is measured empirically as a mixture of source signals, but it is important to unmix the data to understand the underlying structure of the phenomenon being studied. NMF is an unsupervised learning approach used to perform matrix decomposition, and requires that the number of unmixed components be supplied by the experimenter. Yet, the number of underlying components is often unknown and, indeed, it is not clear the optimal approach to determining the correct number. Moreover, data is typically preprocessed, including normalization, prior to applying the NMF procedure. Similarly, it is not clear what normalization procedure is optimal. Here we formally evaluate existing rank selection methods based on various normalization schemes in the context of NMF. We are not aware of a paper that specifically addresses the issue of rank selection and data normalization within the context of NMF, and believe this is the first of its kind dealing with this important problem. The NMF approach has found a range of uses in both environmental science and public health, with various computational implementations. For instance, Jiang et al. [4] employed a concordance method to discover five stable factors shaping the family structure of ocean microbes based on genomic sequencing. Sutherland-Stacey and Dexter [5], used projected gradient descent to identify two chemical factors corresponding to pollutants in the spectra measured from dairy processing wastewater. Ramanathan et al. [6] used the alternate least squares algorithm to identify and characterize five geo-temporal patterns explaining the co-occurrence of asthma and flu based on ZIP code. In the context of public health, Stein-O’Brien et al. [7] demonstrates the application of NMF to gene-expression data and reviews its utility in addressing questions ranging from systems-level to cell-level analysis in genetics. Liu et al. [8] demonstrated a graph-regularized implementation to identify 38 factors linking microbes and their associated diseases. Applications of NMF are not limited to –omics data, as evidenced by a recent effort in which Luo et al. [9] used alternating least squares with projected gradient descent to capture 13 latent topics related to suicidality in social media. Some decomposition methods such as the Cholesky decomposition, the Lower-Upper decomposition, the QR decomposition, and Singular Value Decomposition (SVD) provide a means for computing the inverse or pseudoinverse (generalized inverse) of a square matrix, or for solving a system of simultaneous linear equations (e.g., see Chapter 2 of [10]). Other decomposition methods provide a way to cluster or summarize data, that is, to reduce dimensionality. A classic example is Principal Components Analysis (PCA), which is closely related to SVD, and which constrains its components to be orthogonal (for applications, see [11], e.g.). Another example is Independent Components Analysis (ICA) (for applications, see [12], [13], e.g.), which instead constrains its components to be statistically independent. Non-negative matrix factorization (NMF) [14]–[16] is a relatively new matrix decomposition method. NMF factors an m×n non-negative data matrix X into an m×k matrix W and a k×n matrix H such that where e is an m×n matrix of approximation errors, and where k is chosen such that (n+m)k Much like PCA, NMF can be used to reduce dimensionality. However, unlike PCA, the NMF approach can account for a hierarchical structure [17]. NMF has an advantage over standard hierarchical clustering (HC; for an introduction, see [18]): whereas HC forcibly imposes a hierarchical structure on data, even when no such hierarchical structure is present, NMF will refrain from such Procrustean behavior. In their seminal paper introducing the NMF approach, Lee and Seung [16] provided the following recurrence relation to estimate a solution to Equation 1: Matrices W and H are usually initialized with non-negative pseudorandom values; but note that some researchers have examined the effect of initializing with more carefully selected values [19]–[22]. A possible stopping criterion for Equations 2–4 might be defined as follows. The Kullback-Liebler criterion [15], [16] is: Brunet’s MATLAB implementation of NMF minimizes this criterion [23]). Define where D is the Kullback-Liebler criterion (Equation 5) evaluated at the κ iteration. Iterate Equations 2–4 until δ (Equation 6) falls below some threshold value. An alternative criterion to minimize is the squared Euclidean distance where is the Frobenius norm [24] (or alternatively called the Euclidean norm). While the choice of criterion is relevant to the distribution of the data at hand, Lee and Seung state that this choice is not as important as the non-negativity constraints “for the success of NMF in learning parts” [16], and that the use of the Kullback-Liebler criterion may have computational advantages over the squared Euclidean distance, especially for larger data sets [16]. Since Lee and Seung’s paper, newer methods for computing the NMF have been devised. Lin’s projected gradients method is based on a Euclidean metric [24]. Kim and Park suggest a fast approach based upon a block principal pivoting method [25], [26]. Of note, the computed non-negative factorization is not unique. Different answers could be obtained depending on the initialization of the matrices W and H. Moreover, each different initialization may obtain distinct local minima in the search space of the criterion. In this manuscript, we will use k0 to denote the true underlying number of components. On the other hand, will represent an estimation of k0 by one of the methods tested. Evaluating will mean the same thing as estimating k0.k will simply mean a possible number of underlying components. With NMF, one must choose the number of components k into which one wants to decompose a matrix X (Equation 1). This requirement is analogous to the situation in k-means clustering, in which one must choose a priori the number of desired clusters k. Indeed, the link between k-means clustering and NMF goes beyond the superficial similarity of needing to choose a priori the number of desired components or clusters. A deeper link has been shown between the algorithms. Specifically, Ding, He, & Simon (2005) [27] initially claimed that symmetric NMF was equivalent to kernel k-means. Later, Kim & Park (2008) [28] showed that by placing certain constraints on the NMF formulation, it becomes equivalent to a variation of k-means clustering. Because the number of true underlying components k is often unknown in practice, and given that NMF is an unsupervised learning method, the importance of estimating k accurately is self-evident. The proper value for k depends on the natural underlying properties of the phenomenon under investigation, but as noted above this is often unknown. If k is chosen to be too small, then potentially-important clustered structures in the data are missed, and the original goal of NMF to reduce the dimensionality of the dataset in a meaningful way is not achieved. If k is too large, then these important components may become excessively fragmented and difficult to study or interpret. Yet, despite the importance of choosing an appropriate k, it is unclear what is the best way for estimating k, and moreover we are not aware of a paper that specifically addresses the issue of rank selection and data normalization within the context of NMF. The need to choose k a priori can be argued to be similar to the situation in PCA and ICA, in which one must decide a posteriori which components to consider true signal, and which to consider as merely noise. With PCA, one might use Cattell’s scree test [29] or Kaiser’s rule [30], or perhaps newer methods such as Velicer’s Minimum Average Partial (MAP) method [31], [32] and Minka’s Laplace-PCA and BIC-PCA methods [33]. Similar methods have been developed in the ICA context as well; see, for example, Li et al., 2007 [34]. Three methods for evaluating k that were developed in the context of PCA are: Velicer’s Minimum Average Partial (MAP) method [31], [32]. In this method, a complete PCA is performed. Then, a stepwise assessment of a series of N − 1 matrices of partial correlations is performed, where n is the number of principal components. In the p such matrix, the first p principal components are partialed out of the correlations. Then, the average squared coefficient in the off-diagonals of the resulting partial correlation matrix is computed. Components are retained if the variance in the matrix of partial correlations is judged to represent systematic variance. For a full description of this method, see the original papers [31], [32] as well as O’Connor [35]). Minka’s Laplace-PCA method [33]. In this method, Minka uses Bayesian model selection to estimate k0. He uses Laplace’s method [36] to approximate an integral which would otherwise be difficult to compute analytically. See Equation 80 of Minka’s technical report for details. Minka’s BIC-PCA method [33]. This is a variant of Minka’s Laplace-PCA method in which a second approximation is made that further simplifies the computation. See Equation 82 of Minka’s technical report for details. The following four methods are based on criteria that must be numerically optimized, and are thus considered “iterative” methods in this paper. Note that they contain a squared difference term; they are thus based on the Frobenius norm. For Poisson-distributed data, or for use with NMF computed using the Kullback-Liebler criterion (Equation 5), the squared difference term should be replaced with the Kullback-Liebler criterion. For normally distributed data, it might be best to retain the squared difference term. Three Bayesian Information Criterion (BIC) methods. Let W( and H( be the result of computing the NMF as per Equation 1, where k is some possible number of underlying components, i.e., W is m×k and H is k×n. Further, let . Then three model selection criteria similar to the Bayesian Information Criterion ([37]; see [38] for review) are [39], [40]: Where and [39], [40]. Shao’s relative root of sum of square differences (RRSSQ). With as defined above, Shao et al. suggest the following optimization criterion [41]: Three methods for evaluating the number of underlying components k that have been developed in the context of NMF are: Fogel and Young’s volume-based method (FYV). Let be reshaped into a column vector, with defined as above. The vectors are computed, and are each normalized. A -column matrix is then constructed from the vectors , and the determinant of this matrix is used as the optimization criterion. An abrupt decrease in the value of this determinant (plotted as a function of ) indicates the best estimate of the underlying components k; Fogel and Young use the algorithm of Zhu and Ghodsi [42], originally developed to automate Cattell’s scree test [29], to detect this abrupt decrease. This volume-based method is based on the geometric interpretation of the determinant of an matrix as the volume of a n-dimensional parallelepiped ([43], p. 154). Brunet’s cophenetic correlation coefficient method (CCC) [23]. This method uses the cophenetic correlation coefficient to measure dispersion for the calculated consensus matrix , computed specifically as the Pearson correlation between two matrices measuring distance: I − C, the distance between samples measured by the distance matrix; and the distance between samples measured by the linkage used to reorder . The value of where begins to decrease is selected as the best estimate of k. Owen and Perry’s bi-cross-validation method (BCV) [40]. This method is based on the Frobenius norm criterion given in Equation 7 (see step 8 in the algorithm on page 11 of Owen and Perry’s technical report), uses a truncated SVD, and performs cross-validation across both columns and rows (hence bi-cross-validation). While NMF seems to be a robust algorithm [44], some sort of normalization of the data matrix X is usually necessary as a pre-processing step to make the estimated components “more evident” [45]. For that reason, Pascual-Montano et al. have implemented several normalization methods in their bioNMF system [45]. Interestingly, Okun and Priisalu showed that normalization can sometimes reduce the time required to compute the NMF [21] when using Lee and Seung’s original recurrence relation (Equations 2–4) [16]), and with W and H initialized with non-negative random values. This raises the question whether normalization might affect the estimate of the number of underlying components k. However, although there are instances of normalization by column [4], there is frequently no mention of normalization [5], [6], [8], [9]. An examination of the effect of normalization on the estimation of is warranted. Note that after normalization the data may have negative values, so some method for enforcing non-negativity may be necessary. Pascual-Montano et al. suggest four such methods [45]: subtracting the absolute minimum, fold data by rows, fold data by columns, and exponential scaling. In summary, this paper had two objectives. The first objective was to assess several methods for estimating the number of underlying components k0 in the context of NMF. The second objective was to examine the effect of various normalization methods on the estimation of k0. To address the first objective, ten methods for evaluating were assessed on simulated data with a known number of components k0. To address the second objective, eight normalization methods [45] were applied to a well-known data set [46], and the number of underlying components was then estimated using ten methods. Lin’s method [24] was used to compute the NMF [47].

Materials and Methods

Several of the methods for estimating k0 (e.g., Velicer’s MAP [31] and Minka’s Laplace-PCA method [33]) as well as two of the implementations for computing the NMF Lin’s method [24] and Brunet’s method [44]) were already available as MATLAB scripts. For this reason, MATLAB was selected as the language to use for this work. As much as possible, the original MATLAB scripts were used; if modifications were necessary, these were kept to a very minimal level. Fogel and Young’s volume-based method was provided as a JMP code snippet, which was translated to MATLAB. The translation was checked by the original author (P. Fogel) and confirmed to be correct. We simulated data with a known number of underlying components k0, and then observed the accuracy of ten different methods for estimating the number of components. To simulate data, we implemented a hybrid of the approaches of Kim and Park [26] and Cichocki et al. [48]. Kim and Park’s basic method was used because it was straightforward and explicitly described, while Cichocki’s idea of using orthogonal components was used to enable recovered components to be easily visualized. Specifically, for k0 = 2 through 20, we constructed a 100×k0 matrix W with orthogonal columns, and a k0×1000 matrix H containing pseudorandom values generated from a uniform distribution, with 40% sparsity. The 100×1000 matrix X = W × H was then computed, and Gaussian noise with mean zero and SD =5% of the average magnitude of elements in X was added. All negative values were then forced to be positive by taking the absolute value. The MATLAB implementation of this procedure is included as an appendix A (Generation of Synthetic Data). Then, the following nine methods for estimating the number of underlying components k0 were applied to the synthetic data: Velicer’s MAP [31]. Minka’s Laplace-PCA method [33]. BIC1 [39], [40] BIC2 [39], [40] BIC3 [39], [40] Shao’s relative root of sum of square differences (RRSSQ) [41]. Fogel and Young’s volume-based method (FYV) [44]. Brunet’s cophenetic correlation coefficient method (CCC) [44]. Perry’s BCV Method [40] 1000 datasets were simulated at each true k0 value (2 to 20). Each method for estimating k0 was then applied once to each of the 1000 simulated datasets at each true k0. Minimum reconstruction error was not used to select the run for estimating W and H. The CCC method was run only once with number of runs specified at 20. Reproducibility across simulations was evaluated using the concordance correlation coefficient [49]. Brunet’s CCC-based approach requires a threshold to be applied to choose the answer from the multiple possibilities tested. We automated this selection procedure as: Compute the CCC for a range of values for . Let the CCC value corresponding to a value be . Find the maximum value of across the range of values for ; call this C. Compute the CCC threshold, C = C ⋅ q, where q is a tuning parameter, 0 < q < 1. For example, if you want to allow for peaks that are at least 99.9% of the maximum value C, setq = 0.999. Find the largest index such that . An empirically chosen value of q=0.999 was used. Brunet’s implementation of the CCC requires the user to input the desired number of re-initializations; in the datasets they examined, Brunet et al. found 20–100 re-initializations to be sufficient [44]. In this study, the CCC was re-initialized 20 times. Lin’s method [24] was used to compute the NMF. The well-known data set of Golub et al. [46] was used to examine the effects of normalization on the estimate of k0. Briefly, this dataset consists of 72 individuals with cancer with ~7500 genes typed. Only the 5,000 genes with the greatest coefficient of variation were used. The 72 observations were rows, while the 5,000 variables were columns. In the absence of other publicly available datasets, we focus on this dataset because it has been used as a benchmark by many researchers. Although we are interested in applications in environmental science and public health research, we believe it has enough complexity to be practically useful and still relevant to the types of datasets studied in public health and environmental science. Critically, there is agreement on the true underlying number of clusters in this dataset. The following eight methods were assessed for their effect on estimating k: No normalization Scale columns, then normalize rows. See [45], [50] for this method.) Set mean = 0, standard deviation = 1 by rows. Set mean = 0, standard deviation = 1 by columns. Set mean = 0, standard deviation = 1 globally. (This method was not listed by Pascual-Montano et al. [45], but was included for completeness.) Subtract the mean by the rows. Subtract the mean by the columns. Subtract the mean by the rows and then by the columns. The eight methods listed above were then applied to the data. After certain methods of normalization are applied (e.g., subtracting the mean by rows), some values may be negative. To enforce non-negativity, the global minimum value was subtracted from all matrix entries. Then, the ten methods for estimating k listed above were each applied to the normalized data. Lin’s method [24] was again used to compute the NMF.

Results

Methods for estimating

Methods based on PCA

With the simulated data, the three methods tested based on PCA (Velicer’s MAP, Minka Laplace, and Minka BIC) closely tracked the number of underlying components in terms of accuracy (Figure 1, A). Velicer’s MAP method was accurate in 100% of simulations up until k0 = 10, but at k0 = 10, Velicer’s method began to overestimate k0 by 1 in a small proportion of stimulations, and this proportion grew to 7% of simulations at k0 = 20. Minka’s Laplace method overestimated k0 by 1 in approximately 0.2% of simulations where k0 ≤ 3, and was accurate in 100% of simulations wherek0 > 3 (Figure 1, B). Minka BIC was 100% accurate in all simulations for all values of k0 tested in this paper (Figure 1, C).
Figure 1.

This figure plots the average accuracy result for the three methods based on PCA, including Velicer’s method (A), Minka Laplace method (B), and Minka’s BIC method (C). The results are plotted as the true number of components simulated on each x axis and the number of components discovered by each algorithm on each y axis. Perfect accuracy should appear as a diagonal line, and indeed that is nearly what each of these three methods achieved. Note that the standard deviation is shown for each estimate by blue error bars, although these errors are small.

Iterative methods

As shown in Figure 2 (A–C), the BIC1, BIC2, and BIC3 results were accurate for all simulations, overestimating by only 1, for all k0 between 3 and 19. For k0 = 3 and k0 = 19, there were no peaks in the response criterion, and consequently the selected was incorrect. The same pattern of accuracy and offset was observed for the RRSSQ method (Figure 2D). The three BIC methods achieved numerically identical concordance correlation coefficients of .98 (95% CI = 0.94 – 0.99), while the RRSSQ method achieved a similar concordance correlation coefficient of .98 (95% CI = 0.94 – 0.99)
Figure 2.

This figure plots the average results for seven iterative methods. The results are plotted as the true number of components simulated on each x axis and the number of components discovered by each algorithm on the y axis. Perfect accuracy should appear as a diagonal line, following the black circles. The mean result at each k0 is shown as a black dot and its standard deviation is shown as a black vertical line.

NMF Methods

For the FYV method (Figure 2E), the best estimate of the number of underlying components k0 is found by an abrupt decrease in the value of the determinant plotted as a function of . The inflection point was chosen as the first element followed by a decrease with a magnitude greater than 25% of the average decrease for the vector. The FYV method achieved 100% accuracy for all simulations where k0 < 15. For k0 = 15, the method began to estimate a progressively lower with a greater degree of variability (note error bars). The FYV method achieved a concordance correlation coefficient of .88 (95% CI = 0.71 – 0.95). The BCV method’s accuracy (Figure 2F) was on average one index short of the simulated k0, but remained accurate up to around k0 = 12, at which point the estimate plateaued around 12 for the remainder of values of k0. The BCV method achieved a concordance correlation coefficient of .99 (95% CI = 0.98 – 0.997). The CCC method’s accuracy (Figure 2G) was on average perfect across the full range of simulated , achieving a concordance correlation coefficient of .998 (95% CI = 0.995 – 0.999).

Effects of normalization

For each method of normalization, the result of estimating k0 using various methods is shown in Table 1 below. For any given method for estimating k0, the choice of normalization method appears to have an unpredictable effect on the estimate. In addition, for any given normalization method, the methods for estimating k0 in general give widely varying results. It should be noted that the FYV method is the only approach which consistently returns 4 components, which is thought to be a biologically sound number for this particular data set [23], [44].
Table 1.

This table shows the estimates of k for eight normalization methods (columns) using ten methods (rows).

k Estimation MethodNormalization method
NoneScale Cols then norm rowsSubtract Mean By Rows then Std to 1Subtract Mean By Columns then Std to 1Subtract Global Mean then Std to 1Subtract means by rowsSubtract mean by columnsSubtract mean by rows then by columns
Velicer209102020152015
Minka-Laplace2717152527272727
Minka-BIC7070707070707070
FYV44444444
BIC1444444104
BIC2444444104
BIC3444444104
RRSSQ4844441012
BCV1810242014161216
CCC1810242014161216

Discussion

Matrix decomposition methods allow mixtures of signals to be separated into their original components, but it is often unclear how many components to choose. We explored this question by simulating signal mixtures and testing various matrix decomposition methods on them to estimate the number of underlying components. We also explored the effect of normalization on estimates of the number of components. We found that the three methods based on PCA that we tested consistently and accurately measure the true number of simulated components. The four iterative methods tested also performed well, but estimates at the boundaries of their “guessing range” were inaccurate. In contrast, the NMF-based methods differed in their accuracy. While the CCC method achieved perfect accuracy across all simulated values of k, the FYV and BCV method became inaccurate around k = 15 and 13, respectively. This likely relates to the heuristic for choosing the inflection point for . One possibility is that point at which these two methods start becoming inaccurate (e.g., FYY becoming inaccurate starting around K=15) depends in part on the heuristic method for finding the inflection point. For example, in the Results section it was stated that “The inflection point was chosen as the first element followed by a decrease with a magnitude greater than 25% of the average decrease for the vector.” If this heuristic was modified somehow, e.g., use 50% instead of 25%, FYY might have become inaccurate starting at some other point (e.g., k0 = 20). Perhaps some other method for finding the inflection point such as Zhu & Ghodsi (2006) could have been used instead. If it is known or at least assumed that the underlying components are orthogonal, then Velicer’s MAP or Minka’s Laplace-PCA method might be best to use. These two approaches use PCA, which forces components to be orthogonal. And indeed Figure 1 shows that these methods achieved high accuracy on synthetic data where the true underlying components were forced to be orthogonal. However, the results indicate that in the general case of non-orthogonal components, none of the methods for estimating k assessed in this study seemed to work very well. With respect to normalization methods, the various methods for estimating the number of underlying components k produced widely differing estimates. The results indicate that although normalization may speed up processing [21], it has an unpredictable effect on the estimation of the number of components k. We therefore recommend that, at least for the purpose of estimating k, data not be normalized. Indeed, this is the approach that has been taken in much of the public health and environmental science literature using NMF [5], [6], [8], [9]. We suggest four possible areas for future study. First, it was noted in the second study results that for the larger values of k0, none of the methods achieved high accuracy. So, a possible future study might be to fix k0 at one of these values, fix the number of genes at 60 while allowing the number of observations (subjects) to vary, and determine whether the estimate of k0 becomes better for a larger number of observations. The experiment might be repeated, but with the number of observations fixed at 1000, and with the number of genes allowed to vary. A second possible future area of work is to examine the effectiveness of ensembles of methods for evaluating in order to enhance accuracy or precision. That is, one might run multiple methods for evaluating , and from the multiple results from some sort of “consensus” selection for by weighting combinations of the results of the multiple different methods. Third, another possible future project might be to apply one or more of the methods for estimating k0 described in this study to real microarray data (e.g., the leukemia data of Golub et al., 1999 [46]), characterize the data using NMF and selecting a value for , and then use those results to simulate microarray data with components. Finally, this study was designed to evaluate the accuracy of algorithms for identifying the number of components, and we have started with the simpler case of orthogonal components. However, because we simulated orthogonal components, we naturally gave an advantage to methods that work on orthogonal components. However, it is likely that real-world data present more complex cases where components are not orthogonal. Thus, future simulation studies should be carried out on cases where components are non-orthogonal. One limitation of this study is that we focus on older NMF methods which have more stable and efficient implements, which have been more extensively used, and with which practitioners are more familiar. However, we recognize that the last two decades have seen an explosion of techniques based on NMF. Indeed, these developments include extensions of NMF that include sparseness constraints so that overcomplete data can be modeled [51], new divergence measures [52]–[54], and multiple algorithms to address signal-dependent noise [55]. Others have examined NMF extensions on the basis of sparseness and other constraints for graphical analysis [56] and deeply enhanced weighted NMF [57]. Even more recent work has leveraged NMF in the context of deep learning [58]–[60]. These newer techniques have not been used as extensively and have not been included here. Nevertheless, future simulation studies could include these newer methods, especially to address questions related to data normalization. Finally, another limitation of this study is that, although we focus on a handful of metrics for estimating k, we do not include information-based criteria like AIC or BIC (e.g. [61]). Future work could evaluate the accuracy of selecting k on the basis of these additional criteria. In conclusion, for the purpose of estimating k0, we recommend that no normalization be performed. If one is willing to assume that the underlying components are orthogonal, then it may be reasonable to use Velicer’s MAP or Minka’s Laplace-PCA method. Otherwise, we recommend using methods for estimating the number of underlying components with great caution. Perhaps several methods should be tried for any given data set.
  27 in total

1.  Coupled two-way clustering analysis of gene microarray data.

Authors:  G Getz; E Levine; E Domany
Journal:  Proc Natl Acad Sci U S A       Date:  2000-10-24       Impact factor: 11.205

2.  Introduction to hierarchical clustering.

Authors:  Michael J Guess; Scott B Wilson
Journal:  J Clin Neurophysiol       Date:  2002-04       Impact factor: 2.177

3.  On nonnegative matrix factorization algorithms for signal-dependent noise with application to electromyography data.

Authors:  Karthik Devarajan; Vincent C K Cheung
Journal:  Neural Comput       Date:  2014-03-31       Impact factor: 2.026

4.  Estimating the number of independent components for functional magnetic resonance imaging data.

Authors:  Yi-Ou Li; Tülay Adali; Vince D Calhoun
Journal:  Hum Brain Mapp       Date:  2007-11       Impact factor: 5.038

5.  Projected gradient methods for nonnegative matrix factorization.

Authors:  Chih-Jen Lin
Journal:  Neural Comput       Date:  2007-10       Impact factor: 2.026

6.  Analysis of fMRI data by blind separation into independent spatial components.

Authors:  M J McKeown; S Makeig; G G Brown; T P Jung; S S Kindermann; A J Bell; T J Sejnowski
Journal:  Hum Brain Mapp       Date:  1998       Impact factor: 5.038

7.  Comparison of quantitative structure-activity relationship model performances on carboquinone derivatives.

Authors:  Sorana-Daniela Bolboacă; Lorentz Jäntschi
Journal:  ScientificWorldJournal       Date:  2009-10-14

8.  Principal components analysis to summarize microarray experiments: application to sporulation time series.

Authors:  S Raychaudhuri; J M Stuart; R B Altman
Journal:  Pac Symp Biocomput       Date:  2000

9.  bioNMF: a versatile tool for non-negative matrix factorization in biology.

Authors:  Alberto Pascual-Montano; Pedro Carmona-Saez; Monica Chagoyen; Francisco Tirado; Jose M Carazo; Roberto D Pascual-Marqui
Journal:  BMC Bioinformatics       Date:  2006-07-28       Impact factor: 3.169

Review 10.  Nonnegative matrix factorization: an analytical and interpretive tool in computational biology.

Authors:  Karthik Devarajan
Journal:  PLoS Comput Biol       Date:  2008-07-25       Impact factor: 4.475

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.