Exploiting the Power of Levenberg-Marquardt Optimizer with Anomaly Detection in Time Series
Wenyi Wang, John Taylor, Biswajit Bala

TL;DR
This paper demonstrates that the Levenberg-Marquardt optimizer outperforms other methods in detecting anomalies in aircraft engine time series data, especially with abrupt changes, and discusses its implementation for large-scale problems.
Contribution
It showcases the effectiveness of the LM optimizer in anomaly detection for complex, real-world datasets and explores its robust implementation in MATLAB and TensorFlow.
Findings
LM outperforms other optimizers in anomaly detection
Better approximation of abrupt changes in time series
Discussion on scalable LM implementation for large problems
Abstract
The Levenberg-Marquardt (LM) optimization algorithm has been widely used for solving machine learning problems. Literature reviews have shown that the LM can be very powerful and effective on moderate function approximation problems when the number of weights in the network is not more than a couple of hundred. In contrast, the LM does not seem to perform as well when dealing with pattern recognition or classification problems, and inefficient when networks become large (e.g. with more than 500 weights). In this paper, we exploit the true power of LM algorithm using some real world aircraft datasets. On these datasets most other commonly used optimizers are unable to detect the anomalies caused by the changing conditions of the aircraft engine. The challenging nature of the datasets are the abrupt changes in the time series data. We find that the LM optimizer has a much better ability…
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
TopicsAnomaly Detection Techniques and Applications · Fault Detection and Control Systems · Time Series Analysis and Forecasting
