English

Recursive Video Lane Detection

Computer Vision and Pattern Recognition 2023-08-23 v1

Abstract

A novel algorithm to detect road lanes in videos, called recursive video lane detector (RVLD), is proposed in this paper, which propagates the state of a current frame recursively to the next frame. RVLD consists of an intra-frame lane detector (ILD) and a predictive lane detector (PLD). First, we design ILD to localize lanes in a still frame. Second, we develop PLD to exploit the information of the previous frame for lane detection in a current frame. To this end, we estimate a motion field and warp the previous output to the current frame. Using the warped information, we refine the feature map of the current frame to detect lanes more reliably. Experimental results show that RVLD outperforms existing detectors on video lane datasets. Our codes are available at https://github.com/dongkwonjin/RVLD.

Keywords

Cite

@article{arxiv.2308.11106,
  title  = {Recursive Video Lane Detection},
  author = {Dongkwon Jin and Dahyun Kim and Chang-Su Kim},
  journal= {arXiv preprint arXiv:2308.11106},
  year   = {2023}
}

Comments

ICCV 2023 accepted

R2 v1 2026-06-28T12:00:59.362Z