SOTAVerified

Template-Based Automatic Search of Compact Semantic Segmentation Architectures

2019-04-04Code Available1· sign in to hype

Vladimir Nekrasov, Chunhua Shen, Ian Reid

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Automatic search of neural architectures for various vision and natural language tasks is becoming a prominent tool as it allows to discover high-performing structures on any dataset of interest. Nevertheless, on more difficult domains, such as dense per-pixel classification, current automatic approaches are limited in their scope - due to their strong reliance on existing image classifiers they tend to search only for a handful of additional layers with discovered architectures still containing a large number of parameters. In contrast, in this work we propose a novel solution able to find light-weight and accurate segmentation architectures starting from only few blocks of a pre-trained classification network. To this end, we progressively build up a methodology that relies on templates of sets of operations, predicts which template and how many times should be applied at each step, while also generating the connectivity structure and downsampling factors. All these decisions are being made by a recurrent neural network that is rewarded based on the score of the emitted architecture on the holdout set and trained using reinforcement learning. One discovered architecture achieves 63.2% mean IoU on CamVid and 67.8% on CityScapes having only 270K parameters. Pre-trained models and the search code are available at https://github.com/DrSleep/nas-segm-pytorch.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CamVidTemplate-Based NAS-arch0 (480x360 inputs)Mean IoU63.9Unverified
CamVidTemplate-Based NAS-arch1 (480x360 inputs)Mean IoU63.2Unverified
Cityscapes testTemplate-Based NAS-arch1Mean IoU (class)67.8Unverified
Cityscapes testTemplate-Based NAS-arch0Mean IoU (class)67.7Unverified
Cityscapes valTemplate-Based NAS-arch1mIoU69.5Unverified
Cityscapes valTemplate-Based NAS-arch0mIoU68.1Unverified

Reproductions