Is the CAA module generic?
Opened this issue · 1 comments
shuaiqikai commented
Is this CAA module only applicable to this paper? What about other methods that are not attention mechanisms?
ShiQiu0419 commented
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.