Seismic Detection Across the Solar System
Groudon Detector
NASA SPACE APPS CHALLENGE
OBJECTIVES
Detecting seismic activity on Mars and the Moon is essential for understanding planetary geology and enhancing space exploration. Our goal is to develop a model to identify seismic anomalies in planetary data to identify earthquakes. We also want to determine the patterns of seismicity on the Moon and Mars that we hypothesize can be divided into foreshocks, mainshocks, and aftershocks similar to Earth.
WHAT WE DID?
For Lunar data, the data is relatively sufficient than Mars.��For Mars data, we used IQR Method to overcome the problem of insufficient data.
We trained scalar function to scale the datasets before we put them into our model.
First Step
We developed and used LSTM Autoencoder to analyze detect anomalies in time series data.
Second Step
We visualized the detected anomalies in a graph, and highlighted the anomalies with a red marker for analysis.
Third Step
We outputted the CSV files from the data that detected anomalies on the graph.
Fourth Step
Seismic Detection Across the Solar System
Groudon Detector
NASA SPACE APPS CHALLENGE
OUR DECISIONS
Seismic Detection Across the Solar System
Groudon Detector
NASA SPACE APPS CHALLENGE
To achieve this, we used the IQR (InterQuartile Range) method, defining the values outside the normal range as anomalies and training the LSTM Autoencoder using only the data within the range.
Seismic Detection Across the Solar System
Groudon Detector
NASA SPACE APPS CHALLENGE
BOTTLENECK
Encoded Representation
LSTM
Layers
LSTM
Layers
Preprocessing
Data
Calculated Mean Absolute Error
Defining Threshold
Calculate and
find anomalies
Seismic Detection Result
Brief Algorithm Diagram
LSTM AutoEncoder Phase
OUR HYPOTHESIS
Seismic Detection Across the Solar System
Groudon Detector
NASA SPACE APPS CHALLENGE
One More Thing…
Our research extends beyond simply detecting significant seismic anomalies as shown in the dataset. We aim to uncover hidden quakes and analyze the patterns they form. Specifically, we hypothesize that seismic events, even if they differ in characteristics from those on Earth, may still exhibit patterns akin to
foreshocks, mainshocks, and aftershocks, similar to how earthquakes behave on Earth.
For example,
ForeShock
MAIN SHOCK
AfterShock
We would like to see this kind of pattern.
The CONSEQUENCES
Seismic Detection Across the Solar System
Groudon Detector
NASA SPACE APPS CHALLENGE
We could not process as many test sets as we wanted to make clear evidences as we only had 24 hours on this NASA SPACE APPS Challenge Hackathon. However, some of consequence plots shows that
they do have somewhat patterns that we would describe as 3 phases quake.
For example,
Plot 1 shows that there is
one medium quake comes first, and then one hard quake, followed by small quake at the end.
Plot 2 shows
3 small quake before large main quake and vibrating small quakes at the end.
We tried to design the best algorithm for seismic anomaly detection in a short hackathon time. Since we tried to use machine learning to detect anomalies, we were not able to train a large dataset and do the number of tests we wanted in the time available. However, we definitely developed a usable algorithm and were able to pull out meaningful test data. We also had time to analyze the patterns in the earthquakes for the assumptions we made further.
CONCLUSIONS