Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about the training code #2

Open
yxqlwl opened this issue Aug 21, 2017 · 6 comments
Open

about the training code #2

yxqlwl opened this issue Aug 21, 2017 · 6 comments

Comments

@yxqlwl
Copy link

yxqlwl commented Aug 21, 2017

Hi, sorry for interrupting. Could you please kindly provide the training code as well? Thank you~

@cszn
Copy link
Owner

cszn commented Aug 21, 2017

@cszn cszn closed this as completed Aug 23, 2017
@cszn cszn reopened this Aug 23, 2017
@SuhailAliyar
Copy link

I am an image processing student. I would like implement this for MRI images. i have these doubts after going through the work

  1. About the framework used for training.
  2. Much details about the training details.
  3. I doubts on overfitting with just 7 layers.
  4. Is denoising, deblurring and super resolution integrate together on this work. Or the architecture for 3 operations are different.
  5. which is the feature descriptor using here.

It will be very useful for me if you can help me.

Thanks.

@my1347
Copy link

my1347 commented Feb 9, 2018

@zuie21
1.MatConvNet
2.Refer to DnCNN TrainingCodes
3.Using less layers is not related to overfitting I think.
4.Read the papper
5.feature descriptor? here?

are you a 医生吗

@SuhailAliyar
Copy link

SuhailAliyar commented Feb 9, 2018 via email

@XSLXANDY
Copy link

Sorry, I'm confused.
Is the training codes the same as the DnCNN? But DnCNN doesn't use HQS for training.
The loss (Equation 10 in paper) is divided into 2 equations (Equation 7 and 8 in paper). Then we need to update z{k+1} by using matconvnet. I have no idea what loss should I choose when I wanna update the net. Besides, I don't know what Mathematical expression the Φ term is.
Hope to get your help. Thanks a lot.

@cszn
Copy link
Owner

cszn commented Sep 12, 2018

@XSLXANDY IRCNN is a model-based optimization method. It is not an end-to-end training method. IRCNN plugs the CNN denoisers into the HQS inference. So, you only need to train the denoisers.

@cszn cszn mentioned this issue Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants