0
点赞
收藏
分享

微信扫一扫

2019-cvpr-PointWeb


PointWeb: Enhancing Local Neighborhood Features for Point Cloud Processing

cvpr 2019

Hengshuang Zhao

地址:https://github.com/hszhao/PointWeb

1、创新

针对之前的方法(PointNet、dgcnn的局部点云表达弱的问题,提出了一种考虑局部内所有点之间作用的module。

2019-cvpr-PointWeb_模式识别

2、具体表现

主要就是提出一个Adaptive Feature Adjustment(AFA)模块:

通过计算局部内所有点之间的影响来获得特征,更好地利用了邻域信息,有点类似于2020发表在模式识别上的这篇文章《Point attention network for semantic segmentation of 3D point clouds》,都是开始的时候考虑所有邻域点的影响来更新中心点。

2019-cvpr-PointWeb_模式识别_02

中心点的特征更新为:


2019-cvpr-PointWeb_邻域_03

也就是下式:


2019-cvpr-PointWeb_数据集_04

最终整理就会得到:


2019-cvpr-PointWeb_PointWeb_05

其中:

2019-cvpr-PointWeb_PointWeb_06

网络结构如下:

2019-cvpr-PointWeb_PointWeb_07

3、实验

只关注了S3DIS数据集的表现:

2019-cvpr-PointWeb_模式识别_08


举报

相关推荐

0 条评论