paper-with-me

Papers

Serving Deep Learning Model in Relational Databases

2023-10-07 · Lixi Zhou, Qi Lin, Kanchan Chowdhury, Saif Masood, Alexandre Eichenberger, Hong Min, Alexander Sim, Jie Wang, Yida Wang, Kesheng Wu, Binhang Yuan, Jia Zou

Serving deep learning (DL) models on relational data has become a critical requirement across diverse commercial and scientific domains, sparking growing interest recently. In this visionary paper, we embark on a comprehensive exploration of representative architectures to address the requirement. We highlight three pivotal paradigms: The state-of-the-art DL-centric architecture offloads DL computations to dedicated DL frameworks. The potential UDF-centric architecture encapsulates one or more tensor computations into User Defined Functions (UDFs) within the relational database management system (RDBMS). The potential relation-centric architecture aims to represent a large-scale tensor computation through relational operators. While each of these architectures demonstrates promise in specific use scenarios, we identify urgent requirements for seamless integration of these architectures and the middle ground in-between these architectures. We delve into the gaps that impede the integration and explore innovative strategies to close them. We present a pathway to establish a novel RDBMS for enabling a broad class of data-intensive DL inference applications.

📄 PDF Abstract BibTeX arXiv:2310.04696

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningManagementmodel

Similar Papers 제목 키워드 기반

BERT Meets Relational DB: Contextual Representations of Relational Databases

2021-04-30 · Siddhant Arora, Vinayak Gupta, Garima Gaur, Srikanta Bedathur

In this paper, we address the problem of learning low dimension representation of entities on relational databases consisting of multiple tables. Embeddings help to capture semantics encoded in the database and can be us…

Missing ValuesRepresentation Learning

GFS: Graph-based Feature Synthesis for Prediction over Relational Databases

2023-12-04 · Han Zhang, Quan Gan, David Wipf, Weinan Zhang

Relational databases are extensively utilized in a variety of modern information system applications, and they always carry valuable data patterns. There are a huge number of data mining or machine learning tasks conduct…

Feature EngineeringInductive Bias

Row Conditional-TGAN for generating synthetic relational databases

2022-11-14 · Mohamed Gueye, Yazid Attabi, Maxime Dumas

Besides reproducing tabular data properties of standalone tables, synthetic relational databases also require modeling the relationships between related tables. In this paper, we propose the Row Conditional-Tabular Gener…

Generative Adversarial Network

IRG: Generating Synthetic Relational Databases using Deep Learning with Insightful Relational Understanding

2023-12-23 · Jiayu Li, Zilong Zhao, Vikram Chundawat, Biplab Sikdar 외

Synthetic data has numerous applications, including but not limited to software testing at scale, privacy-preserving data sharing to enable smoother collaboration between stakeholders, and data augmentation for analytica…

Data AugmentationGenerative Adversarial NetworkPrivacy Preservingsoftware testing+1

Differentially Private Synthetic Data Generation for Relational Databases

2024-05-29 · Kaveh Alimohammadi, Hao Wang, Ojas Gulati, Akash Srivastava 외

Existing differentially private (DP) synthetic data generation mechanisms typically assume a single-source table. In practice, data is often distributed across multiple tables with relationships across tables. In this pa…

Synthetic Data Generation