Learning to Predict Context-Adaptive Convolution for Semantic Segmentation

Abstract

Long-range contextual information is essential for achieving high-performance semantic segmentation. Previous feature re-weighting methods demonstrate that using global context for re-weighting feature channels can effectively improve the accuracy of semantic segmentation. However, the globally-sharing feature re-weighting vector might not be optimal for regions of different classes in the input image. In this paper, we propose a Context-adaptive Convolution Network (CaC-Net) to predict a spatially-varying feature weighting vector for each spatial location of the semantic feature maps. In CaC-Net, a set of context-adaptive convolution kernels are predicted from the global contextual information in a parameter-efficient manner. When used for convolution with the semantic feature maps, the predicted convolutional kernels can generate the spatially-varying feature weighting factors capturing both global and local contextual information. Comprehensive experimental results show that our CaC-Net achieves superior segmentation performance on three public datasets, PASCAL Context, PASCAL VOC 2012 and ADE20K.

Cite

Text

Liu et al. "Learning to Predict Context-Adaptive Convolution for Semantic Segmentation." Proceedings of the European Conference on Computer Vision (ECCV), 2020. doi:10.1007/978-3-030-58595-2_46

Markdown

[Liu et al. "Learning to Predict Context-Adaptive Convolution for Semantic Segmentation." Proceedings of the European Conference on Computer Vision (ECCV), 2020.](https://mlanthology.org/eccv/2020/liu2020eccv-learning-b/) doi:10.1007/978-3-030-58595-2_46

BibTeX

@inproceedings{liu2020eccv-learning-b,
  title     = {{Learning to Predict Context-Adaptive Convolution for Semantic Segmentation}},
  author    = {Liu, Jianbo and He, Junjun and Qiao, Yu and Ren, Jimmy S. and Li, Hongsheng},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2020},
  doi       = {10.1007/978-3-030-58595-2_46},
  url       = {https://mlanthology.org/eccv/2020/liu2020eccv-learning-b/}
}