Zephyrus uses model archutectures that use a Geospatial Neural Network (GNN), Finite Difference Method (FDM), and Guassion Process Regression (GPR). Additionally, it experiments with the use of a log-cosh loss function and the Huber loss function. The ultimate goal is to create a more accurate representation of air quality in socioeconomically disadvantaged areas.
We used FDM to create a dense grid with the sparse data points via spatial interpolation. Euler's method used in this project is defined as:
Using FDM, we compute AQI values over a grid defined by lat and long. For each grid point
- Define the grid as:
- We calculate weights based on the inverse distance:
where
- Aggregation of AQI values:
| Methodology | Loss |
|---|---|
| GNN w/tan-cosh Loss | 0.0115 |
| Smaller GNN w/ Huber Loss | 0.0119 |

