ZigZagNet: Fusing Top-Down and Bottom-up Context for Object Segmentation

Abstract

Multi-scale context information has proven to be essential for object segmentation tasks. Recent works construct the multi-scale context by aggregating convolutional feature maps extracted by different levels of a deep neural network. This is typically done by propagating and fusing features in a one-directional, top-down and bottom-up, manner. In this work, we introduce ZigZagNet, which aggregates a richer multi-context feature map by using not only dense top-down and bottom-up propagation, but also by introducing pathways crossing between different levels of the top-down and the bottom-up hierarchies, in a zig-zag fashion. Furthermore, the context information is exchanged and aggregated over multiple stages, where the fused feature maps from one stage are fed into the next one, yielding a more comprehensive context for improved segmentation performance. Our extensive evaluation on the public benchmarks demonstrates that ZigZagNet surpasses the state-of-the-art accuracy for both semantic segmentation and instance segmentation tasks.

Cite

Text

Lin et al. "ZigZagNet: Fusing Top-Down and Bottom-up Context for Object Segmentation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.00767

Markdown

[Lin et al. "ZigZagNet: Fusing Top-Down and Bottom-up Context for Object Segmentation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/lin2019cvpr-zigzagnet/) doi:10.1109/CVPR.2019.00767

BibTeX

@inproceedings{lin2019cvpr-zigzagnet,
  title     = {{ZigZagNet: Fusing Top-Down and Bottom-up Context for Object Segmentation}},
  author    = {Lin, Di and Shen, Dingguo and Shen, Siting and Ji, Yuanfeng and Lischinski, Dani and Cohen-Or, Daniel and Huang, Hui},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2019},
  doi       = {10.1109/CVPR.2019.00767},
  url       = {https://mlanthology.org/cvpr/2019/lin2019cvpr-zigzagnet/}
}