paper-with-me

Papers

Delta Tensor: Efficient Vector and Tensor Storage in Delta Lake

2024-05-03 · Zhiwei Bao, Liu Liao-Liao, Zhiyu Wu, Yifan Zhou, Dan Fan, Michal Aibin, Yvonne Coady, Andrew Brownsword

The exponential growth of artificial intelligence (AI) and machine learning (ML) applications has necessitated the development of efficient storage solutions for vector and tensor data. This paper presents a novel approach for tensor storage in a Lakehouse architecture using Delta Lake. By adopting the multidimensional array storage strategy from array databases and sparse encoding methods to Delta Lake tables, experiments show that this approach has demonstrated notable improvements in both space and time efficiencies when compared to traditional serialization of tensors. These results provide valuable insights for the development and implementation of optimized vector and tensor storage solutions in data-intensive applications, contributing to the evolution of efficient data management practices in AI and ML domains in cloud-native environments

📄 PDF Abstract BibTeX arXiv:2405.03708

Code (0)

등록된 구현이 없습니다.

Tasks

Management

Similar Papers 제목 키워드 기반

NeurStore: Efficient In-database Deep Learning Model Management System

2025-09-03 · Siqi Xiang, Sheng Wang, Xiaokui Xiao, Cong Yue 외 arxiv

With the prevalence of in-database AI-powered analytics, there is an increasing demand for database systems to efficiently manage the ever-expanding number and size of deep learning models. However, existing database sys…

Tight Dimensionality Reduction for Sketching Low Degree Polynomial Kernels

2019-12-01 · NeurIPS 2019 12 · Michela Meister, Tamas Sarlos, David Woodruff

We revisit the classic randomized sketch of a tensor product of $q$ vectors $x_i\in\mathbb{R}^n$. The $i$-th coordinate $(Sx)_i$ of the sketch is equal to $\prod_{j = 1}^q \langle u^{i, j}, x^j \rangle / \sqrt{m}$, where…

Dimensionality Reduction

Almost Optimal Tensor Sketch

2019-09-03 · Thomas D. Ahle, Jakob B. T. Knudsen

We construct a matrix $M\in R^{m\otimes d^c}$ with just $m=O(c\,\lambda\,\varepsilon^{-2}\text{poly}\log1/\varepsilon\delta)$ rows, which preserves the norm $\|Mx\|_2=(1\pm\varepsilon)\|x\|_2$ of all $x$ in any given $\l…

DELTA: Dynamically Optimizing GPU Memory beyond Tensor Recomputation

2022-03-30 · Yu Tang, Chenyu Wang, Yufan Zhang, Yuliang Liu 외

The further development of deep neural networks is hampered by the limited GPU memory resource. Therefore, the optimization of GPU memory resources is highly demanded. Swapping and recomputation are commonly applied to m…

GPU

Dictionary Learning and Tensor Decomposition via the Sum-of-Squares Method

2014-07-06 · Boaz Barak, Jonathan A. Kelner, David Steurer

We give a new approach to the dictionary learning (also known as "sparse coding") problem of recovering an unknown $n\times m$ matrix $A$ (for $m \geq n$) from examples of the form \[ y = Ax + e, \] where $x$ is a random…

Dictionary LearningTensor Decomposition