A069-05
Earth System Science Machine Learning Challenge Problems

Wednesday, 9 December 2020: 05:46
Virtual
David John Gagne II1, Charlie Becker2, Aaron Bansemer3, Gabrielle Gantos2, Chih-Chieh Chen3, Andrew Gettelman3, Matthew M Hayman4, Alma Hodzic1, Richard Loft1, Bill Petzke5, Gunther Wallach2, Siyuan Wang1 and Keely Lawrence2, (1)National Center for Atmospheric Research, Boulder, CO, United States, (2)National Center for Atmospheric Research, Boulder, United States, (3)NCAR, Boulder, CO, United States, (4)NCAR, Research Aviation Facility, Boulder, CO, United States, (5)National Center for Atmospheric Research, Research Applications Laboratory, Boulder, CO, United States
Abstract:
Major recent advances in machine learning have been driven and validated by community benchmark datasets, most notably ImageNet. Benchmarks provide a common standard of comparison for different approaches in terms of both the data and the problem definition. Earth System Science problems contain a variety of challenges not encountered in popular machine learning benchmarks, including space and time correlations across samples and the need to satisfy a mixture of physical constraints. Through collaborations spanning 6 of the 7 labs at NCAR, we have developed four Earth system science machine learning challenge problems that address issues with machine learning from both observational and modeling data. The four challenge problems are short-range lightning prediction with GOES-16, accelerating the processing of HOLODEC cloud particle imager data, emulating the GECKO-A organic chemistry model, and emulating warm rain processes in a bin microphysics scheme. Each of the challenge problems were publicly tested at the AI for Earth System Science Summer School and have since been refined based on feedback from the participants. In this presentation, we will describe the different challenge problems, the initial solutions we have developed, and the significant lessons learned from the process. Common challenges were shared across the problems. We had to build datasets that are small enough to be accessible on a single cloud virtual machine but large enough to for more complex machine learning approaches to converge. We had to develop evaluation metrics for each problem that could capture progress on the problem accurately but are also straightforward to interpret. We found some problems lended themselves easily to existing machine learning solutions while others required extensive investigation and reformulation of the problem. The data and code are now publicly available online at https://github.com/NCAR/ai4ess-hackathon-2020.