pith. sign in

arxiv: 1901.02985 · v2 · pith:WXVDBFTKnew · submitted 2019-01-10 · 💻 cs.CV · cs.LG

Auto-DeepLab: Hierarchical Neural Architecture Search for Semantic Image Segmentation

classification 💻 cs.CV cs.LG
keywords searcharchitectureimagenetworklevelstructureneuralsegmentation
0
0 comments X
read the original abstract

Recently, Neural Architecture Search (NAS) has successfully identified neural network architectures that exceed human designed ones on large-scale image classification. In this paper, we study NAS for semantic image segmentation. Existing works often focus on searching the repeatable cell structure, while hand-designing the outer network structure that controls the spatial resolution changes. This choice simplifies the search space, but becomes increasingly problematic for dense image prediction which exhibits a lot more network level architectural variations. Therefore, we propose to search the network level structure in addition to the cell level structure, which forms a hierarchical architecture search space. We present a network level search space that includes many popular designs, and develop a formulation that allows efficient gradient-based architecture search (3 P100 GPU days on Cityscapes images). We demonstrate the effectiveness of the proposed method on the challenging Cityscapes, PASCAL VOC 2012, and ADE20K datasets. Auto-DeepLab, our architecture searched specifically for semantic image segmentation, attains state-of-the-art performance without any ImageNet pretraining.

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 2 Pith papers

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.

  2. Video Action Recognition Via Neural Architecture Searching

    cs.CV 2019-07 unverdicted novelty 6.0

    Uses differentiable NAS with temporal segments and pseudo-3D operators to discover a video action recognition network that outperforms hand-designed models on UCF101 with ~1% of the parameters when trained from scratch.