3 个月前

PCT:点云Transformer

PCT:点云Transformer

摘要

不规则的点云域结构以及缺乏有序性,给点云处理的深度神经网络设计带来了挑战。本文提出一种名为点云变换器(Point Cloud Transformer, PCT)的新框架,用于点云学习。PCT 基于 Transformer 架构,该架构在自然语言处理领域取得了巨大成功,并在图像处理任务中展现出巨大潜力。由于其固有的排列不变性(permutation invariant),PCT 能够有效处理点序列,因而特别适用于点云学习任务。为更好地捕捉点云内部的局部上下文信息,本文在输入嵌入阶段引入了最远点采样(farthest point sampling)和最近邻搜索(nearest neighbor search)机制以增强特征表示。大量实验结果表明,PCT 在形状分类、部件分割和法向估计等任务上均达到了当前最优(state-of-the-art)性能。

代码仓库

DLW3D/PCT_Pytorch
pytorch
GitHub 中提及
MenghaoGuo/PCT
官方
pytorch
GitHub 中提及
toothfairy42/PCT-pytorch
pytorch
GitHub 中提及
Strawberry-Eat-Mango/PCT_Pytorch
pytorch
GitHub 中提及
qq456cvb/Point-Transformers
pytorch
GitHub 中提及
uuyzhang/PCT_Pytorch
pytorch
GitHub 中提及
irmvlab/point-mamba
pytorch
GitHub 中提及
uyzhang/PCT_Pytorch
pytorch
GitHub 中提及
qinglew/PointCloudTransformer
pytorch
GitHub 中提及
ViniciusMikuni/PCT_HEP
tf
GitHub 中提及
Liu-Feng/PCT-tensorflow
tf
GitHub 中提及

基准测试

基准方法指标
3d-part-segmentation-on-shapenet-partPoint Cloud Transformer
Instance Average IoU: 86.4
3d-point-cloud-classification-on-intraPCT
F1 score (5-fold): 0.914
3d-point-cloud-classification-on-modelnet40Point Cloud Transformer
Number of params: 2.88M
Overall Accuracy: 93.2
3d-point-cloud-classification-on-modelnet40-cPCT
Error Rate: 0.255
point-cloud-classification-on-pointcloud-cPCT
mean Corruption Error (mCE): 0.925

用 AI 构建 AI

从想法到上线——通过免费 AI 协同编程、开箱即用的环境和市场最优价格的 GPU 加速您的 AI 开发

AI 协同编程
即用型 GPU
最优价格
立即开始

Hyper Newsletters

订阅我们的最新资讯
我们会在北京时间 每周一的上午九点 向您的邮箱投递本周内的最新更新
邮件发送服务由 MailChimp 提供
PCT:点云Transformer | 论文 | HyperAI超神经