NEAISep 20, 2018

Towards automated neural design: An open source, distributed neural architecture research framework

arXiv:1810.08648v13 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This framework addresses the challenge of efficient neural architecture design for researchers, but it is incremental as it builds on existing tools like PyTorch and Horovod.

The authors introduced NORD, an open-source distributed framework for neural architecture research, aiming to simplify and accelerate the discovery of better architectures across domains, with initial examples and experimental results provided.

NORD (Neural Operations Research & Development) is an open source distributed deep learning architectural research framework, based on PyTorch, MPI and Horovod. It aims to make research of deep architectures easier for experts of different domains, in order to accelerate the process of finding better architectures, as well as study the best architectures generated for different datasets. Although currently under heavy development, the framework aims to allow the easy implementation of different design and optimization method families (optimization algorithms, meta-heuristics, reinforcement learning etc.) as well as the fair comparison between them. Furthermore, due to the computational resources required in order to optimize and evaluate network architectures, it leverage the use of distributed computing, while aiming to minimize the researcher's overhead required to implement it. Moreover, it strives to make the creation of architectures more intuitive, by implementing network descriptors, allowing to separately define the architecture's nodes and connections. In this paper, we present the framework's current state of development, while presenting its basic concepts, providing simple examples as well as their experimental results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes