DINO Soars: DINOv3 for Open-Vocabulary Semantic Segmentation of Remote Sensing Imagery

TL;DR

Proposes CAFe-DINO, leveraging DINOv3 for open-vocabulary remote sensing segmentation without fine-tuning, outperforming supervised models.

cs.CV 🔴 Advanced 2026-05-05 47 views
Ryan Faulkenberry Saurabh Prasad
remote sensing semantic segmentation open-vocabulary deep learning DINOv3

Key Findings

Methodology

This approach uses DINOv3 as backbone, combined with a cost aggregation module and an unsupervised feature upsampling (AnyUp) to achieve high-resolution semantic segmentation. By refining similarity maps through cost aggregation and upsampling without training on remote sensing data, the model maintains generalization. Fine-tuning is limited to a subset of COCO-Stuff relevant to RS, enabling zero-shot performance. The architecture effectively captures spatial and semantic details, surpassing existing supervised and zero-shot methods on multiple datasets.

Key Results

  • CAFe-DINO achieves an average mIoU of 56.5% on four remote sensing datasets (Potsdam, Vaihingen, OEM, LoveDA), outperforming all supervised and zero-shot baselines, with significant gains in urban scenes (over 20%).
  • On GEO-bench, DINOv3.txt alone underperforms; after cost aggregation and upsampling, performance improves markedly, especially in urban environments, with accuracy gains exceeding 30%.
  • Ablation studies confirm that cost aggregation and no-training feature upsampling are critical, with fine-tuning the last layers of DINOv3 providing additional improvements. The model generalizes well across diverse scenes using only RGB channels.

Significance

This work demonstrates that large-scale natural image pretraining can be effectively transferred to remote sensing tasks without domain-specific fine-tuning. It addresses the challenge of limited labeled data and reduces deployment costs, enabling scalable, accurate semantic segmentation across diverse environments. The approach significantly advances open-vocabulary remote sensing, facilitating rapid environmental monitoring, urban planning, and disaster management, with broad industry implications.

Technical Contribution

The key innovation lies in integrating cost aggregation to refine similarity maps and employing a training-free high-resolution upsampling method (AnyUp), which together enable high-precision segmentation without remote sensing-specific training. The architecture leverages the generalization of DINOv3 trained on natural images, combined with minimal domain adaptation, to outperform existing supervised models, opening new avenues for scalable, zero-shot remote sensing analysis.

Novelty

This is the first work to combine DINOv3.txt with cost aggregation and no-training feature upsampling for remote sensing open-vocabulary segmentation. It avoids reliance on domain-specific fine-tuning, significantly improving generalization and efficiency, and sets a new benchmark in zero-shot remote sensing segmentation performance.

Limitations

  • Performance drops in rural and low-resolution scenes due to limited texture differentiation learned from natural imagery, indicating a need for multi-spectral data integration.
  • Memory and computational costs grow linearly with the number of classes, limiting scalability in extremely large open-vocabulary scenarios.
  • The model's ability to distinguish fine-grained land cover types remains limited, especially in complex rural landscapes, suggesting future integration of spectral data and multi-temporal information is necessary.

Future Work

Future directions include incorporating multi-spectral and multi-temporal data to enhance scene discrimination, optimizing cost aggregation for large class sets, and developing more efficient memory strategies. Further research will explore domain adaptation techniques and few-shot learning to improve rural scene performance, aiming for truly scalable, robust global remote sensing solutions.

AI Executive Summary

Remote sensing imagery has become indispensable for environmental monitoring, urban planning, and disaster response. However, traditional semantic segmentation methods rely heavily on extensive labeled datasets, which are costly and time-consuming to produce. This bottleneck limits the scalability and adaptability of current models, especially across diverse geographic regions and sensor types.

Recent advances in vision-language models, such as DINOv3 and CLIP, have opened new avenues for open-vocabulary semantic segmentation (OVSS). These models leverage large-scale pretraining to recognize arbitrary classes without explicit retraining, promising a paradigm shift in remote sensing analysis. Nonetheless, their direct application to RS data remains challenging due to domain gaps, spectral differences, and the need for fine-grained localization.

In this context, the authors introduce CAFe-DINO, a novel framework that combines DINOv3 with cost aggregation and a training-free feature upsampling method (AnyUp). The core idea is to refine the similarity maps generated by DINOv3.txt through a cost aggregation network, which enhances spatial and semantic details. The upsampling module then restores high-resolution segmentation maps without additional training, preserving the model’s generalization ability. Fine-tuning is limited to a small RS-targeted subset of COCO-Stuff, enabling zero-shot inference on diverse datasets.

Experimental results demonstrate that CAFe-DINO outperforms existing supervised and zero-shot models across multiple benchmarks, including Potsdam, Vaihingen, OEM, and LoveDA. The model achieves an average mIoU of 56.5%, with urban scenes showing over 20% improvements compared to prior methods. Notably, the approach maintains high accuracy using only RGB channels, highlighting the power of natural image pretraining. Ablation studies confirm the importance of cost aggregation and no-training upsampling for performance gains.

This work significantly advances open-vocabulary remote sensing, reducing reliance on costly labeled data and enabling scalable, adaptable analysis. Its ability to generalize across diverse environments and sensor modalities paves the way for real-time, large-scale environmental monitoring. Future research will focus on integrating spectral data, optimizing computational efficiency, and extending to multi-temporal analysis, aiming for truly universal remote sensing solutions.

Deep Analysis

Background

遥感影像技术快速发展,广泛应用于环境监测、城市规划和灾害应对。早期方法多依赖手工特征和少量标注数据,深度学习模型如FCN、U-Net等逐渐普及,但受限于标注成本和数据稀缺。近年来,视觉-语言模型(如CLIP、DINO)为遥感提供新思路,尤其在零样本识别方面展现潜力。然而,遥感数据的多光谱、多尺度特性未被充分利用,模型在复杂场景中的表现仍有限。现有方法多依赖微调遥感数据,难以实现大规模应用。

Core Problem

核心问题是如何在缺乏大量标注的情况下,实现高精度、多类别的遥感场景语义分割。传统方法依赖微调,成本高且泛化能力有限。开域模型虽具潜力,但在遥感场景中的表现受限,特别是在纹理细节和多光谱信息的识别上。如何突破微调依赖,提升零样本性能,成为亟待解决的难题。

Innovation

创新点包括:1)引入成本聚合机制,空间和类别细化相似性图,提升细粒度识别;2)结合无训练的AnyUp特征上采样,保持模型泛化;3)在自然图像预训练基础上,微调遥感目标子集,显著提升城市场景表现。这些创新共同推动遥感开域语义分割技术发展。

Methodology

  • �� 以DINOv3作为基础骨架,提取图像和文本特征,构建相似性图;
  • �� 通过成本聚合网络对相似性图进行空间和类别细化,增强细节表现;
  • �� 利用无训练的AnyUp进行高分辨率特征上采样,保持泛化能力;
  • �� 在COCO-Stuff的遥感目标子集微调成本聚合模块,优化性能;
  • �� 最后通过类别最大概率操作生成像素级分割图。

Experiments

在Potsdam、Vaihingen、OEM和LoveDA四个公开遥感数据集上进行评估,采用mIoU指标。模型在不同场景下进行对比,包括微调和非微调模型,验证成本聚合和AnyUp的贡献。超参数包括:45,000次迭代,图像尺寸512×512,使用NVIDIA Ada 6000 GPU。结果显示,CAFe-DINO在城市场景中表现优异,农村场景仍有提升空间。

Results

模型在四个数据集上的平均mIoU达56.5%,优于所有微调遥感模型。城市场景中性能提升超过20%,在高分辨率城市区域表现出色。消融实验验证成本聚合和无训练上采样的关键作用。模型仅用RGB通道,仍实现优异性能,展现预训练模型的强大泛化能力。

