paper-with-me

Papers

TensorBank: Tensor Lakehouse for Foundation Model Training

2023-09-05 · Romeo Kienzler, Leonardo Pondian Tizzei, Benedikt Blumenstiel, Zoltan Arnold Nagy, S. Karthik Mukkavilli, Johannes Schmude, Marcus Freitag, Michael Behrendt, Daniel Salles Civitarese, Naomi Simumba, Daiki Kimura, Hendrik Hamann

Storing and streaming high dimensional data for foundation model training became a critical requirement with the rise of foundation models beyond natural language. In this paper we introduce TensorBank, a petabyte scale tensor lakehouse capable of streaming tensors from Cloud Object Store (COS) to GPU memory at wire speed based on complex relational queries. We use Hierarchical Statistical Indices (HSI) for query acceleration. Our architecture allows to directly address tensors on block level using HTTP range reads. Once in GPU memory, data can be transformed using PyTorch transforms. We provide a generic PyTorch dataset type with a corresponding dataset factory translating relational queries and requested transformations as an instance. By making use of the HSI, irrelevant blocks can be skipped without reading them as those indices contain statistics on their content at different hierarchical resolution levels. This is an opinionated architecture powered by open standards and making heavy use of open-source technology. Although, hardened for production use using geospatial-temporal data, this architecture generalizes to other use case like computer vision, computational neuroscience, biological sequence analysis and more.

📄 PDF Abstract BibTeX arXiv:2309.02094

Code (0)

등록된 구현이 없습니다.

Tasks

GPUmodel

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Deep Lake: a Lakehouse for Deep Learning

2022-09-22 · Sasun Hambardzumyan, Abhinav Tuli, Levon Ghukasyan, Fariz Rahman 외

Traditional data lakes provide critical data infrastructure for analytical workloads by enabling time travel, running SQL queries, ingesting data with ACID transactions, and visualizing petabyte-scale datasets on cloud s…

Decision MakingDeep LearningGPU

Delta Tensor: Efficient Vector and Tensor Storage in Delta Lake

2024-05-03 · Zhiwei Bao, Liu Liao-Liao, Zhiyu Wu, Yifan Zhou 외

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 approa…

Management

Safe, Untrusted, "Proof-Carrying" AI Agents: toward the agentic lakehouse

2025-10-10 · Jacopo Tagliabue, Ciro Greco arxiv

Data lakehouses run sensitive workloads, where AI-driven automation raises concerns about trust, correctness, and governance. We argue that API-first, programmable lakehouses provide the right abstractions for safe-by-de…

"Skill Issues'': Data-Centric Optimization of Lakehouse Agents

2026-05-31 · Nicole Rose Schneider, Davide Ghilardi, Giacomo Piccinini, Jacopo Tagliabue arxiv

Coding agents are becoming users of data infrastructure, but their success depends not only on model quality: it also depends on the skills and environment files that teach agents how to use a system. We study how to opt…

GitLake: Git-for-data for the agentic lakehouse

2026-07-09 · Weiming Sheng, Jinlang Wang, Manuel Barros, Aldrin Montana 외 arxiv

We present GitLake, a Git-for-data design for an agent-first lakehouse. The system lifts single-table Iceberg snapshots into lakehouse-wide commits, branches, and merges, letting agents work on isolated branches while hu…