paper-with-me

Papers

Compressing Structured Tensor Algebra

2024-07-18 · Mahdi Ghorbani, Emilien Bauer, Tobias Grosser, Amir Shaikhha

Tensor algebra is a crucial component for data-intensive workloads such as machine learning and scientific computing. As the complexity of data grows, scientists often encounter a dilemma between the highly specialized dense tensor algebra and efficient structure-aware algorithms provided by sparse tensor algebra. In this paper, we introduce DASTAC, a framework to propagate the tensors's captured high-level structure down to low-level code generation by incorporating techniques such as automatic data layout compression, polyhedral analysis, and affine code generation. Our methodology reduces memory footprint by automatically detecting the best data layout, heavily benefits from polyhedral optimizations, leverages further optimizations, and enables parallelization through MLIR. Through extensive experimentation, we show that DASTAC achieves 1 to 2 orders of magnitude speedup over TACO, a state-of-the-art sparse tensor compiler, and StructTensor, a state-of-the-art structured tensor algebra compiler, with a significantly lower memory footprint.

📄 PDF Abstract BibTeX arXiv:2407.13726

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generationtensor algebra

Similar Papers 제목 키워드 기반

Generalized Image Reconstruction over T-Algebra

2021-01-17 · Liang Liao, Xuechun Zhang, Xinqiang Wang, Sen Lin 외

Principal Component Analysis (PCA) is well known for its capability of dimension reduction and data compression. However, when using PCA for compressing/reconstructing images, images need to be recast to vectors. The vec…

Data CompressionDimensionality ReductionImage Reconstruction

Approximation and learning with compositional tensor trains

2025-12-19 · Martin Eigel, Charles Miranda, Anthony Nouy, David Sommer arxiv

We introduce compositional tensor trains (CTTs) for the approximation of multivariate functions, a class of models obtained by composing low-rank functions in the tensor-train format. This format can encode standard appr…

Linear Algebraic Approaches to Neuroimaging Data Compression: A Comparative Analysis of Matrix and Tensor Decomposition Methods for High-Dimensional Medical Images

2025-11-22 · Jaeho Kim, Daniel David, Ana Vizitiv arxiv

This paper evaluates Tucker decomposition and Singular Value Decomposition (SVD) for compressing neuroimaging data. Tucker decomposition preserves multi-dimensional relationships, achieving superior reconstruction fideli…

Tensor Decompositions in Deep Learning

2020-02-26 · Davide Bacciu, Danilo P. Mandic

The paper surveys the topic of tensor decompositions in modern machine learning applications. It focuses on three active research topics of significant relevance for the community. After a brief review of consolidated wo…

BIG-bench Machine LearningDeep Learning

EinSort: Sorting is All We Need for Tensorizing LLM

2026-06-07 · Toshiaki Koike-Akino, Jing Liu, Ye Wang arxiv

Tensor networks provide efficient representations for compressing large neural networks. By carefully designing shapes and topologies, they can significantly reduce memory and computational costs. However, identifying im…