中文
相关论文

相关论文: Partial-Match Queries with Random Wildcards: In Tr…

200 篇论文

We consider the problem of pattern matching with $k$ mismatches, where there can be don't care or wild card characters in the pattern. Specifically, given a pattern $P$ of length $m$ and a text $T$ of length $n$, we want to find all…

数据结构与算法 · 计算机科学 2016-10-31 Marius Nicolae , Sanguthevar Rajasekaran

We analyze the mean cost of the partial match queries in random two-dimensional quadtrees. The method is based on fragmentation theory. The convergence is guaranteed by a coupling argument of Markov chains, whereas the value of the limit is…

概率论 · 数学 2010-09-17 Nicolas Curien , Adrien Joseph

In the standard CONGEST model for distributed network computing, it is known that "global" tasks such as minimum spanning tree, diameter, and all-pairs shortest paths, consume large bandwidth, for their running-time is…

分布式、并行与集群计算 · 计算机科学 2017-06-14 Pierre Fraigniaud , Pedro Montealegre , Dennis Olivetti , Ivan Rapaport , Ioan Todinca

A distributed binary hypothesis testing (HT) problem involving two parties, one referred to as the observer and the other as the detector is studied. The observer observes a discrete memoryless source (DMS) and communicates its observations…

信息论 · 计算机科学 2019-12-04 Sreejith Sreekumar , Deniz Gündüz

The online bisection problem requires maintaining a dynamic partition of $n$ nodes into two equal-sized clusters. Requests arrive sequentially as node pairs. If the nodes lie in different clusters, the algorithm pays unit cost. After each…

数据结构与算法 · 计算机科学 2026-02-12 Mateusz Basiak , Marcin Bienkowski , Guy Even , Agnieszka Tatarczuk

We present a general framework for designing efficient data structures for high-dimensional pattern-matching problems ($\exists \;? i\in[n], f(x_i,y)=1$) through communication models in which $f(x,y)$ admits sublinear communication…

数据结构与算法 · 计算机科学 2025-06-27 Alexandr Andoni , Shunhua Jiang , Omri Weinstein

We propose a randomized algorithm with query access that given a graph $G$ with arboricity $\alpha$, and average degree $d$, makes $\widetilde{O}\left(\frac{\alpha}{\varepsilon^2d}\right)$ \texttt{Degree} and…

数据结构与算法 · 计算机科学 2025-11-06 Debarshi Chanda

Consider a random bipartite multigraph $G$ with $n$ left nodes and $m \geq n \geq 2$ right nodes. Each left node $x$ has $d_x \geq 1$ random right neighbors. The average left degree $\Delta$ is fixed, $\Delta \geq 2$. We ask whether for the…

离散数学 · 计算机科学 2012-04-30 Martin Dietzfelbinger , Michael Rink

We study a multi-access variant of the popular coded caching framework, which consists of a central server with a catalog of $N$ files, $K$ caches with limited memory $M$, and $K$ users such that each user has access to $L$ consecutive…

信息论 · 计算机科学 2020-03-13 Kota Srinivas Reddy , Nikhil Karamchandani

A distributed binary hypothesis testing (HT) problem involving two parties, a remote observer and a detector, is studied. The remote observer has access to a discrete memoryless source, and communicates its observations to the detector via…

信息论 · 计算机科学 2020-04-30 Sreejith Sreekumar , Asaf Cohen , Deniz Gündüz

Standardization has been a widely adopted practice in multiple testing, for it takes into account the variability in sampling and makes the test statistics comparable across different study units. However, despite conventional wisdom to the…

统计方法学 · 统计学 2020-03-09 Luella Fu , Bowen Gang , Gareth M. James , Wenguang Sun

In a partitioned Bloom Filter the $m$ bit vector is split into $k$ disjoint $m/k$ sized parts, one per hash function. Contrary to hardware designs, where they prevail, software implementations mostly adopt standard Bloom filters,…

数据结构与算法 · 计算机科学 2022-11-10 Paulo Sérgio Almeida

Wishart ensemble is a useful and important random matrix model used in diverse fields. By realizing induced random mixed quantum states as Wishart ensemble with the fixed-trace one, using matrix integral technique we give a fast track to…

量子物理 · 物理学 2017-03-22 Lin Zhang

Vector quantization via random projection followed by scalar quantization is a fundamental primitive in machine learning, with applications ranging from similarity search to federated learning and KV cache compression. While dense random…

机器学习 · 计算机科学 2026-05-14 Ying Feng , Piotr Indyk , Michael Kapralov , Dmitry Krachun , Boris Prokhorov

Quantum key distribution (QKD) guarantees the secure communication between legitimate parties with quantum mechanics. High-dimensional QKD (HDQKD) not only increases the secret key rate but also tolerates higher quantum bit error rate…

量子物理 · 物理学 2019-03-06 Fang-Xiang Wang , Wei Chen , Zhen-Qiang Yin , Shuang Wang , Guang-Can Guo , Zheng-Fu Han

In this paper, we consider the partial database search problem where given a database on N items, we are required to determine the first k bits of an address x such that f(x)=1. We derive an algorithm and a lower bound for this problem in…

量子物理 · 物理学 2007-05-23 Lov K. Grover , Jaikumar Radhakrishnan

Given a set S of n \geq d points in general position in R^d, a random hyperplane split is obtained by sampling d points uniformly at random without replacement from S and splitting based on their affine hull. A random hyperplane search tree…

计算几何 · 计算机科学 2011-06-03 Luc Devroye , James King

Randomized parallel algorithms for many fundamental problems achieve optimal linear work in expectation, but upgrading this guarantee to hold with high probability (whp) remains a recurring theoretical challenge. In this paper, we address…

数据结构与算法 · 计算机科学 2026-03-03 Chase Hutton , Adam Melrod

Depth first search is a fundamental graph problem having a wide range of applications. For a graph $G=(V,E)$ having $n$ vertices and $m$ edges, the DFS tree can be computed in $O(m+n)$ using $O(m)$ space where $m=O(n^2)$. In the streaming…

数据结构与算法 · 计算机科学 2024-06-10 Kancharla Nikhilesh Bhagavan , Macharla Sri Vardhan , Madamanchi Ashok Chowdary , Shahbaz Khan

We investigate the problem of identity testing for multidimensional histogram distributions. A distribution $p: D \rightarrow \mathbb{R}_+$, where $D \subseteq \mathbb{R}^d$, is called a $k$-histogram if there exists a partition of the…

数据结构与算法 · 计算机科学 2019-02-20 Ilias Diakonikolas , Daniel M. Kane , John Peebles