MorphingDB: A Task-Centric AI-Native DBMS for Model Management and Inference
Wu Sai, Xia Ruichen, Yang Dingyu, Wang Rui, Lai Huihang, Guan Jiarui, Bai Jiameng, Zhang Dongxiang, Tang Xiu, Xie Zhongle, Lu Peng, and Chen Gang

TL;DR
MorphingDB is a task-centric AI-native database system integrated with PostgreSQL that automates model management and inference, optimizing performance and resource efficiency across diverse deep learning tasks.
Contribution
It introduces specialized storage schemas, a transfer learning framework for model selection, and inference optimization techniques, advancing AI-native DBMS capabilities.
Findings
Outperforms existing AI-native DBMSs and AutoML platforms in accuracy and efficiency.
Achieves significant throughput and resource savings in model inference.
Demonstrates robust performance across multiple data types and tasks.
Abstract
The increasing demand for deep neural inference within database environments has driven the emergence of AI-native DBMSs. However, existing solutions either rely on model-centric designs requiring developers to manually select, configure, and maintain models, resulting in high development overhead, or adopt task-centric AutoML approaches with high computational costs and poor DBMS integration. We present MorphingDB, a task-centric AI-native DBMS that automates model storage, selection, and inference within PostgreSQL. To enable flexible, I/O-efficient storage of deep learning models, we first introduce specialized schemas and multi-dimensional tensor data types to support BLOB-based all-in-one and decoupled model storage. Then we design a transfer learning framework for model selection in two phases, which builds a transferability subspace via offline embedding of historical tasks and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Advanced Database Systems and Queries · Advanced Graph Neural Networks
