中文
相关论文

相关论文: Quantum lower bounds for the collision and the ele…

200 篇论文

An instance of a group testing problem is a set of objects $\cO$ and an unknown subset $P$ of $\cO$. The task is to determine $P$ by using queries of the type ``does $P$ intersect $Q$'', where $Q$ is a subset of $\cO$. This problem occurs…

组合数学 · 数学 2016-09-06 Emanuel Knill

The Collision problem is to decide whether a given list of numbers $(x_1,\ldots,x_n)\in[n]^n$ is $1$-to-$1$ or $2$-to-$1$ when promised one of them is the case. We show an $n^{\Omega(1)}$ randomised communication lower bound for the natural…

计算复杂性 · 计算机科学 2022-08-11 Mika Göös , Siddhartha Jain

Recently, Ezra and Sharir [ES22a] showed an $O(n^{3/2+\sigma})$ space and $O(n^{1/2+\sigma})$ query time data structure for ray shooting among triangles in $\mathbb{R}^3$. This improves the upper bound given by the classical…

计算几何 · 计算机科学 2023-02-23 Peyman Afshani , Pingan Cheng

We show that any quantum algorithm searching an ordered list of n elements needs to examine at least 1/12 log n-O(1) of them. Classically, log n queries are both necessary and sufficient. This shows that quantum algorithms can achieve only…

量子物理 · 物理学 2007-05-23 Andris Ambainis

We show that Durr-Hoyer's quantum algorithm of searching for extreme point of integer function can not be sped up for functions chosen randomly. Any other algorithm acting in substantially shorter time $o(\sqrt{2^n})$ gives incorrect answer…

量子物理 · 物理学 2009-10-31 Yuri Ozhigov

We study quantum algorithms for testing bipartiteness and expansion of bounded-degree graphs. We give quantum algorithms that solve these problems in time O(N^(1/3)), beating the Omega(sqrt(N)) classical lower bound. For testing expansion,…

量子物理 · 物理学 2011-09-12 Andris Ambainis , Andrew M. Childs , Yi-Kai Liu

We provide a generic technique for constructing families of submodular functions to obtain lower bounds for submodular function minimization (SFM). Applying this technique, we prove that any deterministic SFM algorithm on a ground set of…

数据结构与算法 · 计算机科学 2022-07-12 Deeparnab Chakrabarty , Andrei Graur , Haotian Jiang , Aaron Sidford

The element distinctness problem is the problem of determining whether the elements of a list are distinct, that is, if $x=(x_1,...,x_N)$ is a list with $N$ elements, we ask whether the elements of $x$ are distinct or not. The solution in a…

量子物理 · 物理学 2018-11-13 Renato Portugal

We consider the quantum query complexity of local search as a function of graph geometry. Given a graph $G = (V,E)$ with $n$ vertices and black box access to a function $f : V \to \mathbb{R}$, the goal is find a vertex $v$ that is a local…

计算复杂性 · 计算机科学 2024-12-19 Simina Brânzei , Nicholas J. Recker

We derive new time-space tradeoff lower bounds and algorithms for exactly computing statistics of input data, including frequency moments, element distinctness, and order statistics, that are simple to calculate for sorted data. We develop…

计算复杂性 · 计算机科学 2013-09-17 Paul Beame , Raphael Clifford , Widad Machmouchi

Suppose you are given a function $f\colon [n] \to [n]$ via (black-box) query access to the function. You are looking to find something local, like a collision (a pair $x \neq y$ s.t. $f(x)=f(y)$). The question is whether knowing the "shape"…

数据结构与算法 · 计算机科学 2024-08-05 Omri Ben-Eliezer , Tomer Grossman , Moni Naor

We prove that any exact quantum algorithm searching an ordered list of N elements requires more than \frac{1}{\pi}(\ln(N)-1) queries to the list. This improves upon the previously best known lower bound of {1/12}\log_2(N) - O(1). Our proof…

量子物理 · 物理学 2007-05-23 Peter Hoyer , Jan Neerbek

The approximate degree of a Boolean function f is the least degree of a real polynomial that approximates f pointwise to error at most 1/3. Approximate degree is known to be a lower bound on quantum query complexity. We resolve or nearly…

量子物理 · 物理学 2019-08-20 Mark Bun , Robin Kothari , Justin Thaler

Due to Shor's algorithm, quantum computers are a severe threat for public key cryptography. This motivated the cryptographic community to search for quantum-safe solutions. On the other hand, the impact of quantum computing on secret key…

量子物理 · 物理学 2022-07-13 Marc Kaplan , Gaëtan Leurent , Anthony Leverrier , María Naya-Plasencia

We study the computation complexity of Boolean functions in the quantum black box model. In this model our task is to compute a function $f:\{0,1\}\to\{0,1\}$ on an input $x\in\{0,1\}^n$ that can be accessed by querying the black box.…

量子物理 · 物理学 2017-01-25 Andris Ambainis , Janis Iraids

We study the problem of finding $K$ collision pairs in a random function $f : [N] \rightarrow [N]$ by using a quantum computer. We prove that the number of queries to the function in the quantum random oracle model must increase…

量子物理 · 物理学 2023-06-27 Yassine Hamoudi , Frédéric Magniez

We improve both upper and lower bounds for the distribution-free testing of monotone conjunctions. Given oracle access to an unknown Boolean function $f:\{0,1\}^n \rightarrow \{0,1\}$ and sampling oracle access to an unknown distribution…

离散数学 · 计算机科学 2015-11-12 Xi Chen , Jinyu Xie

In distributed systems, situations often arise where some nodes each holds a collection of tokens, and all nodes collectively need to determine whether all tokens are distinct. For example, if each token represents a logged-in user, the…

分布式、并行与集群计算 · 计算机科学 2024-08-21 Sirui Bai , Xinyu Fu , Xudong Wu , Penghui Yao , Chaodong Zheng

We consider the class of functions whose value depends only on the intersection of the input X_1,X_2, ..., X_t; that is, for each F in this class there is an f_F: 2^{[n]} \to {0,1}, such that F(X_1,X_2, ..., X_t) = f_F(X_1 \cap X_2 \cap ...…

量子物理 · 物理学 2007-05-23 Rahul Jain , Jaikumar Radhakrishnan , Pranab Sen

We present three new quantum algorithms in the quantum query model for \textsc{graph-collision} problem: \begin{itemize} \item an algorithm based on tree decomposition that uses $O\left(\sqrt{n}t^{\sfrac{1}{6}}\right)$ queries where $t$ is…

量子物理 · 物理学 2013-05-07 Andris Ambainis , Kaspars Balodis , Jānis Iraids , Raitis Ozols , Juris Smotrovs