paper-with-me

Papers

Center-guided Classifier for Semantic Segmentation of Remote Sensing Images

2025-03-21 · Wei zhang, Mengting Ma, Yizhen Jiang, Rongrong Lian, Zhenkai Wu, Kangning Cui, Xiaowen Ma

Compared with natural images, remote sensing images (RSIs) have the unique characteristic. i.e., larger intraclass variance, which makes semantic segmentation for remote sensing images more challenging. Moreover, existing semantic segmentation models for remote sensing images usually employ a vanilla softmax classifier, which has three drawbacks: (1) non-direct supervision for the pixel representations during training; (2) inadequate modeling ability of parametric softmax classifiers under large intraclass variance; and (3) opaque process of classification decision. In this paper, we propose a novel classifier (called CenterSeg) customized for RSI semantic segmentation, which solves the abovementioned problems with multiple prototypes, direct supervision under Grassmann manifold, and interpretability strategy. Specifically, for each class, our CenterSeg obtains local class centers by aggregating corresponding pixel features based on ground-truth masks, and generates multiple prototypes through hard attention assignment and momentum updating. In addition, we introduce the Grassmann manifold and constrain the joint embedding space of pixel features and prototypes based on two additional regularization terms. Especially, during the inference, CenterSeg can further provide interpretability to the model by restricting the prototype as a sample of the training set. Experimental results on three remote sensing segmentation datasets validate the effectiveness of the model. Besides the superior performance, CenterSeg has the advantages of simplicity, lightweight, compatibility, and interpretability. Code is available at https://github.com/xwmaxwma/rssegmentation.

📄 PDF Abstract BibTeX arXiv:2503.16963

Code (1)

xwmaxwma/rssegmentation 공식 구현 pytorch

Tasks

Hard AttentionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

MPerS: Dynamic MLLM MixExperts Perception-Guided Remote Sensing Scene Segmentation

2026-05-11 · Ziyi Wang, Xianping Ma, Ziyao Wang, Hongyang Zhang 외 arxiv

The multimodal fusion of images and scene captions has been extensively explored and applied in various fields. However, when dealing with complex remote sensing (RS) scenes, existing studies have predominantly concentra…

Semantic SegmentationScene Segmentation

Self-guided Few-shot Semantic Segmentation for Remote Sensing Imagery Based on Large Vision Models

2023-11-22 · Xiyu Qi, Yifan Wu, Yongqiang Mao, Wenhui Zhang 외

The Segment Anything Model (SAM) exhibits remarkable versatility and zero-shot learning abilities, owing largely to its extensive training data (SA-1B). Recognizing SAM's dependency on manual guidance given its category-…

Few-Shot Semantic SegmentationPrompt LearningSegmentationSemantic Segmentation+1

Super-Resolution Domain Adaptation Networks for Semantic Segmentation via Pixel and Output Level Aligning

2020-05-13 · Junfeng Wu, Zhenjie Tang, Congan Xu, Enhai Liu 외

Recently, Unsupervised Domain Adaptation (UDA) has attracted increasing attention to address the domain shift problem in the semantic segmentation task. Although previous UDA methods have achieved promising performance, …

Domain AdaptationSegmentationSemantic SegmentationSuper-Resolution+1

Understanding Imbalanced Semantic Segmentation Through Neural Collapse

2023-01-03 · CVPR 2023 1 · Zhisheng Zhong, Jiequan Cui, Yibo Yang, Xiaoyang Wu 외

A recent study has shown a phenomenon called neural collapse in that the within-class means of features and the classifier weight vectors converge to the vertices of a simplex equiangular tight frame at the terminal phas…

3D Semantic SegmentationSegmentationSemantic Segmentation

EarthMapper: A Tool Box for the Semantic Segmentation of Remote Sensing Imagery

2018-04-01 · Ronald Kemker, Utsav B. Gewali, Christopher Kanan

Deep learning continues to push state-of-the-art performance for the semantic segmentation of color (i.e., RGB) imagery; however, the lack of annotated data for many remote sensing sensors (i.e. hyperspectral imagery (HS…

Deep LearningSegmentationSegmentation Of Remote Sensing ImagerySemantic Segmentation+1