English

Self-Supervised Multi-Frame Monocular Scene Flow

Computer Vision and Pattern Recognition 2021-05-06 v1 Machine Learning Robotics

Abstract

Estimating 3D scene flow from a sequence of monocular images has been gaining increased attention due to the simple, economical capture setup. Owing to the severe ill-posedness of the problem, the accuracy of current methods has been limited, especially that of efficient, real-time approaches. In this paper, we introduce a multi-frame monocular scene flow network based on self-supervised learning, improving the accuracy over previous networks while retaining real-time efficiency. Based on an advanced two-frame baseline with a split-decoder design, we propose (i) a multi-frame model using a triple frame input and convolutional LSTM connections, (ii) an occlusion-aware census loss for better accuracy, and (iii) a gradient detaching strategy to improve training stability. On the KITTI dataset, we observe state-of-the-art accuracy among monocular scene flow methods based on self-supervised learning.

Keywords

Cite

@article{arxiv.2105.02216,
  title  = {Self-Supervised Multi-Frame Monocular Scene Flow},
  author = {Junhwa Hur and Stefan Roth},
  journal= {arXiv preprint arXiv:2105.02216},
  year   = {2021}
}

Comments

To appear at CVPR 2021. Code available: https://github.com/visinf/multi-mono-sf

R2 v1 2026-06-24T01:48:43.364Z