arXiv ScienceSearch

arXiv subjects

Zhe Wang

Publications and source records attributed to Zhe Wang.

2 recordsLinked to original sources

TC-Next: Zero-Shot Multimodal Cyclone Forecasting

We present TropicalCycloneNext (TC-Next), a multimodal deep learning model that forecasts tropical cyclone track and intensity at $6$-$24$ h leads by leveraging a foundation model's forecast fields of atmospheric kinematic and thermodynamic fields and GridSat infrared satellite imagery. Trained only on GraphCast forecasts over the Western Pacific (WP), yet reliant only on generic atmospheric variables, TC-Next on GraphCast lowers track error by $15$-$44\%$ and intensity error by a factor of $3$-$6$ relative to a conventional, rule-based tracker, TempestExtremes; applied without retraining to the forecast fields of Pangu-Weather and IFS HRES, it stays ahead of TempestExtremes on both. Applied zero-shot to the generic weather fields of WeatherNext Cyclones on the 2025 WP season, TC-Next attains lower intensity error at every lead time, and lower or comparable track error, compared to that model's specialized direct tracker in a deterministic comparison. Our ablation studies show that our multimodal model is able to utilize the additional modality to improve performance in tracking errors at every lead time and in intensity prediction at longer lead times.

cs.LG

InfScene-SR: Seamless Super-Resolution of Arbitrarily Large Remote-Sensing Scenes via Variance-Preserving Joint Denoising

Diffusion models now give the best perceptual quality in super-resolution (SR), but their architecture and training confine them to small fixed crops. Operational remote sensing needs seamless scenes orders of magnitude larger. Joint denoising fuses overlapping tiles at every reverse step and lets text-to-image diffusion generate beyond its training crop, but it assumes deterministic ODE samplers. With the stochastic sampler of SR models such as SR3, the averaging also partly cancels independent per-tile noise. This known variance erosion blurs the detail SR should recover and must be corrected. We carry variance-corrected fusion to conditional SR and derive Spatially-Decoupled Variance Correction (SDVC), an exact reformulation that replaces per-step global normalization with independent per-tile contributions accumulated in one additive pass. SDVC turns the coupled per-step computation into independent tile-local work, so the resulting pipeline, InfScene-SR, runs in parallel across GPUs and makes SR of arbitrarily large scenes feasible. On a 5$\times$ SR task built from NAIP aerial imagery, we evaluate whole scenes with fidelity, perceptual, seam-continuity, and faithfulness metrics. Under one backbone, InfScene-SR is the only fusion strategy that is seamless and sharp at once, the closest to the low-resolution observation among those that synthesize detail, and within 0.003 IoU of native high-resolution imagery on downstream invasive-plant segmentation. Code is available at https://github.com/TitorX/infscene-sr.

cs.CV