<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>遥感图像 - Tag - 堂堂一跑堂</title><link>https://spacetop.win/tags/%E9%81%A5%E6%84%9F%E5%9B%BE%E5%83%8F/</link><description>遥感图像 - Tag - 堂堂一跑堂</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>kingcopper@whu.edu.cn (WangTong)</managingEditor><webMaster>kingcopper@whu.edu.cn (WangTong)</webMaster><lastBuildDate>Mon, 01 Jun 2026 12:00:00 +0800</lastBuildDate><atom:link href="https://spacetop.win/tags/%E9%81%A5%E6%84%9F%E5%9B%BE%E5%83%8F/" rel="self" type="application/rss+xml"/><item><title>ConInfer：无需训练，用上下文推理实现遥感开放词汇分割</title><link>https://spacetop.win/2026/06/20260601_034035_coninfer_open_vocabulary/</link><pubDate>Mon, 01 Jun 2026 12:00:00 +0800</pubDate><author><name>WangTong</name></author><guid>https://spacetop.win/2026/06/20260601_034035_coninfer_open_vocabulary/</guid><description><![CDATA[<h1 id="coninfer无需训练用上下文推理实现遥感开放词汇分割" class="headerLink">
    <a href="#coninfer%e6%97%a0%e9%9c%80%e8%ae%ad%e7%bb%83%e7%94%a8%e4%b8%8a%e4%b8%8b%e6%96%87%e6%8e%a8%e7%90%86%e5%ae%9e%e7%8e%b0%e9%81%a5%e6%84%9f%e5%bc%80%e6%94%be%e8%af%8d%e6%b1%87%e5%88%86%e5%89%b2" class="header-mark"></a>ConInfer：无需训练，用上下文推理实现遥感开放词汇分割</h1><blockquote>
  <p><strong>论文解读</strong> | CVPR 2026 Findings | 2026-06-01</p>
</blockquote><h2 id="-论文信息" class="headerLink">
    <a href="#-%e8%ae%ba%e6%96%87%e4%bf%a1%e6%81%af" class="header-mark"></a>📄 论文信息</h2><table>
  <thead>
      <tr>
          <th>项目</th>
          <th>内容</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td><strong>标题</strong></td>
          <td>ConInfer: Context-Aware Inference for Training-Free Open-Vocabulary Remote Sensing Segmentation</td>
      </tr>
      <tr>
          <td><strong>作者</strong></td>
          <td>详见论文</td>
      </tr>
      <tr>
          <td><strong>会议</strong></td>
          <td>CVPR 2026 Findings</td>
      </tr>
      <tr>
          <td><strong>arXiv</strong></td>
          <td>暂未公开</td>
      </tr>
      <tr>
          <td><strong>GitHub</strong></td>
          <td><a href="https://github.com/Dog-Yang/ConInfer" target="_blank" rel="noopener noreferrer">https://github.com/Dog-Yang/ConInfer</a></td>
      </tr>
      <tr>
          <td><strong>关键词</strong></td>
          <td>开放词汇分割、遥感图像、免训练、上下文推理、CLIP、DINOv3</td>
      </tr>
  </tbody>
</table>
<h2 id="-解决的核心问题" class="headerLink">
    <a href="#-%e8%a7%a3%e5%86%b3%e7%9a%84%e6%a0%b8%e5%bf%83%e9%97%ae%e9%a2%98" class="header-mark"></a>🎯 解决的核心问题</h2><h3 id="问题背景" class="headerLink">
    <a href="#%e9%97%ae%e9%a2%98%e8%83%8c%e6%99%af" class="header-mark"></a>问题背景</h3><p>遥感图像分割是地球观测领域的核心任务，广泛应用于城市规划、环境监测、灾害评估等场景。传统的语义分割方法依赖于<strong>封闭词汇表</strong>——模型只能识别训练时见过的固定类别（如建筑、道路、水体等）。然而，真实世界的遥感应用场景远比固定类别复杂：</p>
<ul>
<li>灾害响应中需要识别&quot;被洪水淹没的农田&quot;</li>
<li>城市规划中需要识别&quot;临时搭建的工棚&quot;</li>
<li>环境监测中需要识别&quot;入侵物种覆盖区域&quot;</li>
</ul>
<p>这些类别在标准训练数据集中几乎不存在，传统模型对此无能为力。</p>
<h3 id="现有方法的局限" class="headerLink">
    <a href="#%e7%8e%b0%e6%9c%89%e6%96%b9%e6%b3%95%e7%9a%84%e5%b1%80%e9%99%90" class="header-mark"></a>现有方法的局限</h3><p>当前的开放词汇分割方法主要面临两个挑战：</p>
<ol>
<li><strong>训练成本高昂</strong>：大多数方法需要在大规模标注数据上进行微调，遥感图像的标注成本极高（需要专业知识，且图像尺度巨大）</li>
<li><strong>领域迁移困难</strong>：CLIP等视觉-语言模型在自然图像上预训练，直接应用于遥感场景时存在严重的<strong>领域鸿沟</strong>——遥感图像的俯视视角、多光谱特性、尺度多样性等都与自然图像截然不同</li>
</ol>
<h3 id="核心问题提炼" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e9%97%ae%e9%a2%98%e6%8f%90%e7%82%bc" class="header-mark"></a>核心问题提炼</h3><blockquote>
  <p><strong>能否在不进行任何训练的情况下，直接利用预训练视觉-语言模型实现高质量的遥感开放词汇分割？</strong></p>
</blockquote><h2 id="-解决方案" class="headerLink">
    <a href="#-%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88" class="header-mark"></a>💡 解决方案</h2><h3 id="核心创新点1上下文感知推理context-aware-inference" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e5%88%9b%e6%96%b0%e7%82%b91%e4%b8%8a%e4%b8%8b%e6%96%87%e6%84%9f%e7%9f%a5%e6%8e%a8%e7%90%86context-aware-inference" class="header-mark"></a>核心创新点1：上下文感知推理（Context-Aware Inference）</h3><p><strong>设计动机</strong>：CLIP模型在图像级别进行预训练，其特征缺乏像素级的空间细节。直接将CLIP特征用于分割会导致边界模糊、类别混淆。</p>
<p><strong>具体实现</strong>：ConInfer提出了一种<strong>上下文感知的推理机制</strong>，通过以下步骤增强CLIP的像素级理解能力：</p>
<ol>
<li><strong>多尺度特征提取</strong>：利用DINOv3和SimFeatUp获取高分辨率的细粒度视觉特征</li>
<li><strong>上下文建模</strong>：通过高斯混合模型（GMM）对特征空间进行聚类，自动发现图像中的语义区域</li>
<li><strong>上下文引导分类</strong>：利用发现的上下文信息来校准CLIP的分类结果，消除领域偏差</li>
</ol>
<h3 id="核心创新点2免训练框架training-free-framework" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e5%88%9b%e6%96%b0%e7%82%b92%e5%85%8d%e8%ae%ad%e7%bb%83%e6%a1%86%e6%9e%b6training-free-framework" class="header-mark"></a>核心创新点2：免训练框架（Training-Free Framework）</h3><p><strong>设计动机</strong>：避免昂贵的微调过程，直接利用预训练模型的能力。</p>
<p><strong>具体实现</strong>：</p>
<ul>
<li>使用BLIP生成图像描述，提供文本级别的上下文</li>
<li>利用OpenCLIP的文本编码器计算开放词汇相似度</li>
<li>通过自适应的提示工程（Prompt Engineering）弥合领域差距</li>
</ul>
<h3 id="整体架构" class="headerLink">
    <a href="#%e6%95%b4%e4%bd%93%e6%9e%b6%e6%9e%84" class="header-mark"></a>整体架构</h3><div class="code-block highlight is-closed show-line-numbers  tw-group tw-my-2">
  <div class="
    
    tw-flex 
    tw-flex-row
    tw-flex-1 
    tw-justify-between 
    tw-w-full tw-bg-bgColor-secondary
    ">      
    <button 
      class="
        code-block-button
        tw-mx-2 
        tw-flex
        tw-flex-row
        tw-flex-1"
      aria-hidden="true">
          <div class="group-[.is-open]:tw-rotate-90 tw-transition-[transform] tw-duration-500 tw-ease-in-out print:!tw-hidden tw-w-min tw-h-min tw-my-1 tw-mx-1"><svg class="icon"
    xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg></div>
          <p class="tw-select-none !tw-my-1">text</p>]]></description></item><item><title>MA3E：让遥感预训练\"看见\"角度——基于掩码角度感知自编码器的旋转不变表示学习</title><link>https://spacetop.win/2026/06/20260601_223000_ma3e_angle_aware/</link><pubDate>Mon, 01 Jun 2026 12:00:00 +0800</pubDate><author><name>WangTong</name></author><guid>https://spacetop.win/2026/06/20260601_223000_ma3e_angle_aware/</guid><description><![CDATA[<h1 id="ma3e让遥感预训练看见角度基于掩码角度感知自编码器的旋转不变表示学习" class="headerLink">
    <a href="#ma3e%e8%ae%a9%e9%81%a5%e6%84%9f%e9%a2%84%e8%ae%ad%e7%bb%83%e7%9c%8b%e8%a7%81%e8%a7%92%e5%ba%a6%e5%9f%ba%e4%ba%8e%e6%8e%a9%e7%a0%81%e8%a7%92%e5%ba%a6%e6%84%9f%e7%9f%a5%e8%87%aa%e7%bc%96%e7%a0%81%e5%99%a8%e7%9a%84%e6%97%8b%e8%bd%ac%e4%b8%8d%e5%8f%98%e8%a1%a8%e7%a4%ba%e5%ad%a6%e4%b9%a0" class="header-mark"></a>MA3E：让遥感预训练&quot;看见&quot;角度——基于掩码角度感知自编码器的旋转不变表示学习</h1><blockquote>
  <p><strong>论文解读</strong> | ECCV 2024 | 2026-06-01</p>
</blockquote><h2 id="-论文信息" class="headerLink">
    <a href="#-%e8%ae%ba%e6%96%87%e4%bf%a1%e6%81%af" class="header-mark"></a>📄 论文信息</h2><table>
  <thead>
      <tr>
          <th>项目</th>
          <th>内容</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td><strong>标题</strong></td>
          <td>Masked Angle-Aware Autoencoder for Remote Sensing Images</td>
      </tr>
      <tr>
          <td><strong>作者</strong></td>
          <td>Benesaki Takam, et al.</td>
      </tr>
      <tr>
          <td><strong>会议</strong></td>
          <td>ECCV 2024</td>
      </tr>
      <tr>
          <td><strong>arXiv</strong></td>
          <td>-</td>
      </tr>
      <tr>
          <td><strong>GitHub</strong></td>
          <td><a href="https://github.com/benesakitam/MA3E" target="_blank" rel="noopener noreferrer">https://github.com/benesakitam/MA3E</a></td>
      </tr>
      <tr>
          <td><strong>关键词</strong></td>
          <td>自监督预训练、掩码自编码器、角度感知、旋转不变性、遥感图像</td>
      </tr>
  </tbody>
</table>
<h2 id="-解决的核心问题" class="headerLink">
    <a href="#-%e8%a7%a3%e5%86%b3%e7%9a%84%e6%a0%b8%e5%bf%83%e9%97%ae%e9%a2%98" class="header-mark"></a>🎯 解决的核心问题</h2><h3 id="问题背景" class="headerLink">
    <a href="#%e9%97%ae%e9%a2%98%e8%83%8c%e6%99%af" class="header-mark"></a>问题背景</h3><p>遥感图像与自然图像存在本质差异：<strong>同一地物在不同拍摄角度下会呈现完全不同的视觉外观</strong>。例如，一栋建筑物从东南方向和西北方向拍摄，其外观可能截然不同。这种<strong>旋转变化</strong>是遥感图像的固有特性。</p>
<h3 id="现有方法的局限" class="headerLink">
    <a href="#%e7%8e%b0%e6%9c%89%e6%96%b9%e6%b3%95%e7%9a%84%e5%b1%80%e9%99%90" class="header-mark"></a>现有方法的局限</h3><p>现有的自监督预训练方法（如MAE、SatMAE等）主要借鉴自然图像的预训练策略，<strong>忽略了遥感图像中普遍存在的角度变化问题</strong>：</p>
<ol>
<li><strong>MAE系列</strong>：直接重建被掩码的图像块，未考虑旋转带来的外观变化</li>
<li><strong>对比学习方法</strong>：依赖数据增强，但未显式建模角度信息</li>
<li><strong>现有遥感预训练</strong>：大多直接迁移自然图像方法，未针对遥感特性设计</li>
</ol>
<h3 id="核心问题提炼" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e9%97%ae%e9%a2%98%e6%8f%90%e7%82%bc" class="header-mark"></a>核心问题提炼</h3><blockquote>
  <p><strong>如何在自监督预训练中显式地感知和学习遥感图像中的角度信息，从而获得旋转不变的特征表示？</strong></p>
</blockquote><h2 id="-解决方案" class="headerLink">
    <a href="#-%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88" class="header-mark"></a>💡 解决方案</h2><h3 id="核心创新点1scaling-center-crop缩放中心裁剪" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e5%88%9b%e6%96%b0%e7%82%b91scaling-center-crop%e7%bc%a9%e6%94%be%e4%b8%ad%e5%bf%83%e8%a3%81%e5%89%aa" class="header-mark"></a>核心创新点1：Scaling Center Crop（缩放中心裁剪）</h3><p><strong>设计动机</strong>：遥感图像中的地物可能以任意角度出现，需要模型能够感知并适应这种角度变化。</p>
