NADSNAJan 4, 2015

Clustering Boolean Tensors

arXiv:1501.006961.219 citationsh-index: 20
Originality Incremental advance
AI Analysis

For researchers in tensor factorization and clustering, this work provides a computationally tractable approach to Boolean tensor problems by introducing a partitioning constraint, though it is incremental as it builds on existing clustering techniques.

The paper addresses the computational hardness of Boolean tensor factorizations by enforcing a partition on one mode, leading to a clustering problem. It presents a new algorithm that achieves high scalability and similarity, with a PTAS and a 0.828-approximation for rank-1 binary factorizations, and demonstrates good generalization on synthetic and real-world data.

Tensor factorizations are computationally hard problems, and in particular, are often significantly harder than their matrix counterparts. In case of Boolean tensor factorizations -- where the input tensor and all the factors are required to be binary and we use Boolean algebra -- much of that hardness comes from the possibility of overlapping components. Yet, in many applications we are perfectly happy to partition at least one of the modes. In this paper we investigate what consequences does this partitioning have on the computational complexity of the Boolean tensor factorizations and present a new algorithm for the resulting clustering problem. This algorithm can alternatively be seen as a particularly regularized clustering algorithm that can handle extremely high-dimensional observations. We analyse our algorithms with the goal of maximizing the similarity and argue that this is more meaningful than minimizing the dissimilarity. As a by-product we obtain a PTAS and an efficient 0.828-approximation algorithm for rank-1 binary factorizations. Our algorithm for Boolean tensor clustering achieves high scalability, high similarity, and good generalization to unseen data with both synthetic and real-world data sets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes