CVLGJun 9, 2019

An Attention-based Recurrent Convolutional Network for Vehicle Taillight Recognition

arXiv:1906.03683v1
Originality Incremental advance
AI Analysis

This work addresses intent prediction and trajectory planning in automated driving, but it is incremental as it builds on existing deep learning techniques with attention enhancements.

The paper tackled vehicle taillight recognition for automated driving by proposing an end-to-end deep learning framework combining CNN, LSTM, and attention models, which outperformed state-of-the-art methods in accuracy on the UC Merced Vehicle Rear Signal Dataset.

Vehicle taillight recognition is an important application for automated driving, especially for intent prediction of ado vehicles and trajectory planning of the ego vehicle. In this work, we propose an end-to-end deep learning framework to recognize taillights, i.e. rear turn and brake signals, from a sequence of images. The proposed method starts with a Convolutional Neural Network (CNN) to extract spatial features, and then applies a Long Short-Term Memory network (LSTM) to learn temporal dependencies. Furthermore, we integrate attention models in both spatial and temporal domains, where the attention models learn to selectively focus on both spatial and temporal features. Our method is able to outperform the state of the art in terms of accuracy on the UC Merced Vehicle Rear Signal Dataset, demonstrating the effectiveness of attention models for vehicle taillight recognition.

Foundations

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

Your Notes