Serving Deep Learning Models with Deduplication from Relational Databases
Summary: In-database DL model serving with deduplication inside a relational DB, avoiding feature transfer and enabling inference beyond memory. Synergistic storage optimizations—duplication detection, page packing, caching—align tensor blocks with pages, preserve accuracy, and reduce storage, memory, cache misses, and latency; evaluations beat DL frameworks in target scenarios. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Lixi Zhou (Arizona State University)
- 2. Jiaqing Chen (Arizona State University)
- 3. Amitabh Das (Arizona State University)
- 4. Hong Min (IBM)
- 5. Lei Yu (IBM)
- 6. Ming Zhao (Arizona State University)
- 7. Jia Zou (Arizona State University)
BibTeX Citation
@article{zhou_vldb22,
title = {{Serving Deep Learning Models with Deduplication from Relational Databases}},
author = {Zhou, Lixi and Chen, Jiaqing and Das, Amitabh and Min, Hong and Yu, Lei and Zhao, Ming and Zou, Jia},
journal = {PVLDB},
series = {{VLDB} '22},
volume = {15},
number = {10},
pages = {2230--2243},
doi = {10.14778/3547305.3547325},
url = {https://doi.org/10.14778/3547305.3547325},
year = {2022}
}
Incoming Citations (Sorted by Pagerank)
Showing 7 of 7 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 8,221 | NeurDB: On the Design and Implementation of an AI-powered Autonomous Database | 2025 | CIDR | 5.4640314e-05 |
| 8,908 | Privacy and Accuracy-Aware AI/ML Model Deduplication | 2025 | SIGMOD | 5.3483178e-05 |
| 9,520 | Experimental Analysis of Large-scale Learnable Vector Storage Compression | 2024 | VLDB | 5.2561283e-05 |
| 10,386 | NeurStore: Efficient In-database Deep Learning Model Management System | 2026 | SIGMOD | 5.093636e-05 |
| 10,432 | Beluga: A CXL-Based Memory Architecture for Scalable and Efficient LLM KVCache Management | 2026 | SIGMOD | 5.093636e-05 |
| 10,466 | InferF: Declarative Factorization of AI/ML Inferences over Joins | 2026 | SIGMOD | 5.093636e-05 |
| 10,623 | KEN: An Execution Engine for Unstructured Database Systems | 2026 | VLDB | 5.093636e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 21 of 21 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 323 | DeepDB: Learn from Data, not from Queries! | 2020 | VLDB |
| 2 | 2,812 | Query Performance Prediction for Concurrent Queries using Graph Embedding | 2020 | VLDB |
| 3 | 563 | Plan-Structured Deep Neural Network Models for Query Performance Prediction | 2019 | VLDB |
| 4 | 13,375 | Reimagining Deep Learning Systems Through the Lens of Data Systems | 2024 | VLDB |
| 5 | 1,573 | Deep Learning Models for Selectivity Estimation of Multi-Attribute Queries | 2020 | SIGMOD |
| 6 | 9,962 | Structure-Aware Machine Learning over Multi-Relational Databases | 2021 | SIGMOD |
| 7 | 2,370 | Declarative Recursive Computation on an RDBMS or, Why You Should Use a Database For Distributed Machine Learning | 2019 | VLDB |
| 8 | 2,854 | Extracting and Analyzing Hidden Graphs from Relational Databases | 2017 | SIGMOD |
| 9 | 8,908 | Privacy and Accuracy-Aware AI/ML Model Deduplication | 2025 | SIGMOD |
| 10 | 13,432 | Using Deep Learning Models to Replace Large Materialized Views in Relational Database | 2021 | CIDR |