<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%8F%98%E5%8C%96%E6%A3%80%E6%B5%8B/</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%8F%98%E5%8C%96%E6%A3%80%E6%B5%8B/" rel="self" type="application/rss+xml"/><item><title>M-CD：基于Mamba的孪生网络实现高效遥感变化检测</title><link>https://spacetop.win/2026/06/20260601_063249_mamba_change_detection/</link><pubDate>Mon, 01 Jun 2026 12:00:00 +0800</pubDate><author><name>WangTong</name></author><guid>https://spacetop.win/2026/06/20260601_063249_mamba_change_detection/</guid><description><![CDATA[<h1 id="m-cd基于mamba的孪生网络实现高效遥感变化检测" class="headerLink">
    <a href="#m-cd%e5%9f%ba%e4%ba%8emamba%e7%9a%84%e5%ad%aa%e7%94%9f%e7%bd%91%e7%bb%9c%e5%ae%9e%e7%8e%b0%e9%ab%98%e6%95%88%e9%81%a5%e6%84%9f%e5%8f%98%e5%8c%96%e6%a3%80%e6%b5%8b" class="header-mark"></a>M-CD：基于Mamba的孪生网络实现高效遥感变化检测</h1><blockquote>
  <p><strong>论文解读</strong> | arXiv 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>A Mamba-based Siamese Network for Remote Sensing Change Detection</td>
      </tr>
      <tr>
          <td><strong>作者</strong></td>
          <td>Jay N. Paranjape, Celso de Melo, Vishal M. Patel</td>
      </tr>
      <tr>
          <td><strong>会议</strong></td>
          <td>arXiv 2024 (arXiv:2407.06839)</td>
      </tr>
      <tr>
          <td><strong>arXiv</strong></td>
          <td><a href="https://arxiv.org/abs/2407.06839" target="_blank" rel="noopener noreferrer">https://arxiv.org/abs/2407.06839</a></td>
      </tr>
      <tr>
          <td><strong>GitHub</strong></td>
          <td><a href="https://github.com/JayParanjape/M-CD" target="_blank" rel="noopener noreferrer">https://github.com/JayParanjape/M-CD</a></td>
      </tr>
      <tr>
          <td><strong>关键词</strong></td>
          <td>遥感变化检测, Mamba架构, 孪生网络, 状态空间模型, 高效特征提取</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>遥感变化检测是分析同一区域不同时相图像差异的关键技术，广泛应用于环境监测、城市规划、灾害评估等领域。传统方法依赖人工特征提取，深度学习方法（CNN、Transformer）虽取得显著进展，但存在固有局限：</p>
