Locality Preserving Nonnegative Matrix Factorization

Total Page:16

File Type:pdf, Size:1020Kb

Locality Preserving Nonnegative Matrix Factorization Locality Preserving Nonnegative Matrix Factorization Deng Cai† Xiaofei He† Xuanhui Wang‡ Hujun Bao† Jiawei Han‡ †State Key Lab of CAD&CG, College of Computer Science, Zhejiang University, China {dengcai, xiaofeihe, bao}@cad.zju.edu.cn ‡Department of Computer Science, University of Illinois at Urbana-Champaign {xwang20, hanj}@cs.uiuc.edu Abstract Latent Semantic Indexing (LSI, [Deerwester et al., 1990])ap- plies Singular Value Decomposition (SVD) to decompose the Matrix factorization techniques have been fre- original data matrix X into a product of three matrices, that is, quently applied in information processing tasks. X = USVT. U and V are orthogonal matrices and S is a diag- Among them, Non-negative Matrix Factorization onal matrix. The quantities Sii are called the singular values (NMF) have received considerable attentions due of X, and the column vectors of U and V are called left and to its psychological and physiological interpreta- right singular vectors, respectively. By removing those sin- tion of naturally occurring data whose representa- gular vectors corresponding to sufficiently small singular val- tion may be parts-based in human brain. On the ues, we obtain a natural low-rank approximation to the origi- other hand, from geometric perspective the data is nal matrix and each dimension corresponds to a hidden topic. usually sampled from a low dimensional manifold Besides SVD, the other popular matrix factorization tech- embedded in high dimensional ambient space. One niques include LU-decomposition, QR-decomposition, and hopes then to find a compact representation which Cholesky decomposition. uncovers the hidden topics and simultaneously re- spects the intrinsic geometric structure. In this pa- Recently Non-negative Matrix Factorization (NMF, [Lee per, we propose a novel algorithm, called Local- and Seung, 1999]) have been proposed and achieved great ity Preserving Non-negative Matrix Factorization success due to its theoretical interpretation and practical per- (LPNMF), for this purpose. For two data points, formance. Previous studies have shown there is psychological we use KL-divergence to evaluate their similarity and physiological evidence for parts-based representation in on the hidden topics. The optimal maps are ob- human brain [Logothetis and Sheinberg, 1996; Palmer, 1977; tained such that the feature values on hidden topics Wachsmuth et al., 1994]. The non-negative constraints in are restricted to be non-negative and vary smoothly NMF lead to a parts-based representation because it allows along the geodesics of the data manifold. Our em- only additive, not subtractive, combinations. NMF has been pirical study shows the encouraging results of the shown to be superior to SVD in face recognition [Li et al., proposed algorithm in comparisons to the state-of- 2001] and document clustering [Xu et al., 2003].Themajor the-art algorithms on two large high-dimensional disadvantage of NMF is that it fails to consider the intrinsic databases. geometric structure in the data. In this paper, we aim to discover the hidden topics and the intrinsic geometric structure simultaneously. We propose a 1 Introduction novel algorithm called Locality Preserving Non-negative Ma- Data representation has been a fundamental problem in many trix Factorization (LPNMF) for this purpose. For two data areas of information processing. A good representation points, we use KL-divergence to evaluate their similarity on can significantly facilitates learning from example in terms the hidden topics. A nearest neighbor graph is constructed to of learnability and computational complexity [Duda et al., model the local manifold structure. If two points are suffi- 2000]. On the one hand, each data point may be associated ciently close on the manifold, then we expect that they have with some hidden topics. For example, a face image can be similar representations on the hidden topics. Thus, the op- thought of as a combination of nose, mouth, eyes, etc. On the timal maps are obtained such that the feature values on hid- other hand, from geometrical perspective, the data points may den topics are restricted to be non-negative and vary smoothly be sampled from a probability distribution supported on a low along the geodesics of the data manifold. We also propose an dimensional submanifold embedded in the high dimensional efficient method to solve the optimization problem. It is im- space. One hopes then to find a compact representation which portant to note that this work is fundamentally based on our respects both hidden topics as well as geometric structure. previous work GNMF [Cai et al., 2008]. The major differ- In order to discover the hidden topics, matrix factorization ence is that GNMF evaluates the relationship between two techniques have been frequently applied [Deerwester et al., matrices using Frobenius norm. While in this work, we use 1990; Liu et al., 2008]. For example, the canonical algorithm the divergence which has better probabilistic interpretation. 1010 2 A Brief Review of NMF factorization methods, e.g., SVD. Unlike SVD, no subtrac- Non-negative Matrix Factorization (NMF) [Lee and Seung, tions can occur in NMF. For this reason, it is believed that [ 1999] is a matrix factorization algorithm that focuses on the NMF can learn a parts-based representation Lee and Seung, ] analysis of data matrices whose elements are nonnegative. 1999 . The advantages of this parts-based representation has m×n been observed in many real world problems such as face anal- Given a data matrix X =[xij ]=[x1, ··· , xn] ∈ R , ysis [Li et al., 2001], document clustering [Xu et al., 2003] each column of X is a sample vector. NMF aims to find two m×t and DNA gene expression analysis [Brunet et al., 2004]. non-negative matrices U =[uik] ∈ R and V =[vjk] ∈ Rn×t which minimize the following objective function: 3 Locality Preserving Non-negative Matrix xij O = xij log − xij + yij (1) Factorization yij i,j Recall that NMF tries to find a basis that is optimized for y T the linear approximation of the data. One might hope that where Y =[ij ]=UV . The above objective function is knowledge of the geometric structure of the data can be ex- lower bounded by zero, and vanishes if and only if X = Y. ploited for better discovery of this basis. A natural assump- It is usually referred as “divergence” of X from Y instead of tion here could be that if two data points xj, xs are close in “distance” between X and Y because it is not symmetric in the intrinsic geometry of the data distribution, then zj and X and Y. It reduces to the Kullback-Leibler divergence, or x y zs, the representations of this two points in the new basis, relative entropy, when ij ij = ij ij =1,sothatX and are also close to each other. This assumption is usually re- Y can be regarded as normalized probability distributions. 1 ferred to as manifold assumption [Belkin and Niyogi, 2001; Although the objective function O in Eq. (1) is convex in He and Niyogi, 2003], which plays an essential rule in de- U only or V only, it is not convex in both variables together. veloping various kinds of algorithms including dimensional- Therefore it is unrealistic to expect an algorithm to find the ity reduction algorithms [Belkin and Niyogi, 2001] and semi- global minimum of O. Lee & Seung [Lee and Seung, 2001] supervised learning algorithms [Belkin et al., 2006]. presented an iterative update algorithm as follows: Recent studies on spectral graph theory [Chung, 1997] and manifold learning theory [Belkin and Niyogi, 2001] have j (xij vjk/ k uikvjk) uik ← uik demonstrated that the local geometric structure can be effec- j vjk tively modeled through a nearest neighbor graph on a scatter (2) N (xij uik/ uikvjk) of data points. Consider a graph with vertices where each v ← v i k jk jk u vertex corresponds to a document in the corpus. Define the i ik edge weight matrix W as follows: It is proved that the above update steps will find a local mini- 1, if xj ∈ Np(xs) or xs ∈ Np(xj) O [ ] Wjs = (4) mum of the objective function Lee and Seung, 2001 . 0, otherwise. In reality, we have t m and t n. Thus, NMF essen- tially try to find a compressed approximation of the original where Np(xs) denotes the set of p nearest neighbors of xs. data matrix, X ≈ UVT . We can view this approximation Again, we can use the divergence between the low dimen- column by column as sional representations in the new basis of two samples to mea- sure the “distance”: t t xj ≈ ukvjk (3) v D || v jk − v v , k=1 (zj zs)= jk log jk + sk (5) vsk k=1 where uk is the k-th column vector of U. Thus, each data vec- t j =[vj1, ··· ,vjk] tor xj is approximated by a linear combination of the columns since we have z . Thus, the following term of U, weighted by the components of V. Therefore U can be can be used to measure the smoothness of the low dimen- regarded as containing a basis that is optimized for the linear sional representation varies smoothly along the geodesics in T the intrinsic geometry of data. approximation of the data in X.Letzj denote the j-th row t n of V, zj =[vj1, ··· ,vjk] . zj can be regarded as the new 1 R = D(zj||zs)+D(zs||zj) Wjs representation of each data point in the new basis U.Since 2 relatively few basis vectors are used to represent many data j,s=1 (6) vectors, good approximation can only be achieved if the ba- n t 1 vjk vsk sis vectors discover structure that is latent in the data [Lee and = vjk log + vsk log Wjs.
Recommended publications
  • Parametrizations of K-Nonnegative Matrices
    Parametrizations of k-Nonnegative Matrices Anna Brosowsky, Neeraja Kulkarni, Alex Mason, Joe Suk, Ewin Tang∗ October 2, 2017 Abstract Totally nonnegative (positive) matrices are matrices whose minors are all nonnegative (positive). We generalize the notion of total nonnegativity, as follows. A k-nonnegative (resp. k-positive) matrix has all minors of size k or less nonnegative (resp. positive). We give a generating set for the semigroup of k-nonnegative matrices, as well as relations for certain special cases, i.e. the k = n − 1 and k = n − 2 unitriangular cases. In the above two cases, we find that the set of k-nonnegative matrices can be partitioned into cells, analogous to the Bruhat cells of totally nonnegative matrices, based on their factorizations into generators. We will show that these cells, like the Bruhat cells, are homeomorphic to open balls, and we prove some results about the topological structure of the closure of these cells, and in fact, in the latter case, the cells form a Bruhat-like CW complex. We also give a family of minimal k-positivity tests which form sub-cluster algebras of the total positivity test cluster algebra. We describe ways to jump between these tests, and give an alternate description of some tests as double wiring diagrams. 1 Introduction A totally nonnegative (respectively totally positive) matrix is a matrix whose minors are all nonnegative (respectively positive). Total positivity and nonnegativity are well-studied phenomena and arise in areas such as planar networks, combinatorics, dynamics, statistics and probability. The study of total positivity and total nonnegativity admit many varied applications, some of which are explored in “Totally Nonnegative Matrices” by Fallat and Johnson [5].
    [Show full text]
  • Crystals and Total Positivity on Orientable Surfaces 3
    CRYSTALS AND TOTAL POSITIVITY ON ORIENTABLE SURFACES THOMAS LAM AND PAVLO PYLYAVSKYY Abstract. We develop a combinatorial model of networks on orientable surfaces, and study weight and homology generating functions of paths and cycles in these networks. Network transformations preserving these generating functions are investigated. We describe in terms of our model the crystal structure and R-matrix of the affine geometric crystal of products of symmetric and dual symmetric powers of type A. Local realizations of the R-matrix and crystal actions are used to construct a double affine geometric crystal on a torus, generalizing the commutation result of Kajiwara-Noumi- Yamada [KNY] and an observation of Berenstein-Kazhdan [BK07b]. We show that our model on a cylinder gives a decomposition and parametrization of the totally nonnegative part of the rational unipotent loop group of GLn. Contents 1. Introduction 3 1.1. Networks on orientable surfaces 3 1.2. Factorizations and parametrizations of totally positive matrices 4 1.3. Crystals and networks 5 1.4. Measurements and moves 6 1.5. Symmetric functions and loop symmetric functions 7 1.6. Comparison of examples 7 Part 1. Boundary measurements on oriented surfaces 9 2. Networks and measurements 9 2.1. Oriented networks on surfaces 9 2.2. Polygon representation of oriented surfaces 9 2.3. Highway paths and cycles 10 arXiv:1008.1949v1 [math.CO] 11 Aug 2010 2.4. Boundary and cycle measurements 10 2.5. Torus with one vertex 11 2.6. Flows and intersection products in homology 12 2.7. Polynomiality 14 2.8. Rationality 15 2.9.
    [Show full text]
  • A Nonconvex Splitting Method for Symmetric Nonnegative Matrix Factorization: Convergence Analysis and Optimality
    Electrical and Computer Engineering Publications Electrical and Computer Engineering 6-15-2017 A Nonconvex Splitting Method for Symmetric Nonnegative Matrix Factorization: Convergence Analysis and Optimality Songtao Lu Iowa State University, [email protected] Mingyi Hong Iowa State University Zhengdao Wang Iowa State University, [email protected] Follow this and additional works at: https://lib.dr.iastate.edu/ece_pubs Part of the Industrial Technology Commons, and the Signal Processing Commons The complete bibliographic information for this item can be found at https://lib.dr.iastate.edu/ ece_pubs/162. For information on how to cite this item, please visit http://lib.dr.iastate.edu/ howtocite.html. This Article is brought to you for free and open access by the Electrical and Computer Engineering at Iowa State University Digital Repository. It has been accepted for inclusion in Electrical and Computer Engineering Publications by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. A Nonconvex Splitting Method for Symmetric Nonnegative Matrix Factorization: Convergence Analysis and Optimality Abstract Symmetric nonnegative matrix factorization (SymNMF) has important applications in data analytics problems such as document clustering, community detection, and image segmentation. In this paper, we propose a novel nonconvex variable splitting method for solving SymNMF. The proposed algorithm is guaranteed to converge to the set of Karush-Kuhn-Tucker (KKT) points of the nonconvex SymNMF problem. Furthermore, it achieves a global sublinear convergence rate. We also show that the algorithm can be efficiently implemented in parallel. Further, sufficient conditions ear provided that guarantee the global and local optimality of the obtained solutions.
    [Show full text]
  • Minimal Rank Decoupling of Full-Lattice CMV Operators With
    MINIMAL RANK DECOUPLING OF FULL-LATTICE CMV OPERATORS WITH SCALAR- AND MATRIX-VALUED VERBLUNSKY COEFFICIENTS STEPHEN CLARK, FRITZ GESZTESY, AND MAXIM ZINCHENKO Abstract. Relations between half- and full-lattice CMV operators with scalar- and matrix-valued Verblunsky coefficients are investigated. In particular, the decoupling of full-lattice CMV oper- ators into a direct sum of two half-lattice CMV operators by a perturbation of minimal rank is studied. Contrary to the Jacobi case, decoupling a full-lattice CMV matrix by changing one of the Verblunsky coefficients results in a perturbation of twice the minimal rank. The explicit form for the minimal rank perturbation and the resulting two half-lattice CMV matrices are obtained. In addition, formulas relating the Weyl–Titchmarsh m-functions (resp., matrices) associated with the involved CMV operators and their Green’s functions (resp., matrices) are derived. 1. Introduction CMV operators are a special class of unitary semi-infinite or doubly-infinite five-diagonal matrices which received enormous attention in recent years. We refer to (2.8) and (3.18) for the explicit form of doubly infinite CMV operators on Z in the case of scalar, respectively, matrix-valued Verblunsky coefficients. For the corresponding half-lattice CMV operators we refer to (2.16) and (3.26). The actual history of CMV operators (with scalar Verblunsky coefficients) is somewhat intrigu- ing: The corresponding unitary semi-infinite five-diagonal matrices were first introduced in 1991 by Bunse–Gerstner and Elsner [15], and subsequently discussed in detail by Watkins [82] in 1993 (cf. the discussion in Simon [73]). They were subsequently rediscovered by Cantero, Moral, and Vel´azquez (CMV) in [17].
    [Show full text]
  • Random Matrices, Magic Squares and Matching Polynomials
    Random Matrices, Magic Squares and Matching Polynomials Persi Diaconis Alex Gamburd∗ Departments of Mathematics and Statistics Department of Mathematics Stanford University, Stanford, CA 94305 Stanford University, Stanford, CA 94305 [email protected] [email protected] Submitted: Jul 22, 2003; Accepted: Dec 23, 2003; Published: Jun 3, 2004 MR Subject Classifications: 05A15, 05E05, 05E10, 05E35, 11M06, 15A52, 60B11, 60B15 Dedicated to Richard Stanley on the occasion of his 60th birthday Abstract Characteristic polynomials of random unitary matrices have been intensively studied in recent years: by number theorists in connection with Riemann zeta- function, and by theoretical physicists in connection with Quantum Chaos. In particular, Haake and collaborators have computed the variance of the coefficients of these polynomials and raised the question of computing the higher moments. The answer turns out to be intimately related to counting integer stochastic matrices (magic squares). Similar results are obtained for the moments of secular coefficients of random matrices from orthogonal and symplectic groups. Combinatorial meaning of the moments of the secular coefficients of GUE matrices is also investigated and the connection with matching polynomials is discussed. 1 Introduction Two noteworthy developments took place recently in Random Matrix Theory. One is the discovery and exploitation of the connections between eigenvalue statistics and the longest- increasing subsequence problem in enumerative combinatorics [1, 4, 5, 47, 59]; another is the outburst of interest in characteristic polynomials of Random Matrices and associated global statistics, particularly in connection with the moments of the Riemann zeta function and other L-functions [41, 14, 35, 36, 15, 16]. The purpose of this paper is to point out some connections between the distribution of the coefficients of characteristic polynomials of random matrices and some classical problems in enumerative combinatorics.
    [Show full text]
  • Z Matrices, Linear Transformations, and Tensors
    Z matrices, linear transformations, and tensors M. Seetharama Gowda Department of Mathematics and Statistics University of Maryland, Baltimore County Baltimore, Maryland, USA [email protected] *************** International Conference on Tensors, Matrices, and their Applications Tianjin, China May 21-24, 2016 Z matrices, linear transformations, and tensors – p. 1/35 This is an expository talk on Z matrices, transformations on proper cones, and tensors. The objective is to show that these have very similar properties. Z matrices, linear transformations, and tensors – p. 2/35 Outline • The Z-property • M and strong (nonsingular) M-properties • The P -property • Complementarity problems • Zero-sum games • Dynamical systems Z matrices, linear transformations, and tensors – p. 3/35 Some notation • Rn : The Euclidean n-space of column vectors. n n • R+: Nonnegative orthant, x ∈ R+ ⇔ x ≥ 0. n n n • R++ : The interior of R+, x ∈++⇔ x > 0. • hx,yi: Usual inner product between x and y. • Rn×n: The space of all n × n real matrices. • σ(A): The set of all eigenvalues of A ∈ Rn×n. Z matrices, linear transformations, and tensors – p. 4/35 The Z-property A =[aij] is an n × n real matrix • A is a Z-matrix if aij ≤ 0 for all i =6 j. (In economics literature, −A is a Metzler matrix.) • We can write A = rI − B, where r ∈ R and B ≥ 0. Let ρ(B) denote the spectral radius of B. • A is an M-matrix if r ≥ ρ(B), • nonsingular (strong) M-matrix if r > ρ(B). Z matrices, linear transformations, and tensors – p. 5/35 The P -property • A is a P -matrix if all its principal minors are positive.
    [Show full text]
  • Totally Positive Toeplitz Matrices and Quantum Cohomology of Partial Flag Varieties
    JOURNAL OF THE AMERICAN MATHEMATICAL SOCIETY Volume 16, Number 2, Pages 363{392 S 0894-0347(02)00412-5 Article electronically published on November 29, 2002 TOTALLY POSITIVE TOEPLITZ MATRICES AND QUANTUM COHOMOLOGY OF PARTIAL FLAG VARIETIES KONSTANZE RIETSCH 1. Introduction A matrix is called totally nonnegative if all of its minors are nonnegative. Totally nonnegative infinite Toeplitz matrices were studied first in the 1950's. They are characterized in the following theorem conjectured by Schoenberg and proved by Edrei. Theorem 1.1 ([10]). The Toeplitz matrix ∞×1 1 a1 1 0 1 a2 a1 1 B . .. C B . a2 a1 . C B C A = B .. .. .. C B ad . C B C B .. .. C Bad+1 . a1 1 C B C B . C B . .. .. a a .. C B 2 1 C B . C B .. .. .. .. ..C B C is totally nonnegative@ precisely if its generating function is of theA form, 2 (1 + βit) 1+a1t + a2t + =exp(tα) ; ··· (1 γit) i Y2N − where α R 0 and β1 β2 0,γ1 γ2 0 with βi + γi < . 2 ≥ ≥ ≥···≥ ≥ ≥···≥ 1 This beautiful result has been reproved many times; see [32]P for anP overview. It may be thought of as giving a parameterization of the totally nonnegative Toeplitz matrices by ~ N N ~ (α;(βi)i; (~γi)i) R 0 R 0 R 0 i(βi +~γi) < ; f 2 ≥ × ≥ × ≥ j 1g i X2N where β~i = βi βi+1 andγ ~i = γi γi+1. − − Received by the editors December 10, 2001 and, in revised form, September 14, 2002. 2000 Mathematics Subject Classification. Primary 20G20, 15A48, 14N35, 14N15.
    [Show full text]
  • Tropical Totally Positive Matrices 3
    TROPICAL TOTALLY POSITIVE MATRICES STEPHANE´ GAUBERT AND ADI NIV Abstract. We investigate the tropical analogues of totally positive and totally nonnegative matrices. These arise when considering the images by the nonarchimedean valuation of the corresponding classes of matrices over a real nonarchimedean valued field, like the field of real Puiseux series. We show that the nonarchimedean valuation sends the totally positive matrices precisely to the Monge matrices. This leads to explicit polyhedral representations of the tropical analogues of totally positive and totally nonnegative matrices. We also show that tropical totally nonnegative matrices with a finite permanent can be factorized in terms of elementary matrices. We finally determine the eigenvalues of tropical totally nonnegative matrices, and relate them with the eigenvalues of totally nonnegative matrices over nonarchimedean fields. Keywords: Total positivity; total nonnegativity; tropical geometry; compound matrix; permanent; Monge matrices; Grassmannian; Pl¨ucker coordinates. AMSC: 15A15 (Primary), 15A09, 15A18, 15A24, 15A29, 15A75, 15A80, 15B99. 1. Introduction 1.1. Motivation and background. A real matrix is said to be totally positive (resp. totally nonneg- ative) if all its minors are positive (resp. nonnegative). These matrices arise in several classical fields, such as oscillatory matrices (see e.g. [And87, §4]), or approximation theory (see e.g. [GM96]); they have appeared more recently in the theory of canonical bases for quantum groups [BFZ96]. We refer the reader to the monograph of Fallat and Johnson in [FJ11] or to the survey of Fomin and Zelevin- sky [FZ00] for more information. Totally positive/nonnegative matrices can be defined over any real closed field, and in particular, over nonarchimedean fields, like the field of Puiseux series with real coefficients.
    [Show full text]
  • [Math.QA] 3 Dec 2001 Minors)
    QUANTUM COHOMOLOGY RINGS OF GRASSMANNIANS AND TOTAL POSITIVITY KONSTANZE RIETSCH Abstract. We give a proof of a result of D. Peterson’s identifying the quan- tum cohomology ring of a Grassmannian with the reduced coordinate ring of a certain subvariety of GLn. The totally positive part of this subvariety is then constructed and we give closed formulas for the values of the Schubert basis elements on the totally positive points. We then use the developed methods to give a new proof of a formula of Vafa and Intriligator and Bertram for the structure constants (Gromov–Witten invariants). Finally, we use the positiv- ity of these Gromov–Witten invariants to prove certain inequalities for Schur polynomials at roots of unity. 1. Introduction + The group U of unipotent upper–triangular matrices in GLn have on their coordinate ring a nice basis with positive structure constants. Namely one has the dual of the classical limit of Lusztig’s geometrically constructed canonical basis of the quantized enveloping algebra. The existence of this basis has been closely tied [10] to the ‘totally positive part’ of U + (the matrices with only nonnegative minors). + In this paper we study certain remarkable subvarieties Vd,n of U which come up in the stabilizer of a particular standard principal nilpotent element e as clo- sures of the 1–dimensional components under Bruhat decomposition. By a theorem of Dale Peterson’s [16] the quantum cohomology rings of Grassmannians may be identified with the coordinate rings of these varieties. Therefore like U + itself these varieties have coordinate rings with ‘canonical’ bases on them (this time coming from Schubert bases), and with positive structure constants.
    [Show full text]
  • The Symbiotic Relationship of Combinatorics and Matrix Theory
    The Symbiotic Relationship of Combinatorics and Matrix Theory Richard A. Brualdi* Department of Mathematics University of Wisconsin Madison. Wisconsin 53 706 Submitted by F. Uhlig ABSTRACT This article demonstrates the mutually beneficial relationship that exists between combinatorics and matrix theory. 3 1. INTRODUCTION According to The Random House College Dictionary (revised edition, 1984) the word symbiosis is defined as follows: symbiosis: the living together of two dissimilar organisms, esp. when this association is mutually beneficial. In applying, as I am, this definition to the relationship between combinatorics and matrix theory, I would have preferred that the qualifying word “dissimilar” was omitted. Are combinatorics and matrix theory really dissimilar subjects? On the other hand I very much like the inclusion of the phrase “when the association is mutually beneficial” because I believe the development of each of these subjects shows that combinatorics and matrix theory have a mutually beneficial relationship. The fruits of this mutually beneficial relationship is the subject that I call combinatorial matrix theory or, for brevity here, CMT. Viewed broadly, as I do, CMT is an amazingly rich and diverse subject. If it is * Research partially supported by National Science Foundation grant DMS-8901445 and National Security Agency grant MDA904-89 H-2060. LZNEAR ALGEBRA AND ITS APPLZCATZONS 162-164:65-105 (1992) 65 0 Elsevier Science Publishing Co., Inc., 1992 655 Avenue of the Americas, New York, NY 10010 0024.3795/92/$5.00 66 RICHARD A. BRUALDI combinatorial and uses matrix theory r in its formulation or proof, it’s CMT. If it is matrix theory and has a combinatorial component to it, it’s CMT.
    [Show full text]
  • Convex and Semi-Nonnegative Matrix Factorizations: Ding, Li and Jordan 1
    CONVEX AND SEMI-NONNEGATIVE MATRIX FACTORIZATIONS: DING, LI AND JORDAN 1 Convex and Semi-Nonnegative Matrix Factorizations Chris Ding, Tao Li, and Michael I. Jordan Chris Ding is with the Department of Computer Science and Engineering, University of Texas, Arlington, TX 76019. Tao Li is with the School of Computer Science at Florida International University, Miami, FL 33199, USA. Michael I. Jordan is with the Department of Electrical Engineering and Computer Science and the Department of Statistics at the University of California at Berkeley, CA 94720, USA. October 24, 2008 DRAFT CONVEX AND SEMI-NONNEGATIVE MATRIX FACTORIZATIONS: DING, LI AND JORDAN 2 Abstract We present several new variations on the theme of nonnegative matrix factorization (NMF). Con- sidering factorizations of the form X = F GT , we focus on algorithms in which G is restricted to contain nonnegative entries, but allow the data matrix X to have mixed signs, thus extending the applicable range of NMF methods. We also consider algorithms in which the basis vectors of F are constrained to be convex combinations of the data points. This is used for a kernel extension of NMF. We provide algorithms for computing these new factorizations and we provide supporting theoretical analysis. We also analyze the relationships between our algorithms and clustering algorithms, and consider the implications for sparseness of solutions. Finally, we present experimental results that explore the properties of these new methods. Index Terms Nonnegative Matrix Factorization, Singular Value Decomposition, Clustering I. INTRODUCTION Matrix factorization is a unifying theme in numerical linear algebra. A wide variety of matrix factorization algorithms have been developed over many decades, providing a numerical platform for matrix operations such as solving linear systems, spectral decomposition, and subspace identification.
    [Show full text]
  • Contents September 1
    Contents September 1 : Examples 2 September 3 : The Gessel-Lindstr¨om-ViennotLemma 3 September 15 : Parametrizing totally positive unipotent matrices { Part 1 6 September 17 : Parametrizing totally positive unipotent matrices { part 2 7 September 22 : Introduction to the 0-Hecke monoid 9 September 24 : The 0-Hecke monoid continued 11 September 29 : The product has the correct ranks 12 October 1 : Bruhat decomposition 14 October 6 : A unique Bruhat decomposition 17 October 8: B−wB− \ N − + as a manifold 18 October 13: Grassmannians 21 October 15: The flag manifold, and starting to invert the unipotent product 23 October 20: Continuing to invert the unipotent product 28 October 22 { Continuing to invert the unipotent product 30 October 27 { Finishing the inversion of the unipotent product 32 October 29 { Chevalley generators in GLn(R) 34 November 5 { LDU decomposition, double Bruhat cells, and total positivity for GLn(R) 36 November 10 { Kasteleyn labelings 39 November 12 { Kasteleyn labellings continued 42 November 17 { Using graphs in a disc to parametrize the totally nonnegative Grassmannian 45 November 19 { cyclic rank matrices 45 December 1 { More on cyclic rank matrices 48 December 3 { Bridges and Chevalley generators 51 December 8 { finishing the proof 55 1 2 September 1 : Examples We write [m] = f1; 2; : : : ; mg. Given an m × n matrix M, and subsets I =⊆ [m] and I J ⊆ [n] with #(I) = #(J), we define ∆J (M) = det(Mij)i2I; j2J , where we keep the elements of I and the elements of J in the same order. For example, 13 M12 M15 ∆25(M) = det : M32 M35 I The ∆J (M) are called the minors of M.
    [Show full text]