笔记:半监督的3D语义分割

  • 半监督的意义:解决三维点云标注的时间和成本代价。

  • 基于点云的深度学习问题

    • voxel-based method 需要大量的memory cost
    • view-based method 对3D数据的密度敏感
    • point-based method 表现比较好,但是需要大量的标注信息
  • paper1:Guided Point Contrastive Learning for Semi-supervised Point Cloud Semantic Segmentation
    • It demonstrates unlabeled point clouds can help to enhance the feature learning in both indoor and outdoor scenes.

    • It extends contrastive learning to 3D point cloud semi-supervised semantic segmentation with pseudo-label guidance and confidence guidance.

      • It accordingly proposes the Guided Point Contrastive Learning framework for SSL-based point cloud segmentation and leverage the semantic predictions as pseudo guidance for improving the contrastive learning on unlabeled point clouds

    • It proposes a category-balanced sampling strategy to alleviate the point class imbalance issue and to increase the embedding diversity.

      • Category-balanced sampling for positive pairs: CBS evenly samples positive pairs from each category. 对于类别C,选中的positive pairs 数为:

      • Category-balanced sampling for negative point set: CBS collects negative samples from scenes in the entire training set instead of just from the current scene.(因为在在具体场景可能确实一些class)

  • paper2:SSPC-Net: Semi-supervised Semantic 3D Point Cloud Segmentation Network
    • Superpoint Graph Embedding


1.leverage the gated GNN to extract superpoints features. (由GNN网络提取到superpoint)
2.conduct the dynamic label propagation based on the superpoint graph strategy to generate pseudo labels.(进行动态标签传播,只考虑临近点,来产生伪标签点或者舍弃点)
3.perform a coupled attention mechanism to further boost the extraction of discriminative contextual features in the point cloud based on the supervised superpoints and the extended superpoints.(增强标签点和伪标签点的耦合关系)

  • paper3:Perturbed Self-Distillation: Weakly Supervised Large-Scale Point Cloud

Semantic Segmentation

  • It propose a perturbed self-distillation (PSD) framework.(可以有效建立标签点和无标签点的拓扑关系)

  • context-aware module(整合到PSD来改进拓扑结构)

  • paper4:Sparse-to-dense Feature Matching: Intra and Inter domain Cross-modal Learning in Domain Adaptation for 3D Semantic Segmentation

  • DsCML(动态稀疏到密集交叉模态学习策略): It enables the sparse point cloud features and dense pixel features can sufficiently interact with each other.(稀疏点云特征和密集像素特征能够充分交互)

  • CMAL(跨模态对抗学习): It is mainly utilized to narrow the domain gap by reducing the distribution difference between source and target domain.(利用对抗学习同时拉近模态间数据和域间数据的距离)

笔记:半监督的3D语义分割相关推荐

  1. 标注成本降低5倍!LaserMix:通用半监督LiDAR点云分割框架(新加坡南洋理工大学)...

    点击下方卡片,关注"自动驾驶之心"公众号 ADAS巨卷干货,即可获取 后台回复[LMix]获取论文! 后台回复[ECCV2022]获取ECCV2022所有自动驾驶方向论文! 后台回 ...

  2. 凸面镜反射场景无监督域适应语义分割的一些问题

    凸面镜反射场景无监督域适应语义分割的一些问题 大家好,我是来自北京大学的石永杰同学,最近我们组的工作<Unsupervised Domain Adaptation for Semantic Se ...

  3. 基于RGB和LiDAR融合的自动驾驶3D语义分割

    基于RGB和LiDAR融合的自动驾驶3D语义分割 论文 RGB and LiDAR fusion based 3D Semantic Segmentationfor Autonomous Drivin ...

  4. 论文笔记(FCN网络,语义分割):Fully Convolutional Networks for Semantic Segmentation

    FCN论文笔记:Fully Convolutional Networks for Semantic Segmentation 语义分割模型结构时序: FCN SegNet Dilated Convol ...

  5. 【NLP】博士笔记 | 深入理解深度学习语义分割

    点击上方"小白学视觉",选择加"星标"或"置顶" 重磅干货,第一时间送达 本文转自|机器学习初学者 引言:最近自动驾驶项目需要学习一些语义分 ...

  6. 笔记 | 深入理解深度学习语义分割

    点击上方"小白学视觉",选择加"星标"或"置顶" 重磅干货,第一时间送达 本文转自:计算机视觉联盟 本文内容概述王博Kings最近的语义分割 ...

  7. 博士笔记 | 深入理解深度学习语义分割

    点击上方"小白学视觉",选择加"星标"或"置顶" 重磅干货,第一时间送达本文转自|机器学习初学者 本文内容概述王博Kings最近的语义分割学 ...

  8. 3D 语义分割——2DPASS

  9. 3D 语义分割——Cylinder3D

最新文章

  1. ORA-01555 snapshot too old
  2. 第21/24周 性能监控(PAL工具)
  3. 经济学相关资料20170924.词袋.books
  4. 操作系统上机作业--根据莱布尼兹级数计算PI(1)(多线程)
  5. Java常见面试知识点:继承、接口、多态、代码块
  6. 在git的Bash下进行复制粘贴
  7. 如何在centos上安装epel源
  8. [leetcode]5355. T 秒后青蛙的位置
  9. 免费数据恢复软件恢复SanDisk丢失的资料
  10. Android Layout
  11. 一加6android9玩飞车掉,解锁新速度:一加6T深度评测
  12. 光纤存储服务器虚拟化,光纤存储DELL MD3600连接VMware ESX 65
  13. android 屏幕滚动字幕,LED灯牌显示屏滚动字幕
  14. 不占用系统资源的休眠linux c,Linux-c系统编程
  15. 安卓内存监控工具,2021年Android面试心得,系列教学
  16. 火力全开的网易云,会不会给云计算市场增加新的变数?
  17. exit和return的区别
  18. Android 多进程使用场景
  19. 网课查题公众号 对接查题题库
  20. PB修改源码时报错:C0176: Badly ordered TYPE and VARIABLE declarations. Is this modified exported source?

热门文章

  1. 函数重载、运算符重载
  2. 【 C++入门 】函数重载、extern“C“
  3. C语言 快速排序——qsort函数详解
  4. 无需破解!激活正版Windows 7旗舰版 二枚神KEY
  5. 2021赣一中高考成绩查询,江西赣州名列前茅的4所高中,成绩一目了然,2021谁能拔得头筹?...
  6. 域控服务器的hyperv,hyper-v域控服务器时间同步设置手册
  7. vue树结构横向纵向组合展示效果实现
  8. [SSD核心技术:FTL 7] 固态硬盘 FTL 坏块是怎样管理的 | NAND闪存坏块管理研究
  9. 常见的服务器存储技术有哪几种
  10. gtx1050双显卡 linux,ubuntu16.04+GTX1050-Ti+cuda8.0(解决桌面重复登录)