SMTf
SMTf, or Sparse Matrix–Tensor Factorization, is a mathematical framework for decomposing high-dimensional data into a small set of sparse latent factors. It extends traditional tensor factorization by enforcing sparsity on the factor matrices, promoting interpretable components that are active only on subsets of the data modes. This sparsity can improve interpretability and reduce storage and computation for large datasets.
In its typical form, SMTf targets a tensor X of order three, X ∈ R^{I×J×K}. The goal is
Algorithms for SMTf commonly use alternating optimization (ALS) or gradient-based methods, iteratively updating one factor while
Applications span data mining and analytics, including recommender systems, social network analysis, neuroscience, remote sensing, and