Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Neural Architecture Transfer

About

Neural architecture search (NAS) has emerged as a promising avenue for automatically designing task-specific neural networks. Existing NAS approaches require one complete search for each deployment specification of hardware or objective. This is a computationally impractical endeavor given the potentially large number of application scenarios. In this paper, we propose Neural Architecture Transfer (NAT) to overcome this limitation. NAT is designed to efficiently generate task-specific custom models that are competitive under multiple conflicting objectives. To realize this goal we learn task-specific supernets from which specialized subnets can be sampled without any additional training. The key to our approach is an integrated online transfer learning and many-objective evolutionary search procedure. A pre-trained supernet is iteratively adapted while simultaneously searching for task-specific subnets. We demonstrate the efficacy of NAT on 11 benchmark image classification tasks ranging from large-scale multi-class to small-scale fine-grained datasets. In all cases, including ImageNet, NATNets improve upon the state-of-the-art under mobile settings ($\leq$ 600M Multiply-Adds). Surprisingly, small-scale fine-grained datasets benefit the most from NAT. At the same time, the architecture search and transfer is orders of magnitude more efficient than existing NAS methods. Overall, the experimental evaluation indicates that, across diverse image classification tasks and computational objectives, NAT is an appreciably more effective alternative to conventional transfer learning of fine-tuning weights of an existing network architecture learned on standard datasets. Code is available at https://github.com/human-analysis/neural-architecture-transfer

Zhichao Lu, Gautam Sreekumar, Erik Goodman, Wolfgang Banzhaf, Kalyanmoy Deb, Vishnu Naresh Boddeti• 2020

Related benchmarks

TaskDatasetResultRank
Semantic segmentationCityscapes
mIoU74
578
Image ClassificationImageNet
Top-1 Accuracy75.7
429
Fine-grained Image ClassificationStanford Cars (test)
Accuracy92.9
348
Semantic segmentationCityscapes (val)
mIoU79.7
332
Semantic segmentationCOCO Stuff
mIoU29.5
195
Semantic segmentationPascal VOC
mIoU0.759
172
Image ClassificationImageNet-1K 1 (val)
Top-1 Accuracy0.805
119
Object DetectionMS-COCO
AP32.2
77
Instance SegmentationPascal VOC--
7
Showing 9 of 9 rows

Other info

Code

Follow for update