paper-with-me

홈 › Papers

Efficient Remote Sensing Instance Segmentation with Linear-Time State Space Distilled Visual Foundation Models

2026-06-24 · Qinzhe Yang, Keyan Chen, Jia Xu, Zhenwei Shi, Zhengxia Zou arxiv

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 https://github.com/QinzheYang/RS4D.

📄 PDF Abstract BibTeX arXiv:2606.25324

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationInstance Segmentation

Similar Papers 제목 키워드 기반

SCORE: Scene Context Matters in Open-Vocabulary Remote Sensing Instance Segmentation

2025-07-17 · Shiqi Huang, Shuting He, Huaiyuan Qin, Bihan Wen

Most existing remote sensing instance segmentation approaches are designed for close-vocabulary prediction, limiting their ability to recognize novel categories or generalize across datasets. This restricts their applica…

Earth ObservationInstance SegmentationSegmentationSemantic Segmentation

ZoRI: Towards Discriminative Zero-Shot Remote Sensing Instance Segmentation

2024-12-17 · Shiqi Huang, Shuting He, Bihan Wen

Instance segmentation algorithms in remote sensing are typically based on conventional methods, limiting their application to seen scenarios and closed-set predictions. In this work, we propose a novel task called zero-s…

Instance SegmentationSegmentationSemantic Segmentation

Tuning a SAM-Based Model with Multi-Cognitive Visual Adapter to Remote Sensing Instance Segmentation

2024-08-16 · Linghao Zheng, Xinyang Pu, Feng Xu

The Segment Anything Model (SAM), a foundational model designed for promptable segmentation tasks, demonstrates exceptional generalization capabilities, making it highly promising for natural scene image segmentation. Ho…

DecoderImage SegmentationInstance SegmentationSegmentation+2

RSPrompter: Learning to Prompt for Remote Sensing Instance Segmentation based on Visual Foundation Model

2023-06-28 · Keyan Chen, Chenyang Liu, Hao Chen, Haotian Zhang 외

Leveraging the extensive training data from SA-1B, the Segment Anything Model (SAM) demonstrates remarkable generalization and zero-shot capabilities. However, as a category-agnostic instance segmentation method, SAM hea…

Image SegmentationInstance SegmentationPrompt LearningSegmentation+1

SOPSeg: Prompt-based Small Object Instance Segmentation in Remote Sensing Imagery

2025-09-03 · Chenhao Wang, Yingrui Ji, Yu Meng, Yunjian Zhang 외 arxiv

Extracting small objects from remote sensing imagery plays a vital role in various applications, including urban planning, environmental monitoring, and disaster management. While current research primarily focuses on sm…

Zero-shot GeneralizationSmall Object DetectionInstance SegmentationObject Segmentation