paper-with-me

Papers

CoLSE: A Lightweight and Robust Hybrid Learned Model for Single-Table Cardinality Estimation using Joint CDF

2025-12-14 · Lankadinee Rathuwadu, Guanli Liu, Christopher Leckie, Renata Borovica-Gajic arxiv

Cardinality estimation (CE), the task of predicting the result size of queries is a critical component of query optimization. Accurate estimates are essential for generating efficient query execution plans. Recently, machine learning techniques have been applied to CE, broadly categorized into query-driven and data-driven approaches. Data-driven methods learn the joint distribution of data, while query-driven methods construct regression models that map query features to cardinalities. Ideally, a CE technique should strike a balance among three key factors: accuracy, efficiency, and memory footprint. However, existing state-of-the-art models often fail to achieve this balance. To address this, we propose CoLSE, a hybrid learned approach for single-table cardinality estimation. CoLSE directly models the joint probability over queried intervals using a novel algorithm based on copula theory and integrates a lightweight neural network to correct residual estimation errors. Experimental results show that CoLSE achieves a favorable trade-off among accuracy, training time, inference latency, and model size, outperforming existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2512.12624

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ModeSwitch-LLM: A Lightweight Phase-Aware Controller for Cross-Mode LLM Inference on a Single GPU

2026-05-21 · Aman Sunesh, Ali Alshehhi, Hivansh Dhakne arxiv

ModeSwitch-LLM is a lightweight request-boundary controller for improving single-GPU large language model inference efficiency by routing each request to an appropriate fixed inference mode. Instead of relying on one sta…

CourseTimeQA: A Lecture-Video Benchmark and a Latency-Constrained Cross-Modal Fusion Method for Timestamped QA

2025-11-29 · Vsevolod Kovalev, Parteek Kumar arxiv

We study timestamped question answering over educational lecture videos under a single-GPU latency/memory budget. Given a natural-language query, the system retrieves relevant timestamped segments and synthesizes a groun…

Question AnsweringText Retrieval

Governance-Aware Hybrid Fine-Tuning for Multilingual Large Language Models

2025-12-19 · Haomin Qi, Chengbo Huang, Zihan Dai, Yunkai Gao arxiv

We present a governance-aware hybrid fine-tuning framework for multilingual, low-resource adaptation of large language models. The core algorithm combines gradient-aligned low-rank updates with structured orthogonal tran…

Language Identification

A hybrid framework for effective and efficient machine unlearning

2024-12-19 · Mingxin Li, Yizhen Yu, Ning Wang, Zhigang Wang 외

Recently machine unlearning (MU) is proposed to remove the imprints of revoked samples from the already trained model parameters, to solve users' privacy concern. Different from the runtime expensive retraining from scra…

Machine Unlearning

Lightweight Conditional Model Extrapolation for Streaming Data under Class-Prior Shift

2022-06-10 · Paulina Tomaszewska, Christoph H. Lampert

We introduce LIMES, a new method for learning with non-stationary streaming data, inspired by the recent success of meta-learning. The main idea is not to attempt to learn a single classifier that would have to work well…

Meta-LearningMulti-class Classification