paper-with-me

홈 › Papers

The UniNAS framework: combining modules in arbitrarily complex configurations with argument trees

2021-12-03 · Kevin Alexander Laube

Designing code to be simplistic yet to offer choice is a tightrope walk. Additional modules such as optimizers and data sets make a framework useful to a broader audience, but the added complexity quickly becomes a problem. Framework parameters may apply only to some modules but not others, be mutually exclusive or depend on each other, often in unclear ways. Even so, many frameworks are limited to a few specific use cases. This paper presents the underlying concept of UniNAS, a framework designed to incorporate a variety of Neural Architecture Search approaches. Since they differ in the number of optimizers and networks, hyper-parameter optimization, network designs, candidate operations, and more, a traditional approach can not solve the task. Instead, every module defines its own hyper-parameters and a local tree structure of module requirements. A configuration file specifies which modules are used, their used parameters, and which other modules they use in turn This concept of argument trees enables combining and reusing modules in complex configurations while avoiding many problems mentioned above. Argument trees can also be configured from a graphical user interface so that designing and changing experiments becomes possible without writing a single line of code. UniNAS is publicly available at https://github.com/cogsys-tuebingen/uninas

📄 PDF Abstract BibTeX arXiv:2112.01796

Code (1)

cogsys-tuebingen/uninas 공식 구현 pytorch

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

Modular meta-learning in abstract graph networks for combinatorial generalization

2018-12-19 · Ferran Alet, Maria Bauza, Alberto Rodriguez, Tomas Lozano-Perez 외

Modular meta-learning is a new framework that generalizes to unseen datasets by combining a small set of neural modules in different ways. In this work we propose abstract graph networks: using graphs as abstractions of …

Meta-Learning

Universal Neural Architecture Space: Covering ConvNets, Transformers and Everything in Between

2025-10-07 · Ondřej Týbl, Lukáš Neumann arxiv

We introduce Universal Neural Architecture Space (UniNAS), a generic search space for neural architecture search (NAS) which unifies convolutional networks, transformers, and their hybrid architectures under a single, fl…

Neural Architecture Search

Unsupervised Learning of Complex Articulated Kinematic Structures Combining Motion and Skeleton Information

2015-06-01 · CVPR 2015 6 · Hyung Jin Chang, Yiannis Demiris

In this paper we present a novel framework for unsupervised kinematic structure learning of complex articulated objects from a single-view image sequence. In contrast to prior motion information based methods, which esti…

Motion Segmentation

ADVISER: A Dialog System Framework for Education \& Research

2019-07-01 · ACL 2019 7 · Daniel Ortega, Dirk V{\"a}th, Gianna Weber, V 외

In this paper, we present ADVISER - an open source dialog system framework for education and research purposes. This system supports multi-domain task-oriented conversations in two languages. It additionally provides a f…

Relax but stay in control: from value to algorithms for online Markov decision processes

2013-10-28 · Peng Guan, Maxim Raginsky, Rebecca Willett

Online learning algorithms are designed to perform in non-stationary environments, but generally there is no notion of a dynamic state to model constraints on current and future actions as a function of past actions. Sta…