This repository contains data and instructions for how to implement deep embedded clustering (DEC) and Gaussian mixture model (GMM) clustering of seismic data recorded on the Ross Ice Shelf, Antarctica from 2014-2017. This package is an accompaniment to the paper published in the Journal of Geophysical Research: Solid Earth.
The workflow is as follows:
- Load and pre-process seismic data.
- Use a convolutional auto-encoder to reduce dimensionality of input data.
- Perform GMM clustering on latent data.
- Perform DEC clustering on latent data.
- Compare results in latent space and data space.
- Install RISCluster using instructions contained in the RISCluster repository readme.md.
- Clone this repository to your desired working directory.
- Download environmental data and unzip contents into
/Data
.
The Jupyter notebook Workflow.ipynb contains an end-to-end workflow control that guides the user through all steps of the project, including downloading and pre-processing the seismic data. Required directories, configuration files, and command-line scripts are generated within the notebook. For main routine execution, commands are copied from the Jupyter notebook into a terminal window.
Downloading and processing seismic data can take a long time. For access to the pre-processed seismic data set (16 GB), please contact me and we can arrange how best to transfer the file.
William F. Jenkins II, Peter Gerstoft, Michael J. Bianco, Peter D. Bromirski; Unsupervised Deep Clustering of Seismic Data: Monitoring the Ross Ice Shelf, Antarctica. Journal of Geophysical Research: Solid Earth, 30 August 2021; doi: https://doi.org/10.1029/2021JB021716
Dylan Snover, Christopher W. Johnson, Michael J. Bianco, Peter Gerstoft; Deep Clustering to Identify Sources of Urban Seismic Noise in Long Beach, California. Seismological Research Letters 2020; doi: https://doi.org/10.1785/0220200164
Junyuan Xie, Ross Girshick, Ali Farhadi; Unsupervised Deep Embedding for Clustering Analysis. Proceedings of the 33rd International Conference on Machine Learning, New York, NY, 2016; https://arxiv.org/abs/1511.06335v2
Project assembled by William Jenkins
wjenkins [@] ucsd [dot] edu
Scripps Institution of Oceanography
University of California San Diego
La Jolla, California, USA