DPar2: Fast and Scalable PARAFAC2 Decomposition for Irregular Dense Tensors
Jun-Gi Jang, U Kang

TL;DR
DPar2 is a novel method that significantly accelerates PARAFAC2 decomposition for irregular dense tensors, enabling efficient analysis in applications like phenotype discovery and trend analysis.
Contribution
It introduces a scalable and fast PARAFAC2 decomposition technique that leverages tensor compression and computation reordering for irregular dense tensors.
Findings
Up to 6.0x faster than existing methods
Maintains comparable accuracy
Scales effectively with tensor size and rank
Abstract
Given an irregular dense tensor, how can we efficiently analyze it? An irregular tensor is a collection of matrices whose columns have the same size and rows have different sizes from each other. PARAFAC2 decomposition is a fundamental tool to deal with an irregular tensor in applications including phenotype discovery and trend analysis. Although several PARAFAC2 decomposition methods exist, their efficiency is limited for irregular dense tensors due to the expensive computations involved with the tensor. In this paper, we propose DPar2, a fast and scalable PARAFAC2 decomposition method for irregular dense tensors. DPar2 achieves high efficiency by effectively compressing each slice matrix of a given irregular tensor, careful reordering of computations with the compression results, and exploiting the irregularity of the tensor. Extensive experiments show that DPar2 is up to 6.0x faster…
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 · Algorithms and Data Compression · Computational Physics and Python Applications
