Searching for Efficient Multi-Scale Architectures for Dense Image Prediction
Liang-Chieh Chen, Maxwell D. Collins, Yukun Zhu, George Papandreou,, Barret Zoph, Florian Schroff, Hartwig Adam, Jonathon Shlens

TL;DR
This paper develops a meta-learning based neural architecture search method for dense image prediction tasks, achieving state-of-the-art results with more efficient models that outperform human-designed architectures.
Contribution
It introduces a recursive search space tailored for dense prediction, demonstrating that random search can find architectures surpassing human designs in accuracy and efficiency.
Findings
Achieved 82.7% on Cityscapes for street scene parsing.
Achieved 71.3% on PASCAL-Person-Part for person-part segmentation.
Achieved 87.9% on PASCAL VOC 2012 for semantic segmentation.
Abstract
The design of neural network architectures is an important component for achieving state-of-the-art performance with machine learning systems across a broad array of tasks. Much work has endeavored to design and build architectures automatically through clever construction of a search space paired with simple learning algorithms. Recent progress has demonstrated that such meta-learning methods may exceed scalable human-invented architectures on image classification tasks. An open question is the degree to which such methods may generalize to new domains. In this work we explore the construction of meta-learning techniques for dense image prediction focused on the tasks of scene parsing, person-part segmentation, and semantic image segmentation. Constructing viable search spaces in this domain is challenging because of the multi-scale representation of visual information and the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques · Advanced Neural Network Applications
