Skip to main content
QUICK REVIEW

[Paper Review] Meta-Learning GNN Initializations for Low-Resource Molecular Property Prediction

Cuong Q. Nguyen, Constantine Kreatsoulas|arXiv (Cornell University)|Mar 12, 2020
Machine Learning in Materials ScienceMaterials Science28 references20 citations
TL;DR

This paper proposes using meta-learned graph neural network (GNN) initializations via MAML and its variants (FO-MAML, ANIL) to improve few-shot molecular property prediction in low-resource settings. Trained on the ChEMBL20 dataset, meta-initializations outperform multitask pre-training baselines, achieving an average 11.2% and 26.9% improvement in AUPRC on in-distribution and out-of-distribution tasks, respectively, across all fine-tuning set sizes from 16 to 256 samples.

ABSTRACT

Building in silico models to predict chemical properties and activities is a crucial step in drug discovery. However, limited labeled data often hinders the application of deep learning in this setting. Meanwhile advances in meta-learning have enabled state-of-the-art performances in few-shot learning benchmarks, naturally prompting the question: Can meta-learning improve deep learning performance in low-resource drug discovery projects? In this work, we assess the transferability of graph neural networks initializations learned by the Model-Agnostic Meta-Learning (MAML) algorithm - and its variants FO-MAML and ANIL - for chemical properties and activities tasks. Using the ChEMBL20 dataset to emulate low-resource settings, our benchmark shows that meta-initializations perform comparably to or outperform multi-task pre-training baselines on 16 out of 20 in-distribution tasks and on all out-of-distribution tasks, providing an average improvement in AUPRC of 11.2% and 26.9% respectively. Finally, we observe that meta-initializations consistently result in the best performing models across fine-tuning sets with $k \in \{16, 32, 64, 128, 256\}$ instances.

Motivation & Objective

  • Address the challenge of limited labeled data in drug discovery, where deep learning models often underperform due to sparse and biased datasets.
  • Investigate whether meta-learned GNN initializations can improve few-shot molecular property prediction compared to traditional multitask pre-training.
  • Evaluate the robustness and transferability of meta-initializations across varying amounts of fine-tuning data, from 16 to 256 samples.
  • Assess performance on both in-distribution and out-of-distribution molecular property prediction tasks to test generalization capability.

Proposed method

  • Employ Model-Agnostic Meta-Learning (MAML) to learn an initial GNN parameter set that adapts quickly to new molecular property prediction tasks.
  • Use first-order MAML (FO-MAML) and ANIL (Almost-No-Inner-Loop) variants to reduce computational cost while maintaining performance.
  • Meta-train on a diverse set of 20 molecular property tasks from ChEMBL20, using task-specific support and query sets for inner and outer loop optimization.
  • Fine-tune meta-initializations on $k \in \{16, 32, 64, 128, 256\}$ labeled instances per task using Adam with a fixed 1e-4 learning rate and early stopping.
  • Evaluate performance using AUPRC on held-out test sets, with results averaged over 25 runs using 5 random seeds and 5 data splits.

Experimental results

Research questions

  • RQ1Can meta-learned GNN initializations improve performance on low-resource molecular property prediction compared to multitask pre-training baselines?
  • RQ2How effective are meta-initializations when fine-tuned on very small datasets, specifically $k \in \{16, 32, 64, 128, 256\}$ instances?
  • RQ3Do meta-initializations generalize to out-of-distribution molecular property prediction tasks, where data distribution shifts occur?
  • RQ4How do different meta-learning variants (MAML, FO-MAML, ANIL) compare in terms of performance and training efficiency?

Key findings

  • Meta-initializations learned via MAML outperform multitask pre-training baselines on 16 out of 20 in-distribution molecular property prediction tasks.
  • On all 3 out-of-distribution tasks, meta-initializations consistently outperform all baselines, demonstrating strong generalization capability.
  • MAML achieves an average AUPRC improvement of 11.2% over the best baseline on in-distribution tasks and 26.9% on out-of-distribution tasks.
  • MAML remains the top-performing method across all fine-tuning set sizes, maintaining first-place ranking from 16 to 256 samples for both in- and out-of-distribution tasks.
  • FO-MAML and ANIL show competitive performance with reduced training time, though they rank lower than MAML in average performance.
  • Baseline methods like Finetune-All and Finetune-Top improve with more data but still underperform MAML across all $k$ values, indicating MAML’s superior data efficiency.

Better researchstarts right now

From reading papers to final review, dramatically reduce your research time.

No credit card · Free plan available

This review was created by AI and reviewed by human editors.