码迷,mamicode.com
首页 > 其他好文 > 详细

【Paper Reading】Bayesian Face Sketch Synthesis

时间:2017-07-31 20:08:44      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:problem   技术   src   ima   and   test   select   read   限制   

Contribution: 1) Systematic interpretation to existing face sketch synthesis methods. 2) Bayesian face sketch synthesis: apply the spatial neighboring constraint to both the neighbor selection model and the wieght computation model.

Problem:

s代表target patch, t代表test patch,$X_i = {x_k^i}_{k=1}^K和Y_i = {x_k^i}_{k=1}^K$分别为 test patch 的K个最近邻photo patches和sketch patches. target patch 由下面公式计算得到:

$$s_i  = Y_i \cdot w_i = \sum_{k=1}^K w_{ik}y_k.$$

给定test patch生成target patch,等价于最大后验概率$p(s|t) = p(s_1,...,s_N|t_1,...,t_N) = p(W,Y|t) = p(W|Y,t)p(Y|t)$

将上式分为两个部分: P(W|Y,t)和P(Y|t)分别称为weight computation model和neighbor selection model.

Present work:

Neighbor Selection Model: 1) 忽略空间相邻batch的限制,单独考虑每个 text patch 2) 考虑空间相邻的batch限制

Weigth Computation Model: 1) 忽略空间相邻batch的限制,单独考虑每个 text patch 2) 考虑空间相邻的batch限制

MRF is mainly for neighbor selection and MWF is mainly for weight computation.

Bayesian face sketch synthesis:

技术分享

 

【Paper Reading】Bayesian Face Sketch Synthesis

标签:problem   技术   src   ima   and   test   select   read   限制   

原文地址:http://www.cnblogs.com/vincentcheng/p/7264128.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!