CVLGROMLDec 1, 2019

RST-MODNet: Real-time Spatio-temporal Moving Object Detection for Autonomous Driving

arXiv:1912.00438v119 citations
Originality Incremental advance
AI Analysis

This addresses the critical need for efficient and accurate detection of moving objects to enhance safety in autonomous vehicles, representing an incremental advancement in real-time performance.

The paper tackles the problem of moving object detection for autonomous driving by proposing a real-time CNN architecture that uses spatio-temporal context, achieving an 8% improvement over baselines on the KITTI dataset and competitive accuracy with three times better run-time.

Moving Object Detection (MOD) is a critical task for autonomous vehicles as moving objects represent higher collision risk than static ones. The trajectory of the ego-vehicle is planned based on the future states of detected moving objects. It is quite challenging as the ego-motion has to be modelled and compensated to be able to understand the motion of the surrounding objects. In this work, we propose a real-time end-to-end CNN architecture for MOD utilizing spatio-temporal context to improve robustness. We construct a novel time-aware architecture exploiting temporal motion information embedded within sequential images in addition to explicit motion maps using optical flow images.We demonstrate the impact of our algorithm on KITTI dataset where we obtain an improvement of 8% relative to the baselines. We compare our algorithm with state-of-the-art methods and achieve competitive results on KITTI-Motion dataset in terms of accuracy at three times better run-time. The proposed algorithm runs at 23 fps on a standard desktop GPU targeting deployment on embedded platforms.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes