sw-gong / spiralnet_plus

SpiralNet++: A Fast and Highly Efficient Mesh Convolution Operator (ICCV-W 2019)
https://arxiv.org/abs/1911.05856
MIT License
123 stars 23 forks source link

How is the information propagated in the process of pooling? #11

Open madkn opened 9 months ago

madkn commented 9 months ago

As I understood, in the encoders' forward of the reconstruction model, pooling operation only preserves features of the predefined (by the transform.pkl file) vertices. Since there is no averaging or maxing out, how is the information from the neighboring vertices propagated into downsampled representations of the mesh? By participating in the convolutions before poolings only?

Thank you!