Inverse Problem Regularization with Hierarchical Variational Autoencoders

Abstract

In this paper, we propose to regularize ill-posed inverse problems using a deep hierarchical Variational AutoEncoder (HVAE) as an image prior. The proposed method synthesizes the advantages of i) denoiser-based Plug & Play approaches and ii) generative model based approaches to inverse problems. First, we exploit VAE properties to design an efficient algorithm that benefits from convergence guarantees of Plug-and-Play (PnP) methods. Second, our approach is not restricted to specialized datasets and the proposed PnP-HVAE model is able to solve image restoration problems on natural images of any size. Our experiments show that the proposed PnP-HVAE method is competitive with both SOTA denoiser-based PnP approaches, and other SOTA restoration methods based on generative models. The code for this project is available at https://github.com/jprost76/PnP-HVAE.

Cite

Text

Prost et al. "Inverse Problem Regularization with Hierarchical Variational Autoencoders." International Conference on Computer Vision, 2023. doi:10.1109/ICCV51070.2023.02093

Markdown

[Prost et al. "Inverse Problem Regularization with Hierarchical Variational Autoencoders." International Conference on Computer Vision, 2023.](https://mlanthology.org/iccv/2023/prost2023iccv-inverse/) doi:10.1109/ICCV51070.2023.02093

BibTeX

@inproceedings{prost2023iccv-inverse,
  title     = {{Inverse Problem Regularization with Hierarchical Variational Autoencoders}},
  author    = {Prost, Jean and Houdard, Antoine and Almansa, Andrés and Papadakis, Nicolas},
  booktitle = {International Conference on Computer Vision},
  year      = {2023},
  pages     = {22894-22905},
  doi       = {10.1109/ICCV51070.2023.02093},
  url       = {https://mlanthology.org/iccv/2023/prost2023iccv-inverse/}
}