Skip to content

sekilab/RoadDamageGAN

Repository files navigation

RoadDamageGAN

Abstract

Many studies have used machine learning and image processing to automatically detect road damage. However, as serious road damages (pot hole, etc.) are less frequent, collecting sufficient amount of training data and adequately training the damage detection model are difficult. Therefore, in this study, we showed that by using generative adversarial networks (GANs) to obtain a damaged road image and use it as training data, the accuracy of judging the damage detection model can be improved. We conducted experiments using 15,430 damaged road images, and showed that the use of GAN-generated images improves the accuracy of judgment from 92% to 94%. We also showed the differences in the accuracy of the classification model based on the number of original training data. The dataset, our experimental results, and the code used in this study are publicly available.

Figures

img0

Left: Sample image of Road Damage Dataset~\cite{c9}, middle: cropped area from the original image, right: resized image of \(128\times128 pixels\) from the cropped image

img1

From top raw to bottom, original damaged-road images, and generated images trained by 100, 500, 1000, 5000, and 10,000 damaged-road images

img2

Accuracy results for road-damage classification with the increase of the training set. The red and blue lines show the effects of adding classic and synthetic data augmentation.

Citation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages