paper-with-me

Papers

AutoTransfer: AutoML with Knowledge Transfer -- An Application to Graph Neural Networks

2023-03-14 · Kaidi Cao, Jiaxuan You, Jiaju Liu, Jure Leskovec

AutoML has demonstrated remarkable success in finding an effective neural architecture for a given machine learning task defined by a specific dataset and an evaluation metric. However, most present AutoML techniques consider each task independently from scratch, which requires exploring many architectures, leading to high computational cost. Here we propose AutoTransfer, an AutoML solution that improves search efficiency by transferring the prior architectural design knowledge to the novel task of interest. Our key innovation includes a task-model bank that captures the model performance over a diverse set of GNN architectures and tasks, and a computationally efficient task embedding that can accurately measure the similarity among different tasks. Based on the task-model bank and the task embeddings, we estimate the design priors of desirable models of the novel task, by aggregating a similarity-weighted sum of the top-K design distributions on tasks that are similar to the task of interest. The computed design priors can be used with any AutoML search algorithm. We evaluate AutoTransfer on six datasets in the graph machine learning domain. Experiments demonstrate that (i) our proposed task embedding can be computed efficiently, and that tasks with similar embeddings have similar best-performing architectures; (ii) AutoTransfer significantly improves search efficiency with the transferred design priors, reducing the number of explored architectures by an order of magnitude. Finally, we release GNN-Bank-101, a large-scale dataset of detailed GNN training information of 120,000 task-model combinations to facilitate and inspire future research.

📄 PDF Abstract BibTeX arXiv:2303.07669

Code (1)

snap-stanford/autotransfer 공식 구현 pytorch

Tasks

AutoMLTransfer Learning

Similar Papers 제목 키워드 기반

AutoTransfer: Subject Transfer Learning with Censored Representations on Biosignals Data

2021-12-17 · Niklas Smedemark-Margulies, Ye Wang, Toshiaki Koike-Akino, Deniz Erdogmus

We provide a regularization framework for subject transfer learning in which we seek to train an encoder and classifier to minimize classification loss, subject to a penalty measuring independence between the latent repr…

EEGElectroencephalogram (EEG)Subject TransferTransfer Learning

Transfer Learning with Neural AutoML

2018-03-07 · NeurIPS 2018 12 · Catherine Wong, Neil Houlsby, Yifeng Lu, Andrea Gesmundo

We reduce the computational cost of Neural AutoML with transfer learning. AutoML relieves human effort by automating the design of ML algorithms. Neural AutoML has become popular for the design of deep learning architect…

AutoMLGeneral Classificationimage-classificationImage Classification+2

Efficient Hyper-parameter Search for Knowledge Graph Embedding

2022-05-01 · ACL 2022 5 · Yongqi Zhang, Zhanke Zhou, Quanming Yao, Yong Li

While hyper-parameters (HPs) are important for knowledge graph (KG) learning, existing methods fail to search them efficiently. To solve this problem, we first analyze the properties of different HPs and measure the tran…

AutoMLGraph EmbeddingKnowledge Graph Embedding

AutoMLGen: Navigating Fine-Grained Optimization for Coding Agents

2025-10-09 · Shangheng Du, Xiangchao Yan, Dengyang Jiang, Jiakang Yuan 외 arxiv

Large language models (LLMs) have shown impressive performance in general programming tasks. However, in Machine Learning Engineering (MLE) scenarios such as AutoML and Kaggle competitions, achieving high performance dep…

Automated Machine Learning on Graphs: A Survey

2021-03-01 · Ziwei Zhang, Xin Wang, Wenwu Zhu

Machine learning on graphs has been extensively studied in both academic and industry. However, as the literature on graph learning booms with a vast number of emerging methods and techniques, it becomes increasingly dif…

AutoMLBIG-bench Machine LearningGraph LearningNeural Architecture Search+1