<p><strong>具体实现</strong>：</p>
<div class="code-block highlight is-closed show-line-numbers  tw-group tw-my-2">
  <div class="
    
    tw-flex 
    tw-flex-row
    tw-flex-1 
    tw-justify-between 
    tw-w-full tw-bg-bgColor-secondary
    ">      
    <button 
      class="
        code-block-button
        tw-mx-2 
        tw-flex
        tw-flex-row
        tw-flex-1"
      aria-hidden="true">
          <div class="group-[.is-open]:tw-rotate-90 tw-transition-[transform] tw-duration-500 tw-ease-in-out print:!tw-hidden tw-w-min tw-h-min tw-my-1 tw-mx-1"><svg class="icon"
    xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg></div>
          <p class="tw-select-none !tw-my-1">text</p>]]></description></item><item><title>RSKT-Seg：旋转不变+领域迁移实现遥感图像开放词汇分割</title><link>https://spacetop.win/2026/06/20260601_223000_rskt_seg_open_vocabulary/</link><pubDate>Mon, 01 Jun 2026 12:00:00 +0800</pubDate><author><name>WangTong</name></author><guid>https://spacetop.win/2026/06/20260601_223000_rskt_seg_open_vocabulary/</guid><description><![CDATA[<h1 id="rskt-seg旋转不变领域迁移实现遥感图像开放词汇分割" class="headerLink">
    <a href="#rskt-seg%e6%97%8b%e8%bd%ac%e4%b8%8d%e5%8f%98%e9%a2%86%e5%9f%9f%e8%bf%81%e7%a7%bb%e5%ae%9e%e7%8e%b0%e9%81%a5%e6%84%9f%e5%9b%be%e5%83%8f%e5%bc%80%e6%94%be%e8%af%8d%e6%b1%87%e5%88%86%e5%89%b2" class="header-mark"></a>RSKT-Seg：旋转不变+领域迁移实现遥感图像开放词汇分割</h1><blockquote>
  <p><strong>论文解读</strong> | AAAI 2026 Oral | 2026-06-01</p>
</blockquote><h2 id="-论文信息" class="headerLink">
    <a href="#-%e8%ae%ba%e6%96%87%e4%bf%a1%e6%81%af" class="header-mark"></a>📄 论文信息</h2><table>
  <thead>
      <tr>
          <th>项目</th>
          <th>内容</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td><strong>标题</strong></td>
          <td>Exploring Efficient Open-Vocabulary Segmentation in the Remote Sensing</td>
      </tr>
      <tr>
          <td><strong>作者</strong></td>
          <td>Bingyu Li, Xuelong Li 等</td>
      </tr>
      <tr>
          <td><strong>会议</strong></td>
          <td>AAAI 2026 Oral</td>
      </tr>
      <tr>
          <td><strong>单位</strong></td>
          <td>中国科学技术大学, TeleAI</td>
      </tr>
      <tr>
          <td><strong>arXiv</strong></td>
          <td><a href="https://arxiv.org/abs/2509.12040" target="_blank" rel="noopener noreferrer">https://arxiv.org/abs/2509.12040</a></td>
      </tr>
      <tr>
          <td><strong>GitHub</strong></td>
          <td><a href="https://github.com/LiBingyu01/RSKT-Seg" target="_blank" rel="noopener noreferrer">https://github.com/LiBingyu01/RSKT-Seg</a></td>
      </tr>
      <tr>
          <td><strong>关键词</strong></td>
          <td>开放词汇分割, 遥感图像, 旋转不变, 领域迁移, 成本图</td>
      </tr>
  </tbody>
</table>
<h2 id="-解决的核心问题" class="headerLink">
    <a href="#-%e8%a7%a3%e5%86%b3%e7%9a%84%e6%a0%b8%e5%bf%83%e9%97%ae%e9%a2%98" class="header-mark"></a>🎯 解决的核心问题</h2><h3 id="问题背景" class="headerLink">
    <a href="#%e9%97%ae%e9%a2%98%e8%83%8c%e6%99%af" class="header-mark"></a>问题背景</h3><p>开放词汇语义分割（Open-Vocabulary Semantic Segmentation, OVS）是计算机视觉领域的重要任务，旨在分割任意文本描述的类别。然而，当这一技术应用于遥感图像时，面临独特的挑战：</p>
<ol>
<li><strong>领域差异</strong>：自然图像与遥感图像在视角、尺度、纹理等方面存在显著差异</li>
<li><strong>旋转不变性需求</strong>：遥感图像通常从俯视角度拍摄，目标方向任意，需要模型具备旋转不变性</li>
<li><strong>缺乏统一基准</strong>：遥感领域缺乏标准化的开放词汇分割评估基准</li>
</ol>
<h3 id="现有方法的局限" class="headerLink">
    <a href="#%e7%8e%b0%e6%9c%89%e6%96%b9%e6%b3%95%e7%9a%84%e5%b1%80%e9%99%90" class="header-mark"></a>现有方法的局限</h3><ul>
<li><strong>直接迁移效果差</strong>：将自然图像的OVS方法直接应用于遥感场景，性能显著下降</li>
<li><strong>旋转敏感</strong>：传统方法对目标方向敏感，难以处理任意旋转的遥感目标</li>
<li><strong>计算效率低</strong>：现有方法通常计算复杂度高，难以满足大规模遥感数据处理需求</li>
</ul>
<h3 id="核心问题提炼" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e9%97%ae%e9%a2%98%e6%8f%90%e7%82%bc" class="header-mark"></a>核心问题提炼</h3><p><strong>如何设计一个专为遥感图像优化的开放词汇分割框架，同时具备旋转不变性和高效率？</strong></p>
<h2 id="-解决方案" class="headerLink">
    <a href="#-%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88" class="header-mark"></a>💡 解决方案</h2><h3 id="核心创新点1多方向成本图聚合rs-cma" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e5%88%9b%e6%96%b0%e7%82%b91%e5%a4%9a%e6%96%b9%e5%90%91%e6%88%90%e6%9c%ac%e5%9b%be%e8%81%9a%e5%90%88rs-cma" class="header-mark"></a>核心创新点1：多方向成本图聚合（RS-CMA）</h3><p><strong>设计动机</strong>：遥感图像中的目标可能以任意方向出现，传统方法使用单一方向的视觉-语言相似度计算无法捕捉旋转不变特征。</p>
