Markov Weight Fields for Face Sketch Synthesis

Abstract

Great progress has been made in face sketch synthesis in recent years. State-of-the-art methods commonly apply a Markov Random Fields (MRF) model to select local sketch patches from a set of training data. Such methods, however, have two major drawbacks. Firstly, the MRF model used cannot synthesize new sketch patches. Secondly, the optimization problem in solving the MRF is NP-hard. In this paper, we propose a novel Markov Weight Fields (MWF) model that is capable of synthesizing new sketch patches. We formulate our model into a convex quadratic programming (QP) problem to which the optimal solution is guaranteed. Based on the Markov property of our model, we further propose a cascade decomposition method (CDM) for solving such a large scale QP problem efficiently. Experimental results on the CUHK face sketch database and celebrity photos show that our model outperforms the common MRF model used in other state-of-the-art methods.

Cite

Text

Zhou et al. "Markov Weight Fields for Face Sketch Synthesis." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6247788

Markdown

[Zhou et al. "Markov Weight Fields for Face Sketch Synthesis." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/zhou2012cvpr-markov/) doi:10.1109/CVPR.2012.6247788

BibTeX

@inproceedings{zhou2012cvpr-markov,
  title     = {{Markov Weight Fields for Face Sketch Synthesis}},
  author    = {Zhou, Hao and Kuang, Zhanghui and Wong, Kwan-Yee Kenneth},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {1091-1097},
  doi       = {10.1109/CVPR.2012.6247788},
  url       = {https://mlanthology.org/cvpr/2012/zhou2012cvpr-markov/}
}