paper-with-me

홈 › Papers

Which Hyperparameters to Optimise? An Investigation of Evolutionary Hyperparameter Optimisation in Graph Neural Network For Molecular Property Prediction

2021-04-13 · Yingfang Yuan, Wenjun Wang, Wei Pang

Recently, the study of graph neural network (GNN) has attracted much attention and achieved promising performance in molecular property prediction. Most GNNs for molecular property prediction are proposed based on the idea of learning the representations for the nodes by aggregating the information of their neighbor nodes (e.g. atoms). Then, the representations can be passed to subsequent layers to deal with individual downstream tasks. Therefore, the architectures of GNNs can be considered as being composed of two core parts: graph-related layers and task-specific layers. Facing real-world molecular problems, the hyperparameter optimization for those layers are vital. Hyperparameter optimization (HPO) becomes expensive in this situation because evaluating candidate solutions requires massive computational resources to train and validate models. Furthermore, a larger search space often makes the HPO problems more challenging. In this research, we focus on the impact of selecting two types of GNN hyperparameters, those belonging to graph-related layers and those of task-specific layers, on the performance of GNN for molecular property prediction. In our experiments. we employed a state-of-the-art evolutionary algorithm (i.e., CMA-ES) for HPO. The results reveal that optimizing the two types of hyperparameters separately can gain the improvements on GNNs' performance, but optimising both types of hyperparameters simultaneously will lead to predominant improvements. Meanwhile, our study also further confirms the importance of HPO for GNNs in molecular property prediction problems.

📄 PDF Abstract BibTeX arXiv:2104.06046

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkHyperparameter OptimizationMolecular Property PredictionPredictionProperty Prediction

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
HPO In machine learning, a hyperparameter is a parameter whose value is used to control learning process, and HPO is the problem of choosing a set of optimal hyperparameters for a…

Similar Papers 제목 키워드 기반

An investigation on the use of Large Language Models for hyperparameter tuning in Evolutionary Algorithms

2024-08-05 · Leonardo Lucio Custode, Fabio Caraffini, Anil Yaman, Giovanni Iacca

Hyperparameter optimization is a crucial problem in Evolutionary Computation. In fact, the values of the hyperparameters directly impact the trajectory taken by the optimization process, and their choice requires extensi…

Evolutionary AlgorithmsHyperparameter Optimization

Assessing Ranking and Effectiveness of Evolutionary Algorithm Hyperparameters Using Global Sensitivity Analysis Methodologies

2022-07-11 · Varun Ojha, Jon Timmis, Giuseppe Nicosia

We present a comprehensive global sensitivity analysis of two single-objective and two multi-objective state-of-the-art global optimization evolutionary algorithms as an algorithm configuration problem. That is, we inves…

Evolutionary Algorithmsglobal-optimizationSensitivity

Towards automated optimisation of residual convolutional neural networks for electrocardiogram classification

2021-12-11 · Zeineb Fki, Boudour Ammar, Mounir Ben Ayed

The interpretation of the electrocardiogram (ECG) gives clinical information and helps in assessing heart function. There are distinct ECG patterns associated with a specific class of arrythmia. The convolutional neural …

Bayesian OptimisationEvolutionary Algorithms

Scalable One-Pass Optimisation of High-Dimensional Weight-Update Hyperparameters by Implicit Differentiation

2021-10-20 · ICLR 2022 4 · Ross M. Clarke, Elre T. Oldewage, José Miguel Hernández-Lobato

Machine learning training methods depend plentifully and intricately on hyperparameters, motivating automated strategies for their optimisation. Many existing algorithms restart training for each new hyperparameter choic…

Optimised one-class classification performance

2021-02-04 · Oliver Urs Lenz, Daniel Peralta, Chris Cornelis

We provide a thorough treatment of one-class classification with hyperparameter optimisation for five data descriptors: Support Vector Machine (SVM), Nearest Neighbour Distance (NND), Localised Nearest Neighbour Distance…

ClassificationGeneral ClassificationOne-Class Classification