ShiQiu0419 / GBNet

Geometric Back-projection Network for Point Cloud Classification (IEEE Transactions on Multimedia, TMM 2021)
MIT License
45 stars 2 forks source link

Is the CAA module generic? #5

Open shuaiqikai opened 1 year ago

shuaiqikai commented 1 year ago

Is this CAA module only applicable to this paper? What about other methods that are not attention mechanisms?

ShiQiu0419 commented 1 year ago

Theorectically it is generic for different usages, since the input of CAA is NxC while the output is also NxC (N can be a flaten form of WxH).

We have only tested it on poin cloud classification/segmentation/detection, as presented in the paper.