paper-with-me

Papers

Learning to Aggregate Multi-Scale Context for Instance Segmentation in Remote Sensing Images

2021-11-22 · Ye Liu, Huifang Li, Chao Hu, Shuang Luo, Yan Luo, Chang Wen Chen

The task of instance segmentation in remote sensing images, aiming at performing per-pixel labeling of objects at instance level, is of great importance for various civil applications. Despite previous successes, most existing instance segmentation methods designed for natural images encounter sharp performance degradations when they are directly applied to top-view remote sensing images. Through careful analysis, we observe that the challenges mainly come from the lack of discriminative object features due to severe scale variations, low contrasts, and clustered distributions. In order to address these problems, a novel context aggregation network (CATNet) is proposed to improve the feature extraction process. The proposed model exploits three lightweight plug-and-play modules, namely dense feature pyramid network (DenseFPN), spatial context pyramid (SCP), and hierarchical region of interest extractor (HRoIE), to aggregate global visual context at feature, spatial, and instance domains, respectively. DenseFPN is a multi-scale feature propagation module that establishes more flexible information flows by adopting inter-level residual connections, cross-level dense connections, and feature re-weighting strategy. Leveraging the attention mechanism, SCP further augments the features by aggregating global spatial context into local regions. For each instance, HRoIE adaptively generates RoI features for different downstream tasks. Extensive evaluations of the proposed scheme on iSAID, DIOR, NWPU VHR-10, and HRSID datasets demonstrate that the proposed approach outperforms state-of-the-arts under similar computational costs. Source code and pre-trained models are available at https://github.com/yeliudev/CATNet.

📄 PDF Abstract BibTeX arXiv:2111.11057

Code (1)

yeliudev/catnet 공식 구현 pytorch

Tasks

Instance SegmentationObject Detection

Similar Papers 제목 키워드 기반

ZigZagNet: Fusing Top-Down and Bottom-Up Context for Object Segmentation

2019-06-01 · CVPR 2019 6 · Di Lin, Dingguo Shen, Siting Shen, Yuanfeng Ji 외

Multi-scale context information has proven to be essential for object segmentation tasks. Recent works construct the multi-scale context by aggregating convolutional feature maps extracted by different levels of a deep n…

Instance SegmentationSegmentationSemantic Segmentation

Sparse Cross-scale Attention Network for Efficient LiDAR Panoptic Segmentation

2022-01-16 · Shuangjie Xu, Rui Wan, Maosheng Ye, Xiaoyi Zou 외

Two major challenges of 3D LiDAR Panoptic Segmentation (PS) are that point clouds of an object are surface-aggregated and thus hard to model the long-range dependency especially for large instances, and that objects are …

Panoptic Segmentation

Adapting SAM to Nuclei Instance Segmentation and Classification via Cooperative Fine-Grained Refinement

2026-03-30 · Jingze Su, Tianle Zhu, Jiaxin Cai, Zhiyi Wang 외 arxiv

Nuclei instance segmentation is critical in computational pathology for cancer diagnosis and prognosis. Recently, the Segment Anything Model has demonstrated exceptional performance in various segmentation tasks, leverag…

parameter-efficient fine-tuningInstance Segmentation

Context Contrasted Feature and Gated Multi-Scale Aggregation for Scene Segmentation

2018-06-01 · CVPR 2018 6 · Henghui Ding, Xudong Jiang, Bing Shuai, Ai Qun Liu 외

Scene segmentation is a challenging task as it need label every pixel in the image. It is crucial to exploit discriminative context and aggregate multi-scale features to achieve better segmentation. In this paper, we fir…

Scene SegmentationSegmentationSemantic Segmentation

Context-Enhanced Detector For Building Detection From Remote Sensing Images

2023-10-11 · Ziyue Huang, Mingming Zhang, Qingjie Liu, Wei Wang 외

The field of building detection from remote sensing images has made significant progress, but faces challenges in achieving high-accuracy detection due to the diversity in building appearances and the complexity of vast …

DiversitySemantic Segmentation