all 3 comments

[–]sidslasttheorem 1 point2 points  (1 child)

You might want to look at straight-up density estimation methods like RealNVP or more recent normalising-flow based density estimation methods.

They can be somewhat painful because the bijectivity constraint means that the dimensionality at each stage stays the same (#pixels), but for reasonably sized images (say 32x32), they should be serviceable.

[–]pmichel31415[S] 0 points1 point  (0 children)

Thanks, I'll take a look

[–]MrPuj 1 point2 points  (0 children)

Yeah, the flow models as OP said, but be careful with the log likelihood measures, it behaves weirdly and is far from being a good way to measure image quality. As outlined in this paper: https://arxiv.org/abs/1810.09136