中文
相关论文

相关论文: Non-Mergeable Sketching for Cardinality Estimation

200 篇论文

Decision making under uncertainty often requires choosing packages, or bags of tuples, that collectively optimize expected outcomes while limiting risks. Processing Stochastic Package Queries (SPQs) involves solving very large optimization…

数据库 · 计算机科学 2025-04-03 Riddho R. Haque , Anh L. Mai , Matteo Brucato , Azza Abouzied , Peter J. Haas , Alexandra Meliou

Stochastic kriging has been widely employed for simulation metamodeling to predict the response surface of complex simulation models. However, its use is limited to cases where the design space is low-dimensional because, in general, the…

统计方法学 · 统计学 2022-09-16 Liang Ding , Xiaowei Zhang

Provenance sketches, light-weight indexes that record what data is needed (is relevant) for answering a query, can significantly improve performance of important classes of queries (e.g., HAVING and top-k queries). Given a horizontal…

数据库 · 计算机科学 2025-04-29 Ziyu Liu , Boris Glavic

With the involvement of artificial intelligence (AI), sketches can be automatically generated under certain topics. Even though breakthroughs have been made in previous studies in this area, a relatively high proportion of the generated…

计算机视觉与模式识别 · 计算机科学 2020-11-10 Yunkui Pang , Zhiqing Pan , Ruiyang Sun , Shuchong Wang

This paper addresses the challenge of merging hierarchical navigable small world (HNSW) graphs, a critical operation for distributed systems, incremental indexing, and database compaction. We propose three algorithms for this task: Naive…

数据结构与算法 · 计算机科学 2025-05-23 Alexander Ponomarenko

This paper introduces a novel approach for cardinality-constrained Poisson regression to address feature selection challenges in high-dimensional count data. We formulate the problem as a mixed-integer conic optimization, enabling the use…

最优化与控制 · 数学 2025-04-18 Kota Kurihara , Yoichi Izunaga

We consider statistical as well as algorithmic aspects of solving large-scale least-squares (LS) problems using randomized sketching algorithms. For a LS problem with input data $(X, Y) \in \mathbb{R}^{n \times p} \times \mathbb{R}^n$,…

机器学习 · 统计学 2015-08-26 Garvesh Raskutti , Michael Mahoney

We consider the problem of estimating the probability of a large loss from a financial portfolio, where the future loss is expressed as a conditional expectation. Since the conditional expectation is intractable in most cases, one may…

数值分析 · 数学 2020-11-25 Zhenghang Xu , Zhijian He , Xiaoqun Wang

We consider the problem of deciding the satisfiability of quantifier-free formulas in the theory of finite sets with cardinality constraints. Sets are a common high-level data structure used in programming; thus, such a theory is useful for…

计算机科学中的逻辑 · 计算机科学 2023-06-22 Kshitij Bansal , Clark Barrett , Andrew Reynolds , Cesare Tinelli

Matrices have become essential data representations for many large-scale problems in data analytics, and hence matrix sketching is a critical task. Although much research has focused on improving the error/size tradeoff under various…

数据结构与算法 · 计算机科学 2015-01-27 Amey Desai , Mina Ghashami , Jeff M. Phillips

In recent years there has been a growing interest in developing "streaming algorithms" for efficient processing and querying of continuous data streams. These algorithms seek to provide accurate results while minimizing the required storage…

数据结构与算法 · 计算机科学 2016-06-06 Reuven Cohen , Liran Katzir , Aviv Yehezkel

We study the problem of finding a maximum matching in a graph given by an input stream listing its edges in some arbitrary order, where the quantity to be maximized is given by a monotone submodular function on subsets of edges. This…

数据结构与算法 · 计算机科学 2013-11-19 Amit Chakrabarti , Sagar Kale

Data sketching has emerged as a key infrastructure for large-scale data analysis on streaming and distributed data. Merging sketches enables efficient estimation of cardinalities and frequency histograms over distributed data. However,…

数据结构与算法 · 计算机科学 2023-12-15 Charlie Dickens , Eric Bax

The two most prominent solutions for the sorting problem are Quicksort and Mergesort. While Quicksort is very fast on average, Mergesort additionally gives worst-case guarantees, but needs extra space for a linear number of elements.…

数据结构与算法 · 计算机科学 2018-11-05 Stefan Edelkamp , Armin Weiß

Sketched gradient algorithms have been recently introduced for efficiently solving the large-scale constrained Least-squares regressions. In this paper we provide novel convergence analysis for the basic method {\it Gradient Projection…

最优化与控制 · 数学 2017-06-05 Junqi Tang , Mohammad Golbabaee , Mike Davies

Generalized matrix approximation plays a fundamental role in many machine learning problems, such as CUR decomposition, kernel approximation, and matrix low rank approximation. Especially with today's applications involved in larger and…

数值分析 · 计算机科学 2016-09-09 Haishan Ye , Qiaoming Ye , Zhihua Zhang

Regularized empirical risk minimization (rERM) has become important in data-intensive fields such as genomics and advertising, with stochastic gradient methods typically used to solve the largest problems. However, ill-conditioned…

机器学习 · 统计学 2025-01-28 Jingruo Sun , Zachary Frangella , Madeleine Udell

Sparse sketches such as the sparse Johnson-Lindenstrauss transform are a core primitive in randomized numerical linear algebra because they leverage random sparsity to reduce the arithmetic cost of sketching, while still offering strong…

分布式、并行与集群计算 · 计算机科学 2026-02-09 Rajat Vadiraj Dwaraknath , Sungyoon Kim , Mert Pilanci

Mixed Hamming packings are considered: the maximal cardinality given a minimum codeword Hamming distance of mixed codes is addressed via mixed integer programming models. Adopting the concept of contact graph from classical continuous…

离散数学 · 计算机科学 2023-10-04 Péter Naszvadi , Mátyás Koniorczyk

Split-Merge MCMC (Monte Carlo Markov Chain) is one of the essential and popular variants of MCMC for problems when an MCMC state consists of an unknown number of components. It is well known that state-of-the-art methods for split-merge…

机器学习 · 计算机科学 2018-10-15 Chen Luo , Anshumali Shrivastava