Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Segmentation Transformer: Object-Contextual Representations for Semantic Segmentation

About

In this paper, we address the semantic segmentation problem with a focus on the context aggregation strategy. Our motivation is that the label of a pixel is the category of the object that the pixel belongs to. We present a simple yet effective approach, object-contextual representations, characterizing a pixel by exploiting the representation of the corresponding object class. First, we learn object regions under the supervision of ground-truth segmentation. Second, we compute the object region representation by aggregating the representations of the pixels lying in the object region. Last, % the representation similarity we compute the relation between each pixel and each object region and augment the representation of each pixel with the object-contextual representation which is a weighted aggregation of all the object region representations according to their relations with the pixel. We empirically demonstrate that the proposed approach achieves competitive performance on various challenging semantic segmentation benchmarks: Cityscapes, ADE20K, LIP, PASCAL-Context, and COCO-Stuff. Cityscapes, ADE20K, LIP, PASCAL-Context, and COCO-Stuff. Our submission "HRNet + OCR + SegFix" achieves 1-st place on the Cityscapes leaderboard by the time of submission. Code is available at: https://git.io/openseg and https://git.io/HRNet.OCR. We rephrase the object-contextual representation scheme using the Transformer encoder-decoder framework. The details are presented in~Section3.3.

Yuhui Yuan, Xiaokang Chen, Xilin Chen, Jingdong Wang• 2019

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU45.7
2731
Semantic segmentationCityscapes (test)
mIoU81.8
1145
Semantic segmentationADE20K
mIoU45.66
936
Semantic segmentationCityscapes (val)--
572
Semantic segmentationPASCAL Context (val)
mIoU54.8
323
Semantic segmentationCityscapes (val)
mIoU80.1
287
Semantic segmentationPascal VOC (test)
mIoU84.3
236
Semantic segmentationCOCO Stuff
mIoU40.5
195
Semantic segmentationPascal Context (test)--
176
Semantic segmentationPascal Context
mIoU56.2
111
Showing 10 of 17 rows

Other info

Code

Follow for update