English

BiCANet: Bi-directional Contextual Aggregating Network for Image Semantic Segmentation

Computer Vision and Pattern Recognition 2020-03-24 v1 Image and Video Processing

Abstract

Exploring contextual information in convolution neural networks (CNNs) has gained substantial attention in recent years for semantic segmentation. This paper introduces a Bi-directional Contextual Aggregating Network, called BiCANet, for semantic segmentation. Unlike previous approaches that encode context in feature space, BiCANet aggregates contextual cues from a categorical perspective, which is mainly consist of three parts: contextual condensed projection block (CCPB), bi-directional context interaction block (BCIB), and muti-scale contextual fusion block (MCFB). More specifically, CCPB learns a category-based mapping through a split-transform-merge architecture, which condenses contextual cues with different receptive fields from intermediate layer. BCIB, on the other hand, employs dense skipped-connections to enhance the class-level context exchanging. Finally, MCFB integrates multi-scale contextual cues by investigating short- and long-ranged spatial dependencies. To evaluate BiCANet, we have conducted extensive experiments on three semantic segmentation datasets: PASCAL VOC 2012, Cityscapes, and ADE20K. The experimental results demonstrate that BiCANet outperforms recent state-of-the-art networks without any postprocess techniques. Particularly, BiCANet achieves the mIoU score of 86.7%, 82.4% and 38.66% on PASCAL VOC 2012, Cityscapes and ADE20K testset, respectively.

Keywords

Cite

@article{arxiv.2003.09669,
  title  = {BiCANet: Bi-directional Contextual Aggregating Network for Image Semantic Segmentation},
  author = {Quan Zhou and Dechun Cong and Bin Kang and Xiaofu Wu and Baoyu Zheng and Huimin Lu and Longin Jan Latecki},
  journal= {arXiv preprint arXiv:2003.09669},
  year   = {2020}
}
R2 v1 2026-06-23T14:22:31.911Z