paper-with-me

홈 › Papers

Deep Lake: a Lakehouse for Deep Learning

2022-09-22 · Sasun Hambardzumyan, Abhinav Tuli, Levon Ghukasyan, Fariz Rahman, Hrant Topchyan, David Isayan, Mark McQuade, Mikayel Harutyunyan, Tatevik Hakobyan, Ivo Stranic, Davit Buniatyan

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 storage. They allow organizations to break down data silos, unlock data-driven decision-making, improve operational efficiency, and reduce costs. However, as deep learning usage increases, traditional data lakes are not well-designed for applications such as natural language processing (NLP), audio processing, computer vision, and applications involving non-tabular datasets. This paper presents Deep Lake, an open-source lakehouse for deep learning applications developed at Activeloop. Deep Lake maintains the benefits of a vanilla data lake with one key difference: it stores complex data, such as images, videos, annotations, as well as tabular data, in the form of tensors and rapidly streams the data over the network to (a) Tensor Query Language, (b) in-browser visualization engine, or (c) deep learning frameworks without sacrificing GPU utilization. Datasets stored in Deep Lake can be accessed from PyTorch, TensorFlow, JAX, and integrate with numerous MLOps tools.

📄 PDF Abstract BibTeX arXiv:2209.10785

Code (3)

activeloopai/deeplake 공식 구현 pytorch
activeloopai/Hub pytorch
securade/hub pytorch

Tasks

Decision MakingDeep LearningGPU

Similar Papers 제목 키워드 기반

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…

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…

Trustworthy AI in the Agentic Lakehouse: from Concurrency to Governance

2025-11-20 · Jacopo Tagliabue, Federico Bianchi, Ciro Greco arxiv

Even as AI capabilities improve, most enterprises do not consider agents trustworthy enough to work on production data. In this paper, we argue that the path to trustworthy agentic workflows begins with solving the infra…

Building a Correct-by-Design Lakehouse. Data Contracts, Versioning, and Transactional Pipelines for Humans and Agents

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

Lakehouses are now the default substrate for analytics and AI, but they remain fragile under concurrent, untrusted change: schema mismatches often surface only at runtime, development and production easily diverge, and m…