A Framework for Real-Time Volcano-Seismic Event Recognition Based on Multi-Station Seismograms and Semantic Segmentation Models
Camilo Espinosa-Curilem, Millaray Curilem, Daniel Basualto
TL;DR
This work tackles the challenge of real-time volcano-seismic event recognition by leveraging semantic segmentation on multi-station seismograms. It introduces Patch Stacking to transform concurrent 1-D traces from multiple stations into 2-D images, enabling the use of established 2-D segmentation models to detect and classify five event types with minimal preprocessing. Across four Chilean volcanoes, UNet achieves the best window-level performance with a mean F1 of about $0.91$ and IoU of about $0.88$, while maintaining robustness to noise and unseen data; the framework also demonstrates real-time applicability through a sliding-window pipeline and continuous-data evaluation. Overall, this approach integrates multi-station information, reduces manual preprocessing, and provides a scalable, real-time tool for volcano monitoring that can support seismologists in decision-making, though it should complement rather than replace expert analysis.
Abstract
In volcano monitoring, effective recognition of seismic events is essential for understanding volcanic activity and raising timely warning alerts. Traditional methods rely on manual analysis, which can be subjective and labor-intensive. Furthermore, current automatic approaches often tackle detection and classification separately, mostly rely on single station information and generally require tailored preprocessing and representations to perform predictions. These limitations often hinder their application to real-time monitoring and utilization across different volcano conditions. This study introduces a novel approach that utilizes Semantic Segmentation models to automate seismic event recognition by applying a straight forward transformation of multi-channel 1D signals into 2D representations, enabling their use as images. Our framework employs a data-driven, end-to-end design that integrates multi-station seismic data with minimal preprocessing, performing both detection and classification simultaneously for five seismic event classes. We evaluated four state-of-the-art segmentation models (UNet, UNet++, DeepLabV3+ and SwinUNet) on approximately 25.000 seismic events recorded at four different Chilean volcanoes: Nevados del Chillán Volcanic Complex, Laguna del Maule, Villarrica and Puyehue-Cordón Caulle. Among these models, the UNet architecture was identified as the most effective model, achieving mean F1 and Intersection over Union (IoU) scores of up to 0.91 and 0.88, respectively, and demonstrating superior noise robustness and model flexibility to unseen volcano datasets.