<p><strong>具体实现</strong>：</p>
<div class="code-block highlight is-open show-line-numbers  tw-group tw-my-2">
  <div class="
    
    tw-flex 
    tw-flex-row
    tw-flex-1 
    tw-justify-between 
    tw-w-full tw-bg-bgColor-secondary
    ">      
    <button 
      class="
        code-block-button
        tw-mx-2 
        tw-flex
        tw-flex-row
        tw-flex-1"
      aria-hidden="true">
          <div class="group-[.is-open]:tw-rotate-90 tw-transition-[transform] tw-duration-500 tw-ease-in-out print:!tw-hidden tw-w-min tw-h-min tw-my-1 tw-mx-1"><svg class="icon"
    xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg></div>
          <p class="tw-select-none !tw-my-1">text</p>]]></description></item><item><title>RSRefSeg：用CLIP+SAM双剑合璧，让遥感图像\"听懂\"自然语言描述</title><link>https://spacetop.win/2026/06/20260601_235500_rsrefseg_foundation_model/</link><pubDate>Mon, 01 Jun 2026 12:00:00 +0800</pubDate><author><name>WangTong</name></author><guid>https://spacetop.win/2026/06/20260601_235500_rsrefseg_foundation_model/</guid><description><![CDATA[<h1 id="rsrefseg用clipsam双剑合璧让遥感图像听懂自然语言描述" class="headerLink">
    <a href="#rsrefseg%e7%94%a8clipsam%e5%8f%8c%e5%89%91%e5%90%88%e7%92%a7%e8%ae%a9%e9%81%a5%e6%84%9f%e5%9b%be%e5%83%8f%e5%90%ac%e6%87%82%e8%87%aa%e7%84%b6%e8%af%ad%e8%a8%80%e6%8f%8f%e8%bf%b0" class="header-mark"></a>RSRefSeg：用CLIP+SAM双剑合璧，让遥感图像&quot;听懂&quot;自然语言描述</h1><blockquote>
  <p><strong>论文解读</strong> | arXiv 2025 | 2026-06-01</p>
</blockquote><h2 id="-论文信息" class="headerLink">
    <a href="#-%e8%ae%ba%e6%96%87%e4%bf%a1%e6%81%af" class="header-mark"></a>📄 论文信息</h2><table>
  <thead>
      <tr>
          <th>项目</th>
          <th>内容</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td><strong>标题</strong></td>
          <td>RSRefSeg: Referring Remote Sensing Image Segmentation with Foundation Models</td>
      </tr>
      <tr>
          <td><strong>作者</strong></td>
          <td>Keyan Chen, Jiafan Zhang, Chenyang Liu, Zhengxia Zou, Zhenwei Shi</td>
      </tr>
      <tr>
          <td><strong>机构</strong></td>
          <td>未明确标注（从作者信息推断为国内高校）</td>
      </tr>
      <tr>
          <td><strong>会议</strong></td>
          <td>arXiv 2025</td>
      </tr>
      <tr>
          <td><strong>arXiv</strong></td>
          <td><a href="https://arxiv.org/abs/2501.06809" target="_blank" rel="noopener noreferrer">https://arxiv.org/abs/2501.06809</a></td>
      </tr>
      <tr>
          <td><strong>GitHub</strong></td>
          <td><a href="https://github.com/KyanChen/RSRefSeg" target="_blank" rel="noopener noreferrer">https://github.com/KyanChen/RSRefSeg</a></td>
      </tr>
      <tr>
          <td><strong>关键词</strong></td>
          <td>引用式分割、遥感图像、CLIP、SAM、基础模型、多模态对齐</td>
      </tr>
  </tbody>
</table>
<h2 id="-解决的核心问题" class="headerLink">
    <a href="#-%e8%a7%a3%e5%86%b3%e7%9a%84%e6%a0%b8%e5%bf%83%e9%97%ae%e9%a2%98" class="header-mark"></a>🎯 解决的核心问题</h2><h3 id="问题背景" class="headerLink">
    <a href="#%e9%97%ae%e9%a2%98%e8%83%8c%e6%99%af" class="header-mark"></a>问题背景</h3><p>在遥感图像分析中，我们经常需要根据自然语言描述来定位和分割特定的物体或区域。例如，给定一句话&quot;图像左上角的红色建筑物&quot;，系统需要自动找到并分割出对应的建筑物。这种任务被称为<strong>引用式遥感图像分割（Referring Remote Sensing Image Segmentation, RRSIS）</strong>。</p>
<h3 id="现有方法的局限" class="headerLink">
    <a href="#%e7%8e%b0%e6%9c%89%e6%96%b9%e6%b3%95%e7%9a%84%e5%b1%80%e9%99%90" class="header-mark"></a>现有方法的局限</h3><p>当前主流方法通常采用以下流程：</p>
<ol>
<li>使用预训练语言模型（如BERT）编码文本描述</li>
<li>使用视觉编码器（如ResNet）提取图像特征</li>
<li>通过简单的拼接或注意力机制进行多模态融合</li>
<li>使用分割头生成最终掩膜</li>
</ol>
<p><strong>核心问题</strong>：这些方法在<strong>细粒度语义对齐</strong>上存在严重缺陷：</p>
<ul>
<li>文本编码器和视觉编码器是<strong>独立训练</strong>的，缺乏内在的跨模态关联</li>
<li>简单的特征拼接难以捕捉<strong>细粒度语义概念</strong>（如颜色、形状、位置等）</li>
<li>导致文本和视觉信息之间的<strong>表示不一致</strong>，影响分割精度</li>
</ul>
<h3 id="核心问题提炼" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e9%97%ae%e9%a2%98%e6%8f%90%e7%82%bc" class="header-mark"></a>核心问题提炼</h3><p><strong>如何利用现有的视觉-语言基础模型（CLIP）和图像分割基础模型（SAM），构建一个能够精确理解自然语言描述并进行细粒度分割的遥感图像分析系统？</strong></p>
<h2 id="-解决方案" class="headerLink">
    <a href="#-%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88" class="header-mark"></a>💡 解决方案</h2><h3 id="核心创新点1基于clip的语义编码与对齐" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e5%88%9b%e6%96%b0%e7%82%b91%e5%9f%ba%e4%ba%8eclip%e7%9a%84%e8%af%ad%e4%b9%89%e7%bc%96%e7%a0%81%e4%b8%8e%e5%af%b9%e9%bd%90" class="header-mark"></a>核心创新点1：基于CLIP的语义编码与对齐</h3><p><strong>设计动机</strong>：CLIP是一个经过大规模图文对比学习训练的视觉-语言模型，天然具备强大的跨模态对齐能力。与其从头训练一个跨模态融合模块，不如直接利用CLIP的语义空间。</p>
