OMR: Occlusion-Aware Memory-Based Refinement for Video Lane Detection
Dongkwon Jin, Chang-Su Kim
TL;DR
This work tackles the problem of video lane detection under occlusion by introducing occlusion‑aware memory‑based refinement (OMR). The method detects latent obstacles, uses memory across frames, and refines current‑frame features to reliably recover occluded lanes, implemented through four stages: encoding, latent obstacle detection, OMR, and decoding. A two‑step training procedure and a novel synthetic data augmentation strategy enhance robustness to occlusion and temporal variations. Empirical results on VIL‑100 and OpenLane‑V show improved temporal stability and competitive accuracy, with real‑time speed (~105 FPS), demonstrating practical impact for robust video lane detection in challenging scenarios.
Abstract
A novel algorithm for video lane detection is proposed in this paper. First, we extract a feature map for a current frame and detect a latent mask for obstacles occluding lanes. Then, we enhance the feature map by developing an occlusion-aware memory-based refinement (OMR) module. It takes the obstacle mask and feature map from the current frame, previous output, and memory information as input, and processes them recursively in a video. Moreover, we apply a novel data augmentation scheme for training the OMR module effectively. Experimental results show that the proposed algorithm outperforms existing techniques on video lane datasets. Our codes are available at https://github.com/dongkwonjin/OMR.
