paper-with-me

Papers

Pin-Tuning: Parameter-Efficient In-Context Tuning for Few-Shot Molecular Property Prediction

2024-11-02 · Qiang Liu, Shaozhen Liu, Xin Sun, Shu Wu, Liang Wang

Molecular property prediction (MPP) is integral to drug discovery and material science, but often faces the challenge of data scarcity in real-world scenarios. Addressing this, few-shot molecular property prediction (FSMPP) has been developed. Unlike other few-shot tasks, FSMPP typically employs a pre-trained molecular encoder and a context-aware classifier, benefiting from molecular pre-training and molecular context information. Despite these advancements, existing methods struggle with the ineffective fine-tuning of pre-trained encoders. We attribute this issue to the imbalance between the abundance of tunable parameters and the scarcity of labeled molecules, and the lack of contextual perceptiveness in the encoders. To overcome this hurdle, we propose a parameter-efficient in-context tuning method, named Pin-Tuning. Specifically, we propose a lightweight adapter for pre-trained message passing layers (MP-Adapter) and Bayesian weight consolidation for pre-trained atom/bond embedding layers (Emb-BWC), to achieve parameter-efficient tuning while preventing over-fitting and catastrophic forgetting. Additionally, we enhance the MP-Adapters with contextual perceptiveness. This innovation allows for in-context tuning of the pre-trained encoder, thereby improving its adaptability for specific FSMPP tasks. When evaluated on public datasets, our method demonstrates superior tuning with fewer trainable parameters, improving few-shot predictive performance.

📄 PDF Abstract BibTeX arXiv:2411.01158

Code (1)

CRIPAC-DIG/Pin-Tuning 공식 구현 pytorch

Tasks

AttributeDrug DiscoveryMolecular Property PredictionProperty Prediction

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

In-Context Learning for Few-Shot Molecular Property Prediction

2023-10-13 · Christopher Fifty, Jure Leskovec, Sebastian Thrun

In-context learning has become an important approach for few-shot learning in Large Language Models because of its ability to rapidly adapt to new tasks without fine-tuning model parameters. However, it is restricted to …

Few-Shot LearningIn-Context LearningMeta-LearningMolecular Property Prediction+2

MolecularGPT: Open Large Language Model (LLM) for Few-Shot Molecular Property Prediction

2024-06-18 · Yuyan Liu, Sirui Ding, Sheng Zhou, Wenqi Fan 외

Molecular property prediction (MPP) is a fundamental and crucial task in drug discovery. However, prior methods are limited by the requirement for a large number of labeled molecules and their restricted ability to gener…

Drug DiscoveryGraph Neural NetworkIn-Context LearningLanguage Modeling+4

Fine-Tuning Without Forgetting In-Context Learning: A Theoretical Analysis of Linear Attention Models

2026-02-26 · Chungpa Lee, Jy-yong Sohn, Kangwook Lee arxiv

Transformer-based large language models exhibit in-context learning, enabling adaptation to downstream tasks via few-shot prompting with demonstrations. In practice, such models are often fine-tuned to improve zero-shot …

Steering Large Language Models for Machine Translation with Finetuning and In-Context Learning

2023-10-20 · Duarte M. Alves, Nuno M. Guerreiro, João Alves, José Pombal 외

Large language models (LLMs) are a promising avenue for machine translation (MT). However, current LLM-based MT systems are brittle: their effectiveness highly depends on the choice of few-shot examples and they often re…

In-Context LearningMachine TranslationTranslation

Hint-Aug: Drawing Hints from Foundation Vision Transformers Towards Boosted Few-Shot Parameter-Efficient Tuning

2023-04-25 · CVPR 2023 1 · Zhongzhi Yu, Shang Wu, Yonggan Fu, Shunyao Zhang 외

Despite the growing demand for tuning foundation vision transformers (FViTs) on downstream tasks, fully unleashing FViTs' potential under data-limited scenarios (e.g., few-shot tuning) remains a challenge due to FViTs' d…

Data Augmentation