Personalized Adapter for Large Meteorology Model on Devices: Towards Weather Foundation Models
Shengchao Chen, Guodong Long, Jing Jiang, Chengqi Zhang
TL;DR
The paper presents LM-Weather, a framework that repurposes pre-trained language models as foundation models for on-device meteorological variable modeling. By integrating lightweight Task Adapters that decompose weather sequences into Trend, Seasonal, and Residual components, and coupling this with Parameter Adapters and LoRA-based low-rank updates, the approach achieves personalized, efficient on-device forecasting and imputation. Real-world datasets (ODW1/ODW2) and federated-like experimentation demonstrate large performance gains over state-of-the-art baselines, strong few-shot and zero-shot generalization, and substantial reductions in communication overhead while preserving privacy. The work highlights the potential of weather foundation modeling on devices and suggests avenues for extending to multimodal, region-specific, and privacy-preserving distributed weather analytics.
Abstract
This paper demonstrates that pre-trained language models (PLMs) are strong foundation models for on-device meteorological variables modeling. We present LM-Weather, a generic approach to taming PLMs, that have learned massive sequential knowledge from the universe of natural language databases, to acquire an immediate capability to obtain highly customized models for heterogeneous meteorological data on devices while keeping high efficiency. Concretely, we introduce a lightweight personalized adapter into PLMs and endows it with weather pattern awareness. During communication between clients and the server, low-rank-based transmission is performed to effectively fuse the global knowledge among devices while maintaining high communication efficiency and ensuring privacy. Experiments on real-wold dataset show that LM-Weather outperforms the state-of-the-art results by a large margin across various tasks (e.g., forecasting and imputation at different scales). We provide extensive and in-depth analyses experiments, which verify that LM-Weather can (1) indeed leverage sequential knowledge from natural language to accurately handle meteorological sequence, (2) allows each devices obtain highly customized models under significant heterogeneity, and (3) generalize under data-limited and out-of-distribution (OOD) scenarios.
