CVApr 17, 2020

Learning to Predict Context-adaptive Convolution for Semantic Segmentation

arXiv:2004.08222v229 citations
AI Analysis

This addresses the need for more accurate semantic segmentation in computer vision by improving context adaptation, though it is incremental over prior feature re-weighting methods.

The paper tackles the problem of suboptimal globally-sharing feature re-weighting in semantic segmentation by proposing a Context-adaptive Convolution Network (CaC-Net) that predicts spatially-varying feature weighting vectors, achieving superior segmentation performance on PASCAL Context, PASCAL VOC 2012, and ADE20K datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes