Recent advancements in deep learning and computer vision have led to widespread use of deep neural networks to extract building footprints from remote-sensing imagery. The success of such methods relies on the availability of large databases of high-resolution remote sensing images with high-quality annotations. The CrowdAI Mapping Challenge Dataset is one of these datasets that has been used extensively in recent years to train deep neural networks. This dataset consists of $ \sim\ $280k training images and $ \sim\ $60k testing images, with polygonal building annotations for all images. However, issues such as low-quality and incorrect annotations, extensive duplication of image samples, and data leakage significantly reduce the utility of deep neural networks trained on the dataset. Therefore, it is an imperative pre-condition to adopt a data validation pipeline that evaluates the quality of the dataset prior to its use. To this end, we propose a drop-in pipeline that employs perceptual hashing techniques for efficient de-duplication of the dataset and identification of instances of data leakage between training and testing splits. In our experiments, we demonstrate that nearly 250k($ \sim\ $90%) images in the training split were identical. Moreover, our analysis on the validation split demonstrates that roughly 56k of the 60k images also appear in the training split, resulting in a data leakage of 93%. The source code used for the analysis and de-duplication of the CrowdAI Mapping Challenge dataset is publicly available at https://github.com/yeshwanth95/CrowdAI_Hash_and_search .
翻译:近年来,深度学习和计算机视觉的最新进展已经广泛应用于从遥感图像中提取建筑物轮廓线的深度神经网络。这些方法的成功依赖于大量高分辨率遥感图像数据库的可用性,这些数据库具有高质量的标注。CrowdAI Mapping Challenge数据集是其中之一,近年来已经广泛使用于训练深度神经网络。该数据集包括大约280K个训练图像和60K个测试图像,其中所有图像均具有多边形建筑物标注。然而,问题,如低质量和不正确的注释,广泛复制的图像样本和数据泄露等显著降低了在数据集上训练深度神经网络的效用。因此,在使用数据集之前采用数据验证流水线对数据集进行质量评估是必要的。为此,我们提出了一个使用感知哈希技术的插入式流水线,以高效去重数据集并识别训练和测试分离之间数据泄露实例。在实验中,我们证明了训练分裂中近250k(约90%)图像是相同的。此外,我们在验证分裂中的分析表明,大约有56k张图像也出现在训练分裂中,导致了93%的数据泄露。用于CrowdAI Mapping Challenge数据集分析和去重的源代码可在 https://github.com/yeshwanth95/CrowdAI_Hash_and_search 上公开获得。