Which Hyperparameters to Optimise? An Investigation of Evolutionary Hyperparameter Optimisation in Graph Neural Network For Molecular Property Prediction
Yingfang Yuan, Wenjun Wang, Wei Pang

TL;DR
This paper investigates the impact of hyperparameter optimization on graph neural networks for molecular property prediction, demonstrating that simultaneous optimization of different hyperparameter types yields the best performance improvements.
Contribution
It provides an empirical analysis of hyperparameter optimization strategies using evolutionary algorithms, highlighting the benefits of joint hyperparameter tuning in GNNs for molecular tasks.
Findings
Simultaneous hyperparameter optimization outperforms separate tuning.
Optimizing hyperparameters significantly improves GNN performance.
HPO is crucial for effective molecular property prediction with GNNs.
Abstract
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…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Materials Science · Advanced Graph Neural Networks · Computational Drug Discovery Methods
MethodsGraph Neural Network · Hyper-parameter optimization