<ol>
<li><strong>CNN的局限性</strong>：感受野有限，难以捕捉长距离依赖关系</li>
<li><strong>Transformer的瓶颈</strong>：自注意力机制计算复杂度为O(n²)，处理高分辨率遥感图像时计算开销巨大</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>基于CNN的方法</strong>（如SNUNet-CD）：局部特征提取能力强，但全局上下文建模不足</li>
<li><strong>基于Transformer的方法</strong>（如ChangeFormer）：全局建模能力强，但计算复杂度高，推理速度慢</li>
<li><strong>混合方法</strong>：结合CNN和Transformer，但架构复杂，难以平衡效率与性能</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="核心创新点1mamba架构引入遥感变化检测" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e5%88%9b%e6%96%b0%e7%82%b91mamba%e6%9e%b6%e6%9e%84%e5%bc%95%e5%85%a5%e9%81%a5%e6%84%9f%e5%8f%98%e5%8c%96%e6%a3%80%e6%b5%8b" class="header-mark"></a>核心创新点1：Mamba架构引入遥感变化检测</h3><p><strong>设计动机</strong>：
Mamba是状态空间模型（SSM）的最新进展，具有以下优势：</p>
<ul>
<li>线性时间复杂度O(n)，远优于Transformer的O(n²)</li>
<li>通过选择性机制实现动态特征筛选</li>
<li>硬件感知设计，实际运行效率高</li>
</ul>
<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>扩散模型赋能遥感变化检测：DDPM-CD的创新之路</title><link>https://spacetop.win/2026/06/20260601_210000_ddpm_cd_change_detection/</link><pubDate>Mon, 01 Jun 2026 12:00:00 +0800</pubDate><author><name>WangTong</name></author><guid>https://spacetop.win/2026/06/20260601_210000_ddpm_cd_change_detection/</guid><description><![CDATA[<h1 id="扩散模型赋能遥感变化检测ddpm-cd的创新之路" class="headerLink">
    <a href="#%e6%89%a9%e6%95%a3%e6%a8%a1%e5%9e%8b%e8%b5%8b%e8%83%bd%e9%81%a5%e6%84%9f%e5%8f%98%e5%8c%96%e6%a3%80%e6%b5%8bddpm-cd%e7%9a%84%e5%88%9b%e6%96%b0%e4%b9%8b%e8%b7%af" class="header-mark"></a>扩散模型赋能遥感变化检测：DDPM-CD的创新之路</h1><blockquote>
  <p><strong>论文解读</strong> | WACV 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>Denoising Diffusion Probabilistic Models as Feature Extractors for Change Detection</td>
      </tr>
      <tr>
          <td><strong>作者</strong></td>
          <td>Wele Gedara Chaminda Bandara, Nithin Gopalakrishnan Nair, Vishal M. Patel</td>
      </tr>
      <tr>
          <td><strong>会议</strong></td>
          <td>IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2025</td>
      </tr>
      <tr>
          <td><strong>arXiv</strong></td>
          <td><a href="https://arxiv.org/abs/2405.17641" target="_blank" rel="noopener noreferrer">https://arxiv.org/abs/2405.17641</a></td>
      </tr>
      <tr>
          <td><strong>GitHub</strong></td>
          <td><a href="https://github.com/wgcban/ddpm-cd" target="_blank" rel="noopener noreferrer">https://github.com/wgcban/ddpm-cd</a></td>
      </tr>
      <tr>
          <td><strong>关键词</strong></td>
          <td>遥感变化检测、扩散模型、自监督预训练、特征提取、DDPM</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>遥感变化检测（Change Detection, CD）是地球观测的核心任务之一，旨在从不同时相的遥感图像中识别地表变化。这项任务在城市规划、环境监测、灾害评估等领域有着广泛应用。</p>
