Skip to content

Official repo for "Solar Irradiance Anticipative Transformer" paper to be published in CVPR workshop Earth Vision 2023

Notifications You must be signed in to change notification settings

Gittingthehubbing/SIAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solar Irradiance Anticipative Transformer - SIAT

Official repository for "Solar Irradiance Anticipative Transformer" paper to be published in CVPR workshop Earth Vision 2023

We are honored that the Earth Vision organizing committee has selected our work as the recipient of the Best Paper.

The SIAT model consists of a Vision transformer backbone that acts as a feature extractor for individual all-sky images. This part of the model is referred to as the backbone. For a sequence of images the extracted feature vectors are fed into the head model, which uses the huggingface GPT2 implementation. This allows the model to forecast irradiance multiple timesteps into the future.

Example predictions by SIAT model compared to smart persistence approach.

Link to paper

To run both the backbone and the full model with dummy input tensors please run models_with_dummy_input.py from the main directory.

The results for the competing ECLIPSE model are based on an unoffical implementation: Link

Full training code coming soon.

About

Official repo for "Solar Irradiance Anticipative Transformer" paper to be published in CVPR workshop Earth Vision 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages