S052-0013
Combining CNN and RNN in seismic phase picking
Abstract:
We then test the generalization ability of both models, by adopting the STanford Earthquake Dataset (STEAD) with seismograms recorded by 2,613 globally distributed seismic stations. It contains 1 million 60-sec three-component waveforms labeled with P/S arrival time. By utilizing sliding windows, previously trained CNN models can output a time series of P/S/noise probability. If we set the threshold of 0.95 to pick phases, the precision and recall of both our and Ross et al., 2018 models are around 77% and 89%, respectively.
To reduce false/missing detections, we build a Long Short-Term Memory (LSTM) Recurrent Neural Network (RNN) on top of the previous trained CNN model. The CNN model extracts features from raw seismograms , while the RNN model recognizes and takes advantage of the time-related context. The input of RNN is the time series of predicted P/S/noise probability by CNN model while the output (target) is the converted masks for human labeled P/S arrivals (Zhu and Beroza, 2019). By including the additional RNN, we increase the precision and recall to 95% and 93%, respectively.