<p><strong>具体实现</strong>：</p>
<div class="code-block highlight is-closed show-line-numbers  tw-group tw-my-2">
  <div class="
    
    tw-flex 
    tw-flex-row
    tw-flex-1 
    tw-justify-between 
    tw-w-full tw-bg-bgColor-secondary
    ">      
    <button 
      class="
        code-block-button
        tw-mx-2 
        tw-flex
        tw-flex-row
        tw-flex-1"
      aria-hidden="true">
          <div class="group-[.is-open]:tw-rotate-90 tw-transition-[transform] tw-duration-500 tw-ease-in-out print:!tw-hidden tw-w-min tw-h-min tw-my-1 tw-mx-1"><svg class="icon"
    xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg></div>
          <p class="tw-select-none !tw-my-1">text</p>]]></description></item><item><title>SAM 3赋能遥感开放词汇分割：SegEarth-OV3的免训练新范式</title><link>https://spacetop.win/2026/06/20260601_220000_segearth_ov3_sam3/</link><pubDate>Mon, 01 Jun 2026 12:00:00 +0800</pubDate><author><name>WangTong</name></author><guid>https://spacetop.win/2026/06/20260601_220000_segearth_ov3_sam3/</guid><description><![CDATA[<h1 id="sam-3赋能遥感开放词汇分割segearth-ov3的免训练新范式" class="headerLink">
    <a href="#sam-3%e8%b5%8b%e8%83%bd%e9%81%a5%e6%84%9f%e5%bc%80%e6%94%be%e8%af%8d%e6%b1%87%e5%88%86%e5%89%b2segearth-ov3%e7%9a%84%e5%85%8d%e8%ae%ad%e7%bb%83%e6%96%b0%e8%8c%83%e5%bc%8f" class="header-mark"></a>SAM 3赋能遥感开放词汇分割：SegEarth-OV3的免训练新范式</h1><blockquote>
  <p><strong>论文解读</strong> | arXiv 2025 | 2026-06-01</p>
</blockquote><h2 id="-论文信息" class="headerLink">
    <a href="#-%e8%ae%ba%e6%96%87%e4%bf%a1%e6%81%af" class="header-mark"></a>📄 论文信息</h2><table>
  <thead>
      <tr>
          <th>项目</th>
          <th>内容</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td><strong>标题</strong></td>
          <td>SegEarth-OV3: Exploring SAM 3 for Open-Vocabulary Semantic Segmentation in Remote Sensing Images</td>
      </tr>
      <tr>
          <td><strong>作者</strong></td>
          <td>详见论文</td>
      </tr>
      <tr>
          <td><strong>会议/期刊</strong></td>
          <td>arXiv 2025 (arXiv:2512.08730)</td>
      </tr>
      <tr>
          <td><strong>arXiv链接</strong></td>
          <td><a href="https://arxiv.org/abs/2512.08730" target="_blank" rel="noopener noreferrer">https://arxiv.org/abs/2512.08730</a></td>
      </tr>
      <tr>
          <td><strong>GitHub</strong></td>
          <td><a href="https://github.com/earth-insights/SegEarth-OV-3" target="_blank" rel="noopener noreferrer">https://github.com/earth-insights/SegEarth-OV-3</a></td>
      </tr>
      <tr>
          <td><strong>关键词</strong></td>
          <td>开放词汇分割、SAM 3、遥感图像、免训练、变化检测</td>
      </tr>
  </tbody>
</table>
<h2 id="-解决的核心问题" class="headerLink">
    <a href="#-%e8%a7%a3%e5%86%b3%e7%9a%84%e6%a0%b8%e5%bf%83%e9%97%ae%e9%a2%98" class="header-mark"></a>🎯 解决的核心问题</h2><h3 id="问题背景" class="headerLink">
    <a href="#%e9%97%ae%e9%a2%98%e8%83%8c%e6%99%af" class="header-mark"></a>问题背景</h3><p>遥感图像语义分割是地球观测的核心任务，但传统方法受限于<strong>闭集假设</strong>——只能识别训练集中预定义的类别。在实际应用中，遥感场景包含无数未知类别，手动标注成本高昂且不切实际。</p>
<h3 id="现有方法的局限" class="headerLink">
    <a href="#%e7%8e%b0%e6%9c%89%e6%96%b9%e6%b3%95%e7%9a%84%e5%b1%80%e9%99%90" class="header-mark"></a>现有方法的局限</h3><ol>
<li>
<p><strong>CLIP基方法的困境</strong>：现有的免训练开放词汇分割方法主要基于CLIP，但在遥感场景中面临精确定位困难，尤其是处理密集小目标时表现不佳。</p>
</li>
<li>
<p><strong>复杂流水线问题</strong>：一些方法需要复杂的模块组合来分别处理语义和实例信息，增加了系统复杂度。</p>
</li>
<li>
<p><strong>大词汇量挑战</strong>：地理空间场景中词汇量庞大，patch级处理容易产生大量误报。</p>
</li>
</ol>
<h3 id="核心问题提炼" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e9%97%ae%e9%a2%98%e6%8f%90%e7%82%bc" class="header-mark"></a>核心问题提炼</h3><p><strong>如何利用最新的SAM 3模型，在遥感图像中实现高效、免训练的开放词汇语义分割，并扩展到变化检测等更多任务？</strong></p>
<h2 id="-解决方案" class="headerLink">
    <a href="#-%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88" class="header-mark"></a>💡 解决方案</h2><h3 id="核心创新点1mask融合策略" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e5%88%9b%e6%96%b0%e7%82%b91mask%e8%9e%8d%e5%90%88%e7%ad%96%e7%95%a5" class="header-mark"></a>核心创新点1：Mask融合策略</h3><p><strong>设计动机</strong>：SAM 3同时具备语义分割头（semantic head）和Transformer解码器（instance head），两者各有优势：</p>
<ul>
<li>语义分割头：擅长土地覆盖分类</li>
<li>实例头：擅长目标实例识别</li>
</ul>
<p><strong>具体实现</strong>：</p>
<div class="code-block highlight is-closed show-line-numbers  tw-group tw-my-2">
  <div class="
    
    tw-flex 
    tw-flex-row
    tw-flex-1 
    tw-justify-between 
    tw-w-full tw-bg-bgColor-secondary
    ">      
    <button 
      class="
        code-block-button
        tw-mx-2 
        tw-flex
        tw-flex-row
        tw-flex-1"
      aria-hidden="true">
          <div class="group-[.is-open]:tw-rotate-90 tw-transition-[transform] tw-duration-500 tw-ease-in-out print:!tw-hidden tw-w-min tw-h-min tw-my-1 tw-mx-1"><svg class="icon"
    xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg></div>
          <p class="tw-select-none !tw-my-1">text</p>]]></description></item><item><title>SegEarth-OV：让遥感图像拥有\"开放世界\"分割能力</title><link>https://spacetop.win/2026/05/20260531_190958_segearth_ov_openset/</link><pubDate>Sun, 31 May 2026 12:00:00 +0800</pubDate><author><name>WangTong</name></author><guid>https://spacetop.win/2026/05/20260531_190958_segearth_ov_openset/</guid><description><![CDATA[<h1 id="segearth-ov让遥感图像拥有开放世界分割能力" class="headerLink">
    <a href="#segearth-ov%e8%ae%a9%e9%81%a5%e6%84%9f%e5%9b%be%e5%83%8f%e6%8b%a5%e6%9c%89%e5%bc%80%e6%94%be%e4%b8%96%e7%95%8c%e5%88%86%e5%89%b2%e8%83%bd%e5%8a%9b" class="header-mark"></a>SegEarth-OV：让遥感图像拥有&quot;开放世界&quot;分割能力</h1><h2 id="-论文信息" class="headerLink">
    <a href="#-%e8%ae%ba%e6%96%87%e4%bf%a1%e6%81%af" class="header-mark"></a>📌 论文信息</h2><ul>
