vix.ing · top · new · best · stats · spec

a-Tucker: Input-Adaptive and Matricization-Free Tucker Decomposition for Dense Tensors on CPUs and GPUs

2020/10/20 by Min Li, Li, Min, Chuanfu Xiao +3
Computer Science · Mathematics · #Artificial Intelligence (cs.AI) #Computational science #Computer science #Decomposition #Distributed #Exploit #FOS: Computer and information sciences #Geometry #Implementation #Mathematics #Multi-core processor #Parallel #Parallel computing #Programming language #Solver #Tensor (intrinsic definition) #Tensor decomposition #Tensor decomposition and applications #Tucker decomposition #and Cluster Computing (cs.DC) #cs.AI #cs.DC

paper · pdf · doi:10.48550/arxiv.2010.10131

10pages

arxiv created 2020/10/20 · openalex publication_date 2020/10/20 · arxiv updated 2020/10/21 · openalex created_date 2020/10/29 · openalex updated_date 2026/08/06

Abstract

Tucker decomposition is one of the most popular models for analyzing and compressing large-scale tensorial data. Existing Tucker decomposition algorithms usually rely on a single solver to compute the factor matrices and core tensor, and are not flexible enough to adapt with the diversities of the input data and the hardware. Moreover, to exploit highly efficient GEMM kernels, most Tucker decomposition implementations make use of explicit matricizations, which could introduce extra costs in terms of data conversion and memory usage. In this paper, we present a-Tucker, a new framework for input-adaptive and matricization-free Tucker decomposition of dense tensors. A mode-wise flexible Tucker decomposition algorithm is proposed to enable the switch of different solvers for the factor matrices and core tensor, and a machine-learning adaptive solver selector is applied to automatically cope with the variations of both the input data and the hardware. To further improve the performance and enhance the memory efficiency, we implement a-Tucker in a fully matricization-free manner without any conversion between tensors and matrices. Experiments with a variety of synthetic and real-world tensors show that a-Tucker can substantially outperform existing works on both CPUs and GPUs.

Related