Some (convex) relaxation
Okay, last time I said that the next post would be about logarithmic Sobolev inequalities… well, it’s not. I lied. Instead, we’re taking a momentary break from concentration inequalities. It’s time for some relaxation of the convex variety.
Actually, that’s a bit of lie too because the post isn’t about convex relaxation, but it is about convex optimization. Andiamo!
Maximum likelihood of Poisson distributions
We’re going to work through a problem from Convex Optimization by Boyd and Vandenberghe. (If you’re curious it’s problem 7.7.) Here’s the set up.
- We have independent Poisson random variables. That is each has a probability mass function parameterized by that is given by
- The data represent the number of times that one of possible events occurred (independently of one another).
- We have detectors and event is recorded by detector with probability . We assume that , , and that the are given.
- The total number of events recorded by detector is
- Our goal is to estimate the based on observations and the given probabilities by solving a convex optimization problem.
To pose this estimation problem as a convex optimization problem, we’ll use the fact that the were generated from a Poisson distribution with mean . Intuitively, this means we only capture a fraction, in particular , of the Poisson-distributed events associated with . For those who have had a course on Markov chains this should cause your thinned Poisson process neurons to fire.
Now, we use the fact that the sum of Poisson random variables is itself a Poisson random variable. In particular, we have that the were generated by a Poisson distribution with parameter
where and is the vector of .
The likelihood of the data has the form
which gives a log-likelihood of
We’ll throw away the term because it is a constant. So, the estimation problem is the convex optimization problem
with optimization variable and problem data and for , . More explicitly, we have
Put it to use. Now, go out and find yourself a particle accelerator, equip it with some detectors, start colliding particles and count your Higgs-Bosons and make some inferences.
Next up
… logarithmic Sobolev inequalities—for real this time (well, next time)!
References
This post is based on material from…
- Convex Optimization by Stephen Boyd and Lieven Vandenberghe. Check it out here: Convex Optimization.