English

Adaptive Context Network for Scene Parsing

Computer Vision and Pattern Recognition 2019-11-06 v1

Abstract

Recent works attempt to improve scene parsing performance by exploring different levels of contexts, and typically train a well-designed convolutional network to exploit useful contexts across all pixels equally. However, in this paper, we find that the context demands are varying from different pixels or regions in each image. Based on this observation, we propose an Adaptive Context Network (ACNet) to capture the pixel-aware contexts by a competitive fusion of global context and local context according to different per-pixel demands. Specifically, when given a pixel, the global context demand is measured by the similarity between the global feature and its local feature, whose reverse value can be used to measure the local context demand. We model the two demand measurements by the proposed global context module and local context module, respectively, to generate adaptive contextual features. Furthermore, we import multiple such modules to build several adaptive context blocks in different levels of network to obtain a coarse-to-fine result. Finally, comprehensive experimental evaluations demonstrate the effectiveness of the proposed ACNet, and new state-of-the-arts performances are achieved on all four public datasets, i.e. Cityscapes, ADE20K, PASCAL Context, and COCO Stuff.

Keywords

Cite

@article{arxiv.1911.01664,
  title  = {Adaptive Context Network for Scene Parsing},
  author = {Jun Fu and Jing Liu and Yuhang Wang and Yong Li and Yongjun Bao and Jinhui Tang and Hanqing Lu},
  journal= {arXiv preprint arXiv:1911.01664},
  year   = {2019}
}

Comments

Accepted by ICCV 2019

R2 v1 2026-06-23T12:05:01.230Z