DeFlow: Learning Complex Image Degradations from Unpaired Data with Conditional Flows
Abstract
The difficulty of obtaining paired data remains a major bottleneck for learning image restoration and enhancement models for real-world applications. Current strategies aim to synthesize realistic training data by modeling noise and degradations that appear in real-world settings. We propose DeFlow, a method for learning stochastic image degradations from unpaired data. Our approach is based on a novel unpaired learning formulation for conditional normalizing flows. We model the degradation process in the latent space of a shared flow encoder-decoder network. This allows us to learn the conditional distribution of a noisy image given the clean input by solely minimizing the negative log-likelihood of the marginal distributions. We validate our DeFlow formulation on the task of joint image restoration and super-resolution. The models trained with the synthetic data generated by DeFlow outperform previous learnable approaches on three recent datasets. Code and trained models will be made available at: https://github.com/volflow/DeFlow
Cite
Text
Wolf et al. "DeFlow: Learning Complex Image Degradations from Unpaired Data with Conditional Flows." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.00016Markdown
[Wolf et al. "DeFlow: Learning Complex Image Degradations from Unpaired Data with Conditional Flows." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/wolf2021cvpr-deflow/) doi:10.1109/CVPR46437.2021.00016BibTeX
@inproceedings{wolf2021cvpr-deflow,
title = {{DeFlow: Learning Complex Image Degradations from Unpaired Data with Conditional Flows}},
author = {Wolf, Valentin and Lugmayr, Andreas and Danelljan, Martin and Van Gool, Luc and Timofte, Radu},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2021},
pages = {94-103},
doi = {10.1109/CVPR46437.2021.00016},
url = {https://mlanthology.org/cvpr/2021/wolf2021cvpr-deflow/}
}