Deep Active Learning for Detection of Mercury's Bow Shock and Magnetopause Crossings

Abstract

Accurate and timely detection of bow shock and magnetopause crossings is essential for understanding the dynamics of a planet’s magnetosphere. However, for Mercury, due to the variable nature of its magnetosphere, this remains a challenging task. Existing approaches based on geometric equations only provide average boundary shapes, and can be hard to generalise to environments with variable conditions. On the other hand, data-driven methods require large amounts of annotated data to account for variations, which can scale up the costs quickly. We propose to solve this problem with machine learning. To this end, we introduce a suitable dataset, prepared by processing raw measurements from NASA’s MESSENGER ( ME rcury S urface, S pace E nvironment, GE ochemistry, and R anging) mission and design a five-class supervised learning problem. We perform an architectural search to find a suitable model, and report our best model, a Convolutional Recurrent Neural Network (CRNN), achieves a macro F1 score of 0.82 with accuracies of approximately 80% and 88% on the bow shock and magnetopause crossings, respectively. Further, we introduce an approach based on active learning that includes only the most informative orbits from the MESSENGER dataset measured by Shannon entropy. We observe that by employing this technique, the model is able to obtain near maximal information gain by training on just two Mercury years worth of data, which is about 10% of the entire dataset. This has the potential to significantly reduce the need for manual labeling. This work sets the ground for future machine learning endeavors in this direction and may be highly relevant to future missions such as BepiColombo, which is expected to enter orbit around Mercury in December 2025.

Cite

Text

Julka et al. "Deep Active Learning for Detection of Mercury's Bow Shock and Magnetopause Crossings." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022. doi:10.1007/978-3-031-26412-2_28

Markdown

[Julka et al. "Deep Active Learning for Detection of Mercury's Bow Shock and Magnetopause Crossings." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022.](https://mlanthology.org/ecmlpkdd/2022/julka2022ecmlpkdd-deep/) doi:10.1007/978-3-031-26412-2_28

BibTeX

@inproceedings{julka2022ecmlpkdd-deep,
  title     = {{Deep Active Learning for Detection of Mercury's Bow Shock and Magnetopause Crossings}},
  author    = {Julka, Sahib and Kirschstein, Nikolas and Granitzer, Michael and Lavrukhin, Alexander and Amerstorfer, Ute V.},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2022},
  pages     = {452-467},
  doi       = {10.1007/978-3-031-26412-2_28},
  url       = {https://mlanthology.org/ecmlpkdd/2022/julka2022ecmlpkdd-deep/}
}