paper-with-me

홈 › Papers

ModelHub: Towards Unified Data and Lifecycle Management for Deep Learning

2016-11-18 · Hui Miao, Ang Li, Larry S. Davis, Amol Deshpande

Deep learning has improved state-of-the-art results in many important fields, and has been the subject of much research in recent years, leading to the development of several systems for facilitating deep learning. Current systems, however, mainly focus on model building and training phases, while the issues of data management, model sharing, and lifecycle management are largely ignored. Deep learning modeling lifecycle generates a rich set of data artifacts, such as learned parameters and training logs, and comprises of several frequently conducted tasks, e.g., to understand the model behaviors and to try out new models. Dealing with such artifacts and tasks is cumbersome and largely left to the users. This paper describes our vision and implementation of a data and lifecycle management system for deep learning. First, we generalize model exploration and model enumeration queries from commonly conducted tasks by deep learning modelers, and propose a high-level domain specific language (DSL), inspired by SQL, to raise the abstraction level and accelerate the modeling process. To manage the data artifacts, especially the large amount of checkpointed float parameters, we design a novel model versioning system (dlv), and a read-optimized parameter archival storage system (PAS) that minimizes storage footprint and accelerates query workloads without losing accuracy. PAS archives versioned models using deltas in a multi-resolution fashion by separately storing the less significant bits, and features a novel progressive query (inference) evaluation algorithm. Third, we show that archiving versioned models using deltas poses a new dataset versioning problem and we develop efficient algorithms for solving it. We conduct extensive experiments over several real datasets from computer vision domain to show the efficiency of the proposed techniques.

📄 PDF Abstract BibTeX arXiv:1611.06224

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningManagement

Similar Papers 제목 키워드 기반

ModelHub.AI: Dissemination Platform for Deep Learning Models

2019-11-26 · Ahmed Hosny, Michael Schwier, Christoph Berger, Evin P Örnek 외

Recent advances in artificial intelligence research have led to a profusion of studies that apply deep learning to problems in image analysis and natural language processing among others. Additionally, the availability o…

BenchmarkingDeep Learning

Agentic AI Governance and Lifecycle Management in Healthcare

2026-01-22 · Chandra Prakash, Mary Lind, Avneesh Sisodia arxiv

Healthcare organizations are beginning to embed agentic AI into routine workflows, including clinical documentation support and early-warning monitoring. As these capabilities diffuse across departments and vendors, heal…

Gypscie: A Cross-Platform AI Artifact Management System

2026-04-11 · Fabio Porto, Eduardo Ogasawara, Gabriela Moraes Botaro, Julia Neumann Bastos 외 arxiv

Artificial Intelligence (AI) models, encompassing both traditional machine learning (ML) and more advanced approaches such as deep learning and large language models (LLMs), play a central role in modern applications. AI…

ML-Asset Management: Curation, Discovery, and Utilization

2025-09-28 · Mengying Wang, Moming Duan, Yicong Huang, Chen Li 외 arxiv

Machine learning (ML) assets, such as models, datasets, and metadata, are central to modern ML workflows. Despite their explosive growth in practice, these assets are often underutilized due to fragmented documentation, …

First Field Trial of LLM-Powered AI Agent for Lifecycle Management of Autonomous Driving Optical Networks

2024-09-22 · Xiaomin Liu, Qizhi Qiu, Yihao Zhang, Yuming Cheng 외

We design and demonstrate the first field trial of LLM-powered AI Agent for ADON. Three operation modes of the Agent are proposed for network lifecycle management. The Agent efficiently processes wavelength add/drop and …

AI AgentAutonomous DrivingManagement