jbmusso / awesome-graph

A curated list of resources for graph databases and graph computing tools
1.13k stars 116 forks source link

Signal Processing on Graphs #2

Open mdeff opened 6 years ago

mdeff commented 6 years ago

Our lab is developing the PyGSP, a python package for graph signal processing. It may be relevant to your graph computing list. Our approach is different from the other packages as we take a signal processing point-of-view to computations. The Emerging Field of Signal Processing on Graphs provides a nice overview.

jbmusso commented 6 years ago

Thanks for the links. I don't have the mathematical background to understand this topic, but that doesn't mean we can't add this library here (and its Matlab counterpart?). Also, I'm really curious about the potential applications in social, energy or transportation.

mdeff commented 6 years ago

Applications are plenty indeed. It has been used for traffic forecasting, biology (where molecules are modeled as graphs), chemistry, neuroscience (with functional or structural connectomes), computer graphics (points clouds and meshes), and many more. Most of it is still research. I'm not sure about commercial applications.

We can add the matlab counterpart as well. ;) Note that it is however not maintained anymore (our lab moved to Python). At least as long as none of its users is willing to take over.