Presentation Review of ML in Sound Anoomally Detection
Presentation Review of ML in Sound Anoomally Detection
Re vie w o f ma c h in e l e a r n in g me t h o d s in
s o u n d a n o ma l y d e t e c t io n ; r e l a t e it t o
t r a in a n d r a il wa y.
INTRODUCTION
RELATED WORKS
PRESENT WORK
CONCLUSION
INTRODUCTION
An anomaly is a pattern in data that does not conform to a well-defined notion of normal
behavior. An anomaly has a statistical meaning, where some event occurs very infrequently
(rare event). Anomalous Sound Event Detection (SED) offers novel options to improve audio-
based man-machine interaction in many useful applications in trains and railways such as fault
detection, surveillance system and safety monitoring on railway stations.
Basic ML methods are: decision trees, Bayes network, Artificial Neural Network, Support
Vector Machines, K-nearest Neighbors.
In the United States (as a case study), the railroad transportation system was first
considered in 1826, making it one of the oldest transportation systems.
Today, the industry is categorized as industry 4.0 due to its dependence on technological
advances to enhance the quality of services and utilization of resources.
In developed country, The railroad transportation is more widely used than any other
mode of transportation.
Due to the several assets incorporated with the rail systems, the Federal Railroad
Administration (FRA) provides operative thresholds that guide the operation of the railway.
As such, rail track alone takes about 55% of the total maintenance cost even though it can be
minimized by adequate optimal maintenance scheduling.
Despite the enormous spending, track-related accidents have continued to be a significant
source of transportation casualties over the past years;
In 2021, according to FRA, the total accident recorded was 7823, with track failure
contributing the larger portion (42%). In order to mitigate these losses, there is a need to
explore different approaches to how maintenance data are acquired processed and
implemented.
Factors, such as cracks, ballast issues, rail discontinuity, loose nuts and bolts, burnt wheels,
super elevation, and misalignment occurs on rails.
Consequently, delayed detection can pose grave danger and threats to the safe operation of
rail transport.
The traditional procedure of manually inspecting the rail track is both inefficient and prone to
human error and biases. However Machine learning techniques has the potential to
distinguish and recognize sounds based on pitch, energy, sound entropy, and spectral
analysis.
Hence, this review leverages machine learning methods to detect and classify faults in railway
tracks.
Review of related works
Main keywords for this review are: Machine Learning methods; Sound anomaly detection
and Fault Detection on railways; were used to survey published papers over a five (5) year
period.
Because this is a widely researched and dynamic area, the review focused on a relatively
short time period and encompassed the most recent sources to ensure the analysis
conducted was novel.
According to the search request, Google scholar returned 54 results from which fifteen
publications were selected.
The surveyed articles were selected according to the direction of the literature review and
the indicated criteria (application area, significance of achievements, reliability and
feasibility of results).
Related works…
In recent times, the rapid advancement in the railroad industry has shown the impact of the science
of big data analytics, covering insight extraction, cost-saving, and increasing transportation efficiency.
In the cause of this review, there are many methods of sound anomaly detection using machine
learning and other methodology; which are:
1. Bearing Fault Detection for Railway Traction Motors through Leakage Current (2021): In this
paper, a bearing fault detection method for a railway traction motor through leakage currents was
proposed. The proposed detection method combines octave band analysis and machine learning. The
abnormality simulation experiments with an inner race fault bearing are conducted and the
effectiveness of the proposed method is verified. From the experiments, it is confirmed that the
proposed method can detect failures of railway traction system well at specific conditions and
leakage currents have potentials to be used for bearing fault detection.
Related works…
2. Applications of Machine Learning For machine Fault Diagnosis (2018): Intelligent fault
diagnosis (IFD) refers to applications of machine learning theories to diagnose machine faults.
Although, advanced signal processing methods help to ensure which types of faults or where the
faults happened in machines. However, these methods greatly rely on the specialized knowledge
that maintainers mostly lack. Furthermore, the diagnosis results by signal processing methods are
too specialized to be understood by the machine users.
Therefore, modern industrial applications prefer the fault diagnosis methods that could
automatically recognize the health states of machines.
IFD diagnosis procedure includes three steps, i.e., data collection, artificial feature extraction, and
health state recognition
IFD diagnosis procedure steps…
Artificial feature extraction and Embedded methods are used to integrate the feature
selections into training the classifiers.
However, the major limitation of technology is its requirement to have a large database of
various normal and abnormal data for machine recognition. Also when the train is at maximum
speed, the fault recognition error rate is high.
3. Condition Monitoring for Railway Point Machines (RPMs) Based on Sound Analysis
and Support Vector Machine:
RPMs are one of the key equipment’s in the railway system to switch different routes for the
trains. Condition monitoring for RPMs is a vital measure to keep train operation safe and reliable.
In this paper, a novel intelligent condition monitoring method for RPMs based on sound analysis
was proposed.
Time-domain and frequency-domain features are obtained and normalized, using z-score
standardization method to eliminate the influences of different dimensions. Binary particle
swarm optimization (BPSO) is utilized to select the most significant discrimination feature subset.
The effects of the selected optimal features are verified using Support vector machine (SVM), 1-
Nearest neighbor (1NN), Random forest (RF), and Naive Bayes (NB).
Experiment results indicate SVM performs best on identification accuracy and computing cost
compared with the other three classifiers.
Limitations: At present, most studies on fault diagnosis for RPMs are based on motor electrical
signals. However, electrical signals are not easy to acquire, and the collection process may bring
interference to the RPMs which is unwanted addition noise.
4. Rail track condition monitoring: a review on deep learning approaches.
In this paper, Railway track inspection was classified into three main steps.
The first step is the pre-processing of the ’wav’ files for eliminating undesired sounds. Secondly,
feature extraction is performed by using spectrograms. Then the spectrograms are generated on-the-
fly to make the system more flexible. Lastly, the classification model is trained for railway track fault
detection.
In this research, three different deep learning models are tested for their performance. The research
focuses on convolutional 1D, convolutional 2D, and long short-term memory (LSTM).
The dataset used in this research is a balanced one with three classes including normal, super
elevation, and wheel burnt.
The first step of preprocessing is to remove the noise of air, rain, and all the dead space in the audio
by using a signal envelope function with a threshold of 100 Hz. After cleaning all audio files, they are
then sampled to 16 kHz and then split into 1.7 s, 3.4 s, and 8.5 s durations for the experiments.
Limitations: Further review show that there is no enhancing of dataset in different terrains and they
should incorporate other sensors such as a gyroscope, a seismic sensor, and an optical sensor to
further improve the performance and robustness.
Furthermore, in future, the cart will be capable of recording the geographical location for each audio
recording and the location of the track fault will be provided along with the fault type.
PRESENT WORK