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

Question about the Matrix D #8

Open
HoracceFeng opened this issue Sep 3, 2021 · 3 comments
Open

Question about the Matrix D #8

HoracceFeng opened this issue Sep 3, 2021 · 3 comments

Comments

@HoracceFeng
Copy link

Hi @tiepvupsu ,

I am now reproducing the FISTA code based on the paper. I find out that the matrix A defined in the paper is the same as the matrix D in your code. My question is, if I am doing a image restoration task, I need to construct a matrix A as the paper section 5.1 states (A=RW), but in your code, this step is ignored and replaced as D=normc(rand(d,k)), would you please explain how to use your code to reproduce the result shown in the paper? I have tried your way to define D, but thing's not work.

Thank you.

@tiepvupsu
Copy link
Owner

Hi @HoracceFeng, I'm not which paper you are taking about, but A in your equation looks different from D in my code.

Specifically, my code try to solve X from minimizing ||Y - DX||_s^2 with some regularization, while it looks like you are solving R or W from ||A - RW||_2^2 with some regularization. So A in yours is equivalent to Y in this code.

@HoracceFeng
Copy link
Author

HoracceFeng commented Sep 3, 2021 via email

@tiepvupsu
Copy link
Owner

Hi @HoracceFeng,

This repo focuses on solving x to minimize ||y - Ax||_s^2 with some regularization given y and A. How to set up y and A in a specific problem is out of scope here. Sorry I couldn't help with it.

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