Multi-Quantile Regression for Extreme Precipitation Downscaling
About
Deep super-resolution networks for precipitation downscaling achieve strong bulk skill yet systematically under-predict the heavy-tail events that drive flood risk. We demonstrate that the primary obstacle is the loss function, not the data: under intensity-weighted MAE, real and synthetic labels at the same input are simply averaged, meaning data augmentation shifts the predicted mean rather than the conditional distribution. We resolve this with Q-SRDRN, a multi-quantile super-resolution network trained with pinball loss at tau in 0.50, 0.95, 0.99, 0.999. Two CNN-specific design choices make this practical: IncrementBound enforces monotonicity while preserving each quantile channel's gradient identity, and separate per-quantile output heads provide independent filter banks for bulk and tail detection. Under this design, data augmentation via cVAE becomes complementary: the median head absorbs synthetic patterns without contaminating upper quantiles. Empirically, on Florida (convective/tropical-cyclone dominated), the un-augmented Q-SRDRN P999 head detects 1,598 of 2,111 events at 200 mm/day versus 88 for the deterministic baseline--an 18x detection-rate gain (4.2% to 75.7%)--with 63% lower KL divergence and 3.9% lower RMSE. Adding cVAE-generated samples lifts the P50 channel from 14 to 1,038 hits at 200 mm/day. On California (atmospheric-river dominated), the architecture reaches near-perfect detection (P999 SEDI >= 0.996 through 300 mm/day). On Texas, the baseline catches only 2 of 10,720 events at 200 mm/day while the P999 head catches 8,776 (81.9%). While the cVAE does not transfer across regions, multi-quantile regression captures extremes wherever the large-scale signal is strong, while augmentation rescues the median where it is not.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Extreme Precipitation Detection | Florida n200=2,111, n300=75 (test) | SEDI (Threshold 50)0.778 | 5 | |
| Extreme Precipitation Detection | California n200=537, n300=15 (test) | SEDI (50)98.9 | 5 | |
| Extreme Precipitation Detection | Texas substate n200=10,720, n300=2,265 (test) | SEDI (50)89.9 | 5 | |
| Precipitation Downscaling | ERA5 PRISM Florida (test) | RMSE8.804 | 2 | |
| Precipitation Downscaling | ERA5 PRISM California (test) | RMSE2.897 | 2 | |
| Precipitation Downscaling | ERA5 PRISM Texas substate (test) | RMSE9.461 | 2 |