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

Questions about Vertex state initialization #98

Open
FelipeArenasUribe opened this issue Apr 3, 2023 · 0 comments
Open

Questions about Vertex state initialization #98

FelipeArenasUribe opened this issue Apr 3, 2023 · 0 comments

Comments

@FelipeArenasUribe
Copy link

Dear authors,

It is clear from your paper that the input to the first MLP for feature extraction is a 1D vector containing the features from the vertex's neighbors. However, I do not understand how you build a 1D vector from a set of 1 or more neighbors?

In your code, the PointSet Pooling class uses as an input a [N, M] tensor with the point features. This wouldn't be consistent with the paper. Can you please explain how this tensor 2D tensor is transformed into a 1D tensor that you use as an input for the feature extraction MLP?

Additionally, Do you use the same MLP for all sets of neighbors? Or do you use a different MLP for each set?

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