自适应负样本调度策略用于图对比学习 / Adaptive Negative Scheduling for Graph Contrastive Learning
1️⃣ 一句话总结
本文提出了一种名为AdNGCL的自适应负样本调度框架,它能根据模型训练过程中的对比损失动态调整负样本的选择策略,在不同难度的样本间合理分配计算资源,从而在提升图对比学习性能的同时有效控制计算成本。
Graph contrastive learning (GCL) has become a central paradigm for self-supervised representation learning in computational intelligence, with applications spanning recommendation, anomaly detection, and personalization. A key limitation of existing methods is their reliance on static negative sampling, which fails to account for the dynamic informativeness and computational cost of negatives during training. We propose AdNGCL, an adaptive negative scheduling framework with a hardness-aware scheduler (HANS) that formulates negative selection as a loss-gated, budget-constrained process across hard, intermediate, and easy strata. The scheduler dynamically adjusts step sizes based on contrastive loss trends under both global and per-category budgets, while periodically refreshing samples to maintain diversity without exceeding compute constraints. Experiments on nine benchmark graph datasets demonstrate that AdNGCL consistently advances state-of-the-art performance, achieving the best accuracy on seven datasets and second-best on the remaining two, while offering explicit control over computational cost. These results highlight the value of budget-aware, loss-sensitive scheduling as a general strategy for improving the robustness and efficiency of representation learning in emerging computational intelligence applications.
自适应负样本调度策略用于图对比学习 / Adaptive Negative Scheduling for Graph Contrastive Learning
本文提出了一种名为AdNGCL的自适应负样本调度框架,它能根据模型训练过程中的对比损失动态调整负样本的选择策略,在不同难度的样本间合理分配计算资源,从而在提升图对比学习性能的同时有效控制计算成本。
源自 arXiv: 2605.03076