Hidden Matching Problem

From Wikitia
Jump to navigation Jump to search

The Hidden Matching Problem is a computation complexity problem that can be solved using quantum protocols: Let <math>n</math> be a positive even integer. In the Hidden Matching Problem, Alice is given <math>x \in \{0,1\}^n</math> and Bob is given <math>M \in \mathcal{M}_n</math>(<math>\mathcal{M}_n</math> denotes the family of all possible perfect matchings on <math>n</math> nodes). Their goal is to output a tuple <math>\langle i, j, b \rangel</math> such that the edge <math>(i,j)</math> belongs to the matching <math>M</math> and <math>b = x_i \oplus x_j</math>.[1]

It has been used to find quantum communication problems that demonstrate super-polynomial advantage of over classical ones.[1][2][3]

Background

Communication complexity is a model of computation first introduced by Yao in 1979.[4] Two parties (normally called Alice and Bob) each hold a piece of data and want to solve some computational task that jointly depends on their data.[3] Alice knows only information <math>x</math> and Bob knows only information <math>y</math>, and they want to solve some function <math>f(x,y)</math>. In order to do so, they will need to communicate between themselves, and their goal is to solve the problem with minimal communication obeying the restrictions of a specific communication model.

There are two key communication models that can be considered:[2]

  • One-way communication is the model where Alice sends a single message to Bob who has to give an answer, based on the content of the message and his part of input.
  • Interactive Two-way communication communication is the model where the players can interactively exchange messages till Bob decides to give an answer, based on the communication transcript and his part of input.

Communication tasks can be either functional, meaning that there is exactly one correct answer corresponding to every possible input, or relational, when multiple correct answers are allowed.[2]

History

The Hidden Matching Problem was first defined in 2004 by Bar-Yossef, Jayram and Kerenidis.[5] Through its definition, they were able to provide the first exponential separation between quantum and bounded-error randomized one-way communication complexity. They proved that the quantum one-way communication complexity of the Hidden Matching Problem is <math>\mathcal{O}(\log n)</math>, yet any randomized one-way protocol with bounded error must use <math>\Omega(\sqrt{n})</math> bits of communication. The Hidden Matching Problem is a relational problem.

In the same paper, the authors proposed a Boolean version of the problem, the Boolean Hidden Matching problem, and conjectured that the same quantum-classical gap holds for it as well.[1] This was later proven to be true by Gavinsky et al.[6]

In 2008, Gavinsky further improved on Bar-Yossef et al.’s result by showing an exponential separation between one-way quantum communication and two-way classical communication.[2]

Applications

The Hidden Matching Problem was used as the basis of Gavinsky's 2012 Quantum money.[7] Bob has been given a coin as payment for some goods or services. This coin consists of a quantum register containing multiple Qubit. Bob wishes to verify that the coin is legitimate.

In a classical scenario, a digital coin is made up of a unique string of classical bits, a coin holder sends this string to the bank and the bank compares it to a static database of valid strings. If the string exists in the database then the bank confirms that the coin is valid. However, this leaves the potential for an adversary to masquerade as the bank and steal a coin holder's coin under the pretence of verifying it.

Using the Hidden matching problem, the coin holder can send the relevant information to the bank and the bank can verify that the coin is legitimate but an adversary masquerading as a bank will not learn enough to be able to reproduce the coin.

In the protocol Bob will provide values <math>(a_i,b_i)</math> to the bank. These values <math>(a_i,b_i)</math> are attained by Bob measuring certain quantum registers in his coin. The bank holds the values <math>x_i</math> (the classical bit strings) and <math>m_i</math>. If <math>\forall i \; (x_i,m_i,a_i,b_i)\in \textit{HMP}_4</math>, then the bank can verify that Bob does in fact hold a valid coin corresponding to the classical values <math>x_i</math>.

For <math>x \in \{0,1\}^4</math> and <math>m,a,b \in \{0,1\}</math>, we say that <math>(x,m,a,b) \in \textit{HMP}_4</math> if

<math>b= \begin{cases}x_1 \otimes x_{2+m},\quad \text{if } a= 0\\x_{3-m} \otimes x_4, \quad \text{if } a=1, \end{cases}</math>

<math>\textit{HMP}_4</math> refers to the four bit version of the Hidden Matching Problem.

References

  1. 1.0 1.1 1.2 Bar-Yossef, Ziv; Jayram, T. S.; Kerenidis, Iordanis (2004-06-13). "Exponential separation of quantum and classical one-way communication complexity". Proceedings of the thirty-sixth annual ACM symposium on Theory of computing. STOCK '04. Chicago, IL, USA: Association for Computing Machinery: 128–137. doi:10.1145/1007352.1007379. ISBN 978-1-58113-852-8.
  2. 2.0 2.1 2.2 2.3 Gavinsky, Dmitry (2008-05-17). "Classical interaction cannot replace a quantum message". Proceedings of the fortieth annual ACM symposium on Theory of computing. STOC '08. Victoria, British Columbia, Canada: Association for Computing Machinery: 95–102. doi:10.1145/1374376.1374393. ISBN 978-1-60558-047-0.
  3. 3.0 3.1 Doriguello, João F. (2020). "Exponential quantum communication reductions from generalizations of the Boolean Hidden Matching problem" (PDF). 15th Conference on the Theory of Quantum Computation, Communication and Cryptography (TQC 2020).
  4. Yao, Andrew Chi-Chih (1979-04-30). "Some complexity questions related to distributive computing(Preliminary Report)". Proceedings of the eleventh annual ACM symposium on Theory of computing. STOC '79. Atlanta, Georgia, USA: Association for Computing Machinery: 209–213. doi:10.1145/800135.804414. ISBN 978-1-4503-7438-5.
  5. Bar-Yossef, Ziv; Jayram, T. S.; Kerenidis, Iordanis (2004-06-13). "Exponential separation of quantum and classical one-way communication complexity". Proceedings of the thirty-sixth annual ACM symposium on Theory of computing. STOCK '04. Chicago, IL, USA: Association for Computing Machinery: 128–137. doi:10.1145/1007352.1007379. ISBN 978-1-58113-852-8.
  6. Gavinsky, Dmitry; Kempe, Julia; Kerenidis, Iordanis; Raz, Ran; de Wolf, Ronald (2007-06-11). "Exponential separations for one-way quantum communication complexity, with applications to cryptography". Proceedings of the thirty-ninth annual ACM symposium on Theory of computing. STOC '07. San Diego, California, USA: Association for Computing Machinery: 516–525. doi:10.1145/1250790.1250866. ISBN 978-1-59593-631-8.
  7. Gavinsky, D. (June 2012). "Quantum Money with Classical Verification". 2012 IEEE 27th Conference on Computational Complexity: 42–52. doi:10.1109/CCC.2012.10.

External links

Add External links

This article "Hidden Matching Problem" is from Wikipedia. The list of its authors can be seen in its historical. Articles taken from Draft Namespace on Wikipedia could be accessed on Wikipedia's Draft Namespace.