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

Stability of Laplacian Fourier basis on irregular graphs #34

Open
pinkfloyd06 opened this issue Jul 3, 2018 · 1 comment
Open

Stability of Laplacian Fourier basis on irregular graphs #34

pinkfloyd06 opened this issue Jul 3, 2018 · 1 comment

Comments

@pinkfloyd06
Copy link

Hello @mdeff ,

MNIST data are defined on 2D grid. Hence, we build graph on MNIST by supposing that each pixel is a node and the max number edges per node is 8. Hence, we have a regular and fixed graphs.

The Fourier basis is obtained by computing the Laplacian of the graph. Since the graphs are regulars, you pick at random a graph encoding an exemple of MNIST and compute its laplacian. This latter is used as the Fourier basis of MNIST.

  1. Why we don't compute the laplacian of each training exemple ?
  2. How do you explain that taking any Laplacian of MNIST example represents the Fourier Basis of the whole data ? Is there any effect on the stability of the Fourier Basis ? Does it apply also to irrigular graphs ?

Thank you for your answer.

@pinkfloyd06 pinkfloyd06 changed the title Stability of Laplacian Fourier basis for regular graphs Stability of Laplacian Fourier basis for irregular graphs Jul 3, 2018
@pinkfloyd06 pinkfloyd06 changed the title Stability of Laplacian Fourier basis for irregular graphs Stability of Laplacian Fourier basis on irregular graphs Jul 3, 2018
@mdeff
Copy link
Owner

mdeff commented Jul 20, 2020

All Laplacians are the same as every MNIST image is supported by the same 28x28 grid graph. For learned filters to generalize across different graphs/Laplacians, you make the hypothesis that the graphs are sampled from the same underlying continuous space.

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