<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><strong>监督学习方法的困境</strong>：传统的CNN和Transformer方法依赖大量标注数据，但在遥感领域获取标注成本极高</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="核心创新点1扩散模型作为特征提取器" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e5%88%9b%e6%96%b0%e7%82%b91%e6%89%a9%e6%95%a3%e6%a8%a1%e5%9e%8b%e4%bd%9c%e4%b8%ba%e7%89%b9%e5%be%81%e6%8f%90%e5%8f%96%e5%99%a8" class="header-mark"></a>核心创新点1：扩散模型作为特征提取器</h3><p><strong>设计动机</strong>：
扩散模型（DDPM）在图像生成任务中展现出强大的语义理解能力。作者观察到，预训练的扩散模型在去噪过程中学习到了丰富的图像语义特征，这些特征可以迁移到变化检测任务中。</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">python</p>]]></description></item><item><title>ChangeMamba：用状态空间模型革新遥感变化检测</title><link>https://spacetop.win/2026/05/20260531_215800_changemamba/</link><pubDate>Sun, 31 May 2026 12:00:00 +0800</pubDate><author><name>WangTong</name></author><guid>https://spacetop.win/2026/05/20260531_215800_changemamba/</guid><description><![CDATA[<h1 id="changemamba用状态空间模型革新遥感变化检测" class="headerLink">
    <a href="#changemamba%e7%94%a8%e7%8a%b6%e6%80%81%e7%a9%ba%e9%97%b4%e6%a8%a1%e5%9e%8b%e9%9d%a9%e6%96%b0%e9%81%a5%e6%84%9f%e5%8f%98%e5%8c%96%e6%a3%80%e6%b5%8b" class="header-mark"></a>ChangeMamba：用状态空间模型革新遥感变化检测</h1><blockquote>
  <p><strong>论文解读</strong> | IEEE TGRS 2024 | 2026-05-31</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>ChangeMamba: Remote Sensing Change Detection with Spatio-Temporal State Space Model</td>
      </tr>
      <tr>
          <td><strong>作者</strong></td>
          <td>Hongruixuan Chen, Jian Song, Chengxi Han, Junshi Xia, Naoto Yokoya</td>
      </tr>
      <tr>
          <td><strong>会议</strong></td>
          <td>IEEE Transactions on Geoscience and Remote Sensing (TGRS) 2024</td>
      </tr>
      <tr>
          <td><strong>arXiv</strong></td>
          <td><a href="https://arxiv.org/abs/2404.03425" target="_blank" rel="noopener noreferrer">https://arxiv.org/abs/2404.03425</a></td>
      </tr>
      <tr>
          <td><strong>GitHub</strong></td>
          <td><a href="https://github.com/ChenHongruixuan/MambaCD" target="_blank" rel="noopener noreferrer">https://github.com/ChenHongruixuan/MambaCD</a></td>
      </tr>
      <tr>
          <td><strong>关键词</strong></td>
          <td>遥感变化检测、Mamba、状态空间模型、时空建模</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>遥感影像变化检测（Change Detection, CD）是地球观测领域的核心任务之一。想象一下：当你需要快速评估台风过后的建筑损毁情况，或是监测亚马逊雨林的砍伐进度时，传统人工判读方式不仅效率低下，而且容易受主观因素影响。这正是AI模型大显身手的场景——它能自动分析不同时相的卫星或航拍影像，精准定位地表变化。</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>CNN的&quot;近视眼&quot;问题</strong>：卷积神经网络受限于有限的感受野，难以捕捉大尺寸遥感影像中的长距离依赖关系。当变化区域跨越较大范围时，CNN容易漏检。</p>
</li>
<li>
<p><strong>Transformer的&quot;暴饮暴食&quot;问题</strong>：虽然Transformer能够建模全局上下文，但其自注意力机制的计算复杂度随图像尺寸呈平方级增长。处理8000×8000像素的卫星影像时，显存消耗惊人。</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><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引入mamba架构到遥感变化检测" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e5%88%9b%e6%96%b0%e7%82%b91%e5%bc%95%e5%85%a5mamba%e6%9e%b6%e6%9e%84%e5%88%b0%e9%81%a5%e6%84%9f%e5%8f%98%e5%8c%96%e6%a3%80%e6%b5%8b" class="header-mark"></a>核心创新点1：引入Mamba架构到遥感变化检测</h3><p><strong>设计动机</strong>：Mamba架构基于状态空间模型（State Space Model, SSM），通过选择性记忆机制，只保留关键信息，实现线性复杂度的全局感知。这就像给变化检测装上了兼具望远镜和显微镜功能的智能眼镜。</p>
<p><strong>具体实现</strong>：</p>
<p>ChangeMamba将Mamba架构应用于遥感变化检测，提出了三种网络框架：</p>
<ol>
<li><strong>MambaBCD</strong>：二元变化检测（Binary Change Detection）</li>
<li><strong>MambaSCD</strong>：语义变化检测（Semantic Change Detection）</li>
<li><strong>MambaBDA</strong>：建筑损坏评估（Building Damage Assessment）</li>
</ol>
<p><strong>关键细节</strong>：</p>]]></description></item><item><title>ChangeMamba：首个基于状态空间模型的遥感变化检测框架</title><link>https://spacetop.win/2026/05/20260531_211017_changemamba_ssm/</link><pubDate>Sun, 31 May 2026 12:00:00 +0800</pubDate><author><name>WangTong</name></author><guid>https://spacetop.win/2026/05/20260531_211017_changemamba_ssm/</guid><description><![CDATA[<h1 id="changemamba首个基于状态空间模型的遥感变化检测框架" class="headerLink">
    <a href="#changemamba%e9%a6%96%e4%b8%aa%e5%9f%ba%e4%ba%8e%e7%8a%b6%e6%80%81%e7%a9%ba%e9%97%b4%e6%a8%a1%e5%9e%8b%e7%9a%84%e9%81%a5%e6%84%9f%e5%8f%98%e5%8c%96%e6%a3%80%e6%b5%8b%e6%a1%86%e6%9e%b6" class="header-mark"></a>ChangeMamba：首个基于状态空间模型的遥感变化检测框架</h1><blockquote>
  <p><strong>论文解读</strong> | IEEE TGRS 2024 | 2026-05-31</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>ChangeMamba: Remote Sensing Change Detection with Spatio-Temporal State Space Model</td>
      </tr>
      <tr>
          <td><strong>作者</strong></td>
          <td>Hongruixuan Chen, Jian Song, Chengxi Han, Junshi Xia, Naoto Yokoya</td>
      </tr>
      <tr>
          <td><strong>会议</strong></td>
          <td>IEEE Transactions on Geoscience and Remote Sensing (TGRS) 2024</td>
      </tr>
      <tr>
          <td><strong>arXiv</strong></td>
          <td><a href="https://arxiv.org/abs/2404.03425v4" target="_blank" rel="noopener noreferrer">https://arxiv.org/abs/2404.03425v4</a></td>
      </tr>
      <tr>
          <td><strong>GitHub</strong></td>
          <td><a href="https://github.com/ChenHongruixuan/MambaCD" target="_blank" rel="noopener noreferrer">https://github.com/ChenHongruixuan/MambaCD</a></td>
      </tr>
      <tr>
          <td><strong>关键词</strong></td>
          <td>遥感变化检测、状态空间模型、Mamba架构、时空建模、二元变化检测、语义变化检测</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>遥感变化检测（Change Detection, CD）是地理信息科学的核心任务之一，旨在识别同一地理区域在不同时间段拍摄的影像之间的变化。这项技术在灾害评估、城市扩张监测、生态环境保护等领域具有重要应用价值。</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>CNN的&quot;近视眼&quot;问题</strong>：卷积神经网络受限于有限的感受野，难以捕捉大范围的空间上下文信息。在处理高分辨率遥感影像时，这一缺陷尤为明显。</p>
</li>
<li>
<p><strong>Transformer的&quot;暴饮暴食&quot;问题</strong>：虽然Transformer具有全局建模能力，但其自注意力机制的计算复杂度与序列长度呈平方关系（O(L²)），在处理大尺寸遥感影像时计算成本极高。</p>
</li>
<li>
<p><strong>实际应用挑战</strong>：在实际场景中，如台风灾后评估或森林砍伐监测，需要快速、准确地处理大量高分辨率影像，传统方法难以满足实时性要求。</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>如何设计一个既能捕捉全局空间上下文信息，又具有线性计算复杂度的遥感变化检测架构？</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首次引入mamba架构到遥感变化检测" class="headerLink">
    <a href="#%e6%a0%b8%e5%bf%83%e5%88%9b%e6%96%b0%e7%82%b91%e9%a6%96%e6%ac%a1%e5%bc%95%e5%85%a5mamba%e6%9e%b6%e6%9e%84%e5%88%b0%e9%81%a5%e6%84%9f%e5%8f%98%e5%8c%96%e6%a3%80%e6%b5%8b" class="header-mark"></a>核心创新点1：首次引入Mamba架构到遥感变化检测</h3><p><strong>设计动机</strong>：
Mamba是基于状态空间模型（State Space Model, SSM）的新兴架构，在自然语言处理领域展现出卓越性能。其核心优势在于：</p>
<ul>
<li>线性计算复杂度（O(L)），远低于Transformer的O(L²)</li>
<li>通过选择性记忆机制实现全局感知</li>
<li>更适合处理长序列数据</li>
</ul>
<p><strong>具体实现</strong>：
ChangeMamba采用Visual Mamba架构作为编码器，将遥感影像转换为序列数据，通过状态空间模型进行特征提取。关键设计包括：</p>]]></description></item></channel></rss>