基于线性时间状态空间蒸馏视觉基础模型的高效遥感实例分割 / Efficient Remote Sensing Instance Segmentation with Linear-Time State Space Distilled Visual Foundation Models
1️⃣ 一句话总结
本文提出RS4D方法,通过知识蒸馏将Transformer模型中的自注意力机制压缩为线性复杂度的状态空间模型,从而在遥感图像实例分割任务中大幅降低计算和参数开销,同时保持甚至提升分割精度。
The computational complexity of Transformers scales quadratically with the number of tokens, which significantly constrains the efficiency of vision models, particularly recent ViT-based foundation models in dense prediction tasks. Instance segmentation, a typical dense visual prediction task in the remote sensing field, faces similar challenges. In this paper, inspired by the recent advances of knowledge distillation in large language models, we introduce RS4D - a new remote sensing instance segmentation method with linear computational complexity, which addresses the inefficiency of long sequence modeling through distilled state space modeling (SSM). We propose an adaptive noise and masking knowledge distillation training method for pre-training lightweight SSM backbones, which effectively compresses knowledge from the vast self-attention space into a compact, dense linear state space. We also design a remote sensing image instance segmentation architecture based on this lightweight visual encoder, where we explore variants of three different backbones and two segmentation heads. Extensive experiments are conducted on multiple benchmark datasets, including SSDD, WHU, and NWPU. Compared to ViT-based approaches, our proposed SSM backbone achieves an 8x reduction in parameters and a 9x reduction in FLOPs while maintaining comparable or superior accuracy to both ViT- and CNN-based instance segmentation methods. The implementation codes have been publicly available at this https URL.
基于线性时间状态空间蒸馏视觉基础模型的高效遥感实例分割 / Efficient Remote Sensing Instance Segmentation with Linear-Time State Space Distilled Visual Foundation Models
本文提出RS4D方法,通过知识蒸馏将Transformer模型中的自注意力机制压缩为线性复杂度的状态空间模型,从而在遥感图像实例分割任务中大幅降低计算和参数开销,同时保持甚至提升分割精度。
源自 arXiv: 2606.25324