Near-Universal Multiplicative Updates for Nonnegative Einsum Factorization
John Hood, Aaron Schein

TL;DR
NNEinFact is a versatile, efficient multiplicative update algorithm for nonnegative tensor factorizations that outperforms traditional methods in speed and accuracy, supporting large-scale data and customizable models.
Contribution
The paper introduces NNEinFact, a novel einsum-based multiplicative update algorithm that simplifies fitting nonnegative tensor factorizations with customizable loss functions.
Findings
Outperforms gradient-based methods in speed and accuracy
Supports tensors with hundreds of millions of entries
Fits custom models with over 37% improvement in prediction
Abstract
Despite the ubiquity of multiway data across scientific domains, there are few user-friendly tools that fit tailored nonnegative tensor factorizations. Researchers may use gradient-based automatic differentiation (which often struggles in nonnegative settings), choose between a limited set of methods with mature implementations, or implement their own model from scratch. As an alternative, we introduce NNEinFact, an einsum-based multiplicative update algorithm that fits any nonnegative tensor factorization expressible as a tensor contraction by minimizing one of many user-specified loss functions (including the -divergence). To use NNEinFact, the researcher simply specifies their model with a string. NNEinFact converges to a stationary point of the loss, supports missing data, and fits to tensors with hundreds of millions of entries in seconds. Empirically, NNEinFact…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications · Sparse and Compressive Sensing Techniques · Model Reduction and Neural Networks
