1. #1 on SemanticKITTI, https://github.com/ldkong1205/LaserMix, coming soon.

没谈motion的影响,why?

加上估计的motion会更好吧。

semi-supervised learning (SSL) in LiDAR segmentation

leverage the strong spatial cues of LiDAR point clouds to better exploit unlabeled data.

we achieve competitive results over fully-supervised counterparts with 2× to 5× fewer labels and improve the supervised-only baseline significantly by 10.8% on average. 关键是比Cylinder3D好了多少?没说!!

Untitled

LiDAR scans contain strong spatial prior. Objects and backgrounds around the egovehicle have a patterned distribution on different (lower, middle, upper) laser beams.

mixes the aforementioned laser partitioned areas A from two scans in an intertwining way, i.e., one takes from odd-indexed areas A1 = {a1, a3, ...} and the other takes from even-indexed areas A2 = {a2, a4, ...}, so that each area’s neighbor will be from the other scan:

Untitled

split point cloud into 8 non-overlapping areas, i.e., A = {a1, a2, ..., a8}. Each ai contains points captured from the consecutive 8 laser beams.

Untitled

mixing-based teacher-student training pipeline, 其实很普通

Untitled

only use the Teacher net during inference

References

  1. LaserMix for Semi-Supervised LiDAR Semantic Segmentation, 22 1.
  2. Guided point contrastive learning for semi-supervised point cloud semantic segmentation, iccv21
    1. no code
  3. SemanticKITTI: A Dataset for Semantic Scene Understanding of LiDAR Sequences, iccv19