Warm-starting DARTS using meta-learning
Matej Grobelnik, Joaquin Vanschoren

TL;DR
This paper introduces a meta-learning approach to warm-start DARTS for neural architecture search, enabling quick adaptation to new tasks with reduced search costs by leveraging task similarity and learned transfer architectures.
Contribution
It proposes a novel meta-learning framework for warm-starting DARTS, incorporating task similarity and meta-transfer architectures to improve efficiency and performance across multiple tasks.
Findings
Achieves 60% reduction in search costs.
Finds competitive architectures on new tasks.
Utilizes task similarity for better transfer performance.
Abstract
Neural architecture search (NAS) has shown great promise in the field of automated machine learning (AutoML). NAS has outperformed hand-designed networks and made a significant step forward in the field of automating the design of deep neural networks, thus further reducing the need for human expertise. However, most research is done targeting a single specific task, leaving research of NAS methods over multiple tasks mostly overlooked. Generally, there exist two popular ways to find an architecture for some novel task. Either searching from scratch, which is ineffective by design, or transferring discovered architectures from other tasks, which provides no performance guarantees and is probably not optimal. In this work, we present a meta-learning framework to warm-start Differentiable architecture search (DARTS). DARTS is a NAS method that can be initialized with a transferred…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Domain Adaptation and Few-Shot Learning · Human Pose and Action Recognition
MethodsDifferentiable Architecture Search
