UniTS: Unified Time Series Generative Model for Remote Sensing
Paper
β’
2512.04461
β’
Published
[Paper π°] [Project Page β¨]
We construct two high-quality multimodal time-series datasets, namely TS-S12 and TS-S12CR. Among them, TS-S12 and TS-S12CR contain Sentinel-1 with 2 channels (VV and VH) and Sentinel-2 imagery with 10 spectral bands (excluding B1 Aerosols, B9 Water Vapor, and B10 Cirrus) from 14,973 and 12,126 ROIs around the world, respectively.

TS-S12/
βββ data_s1_s2/ # Sentinel-1 & 2 for each ROI, 256Γ256 patch size
β βββ roi851_s1_f39.h5 # roi{ROI}_s1_f{sequence lengths}.h5
β βββ roi851_s2_f39.h5 # roi{ROI}_s2_f{sequence lengths}.h5 | cloud-free Sentinel-2
β βββ ...
βββ cldmsk/ # All annual cloud masks for each ROI
β βββ roi851_cldmsk.h5 # roi{ROI}_cldmsk.h5
β βββ ...
βββ splits/
βββ train.txt
βββ test.txt
TS-S12CR/
βββ data_s1_s2/ # Sentinel-1 & 2 for each ROI, 256Γ256 patch size
β βββ roi2434_s1_f46.h5 # roi{ROI}_s1_f{sequence lengths}.h5
β βββ roi2434_s2_f46_wcld.h5 # roi{ROI}_s2_f{sequence lengths}_wcld.h5 | cloud-cover Sentinel-2
β βββ roi2434_s2_f46.h5 # roi{ROI}_s2_f{sequence lengths}.h5 | cloud-free Sentinel-2
β βββ ...
βββ splits/
βββ train.txt
βββ test.txt
land_cover_map/
βββ roi851_s2_f39.h5
βββ roi2434_s2_f46.h5
βββ ...
You can download the dataset with the Hugging Face CLI tool.
pip install huggingface_hub
hf download YuxiangZhang-BIT/UniTS-Datasets-ckpt --repo-type dataset --local-dir data/UniTS-Datasets
If you like to download only a subset of the data, you can specify it with --include.
# Only download val data
hf download YuxiangZhang-BIT/UniTS-Datasets-ckpt --repo-type dataset --include "TS-S12/*" --local-dir data/UniTS-Datasets
If you use TS-S12&TS-S12CR datasets, please cite:
@article{zhang2025unitsunifiedtimeseries,
title={UniTS: Unified Time Series Generative Model for Remote Sensing},
author={Yuxiang Zhang and Shunlin Liang and Wenyuan Li and Han Ma and Jianglei Xu and Yichuan Ma and Jiangwei Xie and Wei Li and Mengmeng Zhang and Ran Tao and Xiang-Gen Xia},
year={2025},
eprint={2512.04461},
archivePrefix={arXiv},
url={https://arxiv.org/abs/2512.04461},
}