Solved – disadvantages variational inference

boundsmachine learningmathematical-statistics

A lot of methods utilize variational inference for hyperparameter calculation.

What are the advantages and disadvantages of variational inference ?

(ex: does it guarantee a global optimal ? )

Best Answer

Further disadvantages:

  1. The outcome tends to depend heavily on the starting point for the optimization. Example: this paper which is heavily cited but known to have severe problems (software packages based on it were later withdrawn, etc.)
  2. The calculations required to figure out what you are optimizing are often very complicated. (See any paper on variational inference.)

On the plus side, there is an excellent introduction to the subject in Mackay's textbook Information Theory, Inference and Learning Algorithms.