VoxelNet

VoxelNet: End-to-End Learning for Point Cloud Based 3D Object Detection

CVPR18


摘要

在3D点云中准确检测目标是许多应用中的核心问题,例如自主导航,客房服务机器人和增强/虚拟现实。为了将高度稀疏的LiDAR点云与区域建议网络(RPN)进行接口,大多数现有的工作都集中在手工制作的特征表示上,例如鸟瞰图。 在这项工作中,我们避免了对3D点云进行手动特征,并提出了VoxelNet,这是一种通用3D检测网络,它将特征提取和边界框预测统一为一个单阶段端到端的网络。 具体来说,VoxelNet将点云划分为等距的3D体素,并通过新引入的体素特征编码(VFE)层将每个体素内的一组点转换为统一的特征表示。 以这种方式,将点云编码为descriptive volumetric representation,然后将其连接到RPN以生成检测。 KITTI汽车检测基准测试表明,VoxelNet在很大程度上优于基于LiDAR的最新3D检测方法。 此外,我们的网络可有效识别具有各种几何形状的物体,从而仅基于LiDAR,就可以对行人和骑自行车的人进行3D检测,从而获得令人鼓舞的结果。

问题

RPN是目标检测优化算法。 但是,这种方法要求数据密集且以tensor的结构(例如图像,视频)进行组织,而LiDAR点云则不是这种情况。希望能把RPN用到点云上。

创新

(1)提出了VoxelNet,这是一种通用的3D目标检测框架。

(2)设计了一种新颖的voxel feature encoding layer(VFE), 具体来说,VoxelNet将点云划分为等距的3D voxels,并通过堆叠的VFE层对每个voxels进行编码,然后3D卷积进一步聚合局部voxel特征,将点云转换为high-dimensional volumetric representation。 最后,RPN产生检测结果。

网络结构

在这里插入图片描述

(1) Feature learning network:Voxel Partition+Grouping+Random Sampling

  • Stacked Voxel Feature Encoding(VFE)

在这里插入图片描述

(2) Convolutional middle layers

  • ConvMD(cin, cout,k, s, p),扩大感受野,where cin and cout are the number of input and output channels, k, s, and p are the M-dimensional vectors corresponding to kernel size, stride size and padding size respectively

(3) Region proposal network1

在这里插入图片描述

Loss Function

在这里插入图片描述

3D ground truth box:(xgc ,ygc , zgc , lg,wg, hg, θg)
where xgc ,ygc , zgc represent the center location, lg,wg, hg are length, width, height of the box, and θg is the yaw rotation around Z-axis.

matching positive anchor:(xac ,yac , zac , la,wa, ha, θa)
d a = ( l a ) 2 + ( w a ) 2 d^{a}=\sqrt{(l^{a})^2+(w^{a})^2} da=(la)2+(wa)2

在这里插入图片描述

where pposi and pnegj represent the softmax output for positive
anchor aposi and negative anchor anegi respectively, while
ui and u*i are the regression output and ground truth for positive anchor aposi

前两项是归一化分类损失 Lcls是交叉熵损失。 Lreg是SmoothL1 function1

数据集

  • KITTI

实验结果

在这里插入图片描述

在这里插入图片描述

Notes

  • Note that, after concatenation operations in VFE, we reset the features corresponding to empty points to zero such that they do not affect the computed voxel features.

引用

[1] S. Ren, K. He, R. Girshick, and J. Sun. Faster r-cnn: Towardsreal-time object detection with region proposal networks.In Advances in Neural Information Processing Systems 28, pages 91–99. 2015

链接

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值