Deep vs. Shallow Learning: A Benchmark Study in Low Magnitude Earthquake Detection
Akshat Goel, Denise Gorse

TL;DR
This study compares deep learning and simpler logistic regression models for earthquake detection, finding that logistic regression with engineered features outperforms CNNs in noisy data scenarios, highlighting the importance of model transparency.
Contribution
The paper demonstrates that a transparent logistic regression model with engineered features can outperform deep CNNs in earthquake detection under noisy conditions.
Findings
Logistic regression detected all earthquakes across noise levels.
Deep CNN missed nearly 20% of seismic events at higher noise.
Engineered features improved model robustness to noise.
Abstract
While deep learning models have seen recent high uptake in the geosciences, and are appealing in their ability to learn from minimally processed input data, as black box models they do not provide an easy means to understand how a decision is reached, which in safety-critical tasks especially can be problematical. An alternative route is to use simpler, more transparent white box models, in which task-specific feature construction replaces the more opaque feature discovery process performed automatically within deep learning models. Using data from the Groningen Gas Field in the Netherlands, we build on an existing logistic regression model by the addition of four further features discovered using elastic net driven data mining within the catch22 time series analysis package. We then evaluate the performance of the augmented logistic regression model relative to a deep (CNN) model,…
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
TopicsSeismology and Earthquake Studies · Earthquake Detection and Analysis · earthquake and tectonic studies
MethodsLogistic Regression
