Task-Adaptive Neural Network Search with Meta-Contrastive Learning
Wonyong Jeong, Hayeon Lee, Gun Park, Eunyoung Hyung, Jinheon Baek,, Sung Ju Hwang

TL;DR
The paper introduces Task-Adaptive Neural Network Search (TANS), a meta-learning framework that efficiently finds optimal pretrained networks for new datasets from a model zoo, outperforming existing NAS methods in speed and accuracy.
Contribution
It proposes a novel meta-learning approach using contrastive loss to select pretrained networks tailored to specific datasets, addressing limitations of traditional NAS methods.
Findings
TANS outperforms baseline NAS methods on ten real-world datasets.
It retrieves high-performing networks with fewer training steps.
The method reduces total cost of obtaining task-specific networks.
Abstract
Most conventional Neural Architecture Search (NAS) approaches are limited in that they only generate architectures without searching for the optimal parameters. While some NAS methods handle this issue by utilizing a supernet trained on a large-scale dataset such as ImageNet, they may be suboptimal if the target tasks are highly dissimilar from the dataset the supernet is trained on. To address such limitations, we introduce a novel problem of \emph{Neural Network Search} (NNS), whose goal is to search for the optimal pretrained network for a novel dataset and constraints (e.g. number of parameters), from a model zoo. Then, we propose a novel framework to tackle the problem, namely \emph{Task-Adaptive Neural Network Search} (TANS). Given a model-zoo that consists of network pretrained on diverse datasets, we use a novel amortized meta-learning framework to learn a cross-modal latent…
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
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
