SOTAVerified

VDD: Varied Drone Dataset for Semantic Segmentation

2023-05-23Code Available1· sign in to hype

Wenxiao Cai, Ke Jin, Jinyan Hou, Cong Guo, Letian Wu, Wankou Yang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Semantic segmentation of drone images is critical for various aerial vision tasks as it provides essential semantic details to understand scenes on the ground. Ensuring high accuracy of semantic segmentation models for drones requires access to diverse, large-scale, and high-resolution datasets, which are often scarce in the field of aerial image processing. While existing datasets typically focus on urban scenes and are relatively small, our Varied Drone Dataset (VDD) addresses these limitations by offering a large-scale, densely labeled collection of 400 high-resolution images spanning 7 classes. This dataset features various scenes in urban, industrial, rural, and natural areas, captured from different camera angles and under diverse lighting conditions. We also make new annotations to UDD and UAVid, integrating them under VDD annotation standards, to create the Integrated Drone Dataset (IDD). We train seven state-of-the-art models on drone datasets as baselines. It's expected that our dataset will generate considerable interest in drone image segmentation and serve as a foundation for other drone vision tasks. Datasets are publicly available at https://github.com/RussRobin/VDD.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
VDDSegformer-B2mIoU85.75Unverified
VDDUperNet(Swin-L)mIoU85.63Unverified
VDDUperNet(Swin-T)mIoU84.73Unverified
VDDMask2Former(ResNet-50)mIoU83.21Unverified
VDDSegformer-B5mIoU82.11Unverified
VDDMask2Former(Swin-T)mIoU77.85Unverified
VDDSegformer-B0mIoU75.37Unverified

Reproductions