Atmospheric Gravity Wave Detection Using Transfer Learning Techniques

Date

2022-12

Department

Program

Citation of Original Publication

González, Jorge López, Theodore Chapman, Kathryn Chen, Hannah Nguyen, Logan Chambers, Seraj A.M. Mostafa, Jianwu Wang, Sanjay Purushotham, Chenxi Wang, and Jia Yue. “Atmospheric Gravity Wave Detection Using Transfer Learning Techniques.” In 2022 IEEE/ACM International Conference on Big Data Computing, Applications and Technologies (BDCAT), 128–37, 2022. https://doi.org/10.1109/BDCAT56447.2022.00023.

Rights

© 2022 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works.

Abstract

Atmospheric gravity waves are produced when gravity attempts to restore disturbances through stable layers in the atmosphere. They have a visible effect on many atmospheric phenomena such as global circulation and air turbulence. Despite their importance, however, little research has been conducted on how to detect gravity waves using machine learning algorithms. We faced two major challenges in our research: our raw data had a lot of noise and the labeled dataset was extremely small. In this study, we explored various methods of preprocessing and transfer learning in order to address those challenges. We pre-trained an autoencoder on unlabeled data before training it to classify labeled data. We also created a custom CNN by combining certain pre-trained layers from the InceptionV3 Model trained on ImageNet with custom layers and a custom learning rate scheduler. Experiments show that our best model outperformed the best performing baseline model by 6.36% in terms of test accuracy.