PACIA: Parameter-Efficient Adapter for Few-Shot Molecular Property Prediction
Shiguang Wu, Yaqing Wang, Quanming Yao
TL;DR
The paper tackles few-shot molecular property prediction under data scarcity by introducing PACIA, a parameter-efficient GNN adapter designed to modulate both node embeddings and propagation depth. By employing a unified hypernetwork-based adapter, PACIA enables hierarchical adaptation: task-level adaptation of the encoder and query-level adaptation of the predictor, with a small adaptive parameter budget relative to the main network. Empirical results on MoleculeNet and FS-Mol show state-of-the-art performance and favorable speed compared with gradient-based meta-learning methods, with ablations confirming the necessity of both adaptation levels and the effectiveness of depth modulation. The work demonstrates that amortized, hypernetwork-driven modulation can significantly improve generalization in few-shot MPP while avoiding overfitting. Overall, PACIA offers a practical, scalable approach to few-shot molecular prediction with explicit control over adaptation complexity and query-specific refinements.
Abstract
Molecular property prediction (MPP) plays a crucial role in biomedical applications, but it often encounters challenges due to a scarcity of labeled data. Existing works commonly adopt gradient-based strategy to update a large amount of parameters for task-level adaptation. However, the increase of adaptive parameters can lead to overfitting and poor performance. Observing that graph neural network (GNN) performs well as both encoder and predictor, we propose PACIA, a parameter-efficient GNN adapter for few-shot MPP. We design a unified adapter to generate a few adaptive parameters to modulate the message passing process of GNN. We then adopt a hierarchical adaptation mechanism to adapt the encoder at task-level and the predictor at query-level by the unified GNN adapter. Extensive results show that PACIA obtains the state-of-the-art performance in few-shot MPP problems, and our proposed hierarchical adaptation mechanism is rational and effective.
