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

OCNet: Object Context Network for Scene Parsing

About

In this paper, we address the semantic segmentation task with a new context aggregation scheme named \emph{object context}, which focuses on enhancing the role of object information. Motivated by the fact that the category of each pixel is inherited from the object it belongs to, we define the object context for each pixel as the set of pixels that belong to the same category as the given pixel in the image. We use a binary relation matrix to represent the relationship between all pixels, where the value one indicates the two selected pixels belong to the same category and zero otherwise. We propose to use a dense relation matrix to serve as a surrogate for the binary relation matrix. The dense relation matrix is capable to emphasize the contribution of object information as the relation scores tend to be larger on the object pixels than the other pixels. Considering that the dense relation matrix estimation requires quadratic computation overhead and memory consumption w.r.t. the input size, we propose an efficient interlaced sparse self-attention scheme to model the dense relations between any two of all pixels via the combination of two sparse relation matrices. To capture richer context information, we further combine our interlaced sparse self-attention scheme with the conventional multi-scale context schemes including pyramid pooling~\citep{zhao2017pyramid} and atrous spatial pyramid pooling~\citep{chen2018deeplab}. We empirically show the advantages of our approach with competitive performances on five challenging benchmarks including: Cityscapes, ADE20K, LIP, PASCAL-Context and COCO-Stuff

Yuhui Yuan, Lang Huang, Jianyuan Guo, Chao Zhang, Xilin Chen, Jingdong Wang• 2018

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU45.5
2731
Semantic segmentationCityscapes (test)
mIoU81.7
1145
Semantic segmentationADE20K
mIoU45.45
936
Semantic segmentationCoco-Stuff (test)
mIoU40
184
Semantic segmentationPascal Context (test)
mIoU56.2
176
Human ParsingLIP (val)
mIoU56.35
111
Semantic segmentationTrans10K v2 (test)
mIoU66.31
104
Semantic segmentationCityscapes fine (test)
mIoU80.1
44
Object SegmentationiSAID (val)
mIoU40.2
42
Semantic segmentationCityscapes w/o coarse
mIoU81.7
29
Showing 10 of 16 rows

Other info

Follow for update