中文
相关论文

相关论文: Finding Subcube Heavy Hitters in Analytics Data St…

200 篇论文

Hyperdimensional computing (HDC) is a paradigm for data representation and learning originating in computational neuroscience. HDC represents data as high-dimensional, low-precision vectors which can be used for a variety of information…

When rows of an $n \times d$ matrix $A$ are given in a stream, we study algorithms for approximating the top eigenvector of the matrix ${A}^TA$ (equivalently, the top right singular vector of $A$). We consider worst case inputs $A$ but…

数据结构与算法 · 计算机科学 2024-12-17 Praneeth Kacham , David P. Woodruff

Problems involving the efficient arrangement of simple objects, as captured by bin packing and makespan scheduling, are fundamental tasks in combinatorial optimization. These are well understood in the traditional online and offline cases,…

数据结构与算法 · 计算机科学 2026-01-27 Graham Cormode , Pavel Veselý

The turnstile continual release model of differential privacy captures scenarios where a privacy-preserving real-time analysis is sought for a dataset evolving through additions and deletions. In typical applications of real-time data…

数据结构与算法 · 计算机科学 2025-05-30 Rachel Cummings , Alessandro Epasto , Jieming Mao , Tamalika Mukherjee , Tingting Ou , Peilin Zhong

Finding heavy-elements (heavy-hitters) in streaming data is one of the central, and well-understood tasks. Despite the importance of this problem, when considering the sliding windows model of streaming (where elements eventually expire)…

数据结构与算法 · 计算机科学 2014-07-29 Vladimir Braverman , Ran Gelles , Rafail Ostrovsky

We study the general problem of computing frequency-based functions, i.e., the sum of any given function of data stream frequencies. Special cases include fundamental data stream problems such as computing the number of distinct elements…

数据结构与算法 · 计算机科学 2020-10-08 Prantar Ghosh

Many existing algorithms for streaming geometric data analysis have been plagued by exponential dependencies in the space complexity, which are undesirable for processing high-dimensional data sets. In particular, once $d\geq\log n$, there…

数据结构与算法 · 计算机科学 2022-09-28 David P. Woodruff , Taisuke Yasuda

Heavy hitters and frequency measurements are fundamental in many networking applications such as load balancing, QoS, and network security. This paper considers a generalized sliding window model that supports frequency and heavy hitters…

数据结构与算法 · 计算机科学 2018-11-15 Ran Ben Basat , Roy Friedman , Rana Shahout

We explore the use of local algorithms in the design of streaming algorithms for the Maximum Directed Cut problem. Specifically, building on the local algorithm of Buchbinder et al. (FOCS'12) and Censor-Hillel et al. (ALGOSENSORS'17), we…

数据结构与算法 · 计算机科学 2024-12-02 Raghuvansh R. Saxena , Noah G. Singer , Madhu Sudan , Santhoshini Velusamy

Max-Cut is a fundamental problem that has been studied extensively in various settings. We design an algorithm for Euclidean Max-Cut, where the input is a set of points in $\mathbb{R}^d$, in the model of dynamic geometric streams, where the…

数据结构与算法 · 计算机科学 2023-03-30 Xiaoyu Chen , Shaofeng H. -C. Jiang , Robert Krauthgamer

Federated heavy-hitter analytics involves the identification of the most frequent items within distributed data. Existing methods for this task often encounter challenges such as compromising privacy or sacrificing utility. To address these…

分布式、并行与集群计算 · 计算机科学 2024-04-18 Jiaqi Shao , Shanshan Han , Chaoyang He , Bing Luo

We study fundamental directed graph (digraph) problems in the streaming model. An initial investigation by Chakrabarti, Ghosh, McGregor, and Vorotnikova [SODA'20] on streaming digraphs showed that while most of these problems are provably…

数据结构与算法 · 计算机科学 2024-05-10 Prantar Ghosh , Sahil Kuchlous

Packing is a classical problem where one is given a set of subsets of Euclidean space called objects, and the goal is to find a maximum size subset of objects that are pairwise non-intersecting. The problem is also known as the Independent…

计算几何 · 计算机科学 2019-09-27 Sándor Kisfaludi-Bak , Dániel Marx , Tom C. van der Zanden

We give the first truly subquadratic time algorithm, with $O^*(n^{2-1/18})$ running time, for computing the diameter of an $n$-vertex unit-disk graph, resolving a central open problem in the literature. Our result is obtained as an instance…

数据结构与算法 · 计算机科学 2025-10-21 Timothy M. Chan , Hsien-Chih Chang , Jie Gao , Sándor Kisfaludi-Bak , Hung Le , Da Wei Zheng

We study the classic set cover problem in the streaming model: the sets that comprise the instance are revealed one by one in a stream and the goal is to solve the problem by making one or few passes over the stream while maintaining a…

数据结构与算法 · 计算机科学 2017-03-07 Sepehr Assadi

Hyperdimensional (HD) computing is built upon its unique data type referred to as hypervectors. The dimension of these hypervectors is typically in the range of tens of thousands. Proposed to solve cognitive tasks, HD computing aims at…

机器学习 · 计算机科学 2020-06-08 Lulu Ge , Keshab K. Parhi

We present a streaming algorithm for the vertex connectivity problem in dynamic streams with a (nearly) optimal space bound: for any $n$-vertex graph $G$ and any integer $k \geq 1$, our algorithm with high probability outputs whether or not…

数据结构与算法 · 计算机科学 2022-11-10 Sepehr Assadi , Vihan Shah

The hitting set problem is one of the fundamental problems in combinatorial optimization and is well-studied in offline setup. We consider the online hitting set problem, where only the set of points is known in advance, and objects are…

计算几何 · 计算机科学 2024-10-02 Minati De , Ratnadip Mandal , Satyam Singh

Depth first search (DFS) tree is a fundamental data structure for solving various graph problems. The classical DFS algorithm requires $O(m+n)$ time for a graph having $n$ vertices and $m$ edges. In the streaming model, an algorithm is…

数据结构与算法 · 计算机科学 2019-01-14 Shahbaz Khan , Shashank K. Mehta

We present an algorithm for the maximum matching problem in dynamic (insertion-deletions) streams with *asymptotically optimal* space complexity: for any $n$-vertex graph, our algorithm with high probability outputs an $\alpha$-approximate…

数据结构与算法 · 计算机科学 2022-02-01 Sepehr Assadi , Vihan Shah