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

Regularization with external denoiser #1204

Open
ozanoktem opened this issue Oct 22, 2017 · 2 comments
Open

Regularization with external denoiser #1204

ozanoktem opened this issue Oct 22, 2017 · 2 comments

Comments

@ozanoktem
Copy link
Contributor

ozanoktem commented Oct 22, 2017

Now that Holger has implemented ADMM (issue #1198 and issues #1201 and #1202), it could be worthwhile to check out Regularization by Denoising (RED). This is an approach that is close to task based reconstruction that we are pursuing, but for denoising only.

RED offers a plug-and-play scheme that is capable of incorporating any image denoising algorithm, typically given by machine learning, and can treat general inverse problems. It corresponds to learning a prior that incorporates the denoising and the approach relies heavily on the ADMM-type of optimization technique in order to handle denoising and reconstruction in an intertwined manner. Since it solves an optimisation problem the authors can provide converge.

@kohr-h
Copy link
Member

kohr-h commented Oct 22, 2017

and the approach relies heavily on the ADMM-type of optimization technique

Is that true? I read the abstract as if they don't need that in contrast to earlier work. Looks interesting in any case.

@ozanoktem
Copy link
Contributor Author

@kohr-h is right, I was sloppy reading the abstract. The Plug-and-Play Prior (P^3) method is connected to ADMM, but the RED method seems to be compatible with a wider range of optimisation solvers, including gradient descent, ADMM, and a 'fixed-point method'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants