paper-with-me

Papers

Automated Graph Learning via Population Based Self-Tuning GCN

2021-07-09 · Ronghang Zhu, Zhiqiang Tao, Yaliang Li, Sheng Li

Owing to the remarkable capability of extracting effective graph embeddings, graph convolutional network (GCN) and its variants have been successfully applied to a broad range of tasks, such as node classification, link prediction, and graph classification. Traditional GCN models suffer from the issues of overfitting and oversmoothing, while some recent techniques like DropEdge could alleviate these issues and thus enable the development of deep GCN. However, training GCN models is non-trivial, as it is sensitive to the choice of hyperparameters such as dropout rate and learning weight decay, especially for deep GCN models. In this paper, we aim to automate the training of GCN models through hyperparameter optimization. To be specific, we propose a self-tuning GCN approach with an alternate training algorithm, and further extend our approach by incorporating the population based training scheme. Experimental results on three benchmark datasets demonstrate the effectiveness of our approaches on optimizing multi-layer GCN, compared with several representative baselines.

📄 PDF Abstract BibTeX arXiv:2107.04713

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationGraph LearningHyperparameter OptimizationLink PredictionNode Classification

Methods 이 논문이 사용한 방법론

Population Based Training Population Based Training, or PBT, is an optimization method for finding parameters and hyperparameters, and extends upon parallel search methods and sequential…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Self-adaptation of Mutation Rates in Non-elitist Populations

2016-06-17 · Duc-Cuong Dang, Per Kristian Lehre

The runtime of evolutionary algorithms (EAs) depends critically on their parameter settings, which are often problem-specific. Automated schemes for parameter tuning have been developed to alleviate the high costs of man…

Evolutionary Algorithms

Graph based adaptive evolutionary algorithm for continuous optimization

2019-08-05 · Asmaa Ghoumari, Amir Nakib

he greatest weakness of evolutionary algorithms, widely used today, is the premature convergence due to the loss of population diversity over generations. To overcome this problem, several algorithms have been proposed, …

DiversityEvolutionary Algorithms

Hypernetworks That Evolve Themselves

2025-12-18 · Joachim Winther Pedersen, Erwan Plantec, Eleni Nisioti, Marcello Barylli 외 arxiv

How can neural networks evolve themselves without relying on external optimizers? We propose Self-Referential Graph HyperNetworks, systems where the very machinery of variation and inheritance is embedded within the netw…

Reinforcement Learning

Demographic-Aware Transfer Learning for Sleep Stage Classification in Clinical Polysomnography

2026-05-04 · S M Asif Hossain, Shruti Kshirsagar arxiv

Automated sleep stage classification typically employs a single population-agnostic model, disregarding established demographic variations in sleep architecture. Sleep patterns, however, differ substantially across gende…

Transfer Learning

GATE: Graph CCA for Temporal SElf-supervised Learning for Label-efficient fMRI Analysis

2022-03-17 · Liang Peng, Nan Wang, Jie Xu, Xiaofeng Zhu 외

In this work, we focus on the challenging task, neuro-disease classification, using functional magnetic resonance imaging (fMRI). In population graph-based disease analysis, graph convolutional neural networks (GCNs) hav…

ClassificationRepresentation LearningSelf-Supervised Learning