yhbian / diptv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADMM DIP-TV: combining Total Variation and Deep Image Prior for image restoration

Paper (arXiv) | Paper (ResearchGate)

Abstract

In the last decades, unsupervised deep learning based methods have caught researchers attention, since in many applications collecting a great amount of training examples is not always feasible. Moreover, the construction of a good training set is time consuming and hard because the selected data have to be enough representative for the task. In this paper, we mainly focus on the Deep Image Prior (DIP) framework powered by adding the Total Variation regularizer which promotes the gradient-sparsity. Differently from other existing approaches, we solve the arising minimization problem by using the well known Alternating Direction Method of Multipliers (ADMM) framework, decoupling the contribution of the DIP Lâ‚‚-norm and Total Variation terms. The promising performances of the proposed approach, in terms of PSNR and SSIM values, are addressed by means of experiments for different image restoration tasks on synthetic as well as on real data.

Image Denoising

Credits

The code of this paper is built upon the Deep Image Prior repository created by Dimitry Ulyanov et al.

Citing

Please consider to cite ADMM-DIPTV if you find it helpful.

 @article{cascarano2020admm,
  title={ADMM-DIPTV: combining Total Variation and Deep Image Prior for image restoration},
  author={Cascarano, Pasquale and Sebastiani, Andrea and Comes, Maria Colomba},
  journal={arXiv preprint arXiv:2009.11380},
  year={2020}
}

About


Languages

Language:Python 75.8%Language:Jupyter Notebook 24.2%