È possibile "calcolare" il valore assoluto di un permanente usando Boson Sampling?


16

Nel campionamento del bosone , se iniziamo con 1 fotone in ciascuna delle prime modalità M di un interferometro, la probabilità di rilevare 1 fotone in ciascuna modalità di uscita è: |Perm(A)|2 , dove le colonne e le righe di A sono le prime colonne M della matrice unitaria U dell'interferometro e tutte le sue righe.

Questo lo rende simile a qualsiasi unitaria U, possiamo costruire l'interferometro appropriato, costruire la matrice A e calcolare il valore assoluto del permanente di A prendendo la radice quadrata della probabilità di rilevare un fotone in ciascuna modalità (che noi ottenere dall'esperimento di campionamento del bosone). È vero o c'è qualche problema? La gente mi ha detto che in realtà non è possibile ottenere informazioni su un permanente dal campionamento del bosone.

Inoltre, cosa succede al resto delle colonne di : com'è esattamente che il risultato sperimentale dipende solo dalle prime M colonne di U e da tutte le sue righe, ma non dalle altre colonne di U ? Quelle colonne di U non influenzano affatto l'esito dell'esperimento nelle prime modalità M ?UMUUUM


Da quando hai creato la fotonica , ti preghiamo di considerare di scrivere il tag-excerpt per questo. Andate qui . Grazie.
Sanchayan Dutta,

Risposte:


7

It appears to be true, up to a point. As I read Scott Aaronson's paper, it says that if you start with 1 photon in each of the first M modes of an interferometer, and find the probability PS that a set si photons is output in each mode i{1,,N} where isi=M, is

Ps=|Per(A)|2s1!s2!sM!.
So, indeed, if you take a particular instance where si=0 or 1 for every possible output, then, yes the probability is equal to the permanent of A, where A is the first M columns of U and a specific subset of M rows specified by the locations si=1. So, this is not quite as specified in the question: it is not all rows, but only some subset, so that A is a square matrix, corresponding to the bits that the experiment "sees", i.e. the input rows and output rows. The photons never populate anything else, and so are blind to the other elements of the unitary matrix U.

This should be fairly obvious. Let's say I have some 3×3 matrix V. If I start in some basis state |0 and find its product, V|0, then knowing that tells me very little about the outputs V|1 and V|2, aside from what can be said from the knowledge that V is unitary, and hence columns and rows are orthonormal.

The issue that one must be careful of is the accuracy: you run this once and all you get is a single sample according to the probability distribution Ps. You run this a few times, and you start to build up information about the different probabilities. You run this enough times, and you can get an arbitrarily accurate answer, but how many is enough? There are two different ways that you can measure the error in an estimate of a value p. You can demand either an additive error p±ϵ or a multiplicative error, p(1±ϵ). Since we expect that a typical probability will be exponentially small in n+m, the multiplicative error demands far greater accuracy, which cannot be achieved efficiently via sampling. On the other hand, the additive error approximation can be achieved.

While a multiplicative error is what people usually want to calculate, the additive error can also be an interesting entity. For example, in the evaluation of the Jones polynomial.

Aaronson points us back further in time for where this connection between Boson sampling and the Permanent was first made:

It has been known since work by Caianiello in 1953 (if not earlier) that the amplitudes for n-boson processes can be written as the permanents of n×n matrices.

Instead, their main contribution

is to prove a connection between the ability of classical computers to solve the approximate BosonSampling problem and their ability to approximate the permanent

i.e. to understand the approximation problem associated with, e.g. finite sampling, and to describe the computational complexity consequences associated: that we believe such a thing is hard to evaluate classically.


I'm not sure whether this is what you are saying, but it is not true that solving efficiently BosonSampling allows to efficiently estimate the permanents, which would imply that quantum computers are able to solve #P-hard problems. In other words, quantum computers can efficiently simulate the output of a boson sampler, but not efficiently compute its output probability distribution
glS

@glS No, that's very much what I'm saying. The Aaronson paper is very careful to distinguish that issue, but it makes the computational complexity statement a lot messier, which is why I didn't state it.
DaftWullie

