paper-with-me

홈 › Papers

Differentiating Features for Scene Segmentation Based on Dedicated Attention Mechanisms

2019-11-19 · Zhiqiang Xiong, Zhicheng Wang, Zhaohui Yu, Xi Gu

Semantic segmentation is a challenge in scene parsing. It requires both context information and rich spatial information. In this paper, we differentiate features for scene segmentation based on dedicated attention mechanisms (DF-DAM), and two attention modules are proposed to optimize the high-level and low-level features in the encoder, respectively. Specifically, we use the high-level and low-level features of ResNet as the source of context information and spatial information, respectively, and optimize them with attention fusion module and 2D position attention module, respectively. For attention fusion module, we adopt dual channel weight to selectively adjust the channel map for the highest two stage features of ResNet, and fuse them to get context information. For 2D position attention module, we use the context information obtained by attention fusion module to assist the selection of the lowest-stage features of ResNet as supplementary spatial information. Finally, the two sets of information obtained by the two modules are simply fused to obtain the prediction. We evaluate our approach on Cityscapes and PASCAL VOC 2012 datasets. In particular, there aren't complicated and redundant processing modules in our architecture, which greatly reduces the complexity, and we achieving 82.3% Mean IoU on PASCAL VOC 2012 test dataset without pre-training on MS-COCO dataset.

📄 PDF Abstract BibTeX arXiv:1911.08149

Code (0)

등록된 구현이 없습니다.

Tasks

PositionScene ParsingScene SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Test 설명 없음
Average Pooling 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

IAF-Net: Illumination-Adaptive Fusion for Low-Light Urban Road Segmentation

2026-05-29 · Bingtao Wang, Daojie Peng, Fulong Ma, Jun Ma 외 arxiv

Semantic road segmentation is important for autonomous driving, but existing methods suffer severe performance degradation under low-light conditions. Many existing multi-modal fusion methods do not explicitly adapt to i…

Autonomous DrivingRoad Segmentation

TSDASeg: A Two-Stage Model with Direct Alignment for Interactive Point Cloud Segmentation

2025-06-26 · Chade Li, Pengju Zhang, Yihong Wu

The rapid advancement of 3D vision-language models (VLMs) has spurred significant interest in interactive point cloud processing tasks, particularly for real-world applications. However, existing methods often underperfo…

cross-modal alignmentInteractive SegmentationPoint Cloud SegmentationSegmentation+1

Microsurgical Instrument Segmentation for Robot-Assisted Surgery

2025-09-15 · Tae Kyeong Jeong, Garam Kim, Juyoun Park arxiv

Accurate segmentation of thin structures is critical for microsurgical scene understanding but remains challenging due to resolution loss, low contrast, and class imbalance. We propose Microsurgery Instrument Segmentatio…

Scene UnderstandingScene Parsing

Context-Aware Semantic Segmentation: Enhancing Pixel-Level Understanding with Large Language Models for Advanced Vision Applications

2025-03-25 · Ben Rahman

Semantic segmentation has made significant strides in pixel-level image understanding, yet it remains limited in capturing contextual and semantic relationships between objects. Current models, such as CNN and Transforme…

Autonomous DrivingSemantic Segmentation

Attention Mechanisms in Computer Vision: A Survey

2021-11-15 · Meng-Hao Guo, Tian-Xing Xu, Jiang-Jiang Liu, Zheng-Ning Liu 외

Humans can naturally and effectively find salient regions in complex scenes. Motivated by this observation, attention mechanisms were introduced into computer vision with the aim of imitating this aspect of the human vis…

image-classificationImage ClassificationImage Generationobject-detection+5