Alert button
Picture for Ramakrishnan Kannan

Ramakrishnan Kannan

Alert button

Outlier Detection for Text Data : An Extended Version

Jan 05, 2017
Ramakrishnan Kannan, Hyenkyun Woo, Charu C. Aggarwal, Haesun Park

Figure 1 for Outlier Detection for Text Data : An Extended Version
Figure 2 for Outlier Detection for Text Data : An Extended Version
Figure 3 for Outlier Detection for Text Data : An Extended Version
Figure 4 for Outlier Detection for Text Data : An Extended Version

The problem of outlier detection is extremely challenging in many domains such as text, in which the attribute values are typically non-negative, and most values are zero. In such cases, it often becomes difficult to separate the outliers from the natural variations in the patterns in the underlying data. In this paper, we present a matrix factorization method, which is naturally able to distinguish the anomalies with the use of low rank approximations of the underlying data. Our iterative algorithm TONMF is based on block coordinate descent (BCD) framework. We define blocks over the term-document matrix such that the function becomes solvable. Given most recently updated values of other matrix blocks, we always update one block at a time to its optimal. Our approach has significant advantages over traditional methods for text outlier detection. Finally, we present experimental results illustrating the effectiveness of our method over competing methods.

* Accepted at 2017 SIAM Data Mining Conference 
Viaarxiv icon

MPI-FAUN: An MPI-Based Framework for Alternating-Updating Nonnegative Matrix Factorization

Sep 28, 2016
Ramakrishnan Kannan, Grey Ballard, Haesun Park

Figure 1 for MPI-FAUN: An MPI-Based Framework for Alternating-Updating Nonnegative Matrix Factorization
Figure 2 for MPI-FAUN: An MPI-Based Framework for Alternating-Updating Nonnegative Matrix Factorization
Figure 3 for MPI-FAUN: An MPI-Based Framework for Alternating-Updating Nonnegative Matrix Factorization
Figure 4 for MPI-FAUN: An MPI-Based Framework for Alternating-Updating Nonnegative Matrix Factorization

Non-negative matrix factorization (NMF) is the problem of determining two non-negative low rank factors $W$ and $H$, for the given input matrix $A$, such that $A \approx W H$. NMF is a useful tool for many applications in different domains such as topic modeling in text mining, background separation in video analysis, and community detection in social networks. Despite its popularity in the data mining community, there is a lack of efficient parallel algorithms to solve the problem for big data sets. The main contribution of this work is a new, high-performance parallel computational framework for a broad class of NMF algorithms that iteratively solves alternating non-negative least squares (NLS) subproblems for $W$ and $H$. It maintains the data and factor matrices in memory (distributed across processors), uses MPI for interprocessor communication, and, in the dense case, provably minimizes communication costs (under mild assumptions). The framework is flexible and able to leverage a variety of NMF and NLS algorithms, including Multiplicative Update, Hierarchical Alternating Least Squares, and Block Principal Pivoting. Our implementation allows us to benchmark and compare different algorithms on massive dense and sparse data matrices of size that spans for few hundreds of millions to billions. We demonstrate the scalability of our algorithm and compare it with baseline implementations, showing significant performance improvements. The code and the datasets used for conducting the experiments are available online.

* arXiv admin note: text overlap with arXiv:1509.09313 
Viaarxiv icon