@DaftWullie sorry, now I'm confused. Do we agree that boson sampling does not allow to efficiently estimate permanents? (see e.g. bottom of left column at pag 6 of arxiv.org/pdf/1406.6767.pdf)
glS

@gls I agree that you cannot do it if you want an estimate of the permanent with some multiplicative error bound, which, admittedly, is the standard way of defining things (but since I carefully avoided defining anything...). If you’re willing to tolerate an additive error bound, then I believe you can do it.
DaftWullie

"If I start in some basis state |0 and find its product, V|0, then knowing that tells me very little about the outputs V|1 and V|2", but every single element of V is involved in giving you V|0. But for boson sampling, only the first M columns are involved, isn't that amazing?
user1271772

6

You cannot efficiently recover the absolute values of the amplitudes, but if you allow for arbitrary many samples, then you can estimate them to whatever degree of accuracy you like.

More specifically, if the input state is a single photon in each of the first n modes, and one is willing to draw an arbitrary number of samples from the output, then it is in principle possible to estimate the permanent of A to whatever degree of accuracy one likes, by counting the fraction of the times the n input photons come out in the first n different output ports. It is to be noted though that this does not really have much to do with BosonSampling, as the hardness result holds in the regime of the number of modes much larger than the number of photons, and it's about the efficiency of the sampling.

BosonSampling

I'll try a very brief introduction to what boson sampling is, but it should be noted that I cannot possibly do a better job at this than Aaronson himself, so it's probably a good idea to have a look at the related blog posts of his (e.g. blog/?p=473 and blog/?p=1177), and links therein.

BosonSampling is a sampling problem. This can be a little bit confusing in that people are generally more used to think of problems having definite answers. A sampling problem is different in that the solution to the problem is a set of samples drawn from some probability distribution.

Indeed, the problem a boson sampler solves is that of sampling from a specific probability distribution. More specifically, sampling from the probability distribution of the possible outcome (many-boson) states.

Consider as a simple example a case with 2 photons in 4 modes, and let's say we fix the input state to be (1,1,0,0)|1,1,0,0 (that is, a single photon in each of the two first two input modes). Ignoring the output states with more than one photon in each mode, there are (42)=6(1,1,0,0),(1,0,1,0),(1,0,0,1),(0,1,1,0),(0,1,0,1) and (0,0,1,1). Let us denote for convenience with oi,i=1,.,6 the i-th one (so, for example, o2=(1,0,1,0)). Then, a possible solution to BosonSampling could be the series of outcomes:

o1,o4,o2,o2,o5.

To make an analogy to a maybe more familiar case, it's like saying that we want to sample from a Gaussian probability distribution. This means that we want to find a sequence of numbers which, if we draw enough of them and put them into a histogram, will produce something close to a Gaussian.

Computing permanents

It turns out that the probability amplitude of a given input state |r to a given output state |s is (proportional to) the permanent of a suitable matrix built out of the unitary matrix characterizing the (single-boson) evolution.

More specifically, if R denotes the mode assignment list(1) associated to |r, S that of |s, and U is the unitary matrix describing the evolution, then the probability amplitude A(rs) of going from |r to |s is given by

A(rs)=1r!s!permU[R|S],
with U[R|S] denoting the matrix built by taking from U the rows specified by R and the columns specified by S.

Thus, considering the fixed input state |r0, the probability distribution of the possible outcomes is given by the probabilities

ps=1r0!s!|permU[R|S]|2.

BosonSampling is the problem of drawing "points" according to this distribution.

This is not the same as computing the probabilities ps, or even computing the permanents themselves. Indeed, computing the permanents of complex matrices is hard, and it is not expected even for quantum computers to be able to do it efficiently.

The gist of the matter is that sampling from a probability distribution is in general easier than computing the distribution itself. While a naive way to sample from a distribution is to compute the probabilities (if not already known) and use those to draw the points, there might be smarter ways to do it. A boson sampler is something that is able to draw points according to a specific probability distribution, even though the probabilities making up the distribution itself are not known (or better said, not efficiently computable).

