Dear Bayesflow developers/Bayesian model experts,
I am start to learn the amortized Bayesian inference. Bayesflow is a wonderful package, but as a stupid person, i always find flow model hard to understand. In the meanwhile, i found VAE very easy to understand and also easy get your hands on.
I have a question unrelated to the bayesflow which is can we use VAE for amortized inference?In the VAE for amortized inference, the encoder model maximize the posterior probability p(z|x) where the decoder model is basically the data generate model which re-generate the data and compare it with the simulation data.
I found these papers(Jaffe, P. I., Poldrack, R. A., Schafer, R. J., & Bissett, P. G. (2023). Modelling human behaviour in cognitive tasks with latent dynamical systems. Nature Human Behaviour. Modelling human behaviour in cognitive tasks with latent dynamical systems | Nature Human Behaviour ;
Whittington, J. C. R., Muller, T. H., Mark, S., Chen, G., Barry, C., Burgess, N., & Behrens, T. E. J. (2020). The Tolman-Eichenbaum Machine: Unifying Space and Relational Memory through Generalization in the Hippocampal Formation. Cell, 183(5), 1249-1263 e1223. Redirecting) used the similar approach for the one-shot model-fitting. Is it a reasonable approach? Thanks a lot.
Best,