Deep Hough Voting for 3D Object Detection in Point Clouds

该博客探讨了在3D点云中进行目标检测的问题,提出通过深度霍夫投票方法来改进直接在点云表面预测中心的不足。这种方法基于PointNet++,首先生成种子点,然后通过神经网络计算偏移量,得到候选中心点。进一步,通过对投票进行聚类和分类,得到目标提案和分类信息,从而实现更准确的3D对象检测。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在这里插入图片描述
paper
code

问题与灵感

整个方法based PointNet++

问题

  1. 3D目标检测的中心往往存在3D点云的内部不存在的点上,直接对点云的表面去预测中心所在的点效果可能不佳

灵感

  1. 通过霍夫投票的方式,对3D目标进行检测。
  2. 霍夫投票对于离散的点具有更高的可计算性

霍夫变换相关工作

  1. Jan Knopp, Mukta Prasad, and Luc Van Gool. Orientation invariant 3d object classification using hough transform based methods. In Proceedings of the ACM workshop on 3D object retrieval, pages 15–20. ACM, 2010. 2
  2. Jan Knopp, Mukta Prasad, and Luc Van Gool. Scene cut: Class-specific object detection and segmentation in 3d scenes. In 2011 International Conference on 3D Imaging, Modeling, Processing, Visualization and Transmission, pages 180–187. IEEE, 2011. 2
  3. Alexander Velizhev, Roman Shapovalov, and Konrad Schindler. Implicit shape models for object detection in 3d point clouds. In International Society of Photogrammetry and Remote Sensing Congress, volume 2, 2012. 2
  4. Oliver JWoodford, Minh-Tri Pham, Atsuto Maki, Frank Perbet, and Bj¨orn Stenger. Demisting the hough transform for 3d shape recognition and registration. International Journal of Computer Vision, 106(3):332–341, 2014. 2

论文架构

在这里插入图片描述

Learning to Vote in Point Clouds

generate vote

以N个具有3D坐标的点作为输入 -> 产生M种子点。

  • input:N×3
  • backbone:PointNet++ (several set-abstraction layers + feature propagation layers)
  • output: s i = [ x i : f i ] s_i=[x_i:f_i] si=[xi:fi], M×(3+C),其中 3 每个种子的3D坐标,C高维度特征.
Hough voting with deep networks

以vote 作为输入,计算每个vote中到中心点的偏移量

  • input: s i = [ x i : f i ] s_i=[x_i:f_i] si=
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值