Data augmentation with Symbolic-to-Real Image Translation GANs for Traffic Sign Recognition
Nour Soufi, Matias Valdenegro-Toro

TL;DR
This paper explores using pix2pix GANs for data augmentation in traffic sign recognition, showing modest accuracy improvements but also highlighting limitations compared to traditional augmentation methods.
Contribution
It demonstrates the application of symbolic-to-real image translation GANs for data augmentation in traffic sign recognition and compares its effectiveness to traditional techniques.
Findings
GAN-based augmentation increased accuracy by approximately 2%.
Traditional augmentation techniques sometimes outperform GANs.
GANs may not always be the best choice for data augmentation.
Abstract
Traffic sign recognition is an important component of many advanced driving assistance systems, and it is required for full autonomous driving. Computational performance is usually the bottleneck in using large scale neural networks for this purpose. SqueezeNet is a good candidate for efficient image classification of traffic signs, but in our experiments it does not reach high accuracy, and we believe this is due to lack of data, requiring data augmentation. Generative adversarial networks can learn the high dimensional distribution of empirical data, allowing the generation of new data points. In this paper we apply pix2pix GANs architecture to generate new traffic sign images and evaluate the use of these images in data augmentation. We were motivated to use pix2pix to translate symbolic sign images to real ones due to the mode collapse in Conditional GANs. Through our experiments we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHandwritten Text Recognition Techniques · Advanced Neural Network Applications · Vehicle License Plate Recognition
MethodsConcatenated Skip Connection · PatchGAN · Batch Normalization · HuMan(Expedia)||How do I get a human at Expedia? · Sigmoid Activation · Pix2Pix · *Communicated@Fast*How Do I Communicate to Expedia? · Residual Connection · Average Pooling · Fire Module
