Iterative Amortized Hierarchical VAE
Simon W. Penninga, Ruud J. G. van Sloun
TL;DR
The paper addresses fast, accurate inference for deep hierarchical VAEs in inverse problems by introducing IA-HVAE, a hybrid framework that combines amortized inference with iterative decoder-gradient refinement. It relies on a linearly separable, transform-domain decoder to enable real-time, top-down latent updates, achieving about a 35x speed-up for deep models while improving reconstruction quality versus vanilla HVAE. The authors demonstrate benefits on CIFAR10 and fastMRI, including tasks such as deblurring and denoising, and highlight the practical impact for real-time inference in complex imaging scenarios. Future work focuses on generalizing the linear decomposition, integrating iterative optimization into training, and extending the approach to sequential measurement problems.
Abstract
In this paper we propose the Iterative Amortized Hierarchical Variational Autoencoder (IA-HVAE), which expands on amortized inference with a hybrid scheme containing an initial amortized guess and iterative refinement with decoder gradients. We achieve this by creating a linearly separable decoder in a transform domain (e.g. Fourier space), enabling real-time applications with very high model depths. The architectural change leads to a 35x speed-up for iterative inference with respect to the traditional HVAE. We show that our hybrid approach outperforms fully amortized and fully iterative equivalents in accuracy and speed respectively. Moreover, the IAHVAE shows improved reconstruction quality over a vanilla HVAE in inverse problems such as deblurring and denoising.