<li><strong>标题</strong>: SegEarth-OV: Towards Training-Free Open-Vocabulary Segmentation for Remote Sensing Images</li>
<li><strong>作者</strong>: Kaiyu Li, Ruixun Liu, Xiangyong Cao, Xueru Bai, Feng Zhou, Deyu Meng, Zhi Wang</li>
<li><strong>会议</strong>: CVPR 2025 Oral（口头报告，最高级别）</li>
<li><strong>代码</strong>: <a href="https://github.com/likyoo/SegEarth-OV" target="_blank" rel="noopener noreferrer">https://github.com/likyoo/SegEarth-OV</a></li>
<li><strong>arXiv</strong>: <a href="https://arxiv.org/abs/2410.01768" target="_blank" rel="noopener noreferrer">https://arxiv.org/abs/2410.01768</a></li>
<li><strong>项目主页</strong>: <a href="https://likyoo.github.io/SegEarth-OV/" target="_blank" rel="noopener noreferrer">https://likyoo.github.io/SegEarth-OV/</a></li>
<li><strong>关键词</strong>: 开放词汇语义分割、遥感图像、训练自由、SimFeatUp、CLIP适配</li>
</ul>
<h2 id="-研究问题遥感分割的封闭世界困境" class="headerLink">
    <a href="#-%e7%a0%94%e7%a9%b6%e9%97%ae%e9%a2%98%e9%81%a5%e6%84%9f%e5%88%86%e5%89%b2%e7%9a%84%e5%b0%81%e9%97%ad%e4%b8%96%e7%95%8c%e5%9b%b0%e5%a2%83" class="header-mark"></a>🔍 研究问题：遥感分割的&quot;封闭世界&quot;困境</h2><p>在遥感图像的语义分割领域，一个根深蒂固的假设一直限制着我们：<strong>封闭集假设（Close-set Assumption）</strong>。这意味着模型只能识别训练集中预定义的类别，无法处理未见过的新类别。</p>
<p>这个假设在实际应用中造成了严重问题：</p>
<ol>
<li><strong>类别覆盖不全</strong>：地球表面的物体类别无穷无尽，无法在训练集中穷尽所有类别</li>
<li><strong>标注成本高昂</strong>：遥感图像的像素级标注需要专业知识，成本极高</li>
<li><strong>场景迁移困难</strong>：一个地区训练的模型难以直接应用到其他地区</li>
</ol>
<p><strong>作者的核心洞察</strong>：当我们把自然图像领域的开放词汇语义分割（OVSS）方法直接移植到遥感领域时，会出现一个关键问题——<strong>预测掩码中目标形状严重变形、边界不贴合</strong>。这不是方法本身的问题，而是遥感图像的特殊性导致的。</p>
<h2 id="-解决方案两个精巧的技术创新" class="headerLink">
    <a href="#-%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88%e4%b8%a4%e4%b8%aa%e7%b2%be%e5%b7%a7%e7%9a%84%e6%8a%80%e6%9c%af%e5%88%9b%e6%96%b0" class="header-mark"></a>💡 解决方案：两个精巧的技术创新</h2><p>作者没有提出一个全新的框架，而是专注于解决两个具体的技术瓶颈。这种&quot;小切口、深挖掘&quot;的思路非常精妙。</p>
<h3 id="创新点1simfeatup特征上采样器" class="headerLink">
    <a href="#%e5%88%9b%e6%96%b0%e7%82%b91simfeatup%e7%89%b9%e5%be%81%e4%b8%8a%e9%87%87%e6%a0%b7%e5%99%a8" class="header-mark"></a>创新点1：SimFeatUp——特征上采样器</h3><p><strong>问题发现</strong>：作者通过实验发现，CLIP模型的特征图分辨率仅为原图的1/16（ViT-B/16），这对于自然图像可能足够，但对于遥感图像来说远远不够。遥感图像中的目标往往尺寸较小、边界复杂，低分辨率特征会导致严重的形状失真。</p>
<p><strong>解决方案</strong>：提出SimFeatUp，一个简单而通用的特征上采样器。</p>
<p><strong>技术细节</strong>：</p>
<ul>
<li><strong>训练方式</strong>：使用少量无标注遥感图像，学习从低分辨率特征重建高分辨率特征</li>
<li><strong>核心目标</strong>：重建内容不变的高分辨率特征，即上采样后的特征应保持与原始低分辨率特征相同的语义信息</li>
<li><strong>关键优势</strong>：训练完成后，可以用于任意遥感图像的特征上采样，无需针对特定数据集重新训练</li>
</ul>
<p><strong>为什么这个设计巧妙？</strong></p>
<ol>
<li><strong>解耦设计</strong>：SimFeatUp的训练独立于分割任务，使其成为即插即用的模块</li>
<li><strong>数据效率</strong>：只需少量无标注图像即可训练，大大降低了数据需求</li>
<li><strong>通用性</strong>：一次训练，处处可用</li>
</ol>
<h3 id="创新点2全局偏置消除" class="headerLink">
    <a href="#%e5%88%9b%e6%96%b0%e7%82%b92%e5%85%a8%e5%b1%80%e5%81%8f%e7%bd%ae%e6%b6%88%e9%99%a4" class="header-mark"></a>创新点2：全局偏置消除</h3><p><strong>问题发现</strong>：作者观察到CLIP模型中存在一个反常现象——局部patch token对[CLS] token的异常响应。这是因为CLIP在图像级别进行训练，[CLS] token承载了全局信息，但这种全局属性会&quot;污染&quot;局部特征，导致patch级别的预测出现偏差。</p>
<p><strong>解决方案</strong>：提出一个极其简单的减法操作——从局部patch特征中减去全局特征。</p>
<p><strong>技术细节</strong>：</p>
<ul>
<li>全局特征 = [CLS] token的特征</li>
<li>局部特征 = 各个patch token的特征</li>
<li>修正后特征 = 局部特征 - 全局特征</li>
</ul>
<p><strong>为什么这个设计精妙？</strong></p>]]></description></item><item><title>SkySense-O：以视觉为中心的视觉语言建模实现开放世界遥感解释</title><link>https://spacetop.win/2026/05/20260531_113541_skysense_o/</link><pubDate>Sun, 31 May 2026 12:00:00 +0800</pubDate><author><name>WangTong</name></author><guid>https://spacetop.win/2026/05/20260531_113541_skysense_o/</guid><description><![CDATA[<h1 id="skysense-o以视觉为中心的视觉语言建模实现开放世界遥感解释" class="headerLink">
    <a href="#skysense-o%e4%bb%a5%e8%a7%86%e8%a7%89%e4%b8%ba%e4%b8%ad%e5%bf%83%e7%9a%84%e8%a7%86%e8%a7%89%e8%af%ad%e8%a8%80%e5%bb%ba%e6%a8%a1%e5%ae%9e%e7%8e%b0%e5%bc%80%e6%94%be%e4%b8%96%e7%95%8c%e9%81%a5%e6%84%9f%e8%a7%a3%e9%87%8a" class="header-mark"></a>SkySense-O：以视觉为中心的视觉语言建模实现开放世界遥感解释</h1><h2 id="论文信息" class="headerLink">
    <a href="#%e8%ae%ba%e6%96%87%e4%bf%a1%e6%81%af" class="header-mark"></a>论文信息</h2><ul>
