paper-with-me

Papers

Fast Factorized Learning: Powered by In-Memory Database Systems

2025-12-10 · Bernhard Stöckl, Maximilian E. Schüle arxiv

Learning models over factorized joins avoids redundant computations by identifying and pre-computing shared cofactors. Previous work has investigated the performance gain when computing cofactors on traditional disk-based database systems. Due to the absence of published code, the experiments could not be reproduced on in-memory database systems. This work describes the implementation when using cofactors for in-database factorized learning. We benchmark our open-source implementation for learning linear regression on factorized joins with PostgreSQL -- as a disk-based database system -- and HyPer -- as an in-memory engine. The evaluation shows a performance gain of factorized learning on in-memory database systems by 70\% to non-factorized learning and by a factor of 100 compared to disk-based database systems. Thus, modern database engines can contribute to the machine learning pipeline by pre-computing aggregates prior to data extraction to accelerate training.

📄 PDF Abstract BibTeX arXiv:2512.09836

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NeurDB: On the Design and Implementation of an AI-powered Autonomous Database

2024-08-06 · Zhanhao Zhao, Shaofeng Cai, Haotian Gao, Hexiang Pan 외

Databases are increasingly embracing AI to provide autonomous system optimization and intelligent in-database analytics, aiming to relieve end-user burdens across various industry sectors. Nonetheless, most existing appr…

NeurDB: An AI-powered Autonomous Data System

2024-05-07 · Beng Chin Ooi, Shaofeng Cai, Gang Chen, Yanyan Shen 외

In the wake of rapid advancements in artificial intelligence (AI), we stand on the brink of a transformative leap in data systems. The imminent fusion of AI and DB (AIxDB) promises a new generation of data systems, which…

3D Face Anti-spoofing with Factorized Bilinear Coding

2020-05-12 · Shan Jia, Xin Li, Chuanbo Hu, Guodong Guo 외

We have witnessed rapid advances in both face presentation attack models and presentation attack detection (PAD) in recent years. When compared with widely studied 2D face presentation attacks, 3D face spoofing attacks a…

Face Anti-SpoofingFace Presentation Attack DetectionFace Recognition

A Simple and Fast Way to Handle Semantic Errors in Transactions

2024-12-17 · Jinghan Zeng, Eugene Wu, Sanjay Krishnan

Many computer systems are now being redesigned to incorporate LLM-powered agents, enabling natural language input and more flexible operations. This paper focuses on handling database transactions created by large langua…

AUGUSTUS: An LLM-Driven Multimodal Agent System with Contextualized User Memory

2025-10-17 · Jitesh Jain, Shubham Maheshwari, Ning Yu, Wen-mei Hwu 외 arxiv

Riding on the success of LLMs with retrieval-augmented generation (RAG), there has been a growing interest in augmenting agent systems with external memory databases. However, the existing systems focus on storing text i…