paper-with-me

Papers

Region-Conditioned Orthogonal 3D U-Net for Weather4Cast Competition

2022-12-05 · Taehyeon Kim, Shinhwan Kang, Hyeonjeong Shin, Deukryeol Yoon, Seongha Eom, Kijung Shin, Se-Young Yun

The Weather4Cast competition (hosted by NeurIPS 2022) required competitors to predict super-resolution rain movies in various regions of Europe when low-resolution satellite contexts covering wider regions are given. In this paper, we show that a general baseline 3D U-Net can be significantly improved with region-conditioned layers as well as orthogonality regularizations on 1x1x1 convolutional layers. Additionally, we facilitate the generalization with a bag of training strategies: mixup data augmentation, self-distillation, and feature-wise linear modulation (FiLM). Presented modifications outperform the baseline algorithms (3D U-Net) by up to 19.54% with less than 1% additional parameters, which won the 4th place in the core test leaderboard.

📄 PDF Abstract BibTeX arXiv:2212.02059

Code (2)

hyeonjeong1/22-NeurIPS-Weather4Cast 공식 구현 pytorch
hyeonjeong1/22-neurips-competition-baseline 공식 구현 pytorch

Tasks

Data AugmentationSuper-Resolution

Methods 이 논문이 사용한 방법론

Test 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

AGCD: Agent-Guided Cross-Modal Decoding for Weather Forecasting

2026-03-16 · Jing Wu, Yang Liu, Lin Zhang, Junbo Zeng 외 arxiv

Accurate weather forecasting is more than grid-wise regression: it must preserve coherent synoptic structures and physical consistency of meteorological fields, especially under autoregressive rollouts where small one-st…

Weather Forecasting

Skilful Precipitation Nowcasting Using NowcastNet

2023-11-29 · Ajitabh Kumar

Designing early warning system for precipitation requires accurate short-term forecasting system. Climate change has led to an increase in frequency of extreme weather events, and hence such systems can prevent disasters…

Transfer Learning

A Variational U-Net for Weather Forecasting

2021-11-05 · Pak Hay Kwok, Qi Qi

Not only can discovering patterns and insights from atmospheric data enable more accurate weather predictions, but it may also provide valuable information to help tackle climate change. Weather4cast is an open competiti…

Weather Forecasting

IndiaWeatherBench: A Dataset and Benchmark for Data-Driven Regional Weather Forecasting over India

2025-08-31 · Tung Nguyen, Harkanwar Singh, Nilay Naharas, Lucas Bandarkar 외 arxiv

Regional weather forecasting is a critical problem for localized climate adaptation, disaster mitigation, and sustainable development. While machine learning has shown impressive progress in global weather forecasting, r…

Weather Forecasting

Day-ahead regional solar power forecasting with hierarchical temporal convolutional neural networks using historical power generation and weather data

2024-03-04 · Maneesha Perera, Julian De Hoog, Kasun Bandara, Damith Senanayake 외

Regional solar power forecasting, which involves predicting the total power generation from all rooftop photovoltaic systems in a region holds significant importance for various stakeholders in the energy sector. However…

Time Series