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

Choice of cascading level and number of frames per level #29

Closed
XiangY-Q opened this issue Mar 18, 2021 · 1 comment
Closed

Choice of cascading level and number of frames per level #29

XiangY-Q opened this issue Mar 18, 2021 · 1 comment

Comments

@XiangY-Q
Copy link

Hi, thanks for your work and the pre-trained model. Two questions not really related to the repo itself.

  1. Regarding architecture, have you experimented with more cascading levels/steps (say, 3-steps denoising so information from a longer sequence might be exploited) or more number of frames for each denoising block (also lead to usage of longer sequence)? Do you observe/expect any improvement by leveraging more frames?

  2. For image denoisers, a mismatch between input noisy image and noise map (say, actual input noise level 25 but input noise map 50) could lead to catastrophic failure of denoising networks. Do you observe similar phenomenon? What's the target noise range of the pretrained model provided?

Thanks:P

@m-tassano
Copy link
Owner

Hi,
Regarding 1) I suggest you reading the supplementary material where I included some ablation studies. Basically, there are no significant changes in performance when using more input frames.

As for 2), the model was trained with sigmas in [5, 55]. The mismatch example you give is a severe one. In particular, I would expect the model to largely overdenoise the input, as any other denoiser would do. However, this is only what I expect would happen in this scenario, I haven't experimented much in this regard.

Hope this helps

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

2 participants