Furthermore, while it may look like the ability to efficiently sample from a distribution should translate into the ability of efficiently estimating the underlying probabilities, this is not the case as soon as there are exponentially many possible outcomes. This is indeed the case of boson sampling with uniformly random unitaries (that is, the original setting of BosonSampling), in which there are (mn) possible n-boson in m-modes output states (again, neglecting states with more than one boson in some mode). For mn, this number increases exponentially with n. This means that, in practice, you would need to draw an exponential number of samples to even have a decent chance of seeing a single outcome more than once, let alone estimate with any decent accuracy the probabilities themselves (it is important to note that this is not the core reason for the hardness though, as the exponential number of possible outcomes could be overcome with smarter methods).

In some particular cases, it is possible to efficiently estimate the permanent of matrices using a boson sampling set-up. This will only be feasible if one of the submatrices has a large (i.e. not exponentially small) permanent associated with it, so that the input-output pair associated with it will happen frequently enough for an estimate to be feasible in polynomial time. This is a very atypical situation, and will not arise if you draw unitaries at random. For a trivial example, consider matrices that are very close to identity - the event in which all photons come out in the same modes they came in will correspond to a permanent which can be estimated experimentally. Besides only being feasible for some particular matrices, a careful analysis of the statistical error incurred in evaluating permanents in this way shows that this is not more efficient than known classical algorithms for approximating permanents (technically, within a small additive error) (2).

Columns involved

Let U be the unitary describing the one-boson evolution. Then, basically by definition, the output amplitudes describing the evolution of a single photon entering in the k-th mode are in the k-th column of U.

The unitary describing the evolution of the many-boson states, however, is not actually U, but a bigger unitary, often denoted by φn(U), whose elements are computed from permanents of matrices built out of U.

Informally speaking though, if the input state has photons in, say, the first n modes, then naturally only the first n columns of U must be necessary (and sufficient) to describe the evolution, as the other columns will describe the evolution of photons entering in modes that we are not actually using.


(1) This is just another way to describe a many-boson state. Instead of characterizing the state as the list of occupation numbers for each mode (that is, number of bosons in first mode, number in second, etc.), we characterize the states by naming the mode occupied by each boson. So, for example, the state (1,0,1,0) can be equivalently written as (1,3), and these are two equivalent ways to say that there is one boson in the first and one boson in the third mode.

(2): S. Aaronson and T. Hance. "Generalizing and Derandomizing Gurvits's Approximation Algorithm for the Permanent". https://eccc.weizmann.ac.il/report/2012/170/


I started with 1 photon in each input mode, and said we're looking at the probability of having 1 photon in each output mode, so that we could avoid all these more complicated general equations involving the permanent, which you provide. In fact if M is the number of columns in U, we get that the probability of having 1 photon in each output mode is |Perm(U)|2 from which we can easily get |Perm(U)|. If we let the experiment go on for long enough and get enough samples, can we not obtain an estimate for |Perm(U)| ?
user1271772

In no part of the question did I mention "efficiency" or "sub-exponentially". I'm just interested to know whether or not it's possible to estimate |Perm(U)| using boson sampling.
user1271772

@user1271772 I see. That's the standard way of talking about these things in this context so I might have automatically assumed you meant to talk about efficiency. If you don't care about the number of samples you have to draw then sure, you can compute the output probability distribution, and therefore the absolute values of the permanents, to whatever accuracy you like
glS

@gIS, Aram Harrow once told me you cannot calculate Permanents using boson sampling, so I thought there was some "catch". The best classical algorithm for simulation of exact boson sampling is: O(m2n+mn2), for n photons in m output modes, what is the cost using the interferometer?
user1271772

@user1271772 I answered more specifically your first point in the edit. I guess I got confused because the setting you are mentioning does not seem to have really much to do with boson sampling, but is more generally about the dynamics of indistinguishable bosons through an interferometer
glS
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.