English

PointVector: A Vector Representation In Point Cloud Analysis

Computer Vision and Pattern Recognition 2023-03-29 v3

Abstract

In point cloud analysis, point-based methods have rapidly developed in recent years. These methods have recently focused on concise MLP structures, such as PointNeXt, which have demonstrated competitiveness with Convolutional and Transformer structures. However, standard MLPs are limited in their ability to extract local features effectively. To address this limitation, we propose a Vector-oriented Point Set Abstraction that can aggregate neighboring features through higher-dimensional vectors. To facilitate network optimization, we construct a transformation from scalar to vector using independent angles based on 3D vector rotations. Finally, we develop a PointVector model that follows the structure of PointNeXt. Our experimental results demonstrate that PointVector achieves state-of-the-art performance 72.3% mIOU\textbf{72.3\% mIOU} on the S3DIS Area 5 and 78.4% mIOU\textbf{78.4\% mIOU} on the S3DIS (6-fold cross-validation) with only 58%\textbf{58\%} model parameters of PointNeXt. We hope our work will help the exploration of concise and effective feature representations. The code will be released soon.

Keywords

Cite

@article{arxiv.2205.10528,
  title  = {PointVector: A Vector Representation In Point Cloud Analysis},
  author = {Xin Deng and WenYu Zhang and Qing Ding and XinMing Zhang},
  journal= {arXiv preprint arXiv:2205.10528},
  year   = {2023}
}

Comments

Accepted by CVPR2023

R2 v1 2026-06-24T11:24:08.544Z