paper-with-me

홈 › Papers

Ilargi: a GPU Compatible Factorized ML Model Training Framework

2025-02-04 · Wenbo Sun, Rihan Hai

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 adaptation of factorized learning to leverage the full capabilities of modern LA-friendly hardware like GPUs has been limited, often requiring manual intervention for algorithm compatibility. This paper introduces Ilargi, a novel factorized learning framework that utilizes matrix-represented data integration (DI) metadata to facilitate automatic factorization across CPU and GPU environments without the need for costly relational joins. Ilargi incorporates an ML-based cost estimator to intelligently selects between factorization and materialization based on data properties, algorithm complexity, hardware environments, and their interactions. This strategy ensures up to 8.9x speedups on GPUs and achieves over 20% acceleration in batch ML training workloads, thereby enhancing the practicability of ML training across diverse data integration scenarios and hardware platforms. To our knowledge, this work is the very first effort in GPU-compatible factorized learning.

📄 PDF Abstract BibTeX arXiv:2502.01985

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyCPUData IntegrationGPU

Similar Papers 제목 키워드 기반

Learning Heat-based Equations in Self-similar variables

2026-01-31 · Shihao Wang, Qipeng Qian, Jingquan Wang arxiv

We study solution learning for heat-based equations in self-similar variables (SSV). We develop an SSV training framework compatible with standard neural-operator training. We instantiate this framework on the two-dimens…

Auctions with LLM Summaries

2024-04-11 · Kumar Avinava Dubey, Zhe Feng, Rahul Kidambi, Aranyak Mehta 외

We study an auction setting in which bidders bid for placement of their content within a summary generated by a large language model (LLM), e.g., an ad auction in which the display is a summary paragraph of multiple ads.…

Language ModelingLanguage ModellingLarge Language ModelPosition

Factorized-FL: Agnostic Personalized Federated Learning with Kernel Factorization & Similarity Matching

2022-02-01 · Wonyong Jeong, Sung Ju Hwang

In real-world federated learning scenarios, participants could have their own personalized labels which are incompatible with those from other clients, due to using different label permutations or tackling completely dif…

Federated LearningPersonalized Federated Learning

Dynamic Neural Koopman Distillation for Real-Time Robot Control Using Diffusion Models

2026-05-24 · Lei Zheng, Peiqi Yu, Zengqi Peng, Changliu Liu 외 arxiv

Diffusion models excel at generating diverse and multimodal trajectories for robotic planning, yet their iterative denoising process introduces latency that is incompatible with high-frequency closed-loop control. To add…

Generalised Gaussian Process Latent Variable Models (GPLVM) with Stochastic Variational Inference

2022-02-25 · Vidhi Lalchand, Aditya Ravuri, Neil D. Lawrence

Gaussian process latent variable models (GPLVM) are a flexible and non-linear approach to dimensionality reduction, extending classical Gaussian processes to an unsupervised learning context. The Bayesian incarnation of …

BenchmarkingDimensionality ReductionGaussian ProcessesVariational Inference