tegusi / RGCNN

Regularized Graph CNN for Point Cloud Segmentation
https://arxiv.org/abs/1806.02952
Apache License 2.0
54 stars 9 forks source link

Question on Updated Graph Laplacian #3

Open liarba opened 5 years ago

liarba commented 5 years ago

Hi, I noticed in your paper that you use features from each layer to reconstruct the graph and update the Graph Laplacian. However, I find in the released code, the Graph Laplacian is fixed according to its initial position and feature. Could you share the code or experience with the updated Graph Laplacian? Will the updated graph laplacian lead to better results? Thank you!

mayurmallya commented 4 years ago

Hi @tegusi ,

Kindly share your thoughts on the question put forward by @liarba. I'm currently working on GNNs and would like to know if the graph laplacian needs to be updated.

Thank you very much in advance.

tegusi commented 4 years ago

The laplacian can be calculated easily by calling get_laplacian here.