Spatio-Temporal Graph Structure Learning for Earthquake Detection
Suchanun Piriyasatit, Ercan Engin Kuruoglu, Mehmet Sinan Ozeren
TL;DR
This work addresses earthquake detection in EEW contexts by integrating multi-station seismic data through a Spatio-Temporal Graph Convolutional Network that learns both static and dynamic spatial relationships via Spectral Structure Learning Convolution. It represents the network as a graph ${\mathcal G}$ with learnable adjacency implemented through a static component ${W^s}$ and a dynamic component ${W^d= X^T W_\phi X}$, applying Chebyshev polynomial filters ${T_k}$ to produce ${F_s}$ and ${F_d}$, then merging them as ${H=\text{ReLU}(F_s)+\text{ReLU}(F_d)}$, with temporal dependencies captured by a GRU and a sigmoid head to output per-time-step probabilities ${\tilde D}$. Evaluated on MeSO-net data around Tokyo, the approach outperforms a baseline conventional GCN, achieving higher true positive rates at lower false positive rates and providing per-station probability time series suitable for real-time EEW. The method advances earthquake detection by leveraging learnable spatio-temporal graph structures in a lightweight architecture, with potential extensions to sliding-window real-time processing and adaptive graph handling for evolving noise conditions.
Abstract
Earthquake detection is essential for earthquake early warning (EEW) systems. Traditional methods struggle with low signal-to-noise ratios and single-station reliance, limiting their effectiveness. We propose a Spatio-Temporal Graph Convolutional Network (GCN) using Spectral Structure Learning Convolution (Spectral SLC) to model static and dynamic relationships across seismic stations. Our approach processes multi-station waveform data and generates station-specific detection probabilities. Experiments show superior performance over a conventional GCN baseline in terms of true positive rate (TPR) and false positive rate (FPR), highlighting its potential for robust multi-station earthquake detection. The code repository for this study is available at https://github.com/SuchanunP/eq_detector.