<li><strong>标题</strong>：SkySense-O: Towards Open-World Remote Sensing Interpretation with Vision-Centric Visual-Language Modeling</li>
<li><strong>作者</strong>：Qi Zhu, Jiangwei Lao, Deyi Ji, Junwei Luo, Kang Wu, Yingying Zhang, Lixiang Ru, Jian Wang, Jingdong Chen, Ming Yang, Dong Liu, Feng Zhao</li>
<li><strong>会议</strong>：CVPR 2025</li>
<li><strong>GitHub</strong>：https://github.com/zqcrafts/SkySense-O (265 stars)</li>
<li><strong>关键词</strong>：开放世界解释、视觉语言模型、遥感图像、像素级分割、视觉中心建模</li>
</ul>
<h2 id="问题从封闭到开放的鸿沟" class="headerLink">
    <a href="#%e9%97%ae%e9%a2%98%e4%bb%8e%e5%b0%81%e9%97%ad%e5%88%b0%e5%bc%80%e6%94%be%e7%9a%84%e9%b8%bf%e6%b2%9f" class="header-mark"></a>问题：从&quot;封闭&quot;到&quot;开放&quot;的鸿沟</h2><p>遥感图像解释长期面临一个根本性矛盾：<strong>模型只能识别训练时见过的类别，但现实世界中的地物类别是无限且不断演变的</strong>。</p>
<p>传统遥感语义分割模型存在两个核心瓶颈：</p>
<ol>
<li>
<p><strong>语义类别覆盖不足</strong>：现有遥感数据集的类别标签极为有限，特别是像素级标注数据集。例如，常用的数据集可能只包含几十个类别，但实际地物类型远不止于此。</p>
</li>
<li>
<p><strong>语言空间区分能力有限</strong>：遥感图像具有密集且复杂的空间分布，仅依靠文本描述难以精确区分不同的空间区域。例如，&ldquo;建筑物&quot;和&quot;停车场&quot;在语言描述上可能相似，但在视觉上差异显著。</p>
</li>
</ol>
<p>作者敏锐地捕捉到了这一问题的本质：<strong>现有视觉语言模型（VLM）过度依赖文本提示，忽视了视觉特征本身的重要性</strong>。</p>
<h2 id="解决方案视觉中心的范式转变" class="headerLink">
    <a href="#%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88%e8%a7%86%e8%a7%89%e4%b8%ad%e5%bf%83%e7%9a%84%e8%8c%83%e5%bc%8f%e8%bd%ac%e5%8f%98" class="header-mark"></a>解决方案：视觉中心的范式转变</h2><p>SkySense-O的核心创新在于提出了<strong>视觉中心原则（Vision-Centric Principle）</strong>，从根本上改变了遥感视觉语言建模的思路。</p>
<h3 id="1-构建高质量像素级数据集sky-sa" class="headerLink">
    <a href="#1-%e6%9e%84%e5%bb%ba%e9%ab%98%e8%b4%a8%e9%87%8f%e5%83%8f%e7%b4%a0%e7%ba%a7%e6%95%b0%e6%8d%ae%e9%9b%86sky-sa" class="header-mark"></a>1. 构建高质量像素级数据集Sky-SA</h3><p>作者首先解决了数据层面的瓶颈。Sky-SA数据集具有以下特点：</p>
<ul>
<li><strong>规模</strong>：183,375个高质量本地图像-文本对</li>
<li><strong>类别覆盖</strong>：1,763个类别标签，远超现有数据集</li>
<li><strong>标注质量</strong>：经过多轮人工标注和验证的全像素标注</li>
<li><strong>语义密度</strong>：比现有数据集具有更丰富的语义和更高的密度</li>
</ul>
<p>这一数据集的构建并非简单的类别扩充，而是对遥感地物的系统性语义建模。</p>
<h3 id="2-视觉中心的预训练策略" class="headerLink">
    <a href="#2-%e8%a7%86%e8%a7%89%e4%b8%ad%e5%bf%83%e7%9a%84%e9%a2%84%e8%ae%ad%e7%bb%83%e7%ad%96%e7%95%a5" class="header-mark"></a>2. 视觉中心的预训练策略</h3><p>传统方法在预训练阶段主要关注图像-文本对齐，容易导致视觉表示能力退化。SkySense-O的创新在于：</p>
<ul>
<li><strong>引入视觉自监督范式</strong>：在图像-文本对齐的同时，保持视觉特征的判别能力</li>
<li><strong>视觉相关知识图谱</strong>：构建跨开放类别文本的视觉相关知识图谱</li>
<li><strong>视觉中心图像-文本对比损失</strong>：开发新型损失函数，强调视觉特征的主导作用</li>
</ul>
<h3 id="3-从文本驱动到视觉引导" class="headerLink">
    <a href="#3-%e4%bb%8e%e6%96%87%e6%9c%ac%e9%a9%b1%e5%8a%a8%e5%88%b0%e8%a7%86%e8%a7%89%e5%bc%95%e5%af%bc" class="header-mark"></a>3. 从&quot;文本驱动&quot;到&quot;视觉引导&rdquo;</h3><p>这一范式转变的关键在于：<strong>不是让视觉特征去适应文本描述，而是让文本描述去增强视觉理解</strong>。</p>
<p>具体实现包括：</p>
<ul>
<li>在预训练阶段，视觉自监督学习与图像-文本对齐并行进行</li>
<li>利用视觉相关知识图谱建立类别间的视觉语义关联</li>
<li>通过视觉中心对比损失确保视觉特征的判别性</li>
</ul>
<h2 id="实验全面的性能验证" class="headerLink">
    <a href="#%e5%ae%9e%e9%aa%8c%e5%85%a8%e9%9d%a2%e7%9a%84%e6%80%a7%e8%83%bd%e9%aa%8c%e8%af%81" class="header-mark"></a>实验：全面的性能验证</h2><h3 id="评估设置" class="headerLink">
    <a href="#%e8%af%84%e4%bc%b0%e8%ae%be%e7%bd%ae" class="header-mark"></a>评估设置</h3><ul>
