English

Auto-Panoptic: Cooperative Multi-Component Architecture Search for Panoptic Segmentation

Computer Vision and Pattern Recognition 2020-11-02 v1 Machine Learning Image and Video Processing

Abstract

Panoptic segmentation is posed as a new popular test-bed for the state-of-the-art holistic scene understanding methods with the requirement of simultaneously segmenting both foreground things and background stuff. The state-of-the-art panoptic segmentation network exhibits high structural complexity in different network components, i.e. backbone, proposal-based foreground branch, segmentation-based background branch, and feature fusion module across branches, which heavily relies on expert knowledge and tedious trials. In this work, we propose an efficient, cooperative and highly automated framework to simultaneously search for all main components including backbone, segmentation branches, and feature fusion module in a unified panoptic segmentation pipeline based on the prevailing one-shot Network Architecture Search (NAS) paradigm. Notably, we extend the common single-task NAS into the multi-component scenario by taking the advantage of the newly proposed intra-modular search space and problem-oriented inter-modular search space, which helps us to obtain an optimal network architecture that not only performs well in both instance segmentation and semantic segmentation tasks but also be aware of the reciprocal relations between foreground things and background stuff classes. To relieve the vast computation burden incurred by applying NAS to complicated network architectures, we present a novel path-priority greedy search policy to find a robust, transferrable architecture with significantly reduced searching overhead. Our searched architecture, namely Auto-Panoptic, achieves the new state-of-the-art on the challenging COCO and ADE20K benchmarks. Moreover, extensive experiments are conducted to demonstrate the effectiveness of path-priority policy and transferability of Auto-Panoptic across different datasets. Codes and models are available at: https://github.com/Jacobew/AutoPanoptic.

Keywords

Cite

@article{arxiv.2010.16119,
  title  = {Auto-Panoptic: Cooperative Multi-Component Architecture Search for Panoptic Segmentation},
  author = {Yangxin Wu and Gengwei Zhang and Hang Xu and Xiaodan Liang and Liang Lin},
  journal= {arXiv preprint arXiv:2010.16119},
  year   = {2020}
}

Comments

NeurIPS2020

R2 v1 2026-06-23T19:46:13.780Z