[Work Log] Post-CVPR-deadline; 2-part likelihood efficiency, 2-pass sampling

November 04, 2013

First day after CVPR deadline.

Comp exam - committee, planning.

Computer issues - upgrade, crashing, keyboard?

2-Pass sampling.

Evaluating the second likelihood term is still very slow, even after a 100x speedup.

First do MH using single-term likelihood. Then treat that as the proposal for the two-term likelihood. Since the first step satisfies detailed balance, we have:

ˆp(θ)q(θ|θ)=ˆp(θ)q(θ|θ)ˆp(θ)ˆp(θ)=q(θ|θ)q(θ|θ)

Where ˆp(θ) is the surrogate posterior, using only the single-term likelihood. Substituting this identity into the full MCMC acceptance term, we get:

α={p(θ)q(θ|θ)p(θ)q(θ|θ)}={p(θ)ˆp(θ)p(θ)ˆp(θ)}=L2(θ)L2(θ)

This obviously isn't applicable for traditional gibbs sampling, but gibbs could be used for proposal, and MH used to accept/reject

Posted by Kyle Simek