Download Projects - Department of Computer Science and Engineering, CUHK

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Boson sampling wikipedia , lookup

Renormalization wikipedia , lookup

Quantum dot cellular automaton wikipedia , lookup

Renormalization group wikipedia , lookup

Bohr–Einstein debates wikipedia , lookup

Bell test experiments wikipedia , lookup

Basil Hiley wikipedia , lookup

Scalar field theory wikipedia , lookup

Probability amplitude wikipedia , lookup

Delayed choice quantum eraser wikipedia , lookup

Quantum decoherence wikipedia , lookup

Particle in a box wikipedia , lookup

Quantum electrodynamics wikipedia , lookup

Measurement in quantum mechanics wikipedia , lookup

Path integral formulation wikipedia , lookup

Copenhagen interpretation wikipedia , lookup

Quantum field theory wikipedia , lookup

Coherent states wikipedia , lookup

Density matrix wikipedia , lookup

Hydrogen atom wikipedia , lookup

Quantum entanglement wikipedia , lookup

Bell's theorem wikipedia , lookup

Quantum dot wikipedia , lookup

Many-worlds interpretation wikipedia , lookup

Quantum fiction wikipedia , lookup

Max Born wikipedia , lookup

Orchestrated objective reduction wikipedia , lookup

Symmetry in quantum mechanics wikipedia , lookup

Interpretations of quantum mechanics wikipedia , lookup

EPR paradox wikipedia , lookup

History of quantum field theory wikipedia , lookup

Quantum teleportation wikipedia , lookup

Quantum computing wikipedia , lookup

Canonical quantization wikipedia , lookup

Quantum state wikipedia , lookup

Quantum cognition wikipedia , lookup

Quantum key distribution wikipedia , lookup

Quantum group wikipedia , lookup

T-symmetry wikipedia , lookup

Quantum machine learning wikipedia , lookup

Hidden variable theory wikipedia , lookup

Transcript

Project 1 (Reading, HSP): algorithms for solvable groups and impossibility results for
symmetric group

John Watrous. Quantum algorithms for solvable groups. Proceedings of the 33rd ACM
Symposium on Theory of Computing, pages 60–67, 2001.

Negative results of Strong Fourier Sampling:

Cristopher Moore, Alexander Russell, Leonard J. Schulman, The Symmetric Group
Defies Strong Fourier Sampling. SIAM Journal on Computing, 37(6): 1842-1864,
2008.

Sean Hallgren, Cristopher Moore, Martin Rötteler, Alexander Russell, Pranab Sen,
Limitations of quantum coset states for graph isomorphism¸ Journal of the ACM
57(6): 34, 2010.
Project 2 (Reading, HSP): HSP for Dihedral group.

Oded Regev, Quantum Computation and Lattice Problems. SIAM Journal on
Computing, 33(3):738-760, 2004.

Greg Kuperberg, A Subexponential-Time Quantum Algorithm for the Dihedral
Hidden Subgroup Problem, SIAM Journal on Computing, 35(1): 170-188, 2005.

Oded Regev, A Subexponential Time Algorithm for the Dihedral Hidden Subgroup
Problem with Polynomial Space, arXiv:quant-ph/ 0406151.

Greg Kuperberg, Another subexponential-time quantum algorithm for the dihedral
hidden subgroup problem, arXiv:1112.3333, 2011.

Project 3 (Research, query lower bound): Bound quantum query complexity by maximum
influence. For a Boolean function 𝑓: {0,1}𝑛 → {0,1}, the influence of variable 𝑥𝑖 is defined as
inf(𝑓) = Pr[𝑓(𝑥) ≠ 𝑓(𝑥 𝑖 )], where 𝑥 is chosen from {0,1}𝑛 uniformly at random, and 𝑥 𝑖 is
𝑖
𝑥
the string obtained from 𝑥 by flipping the 𝑖-th bit. Recall that the quantum query complexity
‖𝛤‖
𝑄(𝑓) is at least 𝛺 (max‖𝛤∘𝐷 ‖) for any nonzero Hermitian matrix 𝛤 ∈ ℂ2
𝑖
𝑛 ×2𝑛
𝑖
following conjecture (by constructing a 𝛤 and applying the above bound):
1
𝑄(𝑓) = 𝛺 (√max inf(𝑓)).
𝑖
𝑖
. Prove the

