中文
相关论文

相关论文: HyperLogLog Hyper Extended: Sketches for Concave S…

200 篇论文

Randomized algorithms, such as randomized sketching or stochastic optimization, are a promising approach to ease the computational burden in analyzing large datasets. However, randomized algorithms also produce non-deterministic outputs,…

统计方法学 · 统计学 2025-05-13 Zhixiang Zhang , Sokbae Lee , Edgar Dobriban

A $(\beta,\epsilon)$-hopset for a weighted undirected $n$-vertex graph $G=(V,E)$ is a set of edges, whose addition to the graph guarantees that every pair of vertices has a path between them that contains at most $\beta$ edges, whose length…

数据结构与算法 · 计算机科学 2016-05-17 Michael Elkin , Ofer Neiman

Hypergraphs, encoding structured interactions among any number of system units, have recently proven a successful tool to describe many real-world biological and social networks. Here we propose a framework based on statistical inference to…

社会与信息网络 · 计算机科学 2022-12-01 Martina Contisciani , Federico Battiston , Caterina De Bacco

Retrieving cohesive subgraphs in networks is a fundamental problem in social network analysis and graph data management. These subgraphs can be used for marketing strategies or recommendation systems. Despite the introduction of numerous…

社会与信息网络 · 计算机科学 2025-07-16 Dahee Kim , Song Kim , Jeongseon Kim , Junghoon Kim , Kaiyu Feng , Sungsu Lim , Jungeun Kim

Sketches are a family of streaming algorithms widely used in the world of big data to perform fast, real-time analytics. A popular sketch type is Quantiles, which estimates the data distribution of a large input stream. We present…

数据结构与算法 · 计算机科学 2022-08-22 Shaked Elias-Zada , Arik Rinberg , Idit Keidar

Scalable algorithms to solve optimization and regression tasks even approximately, are needed to work with large datasets. In this paper we study efficient techniques from matrix sketching to solve a variety of convex constrained regression…

机器学习 · 计算机科学 2019-11-01 Graham Cormode , Charlie Dickens

Sketching is a randomized dimensionality-reduction method that aims to preserve relevant information in large-scale datasets. Count sketch is a simple popular sketch which uses a randomized hash function to achieve compression. In this…

机器学习 · 统计学 2019-11-05 Yang Shi , Animashree Anandkumar

We study parallel sampling from high-dimensional strongly log-concave distributions. Langevin-based samplers converge rapidly in continuous time, but their discretizations are typically sequential and often require polynomially many steps…

统计理论 · 数学 2026-05-11 Jaideep Mahajan , Kaihong Zhang , Feng Liang , Jingbo Liu

Sketches, probabilistic structures for estimating item frequencies in infinite data streams with limited space, are widely used across various domains. Recent studies have shifted the focus from handcrafted sketches to neural sketches,…

机器学习 · 计算机科学 2025-05-27 Yuan Feng , Yukun Cao , Hairu Wang , Xike Xie , S Kevin Zhou

Sketching is an important tool for dealing with high-dimensional vectors that are sparse (or well-approximated by a sparse vector), especially useful in distributed, parallel, and streaming settings. It is known that sketches can be made…

数据结构与算法 · 计算机科学 2022-10-13 Rasmus Pagh , Mikkel Thorup

Sketching algorithms use random projections to generate a smaller sketched data set, often for the purposes of modelling. Complete and partial sketch regression estimates can be constructed using information from only the sketched data set…

统计方法学 · 统计学 2023-06-07 R. P. Browne , J. L. Andrews

In federated frequency estimation (FFE), multiple clients work together to estimate the frequencies of their collective data by communicating with a server that respects the privacy constraints of Secure Summation (SecSum), a cryptographic…

数据结构与算法 · 计算机科学 2023-12-05 Jingfeng Wu , Wennan Zhu , Peter Kairouz , Vladimir Braverman

Frequency estimation in streaming data often relies on sketches like Count-Min (CM) to provide approximate answers with sublinear space. However, CM sketches introduce additive errors that disproportionately impact low-frequency elements,…

数据结构与算法 · 计算机科学 2025-05-27 Nima Shahbazi , Stavros Sintos , Abolfazl Asudeh

Log-concave distributions are an attractive choice for modeling and inference, for several reasons: The class of log-concave distributions contains most of the commonly used parametric distributions and thus is a rich and flexible…

统计方法学 · 统计学 2010-10-05 Guenther Walther

This work presents new cardinality estimation methods for data sets recorded by HyperLogLog sketches. A simple derivation of the original estimator was found, that also gives insight how to correct its deficiencies. The result is an…

数据结构与算法 · 计算机科学 2017-06-23 Otmar Ertl

Statistical inference for exponential-family models of random graphs with dependent edges is challenging. We stress the importance of additional structure and show that additional structure facilitates statistical inference. A simple…

统计理论 · 数学 2020-03-13 Michael Schweinberger , Jonathan Stewart

Analysis of single-cell RNA sequencing data is often conducted through network projections such as coexpression networks, primarily due to the abundant availability of network analysis tools for downstream tasks. However, this approach has…

定量方法 · 定量生物学 2025-12-24 Wan He , Daniel I. Bolnick , Samuel V. Scarpino , Tina Eliassi-Rad

We study sublinear algorithms for two fundamental graph problems, MAXCUT and correlation clustering. Our focus is on constructing core-sets as well as developing streaming algorithms for these problems. Constant space algorithms are known…

数据结构与算法 · 计算机科学 2018-02-21 Aditya Bhaskara , Samira Daruki , Suresh Venkatasubramanian

Data analysts commonly utilize statistics to summarize large datasets. While it is often sufficient to explore only the summary statistics of a dataset (e.g., min/mean/max), Anscombe's Quartet demonstrates how such statistics can be…

计算几何 · 计算机科学 2019-10-31 Hang Chen , Utkarsh Soni , Yafeng Lu , Vahan Huroyan , Ross Maciejewski , Stephen Kobourov

Statistical heterogeneity is a measure of how skewed the samples of a dataset are. It is a common problem in the study of differential privacy that the usage of a statistically heterogeneous dataset results in a significant loss of…

机器学习 · 计算机科学 2024-12-02 Mary Scott , Graham Cormode , Carsten Maple