Computer Science > Computer Vision and Pattern Recognition
[Submitted on 10 Apr 2020 (v1), last revised 14 Apr 2020 (this version, v2)]
Title:ModuleNet: Knowledge-inherited Neural Architecture Search
View PDFAbstract:Although Neural Architecture Search (NAS) can bring improvement to deep models, they always neglect precious knowledge of existing models.
The computation and time costing property in NAS also means that we should not start from scratch to search, but make every attempt to reuse the existing knowledge.
In this paper, we discuss what kind of knowledge in a model can and should be used for new architecture design.
Then, we propose a new NAS algorithm, namely ModuleNet, which can fully inherit knowledge from existing convolutional neural networks.
To make full use of existing models, we decompose existing models into different \textit{module}s which also keep their weights, consisting of a knowledge base.
Then we sample and search for new architecture according to the knowledge base.
Unlike previous search algorithms, and benefiting from inherited knowledge, our method is able to directly search for architectures in the macro space by NSGA-II algorithm without tuning parameters in these \textit{module}s.
Experiments show that our strategy can efficiently evaluate the performance of new architecture even without tuning weights in convolutional layers.
With the help of knowledge we inherited, our search results can always achieve better performance on various datasets (CIFAR10, CIFAR100) over original architectures.
Submission history
From: Yaran Chen [view email][v1] Fri, 10 Apr 2020 13:03:52 UTC (897 KB)
[v2] Tue, 14 Apr 2020 03:39:26 UTC (729 KB)
References & Citations
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.