For background of the conjecture, see the following manuscript:
http://www.cse.cuhk.edu.hk/~syzhang/papers/QQC_Influence.pdf

For background of influence, see, for example, the online book
http://analysisofbooleanfunctions.org/

Project 4 (Research, searching algorithm)
One open problem in quantum searching algorithms is to pin down the quantum query
complexity of the Triangle problem. In the problem, the input is the adjacency matrix of an
𝑛-node graph 𝐺, and the task is to decide whether 𝐺 contains an triangle. Using Grover’s
𝑛
search (on all possible ( ) triples of vertices), one gets an quantum algorithm using 𝑂(𝑛3/2 )
3
queries. Later development improved it to 𝑂(𝑛9/7 ) (http://arxiv.org/abs/1210.1014, SODA’13).
Can you further improve it, or prove a lower bound better than 𝛺(𝑛)?

Project 5 (Reading, communication complexity)
Nonlocality is an interesting subject in quantum mechanics and here is a recent survey and a
recent result on binary constraint games.

Harry Buhrman, Richard Cleve, Serge Massar, Ronald de Wolf. Nonlocality and
communication complexity, Reviews of Modern Physics, Volume 82, 2010

Richard Cleve, Rajat Mittal. Characterization of Binary Constraint System Games,
arxiv/1209.2729v3, 2013.

Project 6 (Research, communication complexity)
We proved that in the private-coin SMP model, the quantum communication complexity for
𝐄𝐐𝑛 is O(log 𝑛). Another interesting question is to consider structured inputs such as matrices.
Suppose Alice’s input is a matrix 𝑋 ∈ 𝔽𝑛𝑞 and Bob’s input is another matrix 𝑌 ∈ 𝔽𝑛𝑞 . The
function to compute is 𝑓(𝑋, 𝑌) = 1 if rank(𝑋 + 𝑌) < 𝑟, and 𝑓(𝑋, 𝑌) = 0 if rank(𝑋 + 𝑌) ≥
𝑟. (The rank is over 𝔽𝑞 .) In [LZ13], it was showed that the private-coin SMP quantum
communication complexity Q|| (𝑓) satisfies that
2
Ω(𝑟 2 log 𝑞) ≤ Q|| (𝑓) ≤ min{𝑞𝑂(𝑟 ) , O(𝑛𝑟 log 𝑞 + 𝑛 log 𝑛)} .
The gap can be exponential when, e.g., 𝑟 = log 𝑛. Can you improve either the lower or the
upper bound above? (I’d conjecture that the upper bound is not tight. Btw, you can take 𝑟 = 2
if you like.)
[LZ13] Yang Liu, Shengyu Zhang. Quantum and randomized communication complexity of
XOR functions in the SMP model, ECCC, 2013.

Project 7. (Reading, Lower bounds for quantum communication complexity.)
We didn’t cover lower bounds for quantum communication complexity but it’s a very interesting
subject. There is a nice survey with emphasis on norm-based methods.
[LS09] Troy Lee and Adi Shraibman, Lower bounds on communication complexity,
Foundations and Trends in Theoretical Computer Science, 2009.

Project 8. (Research, quantum communication complexity)
We talked about a recent protocol [Z14] in Lecture 8. It’ll be great if the exponential dependence
on the degree can be improved.
Bait 1: It may not be that hard (actually I didn’t put too much time on this yet).
Bait 2: If you can improve it, you’ll get a publication, likely in a top conference.
[Z14] Shengyu Zhang, Efficient quantum protocols for XOR functions, Proceedings of the 25th
Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), 2014, to appear.

Project 9. (Reading, Fourier analysis)
Fourier analysis over {0,1}𝑛 is a well-studied subject with numerous applications in many areas
in theoretical computer science, such as learning, testing, PCP, etc. A good book is the following
one by O’Donnell. Read any four chapters of the book.
[O’D13] http://www.contrib.andrew.cmu.edu/~ryanod/
