paper-with-me

홈 › Papers

MLSkip: Data Skipping for ML Filters via Lightweight Metadata

2026-06-02 · Mihail Stoian, Mark Gerarts, Pascal Ginter, Andreas Zimmerer, Jan Van den Bussche, Andreas Kipf arxiv

Database vendors recently released AI functions that can be used in filter predicates. As such functions often rely on costly, black-box ML models, they unveil new data management challenges. Concretely, traditional data skipping techniques for integer and string data fail to be applicable to the new filter type. Indeed, there is no known mechanism for pruning non-qualifying row groups, e.g., when reading files from blob storage. In this work, we initiate the study of data skipping techniques for ML filters. We make the case that Parquet's default min-max metadata is enough to enable pruning. To this end, we draw connections to two lines of research: (i) the recently proposed query language for ML models and (ii) neural network verification. Our preliminary results on ReLU architectures show that on tables from TPC-H and TPC-DS, the average pruning effectiveness for filters of selectivity below 0.1% amounts to 27.4%. Finally, inspired by research on spatial joins, we propose an enhanced metadata structure: a size-bounded 2D convex hull that verification tools can make better use of, increasing the pruning effectiveness to 38.31%, while occupying at most 45 bytes per row group and column pair. We observe an end-to-end speedup of 1.07$\times$ over PyTorch in DuckDB.

📄 PDF Abstract BibTeX arXiv:2606.03946

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ACE: Adaptive Calibration-Free Expert Skipping for MoE-based LLMs

2026-09-04 · Zukang Xu, Zhixiong Zhao, Xing Hu, Jiangyong Yu 외 arxiv

Mixture-of-Experts (MoE) architectures provide an efficient paradigm for scaling large language models (LLMs), yet fixed top-k routing activates the same number of expert slots for every token, causing substantial redund…

FedSkipTwin: Digital-Twin-Guided Client Skipping for Communication-Efficient Federated Learning

2025-07-18 · Daniel Commey, Kamel Abbad, Garth V. Crosby, Lyes Khoukhi arxiv

Communication overhead remains a primary bottleneck in federated learning (FL), particularly for applications involving mobile and IoT devices with constrained bandwidth. This work introduces FedSkipTwin, a novel client-…

Federated Learning

Learned LSM-trees: Two Approaches Using Learned Bloom Filters

2025-07-24 · Nicholas Fidalgo, Puyuan Ye arxiv

Modern key-value stores rely heavily on Log-Structured Merge (LSM) trees for write optimization, but this design introduces significant read amplification. Auxiliary structures like Bloom filters help, but impose memory …

Selecting Context Clozes for Lightweight Reading Compliance

2022-07-01 · NAACL (BEA) 2022 7 · Greg Keim, Michael Littman

We explore a novel approach to reading compliance, leveraging large language models to select inline challenges that discourage skipping during reading. This lightweight ‘testing’ is accomplished through automatically id…

Motion-Aware Caching for Efficient Autoregressive Video Generation

2026-05-03 · Jing Xu, Yuexiao Ma, Xuzhe Zheng, Xing Wang 외 arxiv

Autoregressive video generation paradigms offer theoretical promise for long video synthesis, yet their practical deployment is hindered by the computational burden of sequential iterative denoising. While cache reuse st…

Video Generation