English

DeFlow: Decoder of Scene Flow Network in Autonomous Driving

Computer Vision and Pattern Recognition 2024-01-30 v1 Robotics

Abstract

Scene flow estimation determines a scene's 3D motion field, by predicting the motion of points in the scene, especially for aiding tasks in autonomous driving. Many networks with large-scale point clouds as input use voxelization to create a pseudo-image for real-time running. However, the voxelization process often results in the loss of point-specific features. This gives rise to a challenge in recovering those features for scene flow tasks. Our paper introduces DeFlow which enables a transition from voxel-based features to point features using Gated Recurrent Unit (GRU) refinement. To further enhance scene flow estimation performance, we formulate a novel loss function that accounts for the data imbalance between static and dynamic points. Evaluations on the Argoverse 2 scene flow task reveal that DeFlow achieves state-of-the-art results on large-scale point cloud data, demonstrating that our network has better performance and efficiency compared to others. The code is open-sourced at https://github.com/KTH-RPL/deflow.

Keywords

Cite

@article{arxiv.2401.16122,
  title  = {DeFlow: Decoder of Scene Flow Network in Autonomous Driving},
  author = {Qingwen Zhang and Yi Yang and Heng Fang and Ruoyu Geng and Patric Jensfelt},
  journal= {arXiv preprint arXiv:2401.16122},
  year   = {2024}
}

Comments

7 pages, 4 figures, Code check https://github.com/KTH-RPL/deflow, accepted by ICRA 2024

R2 v1 2026-06-28T14:30:08.981Z