<li><strong>数据集</strong>：14个遥感数据集</li>
<li><strong>任务类型</strong>：4个任务（分类、检测、分割、推理）</li>
<li><strong>评估方式</strong>：零样本能力评估</li>
</ul>
<h3 id="关键结果" class="headerLink">
    <a href="#%e5%85%b3%e9%94%ae%e7%bb%93%e6%9e%9c" class="header-mark"></a>关键结果</h3><p>SkySense-O在多个评估指标上取得了显著优势：</p>]]></description></item><item><title>开放词汇遥感语义分割：GSNet如何让AI识别任意地物类别</title><link>https://spacetop.win/2026/05/20260531_123557_open_vocabulary_remote_sensing_segmentation/</link><pubDate>Sun, 31 May 2026 12:00:00 +0800</pubDate><author><name>WangTong</name></author><guid>https://spacetop.win/2026/05/20260531_123557_open_vocabulary_remote_sensing_segmentation/</guid><description><![CDATA[<h1 id="开放词汇遥感语义分割gsnet如何让ai识别任意地物类别" class="headerLink">
    <a href="#%e5%bc%80%e6%94%be%e8%af%8d%e6%b1%87%e9%81%a5%e6%84%9f%e8%af%ad%e4%b9%89%e5%88%86%e5%89%b2gsnet%e5%a6%82%e4%bd%95%e8%ae%a9ai%e8%af%86%e5%88%ab%e4%bb%bb%e6%84%8f%e5%9c%b0%e7%89%a9%e7%b1%bb%e5%88%ab" class="header-mark"></a>开放词汇遥感语义分割：GSNet如何让AI识别任意地物类别</h1><h2 id="-论文信息" class="headerLink">
    <a href="#-%e8%ae%ba%e6%96%87%e4%bf%a1%e6%81%af" class="header-mark"></a>📌 论文信息</h2><ul>
<li><strong>标题</strong>: Towards Open-Vocabulary Remote Sensing Image Semantic Segmentation</li>
<li><strong>作者</strong>: Chengyang Ye, Yunzhi Zhuge, Pingping Zhang</li>
<li><strong>会议</strong>: AAAI 2025 (39th Annual AAAI Conference on Artificial Intelligence)</li>
<li><strong>论文</strong>: <a href="https://arxiv.org/abs/2412.19492" target="_blank" rel="noopener noreferrer">https://arxiv.org/abs/2412.19492</a></li>
<li><strong>代码</strong>: <a href="https://github.com/yecy749/gsnet" target="_blank" rel="noopener noreferrer">https://github.com/yecy749/gsnet</a></li>
<li><strong>关键词</strong>: 开放词汇、语义分割、遥感图像、CLIP、双流编码器</li>
</ul>
<hr>
<h2 id="-研究问题遥感分割的类别牢笼" class="headerLink">
    <a href="#-%e7%a0%94%e7%a9%b6%e9%97%ae%e9%a2%98%e9%81%a5%e6%84%9f%e5%88%86%e5%89%b2%e7%9a%84%e7%b1%bb%e5%88%ab%e7%89%a2%e7%ac%bc" class="header-mark"></a>❓ 研究问题：遥感分割的&quot;类别牢笼&quot;</h2><h3 id="问题来源" class="headerLink">
    <a href="#%e9%97%ae%e9%a2%98%e6%9d%a5%e6%ba%90" class="header-mark"></a>问题来源</h3><p>遥感图像语义分割（RSISS）是地球观测的核心任务，但现有方法存在一个根本性限制：<strong>只能识别预定义的类别</strong>。</p>
<h3 id="核心问题细节" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e9%97%ae%e9%a2%98%e7%bb%86%e8%8a%82" class="header-mark"></a>核心问题细节</h3><p><strong>传统方法的困境</strong>:</p>
<ol>
<li><strong>类别固定</strong>: 训练时定义了多少类，就只能识别多少类</li>
<li><strong>标注成本高</strong>: 每增加一个新类别，需要大量像素级标注</li>
<li><strong>模型重训</strong>: 适应新类别需要重新训练整个模型</li>
<li><strong>场景受限</strong>: 不同应用场景需要不同的类别集合</li>
</ol>
<p><strong>实际案例</strong>:</p>
<ul>
<li>城市规划需要识别&quot;建筑、道路、绿地&quot;</li>
<li>灾害评估需要识别&quot;积水、废墟、救援通道&quot;</li>
<li>农业监测需要识别&quot;作物类型、病虫害区域&quot;</li>
</ul>
<p>每次任务切换都需要重新标注数据和训练模型，成本极高。</p>
<h3 id="问题本质" class="headerLink">
    <a href="#%e9%97%ae%e9%a2%98%e6%9c%ac%e8%b4%a8" class="header-mark"></a>问题本质</h3><p>现有方法将遥感分割视为&quot;闭集&quot;问题，而现实世界是&quot;开集&quot;的——你永远无法预知未来需要识别什么类别。</p>
<hr>
<h2 id="-解决方案gsnet的双流融合架构" class="headerLink">
    <a href="#-%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88gsnet%e7%9a%84%e5%8f%8c%e6%b5%81%e8%9e%8d%e5%90%88%e6%9e%b6%e6%9e%84" class="header-mark"></a>💡 解决方案：GSNet的双流融合架构</h2><h3 id="核心创新点" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e5%88%9b%e6%96%b0%e7%82%b9" class="header-mark"></a>核心创新点</h3><p>GSNet（Generalist and Specialist Network）提出了一个精妙的解决方案：<strong>融合通用视觉语言模型的开放能力和遥感领域模型的专业知识</strong>。</p>
<h3 id="技术细节拆解" class="headerLink">
    <a href="#%e6%8a%80%e6%9c%af%e7%bb%86%e8%8a%82%e6%8b%86%e8%a7%a3" class="header-mark"></a>技术细节拆解</h3><h4 id="1-双流图像编码器dual-stream-image-encoder-dsie" class="headerLink">
    <a href="#1-%e5%8f%8c%e6%b5%81%e5%9b%be%e5%83%8f%e7%bc%96%e7%a0%81%e5%99%a8dual-stream-image-encoder-dsie" class="header-mark"></a>1. 双流图像编码器（Dual-Stream Image Encoder, DSIE）</h4><p><strong>设计理念</strong>: 两条并行的特征提取流，分别捕获通用语义和领域知识。</p>
<p><strong>通用流（Generalist Stream）</strong>:</p>
<ul>
<li>使用CLIP的视觉编码器</li>
<li>通过大规模图像-文本对预训练</li>
<li>擅长识别新目标和新语义</li>
<li>提供开放词汇能力</li>
</ul>
<p><strong>专业流（Specialist Stream）</strong>:</p>
<ul>
<li>使用RSIB（Remote Sensing Image Backbone）</li>
<li>通过自监督学习在遥感数据上预训练</li>
<li>捕获遥感特有的空间和光谱特征</li>
<li>提供领域专业知识</li>
</ul>
<p><strong>技术细节</strong>:</p>]]></description></item></channel></rss>