Related Experiment Video
Updated: Jun 24, 2026

Image Recognition and Parameter Analysis of Concrete Vibration State Based on Support Vector Machine
Published on: January 5, 2024
RGB-based visual encoding of vibration data for gearbox fault diagnosis using U-Net segmentation model
İrfan Kiliç1, Gülşah Karaduman2, Beyda Tasar3
1Department of Software Engineering, Engineering Faculty, Firat University, Elazig, Turkey.
Abstract:
This study presents an innovative approach for diagnosing gearbox gear faults by enabling numerical vibration data analysis using image-based deep learning models. The Gearbox Fault Diagnosis Data set available on Kaggle was used to collect vibration signals from four different sensors (a1, a2, a3, a4). The maximum, minimum, and mean values of these signals were calculated and normalized within the [0-255] range and then mapped to the red, green, and blue (RGB) color channels, respectively. As a result, 500 images of 256 × 256 pixels were generated for each category. Then, these image representations were used to train a pre-trained U-Net deep learning model for segmentation, with only 10 training epochs. The model achieved a classification accuracy of 99.87% and an mean average precision (mAP) score of 99.74%. These high-performance metrics demonstrate that converting non-visual numerical data into RGB images and analyzing them using convolutional neural networks (CNNs) offers significant advantages over commonly used machine learning and text-based deep learning methods.To the best of our knowledge, this is the first study to classify numerical sensor data with such high accuracy by converting it into a visual format. The proposed method not only advances the field of gearbox fault detection and introduces a new paradigm for solving similar signal-based engineering problems in the literature.