by Junjue Wang, Zhuo Zheng, Ailong Ma, Xiaoyan Lu, and Yanfei Zhong
This is an official implementation of LoveDA in our NeurIPS2021 Benchmark and Dataset Track paper " LoveDA: A Remote Sensing Land-Cover Dataset for Domain Adaptive Semantic Segmentation"
- 2021/11/11, LoveDA has been included in MMsegmentation. Please follow the official MMsegmentation INSTALL.md and getting_started.md for installation and dataset preparation. 🔥🔥 The LoveDA is on MMsegmentation. 🔥🔥
- 5987 high spatial resolution (0.3 m) remote sensing images from Nanjing, Changzhou, and Wuhan
- Focus on different geographical environments between Urban and Rural
- Advance both semantic segmentation and domain adaptation tasks
- Three considerable challenges:
- Multi-scale objects
- Complex background samples
- Inconsistent class distributions
If you use LoveDA in your research, please cite our coming NeurIPS2021 paper.
@inproceedings{
wang2021loveda,
title={Love{DA}: A Remote Sensing Land-Cover Dataset for Domain Adaptive Semantic Segmentation},
author={Junjue Wang and Zhuo Zheng and Ailong Ma and Xiaoyan Lu and Yanfei Zhong},
booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2)},
year={2021},
url={https://openreview.net/forum?id=bLBIbVaGDu}
}
@dataset{junjue_wang_2021_5706578,
author={Junjue Wang and Zhuo Zheng and Ailong Ma and Xiaoyan Lu and Yanfei Zhong},
title={Love{DA}: A Remote Sensing Land-Cover Dataset for Domain Adaptive Semantic Segmentation},
month=oct,
year=2021,
publisher={Zenodo},
doi={10.5281/zenodo.5706578},
url={https://doi.org/10.5281/zenodo.5706578}
}
The LoveDA dataset is released at Zenodo, Google Drive and Baidu Drive Code: 27vc
You can develop your models on Train and Validation sets.
Category labels: background – 1, building – 2, road – 3, water – 4, barren – 5,forest – 6, agriculture – 7. And the no-data regions were assigned 0 which should be ignored. The provided data loader will help you construct your pipeline.
Submit your test results on LoveDA Semantic Segmentation Challenge, LoveDA Unsupervised Domain Adaptation Challenge. You will get your Test scores smoothly.
Feel free to design your own models, and we are looking forward to your exciting results!
The owners of the data and of the copyright on the data are RSIDEA, Wuhan University. Use of the Google Earth images must respect the "Google Earth" terms of use. All images and their associated annotations in LoveDA can be used for academic purposes only, but any commercial use is prohibited.