<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>领域迁移 - Tag - 堂堂一跑堂</title><link>https://spacetop.win/tags/%E9%A2%86%E5%9F%9F%E8%BF%81%E7%A7%BB/</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%A2%86%E5%9F%9F%E8%BF%81%E7%A7%BB/" rel="self" type="application/rss+xml"/><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></channel></rss>