paper-with-me

홈 › Papers

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

2020-03-21 · Quan Zhou, Dechun Cong, Bin Kang, Xiaofu Wu, Baoyu Zheng, Huimin Lu, Longin Jan Latecki

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.

📄 PDF Abstract BibTeX arXiv:2003.09669

Code (1)

cdcnjupt/BCANet 공식 구현 tf

Tasks

SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

ISNet: Integrate Image-Level and Semantic-Level Context for Semantic Segmentation

2021-08-27 · ICCV 2021 10 · Zhenchao Jin, Bin Liu, Qi Chu, Nenghai Yu

Co-occurrent visual pattern makes aggregating contextual information a common paradigm to enhance the pixel representation for semantic image segmentation. The existing approaches focus on modeling the context from the p…

Image SegmentationSemantic Segmentation

Mining Contextual Information Beyond Image for Semantic Segmentation

2021-08-26 · ICCV 2021 10 · Zhenchao Jin, Tao Gong, Dongdong Yu, Qi Chu 외

This paper studies the context aggregation problem in semantic image segmentation. The existing researches focus on improving the pixel representations by aggregating the contextual information within individual images. …

Image SegmentationSegmentationSemantic Segmentation

Context Patch Fusion With Class Token Enhancement for Weakly Supervised Semantic Segmentation

2026-01-21 · Yiyang Fu, Hui Li, Wangyu Wu arxiv

Weakly Supervised Semantic Segmentation (WSSS), which relies only on image-level labels, has attracted significant attention for its cost-effectiveness and scalability. Existing methods mainly enhance inter-class distinc…

Semantic SegmentationData Augmentation

A Deep Architecture for Semantic Matching with Multiple Positional Sentence Representations

2015-11-26 · Shengxian Wan, Yanyan Lan, Jiafeng Guo, Jun Xu 외

Matching natural language sentences is central for many applications such as information retrieval and question answering. Existing deep models rely on a single sentence representation or multiple granularity representat…

Information RetrievalQuestion AnsweringRetrievalSentence+1

Multi-Scale Context Intertwining for Semantic Segmentation

2018-09-01 · ECCV 2018 9 · Di Lin, Yuanfeng Ji, Dani Lischinski, Daniel Cohen-Or 외

Accurate semantic image segmentation requires the joint consideration of local appearance, semantic information, and global scene context. In today’s age of pre-trained deep networks and their powerful convolutional fe…

Image SegmentationSegmentationSemantic Segmentation