paper-with-me

Papers

Does Unsupervised Architecture Representation Learning Help Neural Architecture Search?

2020-06-12 · NeurIPS 2020 12 · Shen Yan, Yu Zheng, Wei Ao, Xiao Zeng, Mi Zhang

Existing Neural Architecture Search (NAS) methods either encode neural architectures using discrete encodings that do not scale well, or adopt supervised learning-based methods to jointly learn architecture representations and optimize architecture search on such representations which incurs search bias. Despite the widespread use, architecture representations learned in NAS are still poorly understood. We observe that the structural properties of neural architectures are hard to preserve in the latent space if architecture representation learning and search are coupled, resulting in less effective search performance. In this work, we find empirically that pre-training architecture representations using only neural architectures without their accuracies as labels considerably improve the downstream architecture search efficiency. To explain these observations, we visualize how unsupervised architecture representation learning better encourages neural architectures with similar connections and operators to cluster together. This helps to map neural architectures with similar performance to the same regions in the latent space and makes the transition of architectures in the latent space relatively smooth, which considerably benefits diverse downstream search strategies.

📄 PDF Abstract BibTeX arXiv:2006.06936

Code (1)

MSU-MLSys-Lab/arch2vec 공식 구현 pytorch

Tasks

AutoMLNeural Architecture Search

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Does language help generalization in vision models?

2021-04-16 · CoNLL (EMNLP) 2021 11 · Benjamin Devillers, Bhavin Choksi, Romain Bielawski, Rufin VanRullen

Vision models trained on multimodal datasets can benefit from the wide availability of large image-caption datasets. A recent model (CLIP) was found to generalize well in zero-shot and transfer learning settings. This co…

Adversarial RobustnessClusteringFew-Shot LearningTransfer Learning+1

Graph Attention Auto-Encoders

2019-05-26 · Amin Salehi, Hasan Davulcu

Auto-encoders have emerged as a successful framework for unsupervised learning. However, conventional auto-encoders are incapable of utilizing explicit relations in structured data. To take advantage of relations in grap…

DecoderGraph AttentionInductive LearningNode Classification+1

Deep Graph Infomax

2018-09-27 · ICLR 2019 5 · Petar Veličković, William Fedus, William L. Hamilton, Pietro Liò 외

We present Deep Graph Infomax (DGI), a general approach for learning node representations within graph-structured data in an unsupervised manner. DGI relies on maximizing mutual information between patch representations …

General ClassificationInductive LearningNode Classification

Sampling strategies in Siamese Networks for unsupervised speech representation learning

2018-04-30 · Rachid Riad, Corentin Dancette, Julien Karadayi, Neil Zeghidour 외

Recent studies have investigated siamese network architectures for learning invariant speech representations using same-different side information at the word level. Here we investigate systematically an often ignored co…

Representation LearningSpeech Representation Learning

Unsupervised Training of Vision Transformers with Synthetic Negatives

2025-09-02 · Nikolaos Giakoumoglou, Andreas Floros, Kleanthis Marios Papadopoulos, Tania Stathaki arxiv

This paper does not introduce a novel method per se. Instead, we address the neglected potential of hard negative samples in self-supervised learning. Previous works explored synthetic hard negatives but rarely in the co…

Self-Supervised LearningRepresentation Learning