CVSep 24, 2019

Enhancing Traffic Scene Predictions with Generative Adversarial Networks

arXiv:1909.10833v1
Originality Incremental advance
AI Analysis

This work addresses the need for reliable object detection in predicted frames for autonomous vehicles, representing an incremental improvement over existing video prediction methods.

The authors tackled the problem of improving traffic scene predictions for autonomous driving by introducing a two-stage pipeline that first generates future frames and then enhances them using GAN-based methods, resulting in a 9% increase in average precision for car detection per prediction step.

We present a new two-stage pipeline for predicting frames of traffic scenes where relevant objects can still reliably be detected. Using a recent video prediction network, we first generate a sequence of future frames based on past frames. A second network then enhances these frames in order to make them appear more realistic. This ensures the quality of the predicted frames to be sufficient to enable accurate detection of objects, which is especially important for autonomously driving cars. To verify this two-stage approach, we conducted experiments on the Cityscapes dataset. For enhancing, we trained two image-to-image translation methods based on generative adversarial networks, one for blind motion deblurring and one for image super-resolution. All resulting predictions were quantitatively evaluated using both traditional metrics and a state-of-the-art object detection network showing that the enhanced frames appear qualitatively improved. While the traditional image comparison metrics, i.e., MSE, PSNR, and SSIM, failed to confirm this visual impression, the object detection evaluation resembles it well. The best performing prediction-enhancement pipeline is able to increase the average precision values for detecting cars by about 9% for each prediction step, compared to the non-enhanced predictions.

Foundations

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

Your Notes