当前位置: 首页 > article >正文

点云识别模型汇总整理

点云识别模型主要分类:

目前主流的点云识别模型主要分为

  • 基于点直接处理的方法:PointNet、PointNet++ 、DGCNN、 PointCNN、 Point Transformer、 RandLA-Net、 PointMLP、 PointNeXt ;
  • 基于体素化的方法:VoxelNet、SECOND、PV-RCNN、3DmFV-Net ;
  • 基于多视图的方法:MVCNN、RotationNet;
  • 混合方法:PointPillars、PV-RCNN;
点云识别代表模型
模型论文代码特点
PointNet & PointNet++PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric SpaceTensorFlow 实现直接处理原始点云,PointNet 使用全局特征提取,PointNet++ 引入分层特征学习和局部特征聚合。
DGCNN (Dynamic Graph CNN)Dynamic Graph CNN for Learning on Point CloudsPyTorch 实现通过动态图卷积捕获局部几何结构,适用于点云分类和分割。
PointCNNPointCNN: Convolution On -Transformed PointsTensorFlow 实现使用χ-Conv 操作对点云进行卷积,解决点云无序性问题。
KPConv (Kernel Point Convolution)KPConv: Flexible and Deformable Convolution for Point CloudsPyTorch 实现基于点云的稀疏卷积核,支持灵活的感受野控制。
Point TransformerPoint TransformerPyTorch 实现将 Transformer 引入点云处理,利用自注意力机制建模长程依赖。
PV-RCNN (Point-Voxel CNN)PV-RCNN: Point-Voxel Feature Set Abstraction for 3D Object DetectionPV-RCNN结合体素和点特征的 3D 目标检测方法,平衡效率和精度。
3DmFV-NetSearch for a W’ boson decaying to a vector-like quark and a top or bottom quark in the all-jets final stat3DmFV-Net基于高斯混合模型(GMM)的体素特征表示,适用于分类和分割。
RandLA-NetRandLA-Net: Efficient Semantic Segmentation of Large-Scale Point CloudsRandLA-Net高效的大规模点云语义分割,使用随机采样和局部特征聚合。
PointMLPRethinking Network Design and Local Geometry in Point Cloud: A Simple Residual MLP FrameworkpointMLP-pytorch纯 MLP 结构,通过残差连接和几何仿射变换提升性能。
PointNeXtPointNeXt: Revisiting PointNet++ with Improved Training and Scaling StrategiesPointNeXtPointNet++ 的改进版,通过模块化设计提升泛化能力。
VoxelNetVoxelNet: End-to-End Learning for Point Cloud Based 3D Object DetectionVoxelnet早期体素化方法,使用3D卷积网络。
SECONDAsynchronous Stochastic Composition Optimization with Variance Reductionsecond.pytorch稀疏卷积优化VoxelNet,提升效率。
MVCNNVery Deep Convolutional Networks for Large-Scale Image Recognitionmvcnn多视角2D投影+CNN融合,经典多视图方法。
RotationNetRotationNet: Joint Object Categorization and Pose Estimation Using Multiviews from Unsupervised Viewpointsrotationnet多视角+视角预测联合优化。
PointPillarsPointPillars: Fast Encoders for Object Detection from Point CloudsPointPillars将点云转换为“伪图像”(柱状体素),适合实时检测。

框架集成:
Open3D-ML
MMDetection3D

http://www.lryc.cn/news/2394980.html

相关文章:

  • 项目更改权限后都被git标记为改变,怎么去除
  • 网络编程1_网络编程引入
  • 【Day38】
  • HTML Day04
  • 佳能 Canon G3030 Series 打印机信息
  • 云原生安全基石:Kubernetes 核心概念与安全实践指南
  • 图像修复的可视化demo代码
  • autodl 安装了多个conda虚拟环境 选择合适虚拟环境的语句
  • 【AI工具应用】使用 trae 实现 word 转成 html
  • ansible-playbook 进阶 接上一章内容
  • 趋势直线指标
  • 基线配置管理:为什么它对网络稳定性至关重要
  • AWS WebRTC:获取ICE服务地址(part 1)
  • Nest全栈到失业(一):Nest基础知识扫盲
  • 摩尔线程S4000国产信创计算卡性能实战——Pytorch转译,多卡P2P通信与MUSA编程
  • Tesseract OCR 安装与中文+英文识别实现
  • Cypress + React + TypeScript
  • 每个路由器接口,都必须分配所属网络内的 IP 地址,用于转发数据包
  • c++第四课(基础c)——布尔变量
  • 第2期:APM32微控制器键盘PCB设计实战教程
  • Docker-搭建MySQL主从复制与双主双从
  • LeetCode - 203. 移除链表元素
  • canvas 实现全屏倾斜重复水印
  • vue3项目 前端文件下载的两种工具函数
  • SpringAI系列 - 升级1.0.0
  • 5.31 day33
  • Vue3 + VTable 高性能表格组件完全指南,一个基于 Canvas 的高性能表格组件
  • 【七. Java字符串操作与StringBuilder高效拼接技巧】
  • 题解:洛谷 P12672 「LAOI-8」近期我们注意到有网站混淆视听
  • HTML 计算网页的PPI