English

SeFlow: A Self-Supervised Scene Flow Method in Autonomous Driving

Computer Vision and Pattern Recognition 2024-09-18 v2 Robotics

Abstract

Scene flow estimation predicts the 3D motion at each point in successive LiDAR scans. This detailed, point-level, information can help autonomous vehicles to accurately predict and understand dynamic changes in their surroundings. Current state-of-the-art methods require annotated data to train scene flow networks and the expense of labeling inherently limits their scalability. Self-supervised approaches can overcome the above limitations, yet face two principal challenges that hinder optimal performance: point distribution imbalance and disregard for object-level motion constraints. In this paper, we propose SeFlow, a self-supervised method that integrates efficient dynamic classification into a learning-based scene flow pipeline. We demonstrate that classifying static and dynamic points helps design targeted objective functions for different motion patterns. We also emphasize the importance of internal cluster consistency and correct object point association to refine the scene flow estimation, in particular on object details. Our real-time capable method achieves state-of-the-art performance on the self-supervised scene flow task on Argoverse 2 and Waymo datasets. The code is open-sourced at https://github.com/KTH-RPL/SeFlow along with trained model weights.

Keywords

Cite

@article{arxiv.2407.01702,
  title  = {SeFlow: A Self-Supervised Scene Flow Method in Autonomous Driving},
  author = {Qingwen Zhang and Yi Yang and Peizheng Li and Olov Andersson and Patric Jensfelt},
  journal= {arXiv preprint arXiv:2407.01702},
  year   = {2024}
}

Comments

25 pages (14 main pages + 11 supp materail), 5 figures, ECCV 2024

R2 v1 2026-06-28T17:25:37.068Z