arXiv:2505.01225cs.CV2025-05被引 3

用精选数据子集实现高效遥感地表分类,性能超全量训练。

Core-Set Selection for Data-efficient Land Cover Segmentation

  • 基于影像、标签或二者结合,筛选高质量数据子集。
  • 仅用25%数据即超越全量训练效果,最高提升1.2%准确率。
  • 适合关注数据效率与模型泛化能力的研究者。

遥感数据的普及推动了深度学习在地球观测任务中的应用。传统模型依赖大规模数据集,但数据冗余、噪声及计算成本问题常被忽视。本文提出六种核心集选择方法,仅使用影像、仅使用标签或两者结合,评估其能否选出高性能数据子集。在DFC2022、Vaihingen和Potsdam三个常用土地覆盖分类数据集上,使用SegFormer和U-Net两种架构进行验证。实验表明,所有方法均优于传统基线,部分方法在小样本下表现更优。尤其在DFC2022上,仅25%的子集训练出的SegFormer模型性能略高于全数据训练结果,证明数据质量对遥感语义分割的关键作用。代码已开源。

原文摘要 · Abstract (English)

The increasing accessibility of remotely sensed data and their potential to support large-scale decision-making have driven the development of deep learning models for many Earth Observation tasks. Traditionally, such models rely on large datasets. However, the common assumption that larger training datasets lead to better performance tends to overlook issues related to data redundancy, noise, and the computational cost of processing massive datasets. Effective solutions must therefore consider not only the quantity but also the quality of data. Towards this, in this paper, we introduce six basic core-set selection approaches -- that rely on imagery only, labels only, or a combination of both -- and investigate whether they can identify high-quality subsets of data capable of maintaining -- or even surpassing -- the performance achieved when using full datasets for remote sensing semantic segmentation. We benchmark such approaches against two traditional baselines on three widely used land-cover classification datasets (DFC2022, Vaihingen, and Potsdam) using two different architectures (SegFormer and U-Net), thus establishing a general baseline for future works. Our experiments show that all proposed methods consistently outperform the baselines across multiple subset sizes, with some approaches even selecting core sets that surpass training on all available data. Notably, on DFC2022, a selected subset comprising only 25% of the training data yields slightly higher SegFormer performance than training with the entire dataset. This result shows the importance and potential of data-centric learning for the remote sensing domain. The code is available at https://github.com/keillernogueira/data-centric-rs-classification/.

遥感数据效率核心集语义分割

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。