paper-with-me

홈 › Papers

Evaluating Loss Functions and Learning Data Pre-Processing for Climate Downscaling Deep Learning Models

2023-06-19 · Xingying Huang

Deep learning models have gained popularity in climate science, following their success in computer vision and other domains. For instance, researchers are increasingly employing deep learning techniques for downscaling climate data, drawing inspiration from image super-resolution models. However, there are notable differences between image data and climate data. While image data typically falls within a specific range (e.g., [0, 255]) and exhibits a relatively uniform or normal distribution, climate data can possess arbitrary value ranges and highly uneven distributions, such as precipitation data. This non-uniform distribution presents challenges when attempting to directly apply existing computer vision models to climate science tasks. Few studies have addressed this issue thus far. In this study, we explore the effects of loss functions and non-linear data pre-processing methods for deep learning models in the context of climate downscaling. We employ a climate downscaling experiment as an example to evaluate these factors. Our findings reveal that L1 loss and L2 loss perform similarly on some more balanced data like temperature data while for some imbalanced data like precipitation data, L2 loss performs significantly better than L1 loss. Additionally, we propose an approach to automatically learn the non-linear pre-processing function, which further enhances model accuracy and achieves the best results.

📄 PDF Abstract BibTeX arXiv:2306.11144

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningImage Super-ResolutionSuper-Resolution

Similar Papers 제목 키워드 기반

Economic consequences of the spatial and temporal variability of climate change

2023-04-17 · Francisco Estrada, Richard S. J. Tol, Wouter Botzen

Damage functions in integrated assessment models (IAMs) map changes in climate to economic impacts and form the basis for most of estimates of the social cost of carbon. Implicit in these functions lies an unwarranted as…

CLIMATELI: Evaluating Entity Linking on Climate Change Data

2024-06-24 · Shijia Zhou, Siyao Peng, Barbara Plank

Climate Change (CC) is a pressing topic of global importance, attracting increasing attention across research fields, from social sciences to Natural Language Processing (NLP). CC is also discussed in various settings an…

Entity Linking

WXImpactBench: A Disruptive Weather Impact Understanding Benchmark for Evaluating Large Language Models

2025-05-26 · Yongan Yu, Qingchen Hu, Xianda Du, Jiayin Wang 외

Climate change adaptation requires the understanding of disruptive weather impacts on society, where large language models (LLMs) might be applicable. However, their effectiveness is under-explored due to the difficulty …

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONQuestion Answering

Improving extreme weather events detection with light-weight neural networks

2023-03-31 · Romain Lacombe, Hannah Grossman, Lucas Hendren, David Lüdeke

To advance automated detection of extreme weather events, which are increasing in frequency and intensity with climate change, we explore modifications to a novel light-weight Context Guided convolutional neural network …

Data AugmentationFeature EngineeringSemantic Segmentation

Loss Functions and Metrics in Deep Learning

2023-07-05 · Juan Terven, Diana M. Cordova-Esparza, Alfonso Ramirez-Pedraza, Edgar A. Chavez-Urbiola 외

When training or evaluating deep learning models, two essential parts are picking the proper loss function and deciding on performance metrics. In this paper, we provide a comprehensive overview of the most common loss f…

Deep Learning