LGAIBMSep 2, 2024

Beyond Efficiency: Molecular Data Pruning for Enhanced Generalization

arXiv:2409.01081v111 citationsh-index: 42
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing training burdens for molecular AI applications, though it is incremental as it builds on existing data pruning methods.

The paper tackles the problem of data pruning for efficient training in molecular tasks with pretrained models, proposing MolPeg, a framework that prunes up to 60-70% of data while surpassing full-dataset performance on tasks like HIV and PCBA.

With the emergence of various molecular tasks and massive datasets, how to perform efficient training has become an urgent yet under-explored issue in the area. Data pruning (DP), as an oft-stated approach to saving training burdens, filters out less influential samples to form a coreset for training. However, the increasing reliance on pretrained models for molecular tasks renders traditional in-domain DP methods incompatible. Therefore, we propose a Molecular data Pruning framework for enhanced Generalization (MolPeg), which focuses on the source-free data pruning scenario, where data pruning is applied with pretrained models. By maintaining two models with different updating paces during training, we introduce a novel scoring function to measure the informativeness of samples based on the loss discrepancy. As a plug-and-play framework, MolPeg realizes the perception of both source and target domain and consistently outperforms existing DP methods across four downstream tasks. Remarkably, it can surpass the performance obtained from full-dataset training, even when pruning up to 60-70% of the data on HIV and PCBA dataset. Our work suggests that the discovery of effective data-pruning metrics could provide a viable path to both enhanced efficiency and superior generalization in transfer learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes