Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 3.48 KB

README-REFERENCE.md

File metadata and controls

71 lines (44 loc) · 3.48 KB

2021

ICCV

1、[ICCV] DRINet: A Dual-Representation Iterative Learning Network for Point Cloud Segmentation. [Segmentation] [no code]

Title: DRINet:用于点云分割的双重表示迭代学习网络

Abstract

问题:1、如何找到合适的方法表示点云数据结构来保持其自身的内部物理属性(排列不变性和尺度不变性)?

解决:提出了双重表示迭代学习点云分割。

优势:在特征转移方面具有很好的灵活性;对于大规模点云计算成本低;

核心模块:

DRINet 将特征学习过程解耦为 SPVFE 和 SVPFE。

  • Sparse Point-Voxel Feature Ex-traction 稀疏的 点-体素提取 在 SPVFE 中,DRINet 通过新颖的多尺度池化层生成更好的逐点特征,该层可以聚合不同尺度的特征。

  • Sparse Voxel-Point Feature Extraction 稀疏的 体素-点提取 在 SVPFE 中,当放弃引入巨大内存占用的双线性收集操作时,提出了注意力收集来处理特征退化。

    通过迭代使用这两个模块,在两种不同的表示之间传播特征。

  • 提出逐点局部学习新型多尺度池化层来改善上下文信息的传播

成就:

​ 大规模户外场景上得到62ms/帧,点云分类和分割上效果最优。

数据集:

  • 户外语义分割:SemanticKITTI场景分割
  • 户内任务:ModelNet40分类、ShapeNet Part部件分割、S3DIS场景分割。

image-20211023115809378

image-20211023115831731

2、[ICCV] ReDAL: Region-based and Diversity-aware Active Learning for Point Cloud Semantic Segmentation. [Segmentation]

3、[ICCV] Learning with Noisy Labels for Robust Point Cloud Segmentation. [code][Segmentation]

4、[ICCV] Instance Segmentation in 3D Scenes using Semantic Superpoint Tree Networks. [code][Segmentation]

5、[ICCV] Hierarchical Aggregation for 3D Instance Segmentation. [code][Segmentation]

6、[ICCV] Point Transformer. [Transformer]

7、[ICCV] TempNet: Online Semantic Segmentation on Large-scale Point Cloud Series. [Segmentation]

8、[ICCV] Perturbed Self-Distillation: Weakly Supervised Large-Scale Point Cloud Semantic Segmentation. [Segmentation]

9、[ICCV] Guided Point Contrastive Learning for Semi-Supervised Point Cloud Semantic Segmentation. [Segmentation]

10、[ICCV] Superpoint Network for Point Cloud Oversegmentation.[code] [Segmentation]