paper-with-me

홈 › Papers

Optimized Learned Count-Min Sketch

2025-12-13 · Kyosuke Nishishita, Atsuki Sato, Yusuke Matsui arxiv

Count-Min Sketch (CMS) is a memory-efficient data structure for estimating the frequency of elements in a multiset. Learned Count-Min Sketch (LCMS) enhances CMS with a machine learning model to reduce estimation error under the same memory usage, but suffers from slow construction due to empirical parameter tuning and lacks theoretical guarantees on intolerable error probability. We propose Optimized Learned Count-Min Sketch (OptLCMS), which partitions the input domain and assigns each partition to its own CMS instance, with CMS parameters analytically derived for fixed thresholds, and thresholds optimized via dynamic programming with approximate feasibility checks. This reduces the need for empirical validation, enabling faster construction while providing theoretical guarantees under these assumptions. OptLCMS also allows explicit control of the allowable error threshold, improving flexibility in practice. Experiments show that OptLCMS builds faster, achieves lower intolerable error probability, and matches the estimation accuracy of LCMS.

📄 PDF Abstract BibTeX arXiv:2512.12252

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning-Augmented Sketches for Hessians

2021-02-24 · Yi Li, Honghao Lin, David P. Woodruff

Sketching is a dimensionality reduction technique where one compresses a matrix by linear combinations that are chosen at random. A line of work has shown how to sketch the Hessian to speed up each iteration in a second …

Dimensionality ReductionSecond-order methods

Generative Domain-Migration Hashing for Sketch-to-Image Retrieval

2018-09-01 · ECCV 2018 9 · Jingyi Zhang, Fumin Shen, Li Liu, Fan Zhu 외

Due to the succinct nature of free-hand sketch drawings, sketch-based image retrieval (SBIR) has abundant practical use cases in consumer electronics. However, SBIR remains a long-standing unsolved problem mainly due to …

Image RetrievalMulti-Task LearningRetrievalSketch-Based Image Retrieval

Learning the Positions in CountSketch

2020-07-20 · Simin Liu, Tianrui Liu, Ali Vakilian, Yulin Wan 외

We consider sketching algorithms which first quickly compress data by multiplication with a random sketch matrix, and then apply the sketch to quickly solve an optimization problem, e.g., low rank approximation. In the l…

Clustering

Asymptotically free sketched ridge ensembles: Risks, cross-validation, and tuning

2023-10-06 · Pratik Patil, Daniel LeJeune

We employ random matrix theory to establish consistency of generalized cross validation (GCV) for estimating prediction risks of sketched ridge regression ensembles, enabling efficient and consistent tuning of regulariza…

PredictionPrediction Intervalsregression

Agentic Synthesis against Counterexample-Supplemented Sketches

2026-07-17 · Muness Castle, Eric Rubeck arxiv

Coding agents can fix a failing example without preserving the domain rule that made it fail, so later generations can repeat the same plausible mistake. We present agentic synthesis against counterexample-supplemented s…