Skip to content

Build a CRF model using Chainer for binary image denoising.

License

Notifications You must be signed in to change notification settings

nicedi/CRF_denoising

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a simple CRF with Chainer,aiming at denoising binary images. The CRF model is trained with gradient based approach.

The loss function is pseudo-likelihood (partition function is approximated). Read section 5.9 of 'Structured Learning and Prediction in Computer Vision' for reference.