MSLGMay 8, 2024

A Sparse Tensor Generator with Efficient Feature Extraction

arXiv:2405.04944v3h-index: 15Has CodeFrontiers Appl. Math. Stat.
Originality Incremental advance
AI Analysis

This work addresses a bottleneck for researchers in sparse tensor applications like social networks and deep learning, though it is incremental as it builds on existing tensor analysis methods.

The paper tackles the lack of large-scale sparse tensor datasets and the computational expense of extracting features from them by developing a smart sparse tensor generator and efficient feature extraction methods, validated through feature quality and decomposition performance.

Sparse tensor operations are increasingly important in diverse applications such as social networks, deep learning, diagnosis, crime, and review analysis. However, a major obstacle in sparse tensor research is the lack of large-scale sparse tensor datasets. Another challenge lies in analyzing sparse tensor features, which are essential not only for understanding the nonzero pattern but also for selecting the most suitable storage format, decomposition algorithm, and reordering methods. However, due to the large size of real-world tensors, even extracting these features can be computationally expensive without careful optimization. To address these limitations, we have developed a smart sparse tensor generator that replicates key characteristics of real sparse tensors. Additionally, we propose efficient methods for extracting a comprehensive set of sparse tensor features. The effectiveness of our generator is validated through the quality of extracted features and the performance of decomposition on the generated tensors. Both the sparse tensor feature extractor and the tensor generator are open source with all the artifacts available at https://github.com/sparcityeu/FeaTensor and https://github.com/sparcityeu/GenTensor, respectively.

Code Implementations4 repos
Foundations

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

Your Notes