Data Augmentation for Fire Detection
How to use Style Tranfer for Data Augmentation in a Fire Detection System
Style transfer is a technique that allows you to change the appearance of an image by applying the style of another image. For example, you can make a photo look like a painting by transferring the style of a famous artist. Style transfer is usually done by using neural networks or deep learning, which can learn the features and patterns of different images and blend them together. Style transfer can be used for various purposes, such as creating digital art, enhancing photos, or generating new images. The following image show an instance of style transfer. Other instances could be accesible from our repository.
Paper Abstract:
In realm of deep learning, the availability of robust training data is paramount. To overcome the scarcity of training samples, we delve into the realm of “data augmentation” techniques. Within this study, we harness the transformative capabilities of the “style transfer” algorithm, which enables the transfer of visual styles from daytime to nighttime images. By leveraging this approach, we augment our training dataset for fire detection, where nighttime samples are limited. The experimental results demonstrate a notable 7% increase in the correct detection rate, affirming the efficacy of our data augmentation method. For comprehensive insights, please consult the corresponding Github repository.