Skip to main content

Showing 1–17 of 17 results for author: Hai, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2506.08759  [pdf, ps, other

    quant-ph cs.DB cs.ET

    Qymera: Simulating Quantum Circuits using RDBMS

    Authors: Tim Littau, Rihan Hai

    Abstract: Quantum circuit simulation is crucial for quantum computing such as validating quantum algorithms. We present Qymera, a system that repurposes relational database management systems (RDBMSs) for simulation by translating circuits into SQL queries, allowing quantum operations to run natively within an RDBMS. Qymera supports a wide range of quantum circuits, offering a graphical circuit builder and… ▽ More

    Submitted 10 June, 2025; originally announced June 2025.

  2. arXiv:2503.06231  [pdf, other

    cs.LG

    WaveStitch: Flexible and Fast Conditional Time Series Generation with Diffusion Models

    Authors: Aditya Shankar, Lydia Y. Chen, Arie van Deursen, Rihan Hai

    Abstract: Generating temporal data under constraints is critical for forecasting, imputation, and synthesis. These datasets often include auxiliary conditions that influence the values within the time series signal. Existing methods face three key challenges: (1) they fail to adapt to conditions at inference time; (2) they rely on sequential generation, which slows the generation speed; and (3) they ineffic… ▽ More

    Submitted 8 March, 2025; originally announced March 2025.

  3. arXiv:2502.02818  [pdf, other

    cs.DB cs.LG

    Accessible and Portable LLM Inference by Compiling Computational Graphs into SQL

    Authors: Wenbo Sun, Qiming Guo, Wenlu Wang, Rihan Hai

    Abstract: Serving large language models (LLMs) often demands specialized hardware, dedicated frameworks, and substantial development efforts, which restrict their accessibility, especially for edge devices and organizations with limited technical resources. We propose a novel compiler that translates LLM inference graphs into SQL queries, enabling relational databases, one of the most widely used and mature… ▽ More

    Submitted 4 February, 2025; originally announced February 2025.

  4. arXiv:2502.01985  [pdf, other

    cs.LG cs.DC

    Ilargi: a GPU Compatible Factorized ML Model Training Framework

    Authors: Wenbo Sun, Rihan Hai

    Abstract: The machine learning (ML) training over disparate data sources traditionally involves materialization, which can impose substantial time and space overhead due to data movement and replication. Factorized learning, which leverages direct computation on disparate sources through linear algebra (LA) rewriting, has emerged as a viable alternative to improve computational efficiency. However, the adap… ▽ More

    Submitted 3 February, 2025; originally announced February 2025.

  5. arXiv:2409.14111  [pdf, other

    quant-ph cs.DB

    Quantum Data Management in the NISQ Era: Extended Version

    Authors: Rihan Hai, Shih-Han Hung, Tim Coopmans, Tim Littau, Floris Geerts

    Abstract: Quantum computing has emerged as a promising tool for transforming the landscape of computing technology. Recent efforts have applied quantum techniques to classical database challenges, such as query optimization, data integration, index selection, and transaction management. In this paper, we shift focus to a critical yet underexplored area: data management for quantum computing. We are currentl… ▽ More

    Submitted 11 April, 2025; v1 submitted 21 September, 2024; originally announced September 2024.

    Comments: The vision paper is accepted at the 51st International Conference on Very Large Databases (VLDB'25). The arxiv version is a technical report with extended material on background, complexity analysis, preliminary experiment results, and discussion on research opportunities. We welcome any questions or feedback. Please feel free to reach out to us

  6. LLM-PQA: LLM-enhanced Prediction Query Answering

    Authors: Ziyu Li, Wenjie Zhao, Asterios Katsifodimos, Rihan Hai

    Abstract: The advent of Large Language Models (LLMs) provides an opportunity to change the way queries are processed, moving beyond the constraints of conventional SQL-based database systems. However, using an LLM to answer a prediction query is still challenging, since an external ML model has to be employed and inference has to be performed in order to provide an answer. This paper introduces LLM-PQA, a n… ▽ More

    Submitted 2 September, 2024; originally announced September 2024.

    Comments: This paper is accepted as a demo at CIKM 2024

  7. arXiv:2407.12797  [pdf, other

    cs.PF cs.LG

    CEBench: A Benchmarking Toolkit for the Cost-Effectiveness of LLM Pipelines

    Authors: Wenbo Sun, Jiaqi Wang, Qiming Guo, Ziyu Li, Wenlu Wang, Rihan Hai

    Abstract: Online Large Language Model (LLM) services such as ChatGPT and Claude 3 have transformed business operations and academic research by effortlessly enabling new opportunities. However, due to data-sharing restrictions, sectors such as healthcare and finance prefer to deploy local LLM applications using costly hardware resources. This scenario requires a balance between the effectiveness advantages… ▽ More

    Submitted 20 June, 2024; originally announced July 2024.

  8. arXiv:2405.20761  [pdf, other

    cs.LG cs.CR cs.DC

    Share Secrets for Privacy: Confidential Forecasting with Vertical Federated Learning

    Authors: Aditya Shankar, Jérémie Decouchant, Dimitra Gkorou, Rihan Hai, Lydia Y. Chen

    Abstract: Vertical federated learning (VFL) is a promising area for time series forecasting in many applications, such as healthcare and manufacturing. Critical challenges to address include data privacy and over-fitting on small and noisy datasets during both training and inference. Additionally, such forecasting models must scale well with the number of parties while ensuring strong convergence and low-tu… ▽ More

    Submitted 11 June, 2025; v1 submitted 31 May, 2024; originally announced May 2024.

    Comments: Accepted at the 20th International Conference on Availability, Reliability and Security (ARES 2025)

  9. arXiv:2404.03988  [pdf, other

    cs.LG cs.SI

    Model Selection with Model Zoo via Graph Learning

    Authors: Ziyu Li, Hilco van der Wilk, Danning Zhan, Megha Khosla, Alessandro Bozzon, Rihan Hai

    Abstract: Pre-trained deep learning (DL) models are increasingly accessible in public repositories, i.e., model zoos. Given a new prediction task, finding the best model to fine-tune can be computationally intensive and costly, especially when the number of pre-trained models is large. Selecting the right pre-trained models is crucial, yet complicated by the diversity of models from various model families (… ▽ More

    Submitted 5 April, 2024; originally announced April 2024.

    Comments: Accepted at 40th IEEE International Conference on Data Engineering (ICDE 2024)

  10. arXiv:2404.03299  [pdf, other

    cs.LG cs.CR cs.DB cs.DC

    SiloFuse: Cross-silo Synthetic Data Generation with Latent Tabular Diffusion Models

    Authors: Aditya Shankar, Hans Brouwer, Rihan Hai, Lydia Chen

    Abstract: Synthetic tabular data is crucial for sharing and augmenting data across silos, especially for enterprises with proprietary data. However, existing synthesizers are designed for centrally stored data. Hence, they struggle with real-world scenarios where features are distributed across multiple silos, necessitating on-premise data storage. We introduce SiloFuse, a novel generative framework for hig… ▽ More

    Submitted 4 April, 2024; originally announced April 2024.

    Comments: Accepted at 40th IEEE International Conference on Data Engineering (ICDE 2024)

  11. arXiv:2403.02856  [pdf, other

    cs.DB cs.NI

    Quantum Data Management: From Theory to Opportunities

    Authors: Rihan Hai, Shih-Han Hung, Sebastian Feld

    Abstract: Quantum computing has emerged as a transformative tool for future data management. Classical problems in database domains, including query optimization, data integration, and transaction management, have recently been addressed using quantum computing techniques. This tutorial aims to establish the theoretical foundation essential for enhancing methodologies and practical implementations in this l… ▽ More

    Submitted 5 March, 2024; originally announced March 2024.

    Comments: Accepted at the 40th IEEE International Conference on Data Engineering (ICDE 2024)

  12. Accelerating Machine Learning Queries with Linear Algebra Query Processing

    Authors: Wenbo Sun, Asterios Katsifodimos, Rihan Hai

    Abstract: The rapid growth of large-scale machine learning (ML) models has led numerous commercial companies to utilize ML models for generating predictive results to help business decision-making. As two primary components in traditional predictive pipelines, data processing, and model predictions often operate in separate execution environments, leading to redundant engineering and computations. Additiona… ▽ More

    Submitted 24 January, 2024; v1 submitted 14 June, 2023; originally announced June 2023.

  13. arXiv:2207.09315  [pdf, other

    cs.LG cs.DB

    Metadata Representations for Queryable ML Model Zoos

    Authors: Ziyu Li, Rihan Hai, Alessandro Bozzon, Asterios Katsifodimos

    Abstract: Machine learning (ML) practitioners and organizations are building model zoos of pre-trained models, containing metadata describing properties of the ML models and datasets that are useful for reporting, auditing, reproducibility, and interpretability purposes. The metatada is currently not standardised; its expressivity is limited; and there is no interoperable way to store and query it. Conseque… ▽ More

    Submitted 19 July, 2022; originally announced July 2022.

  14. arXiv:2206.12733  [pdf, other

    cs.DB

    SiMa: Effective and Efficient Matching Across Data Silos Using Graph Neural Networks

    Authors: Christos Koutras, Rihan Hai, Kyriakos Psarakis, Marios Fragkoulis, Asterios Katsifodimos

    Abstract: How can we leverage existing column relationships within silos, to predict similar ones across silos? Can we do this efficiently and effectively? Existing matching approaches do not exploit prior knowledge, relying on prohibitively expensive similarity computations. In this paper we present the first technique for matching columns across data silos, called SiMa, which leverages Graph Neural Networ… ▽ More

    Submitted 3 March, 2024; v1 submitted 25 June, 2022; originally announced June 2022.

  15. arXiv:2205.09681  [pdf, other

    cs.DB

    Amalur: Data Integration Meets Machine Learning

    Authors: Rihan Hai, Christos Koutras, Andra Ionescu, Ziyu Li, Wenbo Sun, Jessie van Schijndel, Yan Kang, Asterios Katsifodimos

    Abstract: The data needed for machine learning (ML) model training, can reside in different separate sites often termed data silos. For data-intensive ML applications, data silos pose a major challenge: the integration and transformation of data demand a lot of manual work and computational resources. With data privacy and security constraints, data often cannot leave the local sites, and a model has to be… ▽ More

    Submitted 1 March, 2023; v1 submitted 19 May, 2022; originally announced May 2022.

    Comments: Accepted at ICDE2023 -- Special track (Vision)

  16. Data Lakes: A Survey of Functions and Systems

    Authors: Rihan Hai, Christos Koutras, Christoph Quix, Matthias Jarke

    Abstract: Data lakes are becoming increasingly prevalent for big data management and data analytics. In contrast to traditional 'schema-on-write' approaches such as data warehouses, data lakes are repositories storing raw data in its original formats and providing a common access interface. Despite the strong interest raised from both academia and industry, there is a large body of ambiguity regarding the d… ▽ More

    Submitted 17 February, 2023; v1 submitted 17 June, 2021; originally announced June 2021.

    Comments: Under review

  17. arXiv:2103.01179  [pdf

    q-bio.MN cs.LG

    Noncoding RNAs and deep learning neural network discriminate multi-cancer types

    Authors: Anyou Wang, Rong Hai, Paul J Rider, Qianchuan He

    Abstract: Detecting cancers at early stages can dramatically reduce mortality rates. Therefore, practical cancer screening at the population level is needed. Here, we develop a comprehensive detection system to classify all common cancer types. By integrating artificial intelligence deep learning neural network and noncoding RNA biomarkers selected from massive data, our system can accurately detect cancer… ▽ More

    Submitted 26 March, 2021; v1 submitted 1 March, 2021; originally announced March 2021.

    Comments: 7 pages and 3 figures