Applications

适用于大规模遥感场景的快速部署,特别在环境监测、城市规划和灾害应急中。无需大量标注,便于在不同地区和传感器条件下应用。未来结合多光谱信息,提升农村和低分辨率场景识别能力,为智能遥感提供工具。

Limitations & Outlook

农村和低分辨率场景表现仍有限,主要因自然图像预训练对复杂纹理区分不足。成本聚合的内存需求随类别线性增长,限制大类别场景应用。未来需结合多光谱和多时相数据,提升鲁棒性和效率。

Plain Language Accessible to non-experts

想象你在一个工厂工作,工厂里有许多不同的机器和流程。每个机器都需要被识别和分类,但没有详细的标签或说明书。传统方法就像用人工逐个标记机器,非常耗时。现在,有个聪明的机器人可以通过观察工厂的整体布局,快速识别不同的机器类型。它之前看过很多类似场景,学会了识别不同的特征,然后在没有专门训练的情况下,也能准确识别新工厂里的机器。它还能分析机器之间的关系,确保分类更准确。这个机器人还能用一种特殊的方法,把低分辨率的图像变得更清晰,让你更容易看清楚每台机器。这就像你用手机拍照,助手帮你把模糊的照片变清楚一样。这个比喻说明了CAFe-DINO的工作原理:它用之前学到的“观察技巧”,结合智能分析,快速、准确地识别遥感图像中的各种场景和物体,无需为每个新场景重新训练。它可以在城市、农村、森林等不同环境中工作,帮助我们更快了解地球的变化。

ELI14 Explained like you're 14

想象你在学校的图书馆里,有很多不同的书架和书本。每次找书都要花很长时间,因为没有标签或者分类系统。现在,假设有个聪明的机器人,它能一眼看出每个书架上的书是什么类型,比如小说、科学、历史等。这个机器人之前看过很多书,学会了识别不同类型的特征。它还能通过观察书架的布局,判断哪些书属于同一类。即使没有专门教它每个类别,它也能根据之前学到的知识,快速找到想要的书。这就像你用手机拍照,助手能告诉你照片里的内容,而不用你手动标记。它还能用一种特殊的方法,把低分辨率的图片变得更清楚,让你更容易看清楚每本书的内容。这样一来,你就不用花很多时间逐个分类了。CAFe-DINO的工作原理就像这个机器人:它用之前学到的“观察技巧”,结合智能分析,快速、准确地识别遥感图像中的各种场景和物体,不需要专门为每个新场景重新训练。它可以在城市、农村、森林等不同环境中工作,帮助我们更快了解地球上的变化。

Abstract

The remote sensing (RS) domain suffers from a lack of densely labeled datasets, which are costly to obtain. Thus, models that can segment RS imagery well without supervised fine-tuning are valuable, but existing solutions fall behind supervised methods. Recently, DINOv3 surpassed SOTA RS foundation models on the GEO-bench segmentation benchmark without pre-training on RS data. Additionally, DINO.txt has enabled open vocabulary semantic segmentation (OVSS) with the DINOv3 backbone. We leverage these developments to form an OVSS model for RS imagery, free of RS-domain fine-tuning. Our model, CAFe-DINO (Cost Aggregation + Feature Upsampling with DINO) exploits the strong OVSS performance of DINOv3 for RS imagery via cost aggregation and training-free upsampling of text-image similarity scores. The robust latent of the DINOv3 backbone eliminates the need for fine-tuning on RS imagery; we instead fine-tune our model on a RS-targeted subset of COCO-Stuff. CAFe-DINO achieves state-of-the-art performance on key RS segmentation datasets, outperforming OVSS methods fine-tuned on RS data. Our code and data are publicly available at https://github.com/rfaulk/DINO_Soars.

cs.CV