Skip to content

LONG-TERM TYPHOON TRAJECTORY PREDICTION: A PHYSICS-CONDITIONED APPROACH WITHOUT REANALYSIS DATA

Notifications You must be signed in to change notification settings

iclr2024submit/LT3P

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Long-Term Typhoon Trajectory Prediction: A Physics-Conditioned Approach Without Reanalysis Data

This is the official project repository for Long-Term Typhoon Trajectory Prediction: A Physics-Conditioned Approach Without Reanalysis Data by Young-Jae Park*, Minseok Seo*, Doyi Kim, Hyeri Kim, Sanghoon Choi, Beomkyu Choi, Jeongwon Ryu, Sohee Son, Hae-Gon Jeon and Yeji Choi (ICLR 2024 Spotlight).

Abstract

In the face of escalating climate changes, typhoon intensities and their ensuing damage have surged. Accurate trajectory prediction is crucial for effective damage control. Traditional physics-based models, while comprehensive, are computationally intensive and rely heavily on the expertise of forecasters. Contemporary data-driven methods often rely on reanalysis data, which can be considered to be the closest to the true representation of weather conditions. However, reanalysis data is not produced in real-time and requires time for adjustment because prediction models are calibrated with observational data. This reanalysis data, such as ERA5, falls short in challenging real-world situations. Optimal preparedness necessitates predictions at least 72 hours in advance, beyond the capabilities of standard physics models. In response to these constraints, we present an approach that harnesses real-time Unified Model (UM) data, sidestepping the limitations of reanalysis data. Our model provides predictions at 6-hour intervals for up to 72 hours in advance and outperforms both state-of-the-art data-driven methods and numerical weather prediction models. In line with our efforts to mitigate adversities inflicted by typhoons, we release our preprocessed PHYSICS TRACK dataset, which includes ERA5 reanalysis data, typhoon best-track, and UM forecast data.

Poster

ICLR_Poster

LT3P Inference code

UM data link: [https://drive.google.com/drive/folders/1_hos41VlpbFIlhjCcuniN8OTCKe4ctBu?usp=drive_link]

Best Track link: [https://drive.google.com/drive/folders/1fyiXUdseyUVCabqT7JcxxblTpXup1RVR?usp=drive_link]

Additional Visualization Results [https://drive.google.com/drive/folders/1-ZTpPgQ0YRdxL0xzdTvC0fYz6hKLKLdf?usp=drive_link]

pre-trained weight [https://drive.google.com/drive/folders/1KGuyhXbKbFZCsJQ1x6EhyrQQWhIqIt27?usp=drive_link]

If you contact us at [email protected], we will gladly share the preprocessed ERA5, UM data and, running code.

Folder Structure

./README.md
./infer.py
./lt_tpc.py
./metrics.py
./model.py
./modules.py
./utils.py
./UM_2019/
---------/.npy
./2019/
---------/.txt
./1900.pth

python3 infer.py

Visualization results are automatically saved.

The red dot is prediction, the green dot is input, and the blue dot is GT. bwp292019_KAMMURI_part1 bwp292019_KAMMURI_part3

Note that we provide a deterministic model due to inference code compatibility.


Citation

@inproceedings{park2023long,
  title={Long-Term Typhoon Trajectory Prediction: A Physics-Conditioned Approach Without Reanalysis Data},
  author={Park, Young-Jae and Seo, Minseok and Kim, Doyi and Kim, Hyeri and Choi, Sanghoon and Choi, Beomkyu and Ryu, Jeongwon and Son, Sohee and Jeon, Hae-Gon and Choi, Yeji},
  booktitle={The Twelfth International Conference on Learning Representations},
  year={2023}
}

About

LONG-TERM TYPHOON TRAJECTORY PREDICTION: A PHYSICS-CONDITIONED APPROACH WITHOUT REANALYSIS DATA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages