Current Research
My current research centers on using machine learning for various meteorology tasks. I work on three primary projects: Satellite-based 3D global cloud field analysis (OVERCAST) sponsored by the Office of Naval Research; INvestigation of Convective UpdraftS (INCUS) sponsored by NASA; and a NOAA sponsored project working on AI weather forecast models.
TL;DR: I use the latest machine learning techniques to enhance satellite, radar and weather forecast tools.
OVERCAST
OVERCAST is a project aimed at creating a global, 3D, near real-time atmospheric cloud field analysis based on existing satellite sensors operated by a variety of agencies worldwide. We have near global coverage of meteorological satellite imagery but combining these sensors into a coherent, seamless grid of 3d clouds is a non-trivial task. A large contingent at CIRA are working on creating this product.
Diffusion Models for Nowcasting GOES Imagery
The overall OVERCAST goal is an instantaneous field of 3d clouds. This is useful but potentially more useful is a forecast of where clouds will be. There are several methods for forecasting clouds which includes: advection (based on physics models), optical flow and machine learning. I am working on the machine learning based forecasts.
AI generate image of a hurricane with noise added
In the past few years, data-driven models (i.e., models that only use AI to do the forecast) have disrupted traditional forecasting techniques (e.g., GraphCast; GenCast; CorrDiff; StormCast). One of my goals for OVERCAST is to bring this new technology to the satellite-cloud space.
GOES IR imagery of Hurricane Lee (2023) and noise being added to it
Over the past year, I have been mastering diffusion models, which train machine learning models to remove artificial noise from an image (see image above), teaching it how to generate data it was trained on. I’ve successfully implemented the same diffusion method as GenCast and CorrDiff on GOES-16 imagery. So far I have been able to forecast the future hour of satellite imagery, beating a plain CNN/Unet and persistence. A comparison to HRRR will come later. A paper explaining diffusion at a more digestible level and showing off these nowcasting results is being drafted and will be submitted to AIES and arXiv in the coming months.
Other researchers at CIRA have adapted the method to work with synthetic microwave imagery, in painting missing IR data, turbulence diagnosis from satellite. So far, diffusion models seem to instantly improve sharpness of machine learning images, a common issue.
INCUS
INCUS is a NASA mission looking to quantify the convective mass flux (i.e., how much and how fast air moves) of global thunderstorms. Our physics based global weather forecasts are beginning to simulate the atmosphere at scales that can begin to resolve thunderstorms. Since this is the first time, there are no observational constraints of the spatial distribution of convective mass flux, especially over places like central Africa where storms are frequent. INCUS will measure convective mass flux using a novel spaceborne radar concept, using time differencing of 3 radars. The general idea is to see how a storms reflectivity changes, which is related to how fast the air is moving upward.