pith. sign in

arxiv: 1812.04945 · v2 · pith:DJQ65LATnew · submitted 2018-12-12 · 💻 cs.CV

Tree-structured Kronecker Convolutional Network for Semantic Segmentation

classification 💻 cs.CV
keywords kroneckerconvolutionconvolutionalinformationpartialtree-structuredatrousenlarge
0
0 comments X
read the original abstract

Most existing semantic segmentation methods employ atrous convolution to enlarge the receptive field of filters, but neglect partial information. To tackle this issue, we firstly propose a novel Kronecker convolution which adopts Kronecker product to expand the standard convolutional kernel for taking into account the partial feature neglected by atrous convolutions. Therefore, it can capture partial information and enlarge the receptive field of filters simultaneously without introducing extra parameters. Secondly, we propose Tree-structured Feature Aggregation (TFA) module which follows a recursive rule to expand and forms a hierarchical structure. Thus, it can naturally learn representations of multi-scale objects and encode hierarchical contextual information in complex scenes. Finally, we design Tree-structured Kronecker Convolutional Networks (TKCN) which employs Kronecker convolution and TFA module. Extensive experiments on three datasets, PASCAL VOC 2012, PASCAL-Context and Cityscapes, verify the effectiveness of our proposed approach. We make the code and the trained model publicly available at https://github.com/wutianyiRosun/TKCN.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Gated-SCNN: Gated Shape CNNs for Semantic Segmentation

    cs.CV 2019-07 unverdicted novelty 6.0

    Gated-SCNN adds a gated shape stream to standard CNNs for semantic segmentation, achieving improved boundary quality and SOTA results on Cityscapes.