双选择性网络用于领域增量变化检测 / Dual-Selective Network for Domain-Incremental Change Detection
1️⃣ 一句话总结
本文提出了一种名为DSINet的双选择性网络框架,通过利用视觉状态空间模型的输入选择性机制和浓度平衡蒸馏策略,在领域增量变化检测任务中有效解决了模型在适应新地理领域时遗忘旧知识的问题,同时保持了高效的计算性能。
Domain-incremental change detection (DICD) continuously adapts models to new geographic domains while preserving prior knowledge. However, a structural mismatch exists: the label space remains fixed while domain characteristics vary drastically. Consequently, incremental models struggle to maintain stable spatial change representations across domains. Existing strategies, such as replay-based or regularization-based methods, often fail to scale to long domain sequences, leading to knowledge degradation or increased computational cost. We propose Dual-Selective Incremental Network (DSINet), a unified framework built on visual state space models. DSINet leverages Mamba's input-dependent selective mechanism through a selective spatial state unit (S3U). This unit preserves stable spatial change structures while filtering domain-specific variations during feature propagation. As a result, spatial representations remain stable across domains, preventing the accumulation of feature confusion over incremental steps. Additionally, we employ a concentration-balanced distillation (CBD) strategy to stabilize knowledge transfer across domains. It balances hardness and confidence concentration effects during incremental updates. This ensures reliable probability mass allocation and prevents over-smoothing or mode collapse during distillation. Together, these mechanisms maintain stable learning dynamics throughout incremental stages. Experimental results demonstrate that DSINet mitigates knowledge degradation across long domain sequences while maintaining the linear computational efficiency of state space models.
双选择性网络用于领域增量变化检测 / Dual-Selective Network for Domain-Incremental Change Detection
本文提出了一种名为DSINet的双选择性网络框架,通过利用视觉状态空间模型的输入选择性机制和浓度平衡蒸馏策略,在领域增量变化检测任务中有效解决了模型在适应新地理领域时遗忘旧知识的问题,同时保持了高效的计算性能。
源自 arXiv: 2607.02299