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

Norm of DA_inv of DPGD #34

Open
EnLAI111 opened this issue Jun 15, 2022 · 0 comments
Open

Norm of DA_inv of DPGD #34

EnLAI111 opened this issue Jun 15, 2022 · 0 comments

Comments

@EnLAI111
Copy link
Collaborator

EnLAI111 commented Jun 15, 2022

In the algorithm Dual proximal gradient descent, we need $\ || DA^{\dagger} \ ||_2^2$ to calculate stepsize.

When $A$ is a matrix, it's possible to get $A^{\dagger}$ by np.linalg.pinv, but when $A$ is an linear operator, it's difficult to get its inverse. $A$ could be an operation of convolution, and it could also be a mutiplication by a matrix.

We have tried to approximate it

  • by $\frac{1}{|| AD^{\dagger} ||_2^2}$, but it turned out its not the same value for every case;
  • by np.fft.fft, but it didn't work neither.
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

1 participant